A modern, responsive website for Spiked cold-pressed juice featuring clean URLs, dark mode, and optimized product showcase.
- Clean URLs - No
.htmlextensions (GitHub Pages compatible) - Dark Mode - Toggle between light and dark themes with localStorage persistence
- Responsive Design - Mobile-first approach with Tailwind CSS
- Product Catalog - Browse and explore juice products
- Dark Color Palette - Material Design color system with custom theme colors
├── index.html (Homepage)
├── about/index.html (About page)
├── catalog/index.html (Product catalog)
├── product/index.html (Product detail)
└── Founder Mubaraq.jpg (Asset image)
Open index.html in a browser or deploy to GitHub Pages. All navigation uses clean URL paths (/about/, /catalog/, etc).
- Tailwind CSS v3
- Vanilla JavaScript
- Material Design Icons
- Google Fonts (Plus Jakarta Sans, Be Vietnam Pro)
Old .html files at root can be deleted after deployment confirmation.