← back to Dw Marketing Viewer
Finalize Optima logo kit (wordmark+monogram, light/dark/transparent, favicon); swap brand mark into viewer
e6353067c41a6f305d8197364bb9af44817f972f · 2026-06-23 12:51:08 -0700 · Steve
Files touched
A avatars/avatar-wpb-dark.pngA avatars/avatar-wpb-green.pngA avatars/avatar-wpb-light.pngA avatars/avatar-wpb.pngA avatars/favicon.pngA logos/wpb-avatar-dark.pngA logos/wpb-avatar-green.pngA logos/wpb-avatar-light.pngA logos/wpb-favicon-256.pngA logos/wpb-lockup-ink.pngA logos/wpb-lockup-ivory.pngA logos/wpb-logo-kit.jpgA logos/wpb-wordmark-ink.pngA logos/wpb-wordmark-ivory.pngM server.js
Diff
commit e6353067c41a6f305d8197364bb9af44817f972f
Author: Steve <steve@designerwallcoverings.com>
Date: Tue Jun 23 12:51:08 2026 -0700
Finalize Optima logo kit (wordmark+monogram, light/dark/transparent, favicon); swap brand mark into viewer
---
avatars/avatar-wpb-dark.png | Bin 0 -> 30517 bytes
avatars/avatar-wpb-green.png | Bin 0 -> 29655 bytes
avatars/avatar-wpb-light.png | Bin 0 -> 30604 bytes
avatars/avatar-wpb.png | Bin 0 -> 30517 bytes
avatars/favicon.png | Bin 0 -> 6871 bytes
logos/wpb-avatar-dark.png | Bin 0 -> 30517 bytes
logos/wpb-avatar-green.png | Bin 0 -> 29655 bytes
logos/wpb-avatar-light.png | Bin 0 -> 30604 bytes
logos/wpb-favicon-256.png | Bin 0 -> 6871 bytes
logos/wpb-lockup-ink.png | Bin 0 -> 46674 bytes
logos/wpb-lockup-ivory.png | Bin 0 -> 46980 bytes
logos/wpb-logo-kit.jpg | Bin 0 -> 91648 bytes
logos/wpb-wordmark-ink.png | Bin 0 -> 36700 bytes
logos/wpb-wordmark-ivory.png | Bin 0 -> 36840 bytes
server.js | 11 ++++++-----
15 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/avatars/avatar-wpb-dark.png b/avatars/avatar-wpb-dark.png
new file mode 100644
index 0000000..e3874cd
Binary files /dev/null and b/avatars/avatar-wpb-dark.png differ
diff --git a/avatars/avatar-wpb-green.png b/avatars/avatar-wpb-green.png
new file mode 100644
index 0000000..5d8e2b0
Binary files /dev/null and b/avatars/avatar-wpb-green.png differ
diff --git a/avatars/avatar-wpb-light.png b/avatars/avatar-wpb-light.png
new file mode 100644
index 0000000..c5a27f2
Binary files /dev/null and b/avatars/avatar-wpb-light.png differ
diff --git a/avatars/avatar-wpb.png b/avatars/avatar-wpb.png
new file mode 100644
index 0000000..e3874cd
Binary files /dev/null and b/avatars/avatar-wpb.png differ
diff --git a/avatars/favicon.png b/avatars/favicon.png
new file mode 100644
index 0000000..4c97e35
Binary files /dev/null and b/avatars/favicon.png differ
diff --git a/logos/wpb-avatar-dark.png b/logos/wpb-avatar-dark.png
new file mode 100644
index 0000000..e3874cd
Binary files /dev/null and b/logos/wpb-avatar-dark.png differ
diff --git a/logos/wpb-avatar-green.png b/logos/wpb-avatar-green.png
new file mode 100644
index 0000000..5d8e2b0
Binary files /dev/null and b/logos/wpb-avatar-green.png differ
diff --git a/logos/wpb-avatar-light.png b/logos/wpb-avatar-light.png
new file mode 100644
index 0000000..c5a27f2
Binary files /dev/null and b/logos/wpb-avatar-light.png differ
diff --git a/logos/wpb-favicon-256.png b/logos/wpb-favicon-256.png
new file mode 100644
index 0000000..4c97e35
Binary files /dev/null and b/logos/wpb-favicon-256.png differ
diff --git a/logos/wpb-lockup-ink.png b/logos/wpb-lockup-ink.png
new file mode 100644
index 0000000..6b010b6
Binary files /dev/null and b/logos/wpb-lockup-ink.png differ
diff --git a/logos/wpb-lockup-ivory.png b/logos/wpb-lockup-ivory.png
new file mode 100644
index 0000000..9735e49
Binary files /dev/null and b/logos/wpb-lockup-ivory.png differ
diff --git a/logos/wpb-logo-kit.jpg b/logos/wpb-logo-kit.jpg
new file mode 100644
index 0000000..01bdbca
Binary files /dev/null and b/logos/wpb-logo-kit.jpg differ
diff --git a/logos/wpb-wordmark-ink.png b/logos/wpb-wordmark-ink.png
new file mode 100644
index 0000000..6e860b4
Binary files /dev/null and b/logos/wpb-wordmark-ink.png differ
diff --git a/logos/wpb-wordmark-ivory.png b/logos/wpb-wordmark-ivory.png
new file mode 100644
index 0000000..f664cd6
Binary files /dev/null and b/logos/wpb-wordmark-ivory.png differ
diff --git a/server.js b/server.js
index fce6429..3148810 100644
--- a/server.js
+++ b/server.js
@@ -6,7 +6,7 @@ const fs = require('fs');
const path = require('path');
const PORT = process.env.PORT || 9847;
const AVATAR_DIR = path.join(__dirname, 'avatars');
-const DEFAULT_AVATAR = '/avatars/avatar-navy.png';
+const DEFAULT_AVATAR = '/avatars/avatar-wpb-dark.png';
const WPB = 'https://wallpapersback.com';
const IMG = '/designs/img/';
@@ -79,6 +79,7 @@ function page(){
return `<!doctype html><html lang="en"><head>
<meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1">
<title>DW Marketing — Wallpaper's Back</title>
+<link rel="icon" type="image/png" href="/avatars/favicon.png">
<style>
:root { --bg:#0f1115; --card:#191c23; --ink:#e7e9ee; --mut:#8b91a0; --line:#2a2e38; --accent:#6ea8fe; }
*{box-sizing:border-box;}
@@ -145,10 +146,10 @@ function page(){
<span>🎂 ${SHARED.dob}</span>
</div>
<div class="avopts">
- <span class="avlbl">Brand avatar:</span>
- <div class="avopt pick"><img src="/avatars/avatar-navy.png" alt=""><span>navy ✓</span></div>
- <div class="avopt"><img src="/avatars/avatar-honey.png" alt=""><span>honey</span></div>
- <div class="avopt"><img src="/avatars/avatar-chamois.png" alt=""><span>chamois</span></div>
+ <span class="avlbl">Brand mark (Optima):</span>
+ <div class="avopt pick"><img src="/avatars/avatar-wpb-dark.png" alt=""><span>dark ✓</span></div>
+ <div class="avopt"><img src="/avatars/avatar-wpb-light.png" alt=""><span>light</span></div>
+ <div class="avopt"><img src="/avatars/avatar-wpb-green.png" alt=""><span>green</span></div>
</div>
<div class="projnote">Passwords stored in secrets registry (WPB_* keys) — shown as last-4 only.</div>
</section>
← f6dbb60 Add 6 elegant logo concepts (logos/); fix #6 ornament glyph
·
back to Dw Marketing Viewer
·
Add 2 brand-launch posts (reveal + feature) 1080x1350 75f1a42 →