Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.1 KB

File metadata and controls

36 lines (25 loc) · 1.1 KB

Spiked - Cold-Pressed Juice Brand

A modern, responsive website for Spiked cold-pressed juice featuring clean URLs, dark mode, and optimized product showcase.

Features

  • Clean URLs - No .html extensions (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

Structure

├── index.html          (Homepage)
├── about/index.html    (About page)
├── catalog/index.html  (Product catalog)
├── product/index.html  (Product detail)
└── Founder Mubaraq.jpg (Asset image)

Usage

Open index.html in a browser or deploy to GitHub Pages. All navigation uses clean URL paths (/about/, /catalog/, etc).

Technologies

  • Tailwind CSS v3
  • Vanilla JavaScript
  • Material Design Icons
  • Google Fonts (Plus Jakarta Sans, Be Vietnam Pro)

Notes

Old .html files at root can be deleted after deployment confirmation.