Simple static ecommerce landing page and product sections.
This repository contains a small static site (HTML/CSS) showcasing products like shoes and bags with a responsive footer and newsletter form.
index.html— main pagestyle.css— stylesimages/— product and UI images (bags, shoes, banner-images, categories)
Open index.html in your browser (no build required):
# Windows (PowerShell)
Start-Process index.html
# OR open directly in any browser by double-clicking the file- Responsive footer and product sections implemented.
- To change product images, replace files in
images/bagsandimages/shoes.
MIT — adapt as needed.