Commit Graph

10 Commits

Author SHA1 Message Date
Daniel Lee e2fe707933 Merge pull request #1 from mildz79-code/claude/deploy-volcano-logo-wznOb
Add complete Volcán Antigua Roasters landing page
2026-05-08 22:20:53 -07:00
Claude fe87b80c76 Deploy site with new flowing volcano logo
Replace placeholder index.html with full landing page. Logos served
from assets/logo-main.webp and assets/logo-nav.webp instead of inline
base64 to keep the HTML readable.

https://claude.ai/code/session_016uWjFaT4pMic6ymE57ebE1
2026-05-09 05:12:10 +00:00
Claude df20a2e7da 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.
2026-05-07 02:00:39 +00:00
Claude f151f54ad4 Update README to reflect actual /assets/ contents
- Lists volcan_logo_master.png as the only canonical file currently present
- Documents the /assets/archive/ contents
- Calls out the five logo variants that still need to be produced
- Removes stale reference to the volcan-antigua-roasters/ subfolder
v1
2026-05-05 16:33:11 +00:00
Claude e106fdd4d0 Merge cleanup branch into main
Combines the cleaned project structure with main. Removes the four messy-named
duplicates at the assets/ root that were verified byte-identical to their
canonical counterparts:

  assets/Black logo new1.png    -> assets/volcan_logo_master.png (renamed)
  assets/volan lgo black.png    -> assets/archive/volan lgo black.png
  assets/volcan logo png.png    -> assets/archive/volcan logo png.png
  assets/index.html (1B stub)   -> assets/archive/index.html
2026-05-05 16:27:03 +00:00
Claude ddc2886cfb Move project files from volcan-antigua-roasters/ to repo root
The repo is named volcanantiguaroasters, so the extra subfolder wrapper was
redundant. Flattens the layout in preparation for merging into main.
2026-05-05 16:26:37 +00:00
Claude f38c1392f0 Consolidate brand assets into volcan-antigua-roasters/assets/
Pulls the three logo variants from main into the working branch under the
project folder. Promotes 'Black logo new1.png' (largest, latest variant) to
the canonical name volcan_logo_master.png. Moves the remaining files into
assets/archive/ so nothing is lost:
  - volan lgo black.png (alt black variant)
  - volcan logo png.png (white-background variant, kept as alt option)
  - index.html (1-byte stub from the original main branch)
2026-05-05 03:04:11 +00:00
Claude 5228de20e2 Initial Volcán Antigua Roasters brand setup
Scaffolds a zero-dependency static site for Netlify: index.html placeholder,
Netlify config with security headers and aggressive asset caching, robots/
sitemap, brand README, and an empty assets/ folder for the logo PNGs.
2026-05-05 02:57:52 +00:00
Daniel Lee ccc8d39e4c Add files via upload 2026-05-04 19:54:58 -07:00
Daniel Lee f347b80e74 Create index.html 2026-05-04 19:54:08 -07:00