Highlights chrome on Dune
Upstream Highlights opens on #header (major title, tagline, Begin + Read the
Blog actions), then three section.main.special blocks (#one / #two /
#three) each with a primary image, content column, and goto-next scrolly
link, before #footer copyright. On this Dune port that shell lives in
templates/default.tsx, with shared credit chrome in components/layout.tsx
for inner pages, styled by vendored static/html5up/ CSS.
Compare side-by-side with html5up.net/highlights:
- Begin scrolls to
#one; Read the Blog and Get Started resolve to/blog #two’s icons grid links Blog, Search, Archives, and Aboutgoto-nextcontrols should chain#one→#two→#three→#footerat mobile width as well as desktop- Footer credit stays visible whenever
show_html5up_creditis on
Honest Dune deviations: multi-page upstream HTML becomes ordinary Dune routes;
search is server-side /api/search; there is no contact form in the footer. No
dark mode — Highlights upstream is one design; a Dune lift may land later as an
enhancement, not as fidelity.