Commit Graph
10 Commits
Author SHA1 Message Date
oliver c4c3f847a3 Update index.html 2026-07-08 16:11:33 -03:00
oliver 589ad65760 Form 2026-07-01 19:53:21 -03:00
oliver b8d21a9be0 images 2026-07-01 19:50:44 -03:00
oliver 714e316e77 new 2026-07-01 19:37:57 -03:00
Oliver 65a7d4aaee Fix: show banner full height + reliable dropdown
- Increased brand-card-gap min-height to 500px (desktop) so
  the full background image is visible (509px at 1200px grid width)
- Responsive: 400px at 960px, 240px at 600px
- Dropped grid-row spanning approach; back to CSS background-image
  on .brands-grid with background-size: 100% auto
- Dropdown sets backgroundImage directly on .brands-grid via
  style.backgroundImage — no setTimeout, no opacity animation,
  no async timing issues
2026-07-01 21:19:07 +00:00
Oliver f73b19c941 Show banner at full width with natural aspect ratio
- Banner is now a real <img> in a full-width grid row (grid-column: 1/-1, grid-row: 2)
  between the card header (row 1) and footer (row 3)
- Cards span all 3 rows with justify-content: space-between
- image width: 100%; height: auto; preserves natural 1584x672 aspect ratio
- pointer-events: none so clicks pass through to cards
- z-index: 0 on banner, z-index: 1 on cards
- Dropdown swaps img src directly
2026-07-01 20:52:08 +00:00
Oliver d4690d9f54 Fix: single banner as grid background, no duplicated images
- Banner is now a single CSS background-image on .brands-grid
  spanning both card columns (left half on FI-NE, right on LACUEOR)
- Cards only have header (above) + spacer + footer (below)
  with semi-transparent solid backgrounds for readability
- Dropdown changes the grid's background-image directly
- Removed per-card <img> elements (was showing image twice)
- Cleaned up orphaned CSS classes
2026-07-01 20:44:08 +00:00
Oliver ba2097c2d6 Remove overlays, put text above/below banner image
- Removed gradient overlays from brand cards
- Removed shared background banner approach
- Each card now has its own banner <img> showing the relevant half
  (object-position: left for FI-NE, right for LACUEOR)
- Logo + eyebrow sit above the image, tagline + CTA below
- Dropdown now updates both card images simultaneously
- Cleaned up orphaned CSS (.brand-card-overlay, .brand-card-name, .brands-banner-img)
- Responsive padding for header/footer sections
2026-07-01 20:32:44 +00:00
Oliver b1cce5ef5e Replace per-card product images with shared banner + dropdown selector
- Removed individual Fine.webp / Lacuoer.jpg from brand cards
- Added shared banner image (asset/banner/1.png) spanning both cards
- Added dropdown selector (Banner 1–9) to switch the displayed image
- Made card backgrounds semi-transparent so the banner shows through
- Added hover zoom effect on the shared banner
- Preserved all brand links, overlays, and content layouts
2026-07-01 20:25:15 +00:00
oliver babd7e1c0f old 2026-07-01 13:04:42 -03:00