VS_code_landing_page

VS Code Landing Page

A modern, responsive recreation of the Visual Studio Code official landing page built with HTML and CSS. This project demonstrates clean web development practices and responsive design principles.

πŸš€ Live Demo

Visit the live site: VS Code Landing Page

πŸ“‹ Table of Contents

πŸ” Overview

This project is a pixel-perfect recreation of the Visual Studio Code landing page, showcasing:

✨ Features

πŸ›  Technologies Used

πŸ“ Project Structure

VS_code_landing_page/
β”œβ”€β”€ scr/
β”‚   β”œβ”€β”€ index.html          # Main HTML file
β”‚   β”œβ”€β”€ style.css           # Main stylesheet
β”‚   └── assest/             # Assets directory
β”‚       β”œβ”€β”€ image1.png      # Hero section image
β”‚       β”œβ”€β”€ image2.png      # Feature showcase image
β”‚       β”œβ”€β”€ image3.png      # Customization section image
β”‚       β”œβ”€β”€ image4.png      # Remote development image
β”‚       └── logo/           # Icons and logos
β”‚           β”œβ”€β”€ logo.png    # VS Code main logo
β”‚           β”œβ”€β”€ light.svg   # Theme toggle icon
β”‚           β”œβ”€β”€ js.png      # JavaScript icon
β”‚           β”œβ”€β”€ python.png  # Python icon
β”‚           β”œβ”€β”€ html.png    # HTML icon
β”‚           β”œβ”€β”€ css.png     # CSS icon
β”‚           └── [50+ more language and feature icons]
β”œβ”€β”€ README.md               # Project documentation
└── .gitignore             # Git ignore file

πŸ”§ Installation

  1. Clone the repository:
    git clone https://github.com/kirtikumarAlone/VS_code_landing_page.git
    
  2. Navigate to project directory:
    cd VS_code_landing_page
    
  3. Open in your preferred code editor:
    code .
    
  4. Launch the project:
    • Open scr/index.html in your web browser
    • Or use a live server extension for development

🎯 Usage

Development

Deployment

πŸ“– Sections Breakdown

1. Navigation Header (nav-bar)

2. Hero Section (main-hero)

3. Language Support (sec2)

4. Extensions Showcase (sec3)

5. Customization Features (section-4)

6. Remote Development (section-4 duplicate)

7. Rich Features Grid (last-1)

🎨 Assets

Images

Icons & Logos

πŸ“± Responsive Design

🌐 Browser Support

Development Guidelines

πŸ“„ License

This project is created for educational purposes. VS Code and related trademarks belong to Microsoft Corporation.

πŸ™ Acknowledgments

πŸ“§ Contact

Developer: Kirti Kumar
GitHub: @kirtikumarAlone
Project Link: https://github.com/kirtikumarAlone/VS_code_landing_page


⭐ Star this repository if you found it helpful!