← back to Rentv Bloom Flyers

public/source.html

38 lines

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>RENTV — Original Flyers (before)</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Playfair+Display:wght@700&display=swap" rel="stylesheet">
<style>
  body{margin:0;font-family:Inter,system-ui,sans-serif;background:#0b1730;color:#eaf0ff}
  header{padding:24px 32px 18px;border-bottom:1px solid #24345f;background:linear-gradient(180deg,#0e2350,#0b1730)}
  h1{font-family:'Playfair Display',serif;font-size:24px;margin:6px 0 4px}
  .sub{color:#9fb0d8;font-size:14px;max-width:820px;line-height:1.5}
  nav{margin-top:16px;display:flex;gap:10px;flex-wrap:wrap}
  nav a{padding:8px 16px;border:1px solid #2c3e6e;border-radius:999px;font-size:13px;font-weight:600;background:#132347;text-decoration:none;color:#eaf0ff}
  nav a.active{background:var(--gold,#E8A81C);color:#1a1200;border-color:#E8A81C}
  .wrap{padding:26px 32px 70px;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;max-width:1100px}
  figure{margin:0;background:#101f42;border:1px solid #24345f;border-radius:12px;overflow:hidden}
  figure img{width:100%;display:block;background:#fff}
  figcaption{padding:12px 16px;font-size:13px;color:#9fb0d8}
</style>
</head>
<body>
<header>
  <h1>The "before" — RENTV's current flyers</h1>
  <div class="sub">The original media-kit and Property Spotlight flyers Steve Bloom sent. Dense, screenshot-heavy B2B sell-sheets — the starting point the 6 concepts modernize.</div>
  <nav>
    <a href="index.html">◱ Flyer Concepts</a>
    <a href="sponsors.html">◉ CRE Ad-Buyer Prospects</a>
    <a class="active" href="source.html">⌸ Original Flyer</a>
  </nav>
</header>
<div class="wrap">
  <figure><img src="source/corp-flyer-apr2026-v3.jpg" alt="RENTV corporate flyer"><figcaption>Corp Flyer Apr 2026 V3 — the corporate services menu (the primary redesign target).</figcaption></figure>
  <figure><img src="source/property-spotlight-flyer-apr2025.jpg" alt="RENTV property spotlight flyer"><figcaption>Property Spotlight Flyer Rev Apr 2025 — the eblast sell-sheet.</figcaption></figure>
</div>
</body>
</html>