← back to Dw Vendor Mailer
Add DW logo to masthead + link logo & tagline to /collections/new-arrivals
27ec67998c8723cb60e5c33e63b5bc712d11a89f · 2026-09-09 12:28:29 -0700 · Steve Abrams
Files touched
Diff
commit 27ec67998c8723cb60e5c33e63b5bc712d11a89f
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Wed Sep 9 12:28:29 2026 -0700
Add DW logo to masthead + link logo & tagline to /collections/new-arrivals
---
build.py | 11 +++++++++--
mailer.html | 9 +++++++--
2 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/build.py b/build.py
index 0eb54a7..3ce25d1 100644
--- a/build.py
+++ b/build.py
@@ -11,6 +11,8 @@ Regenerate: python3 build.py -> mailer.html
import html, pathlib
STORE = "https://designerwallcoverings.com"
+NEW_ARRIVALS = STORE + "/collections/new-arrivals"
+DW_LOGO = "https://www.designerwallcoverings.com/cdn/shop/files/Screen_Shot_2019-02-06_at_12.08.24_PM_525x300.png?v=1613539653"
# Each vendor: display name, logo (image url OR {"wordmark": text}), collection handle, 4 products.
VENDORS = [
@@ -180,8 +182,13 @@ def build():
<table role="presentation" width="600" cellpadding="0" cellspacing="0" border="0" style="width:600px;max-width:600px;background:#ffffff;border:1px solid {LINE};">
<!-- Masthead -->
- <tr><td style="padding:26px 24px 6px;text-align:center;">
- <div style="font-family:{SANS};font-size:11px;letter-spacing:3px;text-transform:uppercase;color:{MUTED};">Designer Wallcoverings · est. 2003 · to the trade</div>
+ <tr><td style="padding:24px 24px 2px;text-align:center;">
+ <a href="{NEW_ARRIVALS}" target="_blank" style="text-decoration:none;border:0;">
+ <img src="{DW_LOGO}" alt="Designer Wallcoverings" width="188" style="display:inline-block;width:188px;max-width:62%;height:auto;border:0;">
+ </a>
+ </td></tr>
+ <tr><td style="padding:2px 24px 6px;text-align:center;">
+ <a href="{NEW_ARRIVALS}" target="_blank" style="font-family:{SANS};font-size:11px;letter-spacing:3px;text-transform:uppercase;color:{MUTED};text-decoration:none;">Designer Wallcoverings · est. 2003 · to the trade</a>
</td></tr>
<tr><td style="padding:6px 24px 4px;text-align:center;">
<div style="font-family:{SERIF};font-size:32px;line-height:1.15;color:{INK};">The Houses We Represent</div>
diff --git a/mailer.html b/mailer.html
index 47e1d81..a7193a3 100644
--- a/mailer.html
+++ b/mailer.html
@@ -8,8 +8,13 @@
<table role="presentation" width="600" cellpadding="0" cellspacing="0" border="0" style="width:600px;max-width:600px;background:#ffffff;border:1px solid #e7e2db;">
<!-- Masthead -->
- <tr><td style="padding:26px 24px 6px;text-align:center;">
- <div style="font-family:-apple-system, 'Helvetica Neue', Arial, sans-serif;font-size:11px;letter-spacing:3px;text-transform:uppercase;color:#8a8178;">Designer Wallcoverings · est. 2003 · to the trade</div>
+ <tr><td style="padding:24px 24px 2px;text-align:center;">
+ <a href="https://designerwallcoverings.com/collections/new-arrivals" target="_blank" style="text-decoration:none;border:0;">
+ <img src="https://www.designerwallcoverings.com/cdn/shop/files/Screen_Shot_2019-02-06_at_12.08.24_PM_525x300.png?v=1613539653" alt="Designer Wallcoverings" width="188" style="display:inline-block;width:188px;max-width:62%;height:auto;border:0;">
+ </a>
+ </td></tr>
+ <tr><td style="padding:2px 24px 6px;text-align:center;">
+ <a href="https://designerwallcoverings.com/collections/new-arrivals" target="_blank" style="font-family:-apple-system, 'Helvetica Neue', Arial, sans-serif;font-size:11px;letter-spacing:3px;text-transform:uppercase;color:#8a8178;text-decoration:none;">Designer Wallcoverings · est. 2003 · to the trade</a>
</td></tr>
<tr><td style="padding:6px 24px 4px;text-align:center;">
<div style="font-family:'Playfair Display', Georgia, 'Times New Roman', serif;font-size:32px;line-height:1.15;color:#221f1c;">The Houses We Represent</div>
← 754d65c Center captions, dedupe colorways->distinct patterns (newest
·
back to Dw Vendor Mailer
·
(newest)