Escape Velocity chrome on Dune
Upstream Escape Velocity wraps the site in #page-wrapper. #header.wrapper holds
#logo (site title + tagline) and an inline #nav. Home then stacks four titled sections:
#intro.wrapper.style1, #main.wrapper.style2 with #features, #highlights.wrapper.style3
(three .highlight cards), and #footer.wrapper with #copyright. Inner pages switch the
body to no-sidebar and render a single #main.wrapper.style2 article. On this Dune port
that shell lives across components/layout.tsx and templates/default.tsx, styled by the
vendored static/html5up/ CSS.
Compare side-by-side with html5up.net/escape-velocity:
#introcarries the seededintro_titleand a Get Started button aimed at/blog#featuresdocuments Blog, responsive shell, Search/Archives, and credit in a four-cell list with About as a secondary action#highlightscards spotlight Blog, Search, and Archives with featured images#navmarks the active route with.current(trailing-slash safe)
Honest Dune deviations: upstream’s multi-page HTML becomes ordinary posts under /blog;
search is server-side /api/search, not a static filter; the closing CTA has no mail
backend. No dark mode — Escape Velocity upstream is one design; a Dune lift may land later
as an enhancement, not as fidelity.