From b328f1467d7a80b8f591b44a0b3c3159fa7dec89 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 20 Jun 2026 17:36:07 +0000 Subject: [PATCH] fix: cleaner nav (no same-page links), GDPR cookie banner on all pages, order submit saves cookie --- backup-drives.html | 29 +++++++++++++++++++++++++++++ check-order.html | 20 ++++++++++++++++++++ index.html | 32 ++++++++++++++++++++++++++++---- 3 files changed, 77 insertions(+), 4 deletions(-) diff --git a/backup-drives.html b/backup-drives.html index 881672a..622f16d 100644 --- a/backup-drives.html +++ b/backup-drives.html @@ -70,6 +70,10 @@ .cta-section p{color:var(--text-dim);margin-bottom:1.5rem} footer{border-top:1px solid var(--border);padding:2rem;text-align:center;color:var(--text-muted);font-size:.8rem} @media(max-width:768px){.hero-grid{grid-template-columns:1fr;gap:2rem}nav{padding:.75rem 1rem}.nav-links{gap:1rem}.nav-links a{font-size:.78rem}.drive-grid{grid-template-columns:1fr}} + .cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:999;background:var(--bg-card);border-top:1px solid var(--border);padding:1rem 1.5rem;display:none;align-items:center;justify-content:space-between;gap:1rem;font-size:.82rem;color:var(--text-dim);backdrop-filter:blur(12px)} + .cookie-banner.show{display:flex}.cookie-banner p{max-width:600px;line-height:1.5}.cookie-banner a{color:var(--accent);text-decoration:none} + .cookie-btn{padding:.45rem 1.2rem;border-radius:6px;border:none;background:var(--accent);color:#fff;font-family:inherit;font-size:.82rem;font-weight:600;cursor:pointer;white-space:nowrap} + .cookie-btn:hover{background:var(--accent-hover)} @@ -218,6 +222,13 @@ Get a QuoteDemander un devis + + +