← back to Hospitalitywallcoverings
snapshot before removing stray contact modal markup
e601aeaf030e714da7a1a54399518ff49244f97e · 2026-05-13 12:11:44 -0700 · Steve Abrams
Files touched
Diff
commit e601aeaf030e714da7a1a54399518ff49244f97e
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Wed May 13 12:11:44 2026 -0700
snapshot before removing stray contact modal markup
---
public/index.html | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/public/index.html b/public/index.html
index cde3b69..7b266dd 100644
--- a/public/index.html
+++ b/public/index.html
@@ -278,13 +278,16 @@ 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>
+ <div style="display:flex;align-items:center;gap:18px">
+ <a class="h-link trade-link" href="mailto:info@hospitalitywallcoverings.com?subject=Trade+Account+Inquiry" aria-label="Trade Account inquiry"><svg class="h-icon" viewBox="0 0 24 24"><path d="M3 7l9-4 9 4M5 9v10h14V9M9 19v-6h6v6"/></svg><span>Trade Account</span></a>
+ <button class="theme-toggle" id="theme-toggle" aria-label="Theme toggle">☾</button>
+ </div>
</header>
<section class="cinema">
<div class="cinema-bg" id="heroBg"></div>
<div class="corner-mark">Contract-Grade · Hotel-Tested</div>
- <h1 class="center-mark">Contract-grade. Hotel-tested.<span class="sub">Type-II vinyl, acoustic, healthcare-rated wallcoverings for hotels, restaurants, and contract spaces.</span></h1>
+ <h1 class="center-mark hero-wordmark">Contract-grade. Hotel-tested.<span class="sub">Type-II vinyl, acoustic, healthcare-rated wallcoverings for hotels, restaurants, and contract spaces. Free spec-grade samples for verified buyers.</span></h1>
<div class="meta-line">Type-II · Acoustic · Healthcare-rated · Class A<span class="num" id="heroNum"></span></div>
<a class="enter" href="#shop">Enter <svg viewBox="0 0 24 12" fill="none" stroke="currentColor" stroke-width="1.4"><path d="M0 6h22M16 1l6 5-6 5"/></svg></a>
</section>
← 92eca4b hamburger nav: apply canonical pattern from sister-site flee
·
back to Hospitalitywallcoverings
·
remove stray contact modal markup that was rendering inline 70d4a9c →