← back to Screenprintedwallpaper
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.
18403bfd4d93e4ae732f6614e973d80df98da064 · 2026-05-13 07:22:49 -0700 · Steve
Files touched
Diff
commit 18403bfd4d93e4ae732f6614e973d80df98da064
Author: Steve <steve@designerwallcoverings.com>
Date: Wed May 13 07:22:49 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 bc22fac..bc64cc2 100644
--- a/public/index.html
+++ b/public/index.html
@@ -175,7 +175,7 @@ textarea:focus-visible,
<meta name="twitter:description" content="Screen-Printed Wallpaper — Silkscreen, block-print & hand-pulled wallcoverings.">
<meta name="twitter:image" content="https://screenprintedwallpaper.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); }
@@ -277,11 +277,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"></div>
<div class="corner-mark">Hand-Pulled</div>
← e43dece brand: replace remaining fake brand globally → 'screenprinte
·
back to Screenprintedwallpaper
·
remove stray contact modal markup that was rendering inline 93dc197 →