[object Object]

← back to Rentv 2026

Front page: add Deal Wire Video row (6 news videos, public /vid path)

6d664788cc7545c76ae7b292edafc6bf7a529968 · 2026-07-29 10:01:11 -0700 · Steve Abrams

Files touched

Diff

commit 6d664788cc7545c76ae7b292edafc6bf7a529968
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Wed Jul 29 10:01:11 2026 -0700

    Front page: add Deal Wire Video row (6 news videos, public /vid path)
---
 public/index.html              |  21 +++++++++++++++++++++
 public/vid/news-wire/news0.jpg | Bin 0 -> 29435 bytes
 public/vid/news-wire/news0.mp4 | Bin 0 -> 4702030 bytes
 public/vid/news-wire/news1.jpg | Bin 0 -> 24633 bytes
 public/vid/news-wire/news1.mp4 | Bin 0 -> 3425265 bytes
 public/vid/news-wire/news2.jpg | Bin 0 -> 29798 bytes
 public/vid/news-wire/news2.mp4 | Bin 0 -> 3794637 bytes
 public/vid/news-wire/news3.jpg | Bin 0 -> 26854 bytes
 public/vid/news-wire/news3.mp4 | Bin 0 -> 3030393 bytes
 public/vid/news-wire/news4.jpg | Bin 0 -> 31364 bytes
 public/vid/news-wire/news4.mp4 | Bin 0 -> 4439048 bytes
 public/vid/news-wire/news5.jpg | Bin 0 -> 31852 bytes
 public/vid/news-wire/news5.mp4 | Bin 0 -> 4622329 bytes
 13 files changed, 21 insertions(+)

diff --git a/public/index.html b/public/index.html
index 27740898..a152015e 100644
--- a/public/index.html
+++ b/public/index.html
@@ -163,6 +163,27 @@
       <div class="mp-funds" id="mpFunds"></div>
     </a>
   </section>
+  <section class="sec" style="padding-bottom:8px">
+    <style>
+      .vidrow{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,1fr);gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 2px 14px;-webkit-overflow-scrolling:touch}
+      .vidrow::-webkit-scrollbar{height:8px}.vidrow::-webkit-scrollbar-thumb{background:#c8102e;border-radius:4px}
+      .vidcard{scroll-snap-align:start;position:relative;border-radius:12px;overflow:hidden;background:#0b1017;border:1px solid #1c2941}
+      .vidcard video{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;background:#05080c}
+      .vc-badge{position:absolute;top:10px;left:10px;background:#c8102e;color:#fff;font-weight:800;font-size:11px;letter-spacing:.14em;padding:4px 9px;border-radius:4px;pointer-events:none}
+      .vc-title{padding:10px 12px;font-size:14px;font-weight:700;line-height:1.25;color:#0b1017}
+      .vidhead{display:flex;align-items:baseline;justify-content:space-between;gap:12px}
+      .vidhead a{font-size:13px;font-weight:600;color:#c8102e;text-decoration:none;white-space:nowrap}
+    </style>
+    <div class="vidhead"><h2 class="rule" style="margin-bottom:0">Deal Wire · Video</h2><a href="/press">Full video library →</a></div>
+    <div class="vidrow">
+      <div class="vidcard"><span class="vc-badge">RENTV NEWS</span><video preload="none" playsinline controls poster="/vid/news-wire/news0.jpg" src="/vid/news-wire/news0.mp4"></video><div class="vc-title">$81M Refi — Denver-Area Multifamily</div></div>
+      <div class="vidcard"><span class="vc-badge">RENTV NEWS</span><video preload="none" playsinline controls poster="/vid/news-wire/news1.jpg" src="/vid/news-wire/news1.mp4"></video><div class="vc-title">Washington Industrial Sells for $174M</div></div>
+      <div class="vidcard"><span class="vc-badge">RENTV NEWS</span><video preload="none" playsinline controls poster="/vid/news-wire/news2.jpg" src="/vid/news-wire/news2.mp4"></video><div class="vc-title">Granite Towers Buys 229-Unit Texas Multifamily</div></div>
+      <div class="vidcard"><span class="vc-badge">RENTV NEWS</span><video preload="none" playsinline controls poster="/vid/news-wire/news3.jpg" src="/vid/news-wire/news3.mp4"></video><div class="vc-title">SFF Realty Buys 104k sf Silicon Valley Office/R&D</div></div>
+      <div class="vidcard"><span class="vc-badge">RENTV NEWS</span><video preload="none" playsinline controls poster="/vid/news-wire/news4.jpg" src="/vid/news-wire/news4.mp4"></video><div class="vc-title">Swig Company Refis SF Office High-Rise</div></div>
+      <div class="vidcard"><span class="vc-badge">RENTV NEWS</span><video preload="none" playsinline controls poster="/vid/news-wire/news5.jpg" src="/vid/news-wire/news5.mp4"></video><div class="vc-title">Tailwind Spends $65M on Two Sacramento Properties</div></div>
+    </div>
+  </section>
   <section class="sec"><h2 class="rule">Across the market</h2><div class="river" id="river"></div></section>
   <div class="cta"><h3>The morning CRE briefing, in your inbox.</h3><input id="email" type="email" placeholder="you@company.com"><button id="subbtn">Subscribe</button><span class="ok" id="subok">✓ You're in.</span></div>
 </main>
diff --git a/public/vid/news-wire/news0.jpg b/public/vid/news-wire/news0.jpg
new file mode 100644
index 00000000..6e10ea46
Binary files /dev/null and b/public/vid/news-wire/news0.jpg differ
diff --git a/public/vid/news-wire/news0.mp4 b/public/vid/news-wire/news0.mp4
new file mode 100644
index 00000000..fa6d4c56
Binary files /dev/null and b/public/vid/news-wire/news0.mp4 differ
diff --git a/public/vid/news-wire/news1.jpg b/public/vid/news-wire/news1.jpg
new file mode 100644
index 00000000..0a276537
Binary files /dev/null and b/public/vid/news-wire/news1.jpg differ
diff --git a/public/vid/news-wire/news1.mp4 b/public/vid/news-wire/news1.mp4
new file mode 100644
index 00000000..da34ad2b
Binary files /dev/null and b/public/vid/news-wire/news1.mp4 differ
diff --git a/public/vid/news-wire/news2.jpg b/public/vid/news-wire/news2.jpg
new file mode 100644
index 00000000..a654caf8
Binary files /dev/null and b/public/vid/news-wire/news2.jpg differ
diff --git a/public/vid/news-wire/news2.mp4 b/public/vid/news-wire/news2.mp4
new file mode 100644
index 00000000..21b3708b
Binary files /dev/null and b/public/vid/news-wire/news2.mp4 differ
diff --git a/public/vid/news-wire/news3.jpg b/public/vid/news-wire/news3.jpg
new file mode 100644
index 00000000..8a35e25c
Binary files /dev/null and b/public/vid/news-wire/news3.jpg differ
diff --git a/public/vid/news-wire/news3.mp4 b/public/vid/news-wire/news3.mp4
new file mode 100644
index 00000000..f6201e1a
Binary files /dev/null and b/public/vid/news-wire/news3.mp4 differ
diff --git a/public/vid/news-wire/news4.jpg b/public/vid/news-wire/news4.jpg
new file mode 100644
index 00000000..a031dcc8
Binary files /dev/null and b/public/vid/news-wire/news4.jpg differ
diff --git a/public/vid/news-wire/news4.mp4 b/public/vid/news-wire/news4.mp4
new file mode 100644
index 00000000..5976eeb9
Binary files /dev/null and b/public/vid/news-wire/news4.mp4 differ
diff --git a/public/vid/news-wire/news5.jpg b/public/vid/news-wire/news5.jpg
new file mode 100644
index 00000000..cb215c87
Binary files /dev/null and b/public/vid/news-wire/news5.jpg differ
diff --git a/public/vid/news-wire/news5.mp4 b/public/vid/news-wire/news5.mp4
new file mode 100644
index 00000000..ebba4171
Binary files /dev/null and b/public/vid/news-wire/news5.mp4 differ

← 5dd7950a Add 6 RENTV News deal-wire videos (latest rentv.com stories,  ·  back to Rentv 2026  ·  Extend Deal Wire to 11 news videos (5 more rentv.com stories 5fec1971 →