This is a simple e-commerce website built using only HTML and CSS. The website showcases a product catalog and a basic layout suitable for small online stores.
- Home Page: Welcoming banner and featured products.
- Product Catalog: A grid layout displaying products with images, names, and prices.
- Responsive Design: Optimized for different screen sizes.
- Static Pages: Includes Home, Products, About Us, and Contact Us.
ecommerce-website/ ├── index.html # Main homepage ├── about.html # About us page ├── contact.html # Contact page ├── products.html # Products listing page ├── css/ │ └── styles.css # Stylesheet for the website ├── images/ │ ├── product1.jpg # Product images │ ├── product2.jpg │ └── ... # Other images └── README.md # Project documentation
-
Clone this repository to your local machine:
git clone https://github.com/username/ecommerce-website.git
-
Navigate to the project directory: cd ecommerce-website
-
Open the index.html file in your web browser to view the website.
Technologies Used HTML: For structuring the content. CSS: For styling and layout design.
License This project is licensed under the MIT License. See the LICENSE file for details.
Contact For questions or feedback, feel free to reach out:
Email: [email protected] GitHub: https://github.com/VISHALVARUN011002