Demo: https://codesavinash.github.io/Vapor_Edge_Motors/
Marketing site for a fictional electric motorcycle brand, built as a static front end. The project showcases product storytelling across multiple pages (index.html, models.html, accessories.html, contact.html) with custom styling and light interactivity.
screenshots
- Responsive layout tailored for desktop and tablet breakpoints.
- Hero, technology, FAQs, and product highlight sections on the landing page.
- Dedicated pages for models, accessories, and contact details.
- Slide-in navigation menu implemented with jQuery (
js/app.js). - Local image assets under
assets/images/supporting the visual design.
- Clone or download the project into your local environment.
- Serve the root directory using any static file server (for example,
python3 -m http.server 8000) or openindex.htmldirectly in a browser. - Navigate between pages via the top navigation bar or the hamburger menu on smaller screens.
Tip: Using a local static server avoids potential cross-origin issues with certain browsers when loading local assets.
index.html– Landing page with hero and overview sections.models.html,accessories.html,contact.html– Secondary pages for product exploration and inquiries.css/app.css– Main stylesheet shared across pages.js/app.js– Navigation toggle logic; depends onjs/jquery.js.assets/images/– All imagery and icons referenced by the pages.
- Update copy, imagery, or add sections by editing the respective HTML files.
- Extend styles in
css/app.cssand adjust breakpoints as needed. - Enhance interactivity by expanding
js/app.jsor integrating additional scripts.
No license.