[object Object]

← back to Pitch Guard

Add Designer Wallcoverings logo to header; (GEORGE_URL fixed to Tailscale MagicDNS HTTPS in .env — gitignored)

75b161a09f03e782e8b25e2b5d7b087237e2fb42 · 2026-06-18 13:18:19 -0700 · SteveStudio2

Files touched

Diff

commit 75b161a09f03e782e8b25e2b5d7b087237e2fb42
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date:   Thu Jun 18 13:18:19 2026 -0700

    Add Designer Wallcoverings logo to header; (GEORGE_URL fixed to Tailscale MagicDNS HTTPS in .env — gitignored)
---
 public/index.html | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/public/index.html b/public/index.html
index 7bd5d31..42b053a 100644
--- a/public/index.html
+++ b/public/index.html
@@ -16,6 +16,12 @@
   h1,h2,h3,.serif{font-family:Georgia,"Times New Roman",serif}
   header{height:54px;background:var(--ink);color:var(--cream);display:flex;align-items:center;
     padding:0 18px;gap:14px;border-bottom:3px solid var(--gold);flex-shrink:0}
+  header .brand{display:flex;align-items:center;gap:9px}
+  header .brand svg{display:block}
+  header .brand .wm{display:flex;flex-direction:column;line-height:1}
+  header .brand .wm b{font-family:Georgia,serif;font-size:13px;letter-spacing:.12em;color:var(--cream)}
+  header .brand .wm i{font-style:normal;font-size:8.5px;letter-spacing:.26em;color:var(--gold);margin-top:2px}
+  header .divider{width:1px;height:26px;background:#4a4337}
   header h1{font-size:18px;font-weight:600;letter-spacing:.3px}
   header .sub{font-size:12px;color:#cdc6b3;letter-spacing:.4px}
   header .spacer{flex:1}
@@ -189,6 +195,14 @@
   </head>
 <body>
 <header>
+  <a class="brand" href="https://designerwallcoverings.com" title="Designer Wallcoverings">
+    <svg width="40" height="40" viewBox="0 0 48 48" aria-label="Designer Wallcoverings">
+      <circle cx="24" cy="24" r="22" fill="none" stroke="#9a7b3f" stroke-width="1.5"/>
+      <text x="24" y="31" font-family="Georgia,'Times New Roman',serif" font-size="19" font-weight="600" fill="#f6f3ec" text-anchor="middle" letter-spacing="0.5">DW</text>
+    </svg>
+    <span class="wm"><b>DESIGNER</b><i>WALLCOVERINGS</i></span>
+  </a>
+  <span class="divider"></span>
   <h1>Pitch Guard</h1>
   <span class="sub">review before you follow up</span>
   <span class="spacer"></span>

← 7308e45 Refine: never bother clients who already transacted or were  ·  back to Pitch Guard  ·  Fix Send followup: pass George external-send approval token bcb6aaa →