diff --git a/README.md b/README.md index 9a9824d..e9c7d9c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/assets/volcan_logo_master.png b/assets/archive/volcan_logo_master_v1.png similarity index 100% rename from assets/volcan_logo_master.png rename to assets/archive/volcan_logo_master_v1.png diff --git a/assets/volcan_logo_master.jpg b/assets/volcan_logo_master.jpg new file mode 100644 index 0000000..aca9ec0 Binary files /dev/null and b/assets/volcan_logo_master.jpg differ