feat(website): replace landing page with v3 design - #73
Merged
AndrewCTF merged 1 commit intoAug 9, 2026
Conversation
- New hero: full-viewport video background (assets/hero-bg.mp4, ~17MB) with poster fallback - Glassmorphic nav: floating pill links, blur/saturate backdrop, hide-on-scroll-down, auto light/dark adaptation over hero and footer - Tabbed live-feed carousel: 9 domains (Air, Maritime, Space, Hazards, Signals, Infrastructure, Archive, Agent, Workspace) with dot progress, arrows, keyboard nav, auto-advance (pauses on hover) - Statement section with per-word scroll-scrub illumination - Software rows linking to the tour, archive stats section, stated-limits marquee, dual CTAs, search overlay, footer column builder - Reveal-on-scroll via IntersectionObserver, lerped smooth scrolling - Fonts mapped to existing assets/fonts (Archivo-var, GeistMono-var); all other imagery resolves to files already shipped under website/assets/ - Fully self-contained (inline style + script); press.html and wrangler config untouched - Removes styles.css and main.js, orphaned since the v2 cutover in AndrewCTF#66
anythingeverything556-web
force-pushed
the
feat/landing-v3
branch
from
August 9, 2026 09:01
b888bd1 to
381adbe
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replaces
website/index.htmlwith the v3 landing page (successor to #66) AND removes the old site files —styles.cssandmain.jshave been orphaned since the v2 cutover and are deleted here. Rebased onto current master (conflict resolved: v3 winsindex.htmlwholesale).What's new in v3
hero-bg.mp4(NEW asset, ~17MB) withhero-orbit.jpgposter fallback, fade-in on first frameOld site removal
website/styles.css(794 lines) — DELETED, unreferenced since feat(website): new landing page (landing-v2.html) #66website/main.js— DELETED, sameAsset handling
website/assets/hero-bg.mp4(17,329,986 bytes). All other imagery resolves to files already shipped underwebsite/assets/.assets/fonts/Archivo-var.woff2andGeistMono-var.woff2, same as feat(website): new landing page (landing-v2.html) #66.Verified
Notes
press.htmlandwrangler.tomluntouched.Test plan
website/index.html— hero video autoplays, nav pill adapts light/dark, carousel auto-advances