Skip to content

feat(website): new landing page (landing-v2.html) - #66

Merged
AndrewCTF merged 2 commits into
AndrewCTF:masterfrom
anythingeverything556-web:feat/new-landing-page
Aug 2, 2026
Merged

feat(website): new landing page (landing-v2.html)#66
AndrewCTF merged 2 commits into
AndrewCTF:masterfrom
anythingeverything556-web:feat/new-landing-page

Conversation

@anythingeverything556-web

@anythingeverything556-web anythingeverything556-web commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

Summary

Replaces website/index.html with the redesigned landing page. Direct cutover — the old page is fully swapped, not staged alongside.

What the new page has

  • Full-viewport hero with Ken Burns media treatment and staggered rise-in headline
  • Fixed blur nav with scroll-state transitions and hide-on-scroll-down
  • Tabbed live-feed updates section (Air / Maritime / Space / Hazards / Signals / Infrastructure / Agent / Workspace) with a stage slider
  • Statement section with per-word scroll-scrub illumination
  • Software rows with hover image previews
  • Partner-quote marquee, search + menu overlays, footer column builder
  • Reveal-on-scroll via IntersectionObserver

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 to assets/fonts/Archivo-var.woff2 and assets/fonts/GeistMono-var.woff2 which are. No new binary assets added, no external CDN dependencies beyond links to this GitHub repo.

Notes

  • Authored in Pencil; scraped asset paths rewritten to repo-local.
  • styles.css and main.js are still in the repo but no longer referenced by index.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.html and the Cloudflare Workers config are untouched.

Test plan

  • Open website/index.html in a browser — hero, tabs, slider, scrub text, marquee all animate
  • Devtools network tab shows zero 404s (all assets resolve under website/assets/)
  • Mobile viewport check at 390px width
  • Deploy to Cloudflare Workers and verify live

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 AndrewCTF self-assigned this Aug 2, 2026
@AndrewCTF
AndrewCTF self-requested a review August 2, 2026 14:54

@AndrewCTF AndrewCTF left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merge this into site/

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
AndrewCTF merged commit 590305e into AndrewCTF:master Aug 2, 2026
2 checks passed
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants