feat(website): new landing page (landing-v2.html) - #66
Merged
AndrewCTF merged 2 commits intoAug 2, 2026
Merged
Conversation
Drop-in redesign of the Velocity landing page with a full-viewport hero, tabbed live-feed updates, a scrolling statement section, software rows with hover previews, and a partner-quote marquee. Single self-contained HTML file; all assets resolve to existing files under website/assets/. Authored in Pencil; image/font refs rewritten to repo-local paths.
AndrewCTF
self-requested a review
August 2, 2026 14:54
Swap website/index.html for the redesigned landing page — full-viewport hero, tabbed live-feed updates, scroll-scrub statement, software rows with hover previews, partner-quote marquee. All image/font refs resolve to existing files under website/assets/ (Palantir Alliance woff2s mapped to Archivo/GeistMono, which the repo ships). Self-contained single HTML file, no external CDN deps beyond links to this repo.
AndrewCTF
approved these changes
Aug 2, 2026
4 tasks
anythingeverything556-web
added a commit
to anythingeverything556-web/velocity
that referenced
this pull request
Aug 9, 2026
- 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
AndrewCTF
pushed a commit
that referenced
this pull request
Aug 9, 2026
- 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 #66
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 redesigned landing page. Direct cutover — the old page is fully swapped, not staged alongside.What the new page has
Asset handling
All image and font references resolve to existing files already shipped under
website/assets/. The two Palantir Alliance woff2s are not in the repo — mapped toassets/fonts/Archivo-var.woff2andassets/fonts/GeistMono-var.woff2which are. No new binary assets added, no external CDN dependencies beyond links to this GitHub repo.Notes
styles.cssandmain.jsare still in the repo but no longer referenced byindex.html— the new page is fully self-contained (inline<style>+<script>). Can be removed in a follow-up if you want a clean tree.press.htmland the Cloudflare Workers config are untouched.Test plan
website/index.htmlin a browser — hero, tabs, slider, scrub text, marquee all animatewebsite/assets/)