A modern apothecary web experience — rooted in ritual, built with intention.
Sistine & Sage is a clean, minimal landing page built around a "three-gate" navigation system:
- The Grimoire — Historical apothecary archive with searchable remedy recipes
- The Elements — Shop & ingredient library with Amazon affiliate product links
- The Intentions — Blog featuring herbal rituals and remedy guides
- HTML5
- CSS3 (Flexbox + Grid)
- Vanilla JavaScript
sistine-sage/
├── index.html # Landing page (Command Center)
├── grimoire.html # Searchable recipe archive
├── elements.html # Shop page with product overlays
├── intentions.html # Blog listing
├── articles/ # Individual blog posts
├── css/
│ ├── landing.css
│ ├── style.css
│ ├── elements.css
│ └── intentions.css
├── img/ # Icons and product images
├── js/
│ └── app.js
└── data/
├── recipes.json
└── ingredients.json
© Sistine & Sage | Powered by Loyal9 LLC