Single-page fictional drink shop with a cinematic dark UI.
CSS-first navigation. Vanilla HTML, CSS, and JavaScript.
Live Demo · Quick Start · Structure · License
Aphelion Brews is a marketing-style SPA for a fictional cafe. Section navigation is driven primarily by radio inputs and CSS, with a small JavaScript layer for media and polish. Home, menu, music, and jobs share one HTML document.
| Feature | Description |
|---|---|
| CSS-first nav | Section switching with radio inputs |
| Cinematic dark UI | Glass panels and editorial type |
| Multi-section SPA | Home, menu, music, and jobs |
| Light JS layer | Media helpers without a framework |
| Landing |
|---|
![]() |
git clone https://github.com/cikeyz/aphelion-brews.git
cd aphelion-brews
python -m http.server 8000
# http://localhost:8000aphelion-brews/
├── index.html
├── styles.css
├── main.js
├── LICENSE
├── README.md
└── docs/
└── screenshots/
└── landing.png
Major UI experiments stay on open branches (not merged into main):
| Branch | Description |
|---|---|
overhaul/quiet-cosmic |
Dark quiet-cosmic sidebar |
overhaul/light-editorial |
Light editorial magazine |
overhaul/dynamic-spreads |
Full-viewport dynamic spreads |
overhaul/cinematic-draft |
Near-final cinematic draft |
MIT. See LICENSE.
Built for CMPE 364 (Web and Mobile Systems), Polytechnic University of the Philippines, under Engr. Arlene B. Canlas. Published here as a standalone project.
