Single-page marketing site for Submersion (scrollytelling landing page).
- Open
index.htmldirectly in a browser, or - Run a simple static server:
python3 -m http.server 5173Then visit http://localhost:5173.
index.html: the homepage. Nine zones from 0 to 60 m: hero, dive computer download and import, the log, sites and trips, photos and gear, profile analysis, planning, your data, download. Section ids arecomputer,log,sites,media,analyze,plan,data,download; the olderwhy,screens,features,supportanchors still resolve.privacy/,terms/: Privacy Policy and Terms of Service (mirrors ofPRIVACY.md/TERMS.mdin the app repo; linked from the footer)styles.css: the visual system (dark-only, zone layouts, feature grids, gauge)ocean.js: scroll-driven water color, parallax, marine snow, the depth gauge, and section revealsscript.js: release lookup and platform-detecting download buttonscreenshots/: window captures of the macOS app at 2400 px wide, used on the pageassets/: logo, favicon, App Store badgelightroom/: Adobe Lightroom integration walkthrough and OAuth callback page (self-contained styles)docs/superpowers/specs/: design specs for the site (the copy rules and verified-claims table live in the 2026-08-23 spec)