Halcyonic chrome on Dune
Upstream Halcyonic is a classic business landing: #header carries the logo
and #nav, then #banner splits into copy/CTA and a bordered image, then
#features presents four equal columns. On this Dune port that shell lives in
components/layout.tsx (header, banner, copyright) and
templates/default.tsx (feature grid + home body), styled by the vendored
static/html5up/ CSS — this post exists so the demo explains what you’re
seeing instead of shipping a generic clone.
Compare side-by-side with html5up.net/halcyonic:
#bannershowsbanner_textandbanner_image, with the large button wired to/blog#featurescards resolve to Blog, About, Archives, and the upstream design page — not dead#anchors- Inner pages use the
subpagebody class and a single#contentcolumn #copyrightkeeps year,footer_text, and the HTML5 UP credit whenevershow_html5up_creditis on
Honest Dune deviations: upstream’s multi-page HTML becomes ordinary routes
under /blog, /search, /archives, and /about; search is server-side
/api/search, not a static filter; there is no contact form mail backend behind
the chrome. A Dune lift may land later as an enhancement, not as fidelity.