ldw.build is a static HTML site. No frameworks, no build tools, no server-side rendering. Raw HTML + CSS + inline JavaScript, deployed directly to Vercel.
Pages
| Page | File | URL | Description |
| Homepage | index.html | / | Hero, About, What I Carry, Speaking, Books, Consulting, Vantage promo, Content, Instagram, Newsletter, Footer |
| Speaking | speaking.html | /speaking.html | Speaking bio, topic cards, booking form, photo gallery |
| Media | media.html | /media.html | Press photos (16 images), lightbox viewer, bio card |
| Vantage | vantage.html | /vantage.html | Executive Command Center — React 18 app via Babel CDN |
| Content Hub | content.html | /content.html | Video/content hub with category filtering |
| Admin Portal | admin.html | /admin.html | Password-protected admin dashboard |
Admin Subpages (Behind Auth)
| Page | File | Access |
| Brand Identity | admin-brand-identity.html | Auth required |
| Site Architecture | admin-site-architecture.html | Auth required |
| Deployment Guide | admin-deployment.html | Auth required |
| Credentials & Access | admin-credentials.html | Auth required |
| Integrations Map | admin-integrations.html | Auth required |
| Outstanding Items | admin-outstanding.html | Auth required |
| Instructions (Jadyn) | admin-instructions.html | Auth required |
Navigation Structure
All public pages share a sticky top nav bar with links to: Home, Speaking, Media, Vantage. The footer on every page includes a subtle "Portal" link to admin.html.
<div class="site-nav-links">
<a href="/">Home</a>
<a href="/speaking.html">Speaking</a>
<a href="/media.html">Media</a>
<a href="/vantage.html">Vantage</a>
</div>
When adding a new page: Add the link to ALL nav structures on ALL pages.
Homepage Section Map
| # | Section | CSS Class | Background |
| 1 | Hero | .hero | Obsidian |
| 2 | About | .section | Light |
| 3 | What I Carry | .section-dark | Obsidian |
| 4 | Speaking | .section | Light |
| 5 | Books | .section-offwhite | #F7F5F1 |
| 6 | Consulting | .section-dark | Obsidian |
| 7 | Vantage Promo | .vantage-section | Warm Black |
| 8 | Latest Content | .section-dark | Obsidian |
| 9 | Instagram | .section-offwhite | #F7F5F1 |
| 10 | Newsletter | .section-warm | Warm Black |
| 11 | Footer | .site-footer | #0A0A0A |
Popup CTA
| Property | Value |
| Trigger | 3 seconds after page load |
| Persistence | sessionStorage — dismissed for entire session |
| Headline | JOIN THE BUILDERS. |
| Database target | newsletter_subscribers (source: popup_cta) |
| Close methods | X button, click outside, Escape key |
Vantage Technical Details
| Property | Value |
| Framework | React 18 via CDN + Babel standalone |
| Rendering | Client-side only |
| Data | Static demo data (not connected to live APIs yet) |
| Layout | 2×2 fixed grid for hub cards |
| Modes | Org (2819 Church) / Biz (LW Brand) toggle |