A static fashion storefront website for the ALFAR brand, built with HTML and CSS. The site includes pages for Home, Women, Men, Material, Size Guide, Store Locator, and About Us.
- Multi-page static website layout
- Responsive navigation menu across pages
- Promotional hero section with product imagery and CTA buttons
- On-sale product cards with clickable shop buttons
- Brand logo showcase section
- Footer with contact info, company links, and Instagram image grid
- Newsletter subscription form integrated with FormSubmit.co
- Asset organization for images, videos, and CSS files
- HTML
- CSS
- Static assets: images and video
- FormSubmit.co for newsletter form submission (no backend required)
- Clone the repository:
git clone <repository-url>
- Open the project folder in VS Code or your preferred code editor.
- Use a local web server to view the site correctly.
This project should be viewed through a local web server so that form submission and relative asset paths work correctly.
- Install the Live Server extension.
- Open the project folder in VS Code.
- Open
all_pages/Home.html. - Click Go Live.
- Visit the served URL, e.g.
http://127.0.0.1:5500/all_pages/Home.html.
From the project root folder:
python -m http.server 8000Then open:
http://localhost:8000/all_pages/Home.html
- Open
all_pages/Home.htmlthrough the local server URL. - Navigate between pages using the top menu.
- Click any
SHOP NOWbutton to visit the related page. - Enter an email in the newsletter field and submit to send a message via FormSubmit.co.
all_pages/— main HTML pagesstyle_sheets/— CSS files for each pagehome_page_data/,women_page_data/,men_page_data/,material_page_data/,footer_data/— image assetscompany_logos/— brand logoswebsite_videos/— video assets
- Do not open pages directly via
file:///for full functionality. - FormSubmit.co requires the page to be served over HTTP(S) and will not submit from a local file path.
- Update form email address in
all_pages/Home.htmlif you want the newsletter to send to a different email.
For questions or updates, contact the project owner or maintainer.