Replace master logo with new JPEG version

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.
This commit is contained in:
Claude
2026-05-07 02:00:39 +00:00
parent f151f54ad4
commit df20a2e7da
3 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -42,9 +42,10 @@ netlify deploy --prod
`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.png` — primary lockup, 1024×1024 PNG on dark background
- `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