df20a2e7da
Promotes the latest user-supplied logo (1024x1024 JPEG, ~95KB) to assets/volcan_logo_master.jpg. The previous 2MB PNG version is preserved in assets/archive/volcan_logo_master_v1.png in case higher fidelity is needed later for label/print artwork.
59 lines
1.8 KiB
Markdown
59 lines
1.8 KiB
Markdown
# Volcán Antigua Roasters
|
||
|
||
Single-origin Guatemalan coffee, roasted in the shadow of the volcanoes of Antigua.
|
||
|
||
## Tech stack
|
||
|
||
- Single-file HTML — no build step, no bundler, no framework
|
||
- Embedded base64 WebP images inside `index.html` (zero external image requests for the page itself)
|
||
- Zero npm dependencies
|
||
|
||
## Preview locally
|
||
|
||
```bash
|
||
python3 -m http.server 8000
|
||
```
|
||
|
||
Then open http://localhost:8000
|
||
|
||
## Deploy
|
||
|
||
**Option A — drag & drop**
|
||
Drop the project folder onto https://app.netlify.com/drop
|
||
|
||
**Option B — Netlify CLI**
|
||
```bash
|
||
netlify deploy --prod
|
||
```
|
||
|
||
## Brand
|
||
|
||
**Colors**
|
||
- Matte Black `#111111`
|
||
- Gold `#C8A96A`
|
||
- Cream `#F5F1E8`
|
||
|
||
**Fonts**
|
||
- Display: Playfair Display
|
||
- Body: Manrope
|
||
|
||
## Assets folder
|
||
|
||
`index.html` is fully self-contained — every image used by the website is embedded as base64. The `/assets/` folder holds the master logo PNGs for label printing, social media, and business cards. The website does not require these files to render.
|
||
|
||
Current files in `/assets/`:
|
||
- `volcan_logo_master.jpg` — primary lockup, 1024×1024 JPEG on black background
|
||
|
||
`/assets/archive/` holds older variants kept for reference:
|
||
- `volcan_logo_master_v1.png` — earlier high-resolution PNG version of the master (2 MB, RGBA)
|
||
- `volan lgo black.png` — alternate black-background variant
|
||
- `volcan logo png.png` — same logo on a white background (alt option)
|
||
- `index.html` — 1-byte stub from the original upload, kept for traceability
|
||
|
||
Not yet produced (add when ready):
|
||
- `volcan_logo_transparent.png` — alpha-matted, no background
|
||
- `volcan_logo_black.png` — composed on matte black `#111111`
|
||
- `volcan_logo_cream.png` — composed on cream `#F5F1E8`
|
||
- `volcan_icon_only.png` — mark only (favicon, app icon, social avatar)
|
||
- `volcan_antigua_final_label.png` — 4×5" coffee bag label artwork
|