This repository contains the HTML and CSS code for a responsive e-commerce landing page. The landing page is designed using Bootstrap 4.6 for styling and includes various sections showcasing different products, collections, and categories.
- Responsive Design: Ensures compatibility across various devices and screen sizes.
- Navbar: A responsive navigation bar with links to different sections.
- Hero Section: Features a prominent banner with a call-to-action button.
- Product Showcase: Displays a collection of popular T-shirts with different color options and sizes.
- Collection Sections: Highlights different product categories for men and women.
- Footer: Includes subscription form and links to social media profiles.
- HTML5
- CSS3
- Bootstrap 4.6
- Clone the repository:
git clone https://github.com/your-username/ecommerce-landing-page.git
- Navigate to the project directory:
cd ecommerce-landing-page
- Open the
index.html
file in your preferred web browser to view the landing page.
- The page starts with a navbar that includes links to various sections such as Home, Women, Men, About, and Contact.
- The hero section contains a banner with a background image and a call-to-action button.
- The product showcase section displays different T-shirts with color and size options.
- Separate sections are dedicated to different collections for men and women.
- The footer contains a subscription form and social media links.
- Custom styles are defined in the
css/style.css
file. - Bootstrap 4.6 is included via a CDN for responsive design and pre-defined styles.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License - see the LICENSE file for details.