[object Object]

← back to Mylarwallpaper

header: remove duplicate <header> with dwmOpen-contact (was overlapping ns-header) + add display:none default to .ns-modal so How-can-we-help only opens on click. Restores canonical logo-UL + hamburger-UR layout per MEMORY rule.

98cdf99d2a4db292ce8e35a6f7903c7014e2032b · 2026-05-13 07:22:48 -0700 · Steve

Files touched

Diff

commit 98cdf99d2a4db292ce8e35a6f7903c7014e2032b
Author: Steve <steve@designerwallcoverings.com>
Date:   Wed May 13 07:22:48 2026 -0700

    header: remove duplicate <header> with dwmOpen-contact (was overlapping ns-header) + add display:none default to .ns-modal so How-can-we-help only opens on click. Restores canonical logo-UL + hamburger-UR layout per MEMORY rule.
---
 public/index.html | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/public/index.html b/public/index.html
index 06e23ed..dc84c00 100644
--- a/public/index.html
+++ b/public/index.html
@@ -172,7 +172,7 @@ textarea:focus-visible,
 <meta name="twitter:description" content="Mylar Wallpaper — Mylar, foil & reflective wallcoverings.">
 <meta name="twitter:image" content="https://mylarwallpaper.com/hero-bg.jpg">
 <!-- graphics-loop pass 13: footer + fb -->
-</head>
+<style id="ns-modal-fix">.ns-modal{display:none}.ns-modal.show{display:flex;align-items:center;justify-content:center;position:fixed;inset:0;background:rgba(0,0,0,0.6);z-index:1000}.ns-modal-card{background:#faf6ef;color:#1a1714;padding:32px;border-radius:12px;max-width:480px;width:90%;position:relative;box-shadow:0 20px 60px rgba(0,0,0,0.3)}.ns-modal .close-x{position:absolute;top:12px;right:16px;background:transparent;border:0;font-size:24px;cursor:pointer;color:#1a1714}.ns-modal h3{margin:0 0 8px;font-size:22px;font-weight:400}.ns-modal .sub{color:rgba(0,0,0,0.5);margin:0 0 20px;font-size:14px}.ns-actions{display:grid;gap:10px}.ns-action{display:flex;gap:14px;align-items:center;color:inherit;text-decoration:none;padding:14px 16px;border:1px solid rgba(0,0,0,0.12);border-radius:8px}.ns-action:hover{background:rgba(0,0,0,0.04)}.ns-action .ico{font-size:20px}.ns-action .txt{display:flex;flex-direction:column}.ns-action .txt b{font-weight:600}.ns-action .txt span{font-size:12px;color:rgba(0,0,0,0.5)}</style></head>
 <body>
 <style id="ns-header-modal-styles">
         .ns-header { position: sticky; top: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 18px 36px; background: rgba(10,10,10,0.92) !important; backdrop-filter: blur(8px); border-bottom: 1px solid rgba(245,241,232,0.06); }
@@ -274,11 +274,6 @@ textarea:focus-visible,
 
 
 
-<header>
-  <button class="h-link" onclick="dwmOpen('Contact')" aria-label="Contact"><svg class="h-icon" viewBox="0 0 24 24"><path d="M3 7h18M3 12h18M3 17h18"/></svg><span>Contact</span></button>
-  <button class="theme-toggle" id="theme-toggle" aria-label="Theme toggle">☾</button>
-</header>
-
 <section class="cinema">
   <div class="cinema-bg" id="heroBg"></div>
   <div class="corner-mark">Reflective Foil</div>

← fcdcfe6 brand: replace remaining fake brand globally → 'mylarwallpap  ·  back to Mylarwallpaper  ·  remove stray contact modal markup that was rendering inline 2fc9fb2 →