[object Object]

← back to Rentv Bloom Flyers

Add per-flyer + all-6 PDF downloads to the tabbed selector; redeploy /826

6b75ccdefc61c2e645714d6b1369146cfa2b077e · 2026-08-07 16:02:02 -0700 · Steve Abrams

Files touched

Diff

commit 6b75ccdefc61c2e645714d6b1369146cfa2b077e
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Fri Aug 7 16:02:02 2026 -0700

    Add per-flyer + all-6 PDF downloads to the tabbed selector; redeploy /826
---
 public/index.html                               |  13 ++++++++-----
 public/pdf/RENTV-Steve-Bloom-all-6-concepts.pdf | Bin 0 -> 1518997 bytes
 public/pdf/concept-1-editorial-media-kit.pdf    | Bin 0 -> 174914 bytes
 public/pdf/concept-2-data-terminal.pdf          | Bin 0 -> 247314 bytes
 public/pdf/concept-3-adsales-pricing.pdf        | Bin 0 -> 192685 bytes
 public/pdf/concept-4-reach-infographic.pdf      | Bin 0 -> 451350 bytes
 public/pdf/concept-5-podcast-host.pdf           | Bin 0 -> 253686 bytes
 public/pdf/concept-6-ceo-profile.pdf            | Bin 0 -> 282067 bytes
 8 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/public/index.html b/public/index.html
index b944a20..87e03c6 100644
--- a/public/index.html
+++ b/public/index.html
@@ -62,7 +62,9 @@
       <text x="120" y="80" text-anchor="middle" font-family="Inter,sans-serif" font-weight="600" font-size="12" fill="#9fb0d8" letter-spacing="3">REAL ESTATE NEWS &amp; MEDIA</text>
     </svg>
     <div class="htxt"><h1>Steve Bloom / RENTV — 6 Flyer Concepts + Key Art</h1>
-    <p>Pick a version with the tabs. Every concept carries the full contact block · (310)&nbsp;213-6409 · sbloom@rentv.com · rentv.com</p></div>
+    <p>Pick a version with the tabs, then <b>⬇ Download PDF</b> on any flyer. Every concept carries the full contact block · (310)&nbsp;213-6409 · sbloom@rentv.com · rentv.com</p></div>
+    <span style="flex:1"></span>
+    <a download href="pdf/RENTV-Steve-Bloom-all-6-concepts.pdf" style="align-self:center;padding:10px 16px;border-radius:9px;background:var(--gold);color:#1a1200;font-weight:700;font-size:13px;text-decoration:none;white-space:nowrap">⬇ Download all 6 (PDF)</a>
   </div>
   <div class="tabs" id="tabs"></div>
 </header>
@@ -98,17 +100,18 @@ function select(id){
 }
 // flyer tabs
 FLYERS.forEach(fl=>addTab('f'+fl.k, '<span class="k">'+fl.k+'</span>'+fl.label, v=>{
+  var pdf=fl.file.replace('concepts/','pdf/').replace('.html','.pdf');
   v.innerHTML='<div class="flyerbar"><b>'+fl.label+'</b> — '+fl.dir+
     '<span class="sp"></span>'+
-    '<a class="gold" href="'+fl.file+'" target="_blank">Open full ↗</a>'+
-    '<a href="'+fl.png+'" target="_blank">PNG</a>'+
-    '<a href="'+fl.file+'" target="_blank" onclick="return true">Print</a></div>'+
+    '<a class="gold" download href="'+pdf+'">⬇ Download PDF</a>'+
+    '<a href="'+fl.file+'" target="_blank">Open full ↗</a>'+
+    '<a href="'+fl.png+'" target="_blank">PNG</a></div>'+
     '<iframe src="'+fl.file+'" title="'+fl.label+'"></iframe>';
 }));
 // key art tab
 addTab('keyart','<span class="k">★</span>Key Art (PS)', v=>{
   v.innerHTML='<div class="flyerbar"><b>Photoshop Key Art</b> — Steve Bloom / Commercial Real Estate Talk'+
-    '<span class="sp"></span><a class="gold" href="concepts/ps-keyart-steve-bloom.png" target="_blank">Open PNG ↗</a></div>'+
+    '<span class="sp"></span><a class="gold" download href="concepts/ps-keyart-steve-bloom.png">⬇ Download PNG</a><a href="concepts/ps-keyart-steve-bloom.png" target="_blank">Open ↗</a></div>'+
     '<div class="imgwrap"><figure><img src="concepts/ps-keyart-steve-bloom.png" alt="Steve Bloom key art"></figure></div>';
 });
 // sponsors tab
diff --git a/public/pdf/RENTV-Steve-Bloom-all-6-concepts.pdf b/public/pdf/RENTV-Steve-Bloom-all-6-concepts.pdf
new file mode 100644
index 0000000..b0a3109
Binary files /dev/null and b/public/pdf/RENTV-Steve-Bloom-all-6-concepts.pdf differ
diff --git a/public/pdf/concept-1-editorial-media-kit.pdf b/public/pdf/concept-1-editorial-media-kit.pdf
new file mode 100644
index 0000000..3c40dc2
Binary files /dev/null and b/public/pdf/concept-1-editorial-media-kit.pdf differ
diff --git a/public/pdf/concept-2-data-terminal.pdf b/public/pdf/concept-2-data-terminal.pdf
new file mode 100644
index 0000000..ef70258
Binary files /dev/null and b/public/pdf/concept-2-data-terminal.pdf differ
diff --git a/public/pdf/concept-3-adsales-pricing.pdf b/public/pdf/concept-3-adsales-pricing.pdf
new file mode 100644
index 0000000..5c6caeb
Binary files /dev/null and b/public/pdf/concept-3-adsales-pricing.pdf differ
diff --git a/public/pdf/concept-4-reach-infographic.pdf b/public/pdf/concept-4-reach-infographic.pdf
new file mode 100644
index 0000000..c1a5765
Binary files /dev/null and b/public/pdf/concept-4-reach-infographic.pdf differ
diff --git a/public/pdf/concept-5-podcast-host.pdf b/public/pdf/concept-5-podcast-host.pdf
new file mode 100644
index 0000000..7defdf8
Binary files /dev/null and b/public/pdf/concept-5-podcast-host.pdf differ
diff --git a/public/pdf/concept-6-ceo-profile.pdf b/public/pdf/concept-6-ceo-profile.pdf
new file mode 100644
index 0000000..a3db76f
Binary files /dev/null and b/public/pdf/concept-6-ceo-profile.pdf differ

← 9fc2749 Tabbed viewer + Photoshop key-art; deploy bundle for rentv.a  ·  back to Rentv Bloom Flyers  ·  chore: mark v1.0.0 (session close) 7b086c2 →