From f73b19c941e9b1a481d91c42894e46612b63e337 Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 1 Jul 2026 20:52:08 +0000 Subject: [PATCH] Show banner at full width with natural aspect ratio - Banner is now a real 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 --- index.html | 12 +++++++++--- script.js | 11 +++++++---- style.css | 31 ++++++++++++++++++------------- 3 files changed, 34 insertions(+), 20 deletions(-) diff --git a/index.html b/index.html index ab255c8..d0f2b8c 100644 --- a/index.html +++ b/index.html @@ -75,7 +75,15 @@ experience.

-
+
+ + + Brand banner
- -