Overview
Convert the Awesome GitHub header and footer components from the existing implementation to pixel-match the React prototype specification exactly. This is a critical visual alignment task for the Astro site redesign.
Specification Reference
The design spec is the authoritative source:
Prototype location: wceu-2026/design_handoff_awesome_github/
Live site: https://github.lightspeedwp.agency/
Design tokens: colors_and_type.css, app-styles.css
Component structure: React prototype (chrome.jsx, icons.jsx)
Requirements
Header (64px sticky bar)
82% background opacity + 12px backdrop blur
Navigation: Browse ▾ · Cookbook · Learn · Resources ▾
Browse dropdown: 2-column grid (2×4 cards, 8 categories)
Resources dropdown: 5 simple resource links
Search trigger: "Search resources" text + ⌘K kbd chip (desktop only)
Branch toggle: Segmented control (main/develop) persisting to localStorage
Theme toggle: Sun/moon icons swapping by data-theme
GitHub external link
Responsive at 1024px breakpoint
Footer (always dark #090909)
Cyan radial halo from top center
4-column layout: Catalogues (2×4 grid), More, Learn, Reference
White logo + tagline
Correct copyright: "© 2026 LightSpeed · Crafted with care in WordPress."
GPL-3.0 license text
Design System
Custom Heroicons-style SVG icons (24×24, 1.6 stroke, outlined)
Surface tokens: --panel, --panel-2, --hair (flip with theme)
Theme-aware brand icons (blue light / cyan dark)
Success Criteria
Header renders at exactly 64px height
All dropdowns open/close with correct interactions (click, hover, ESC, outside-click)
Search trigger shows text on desktop, collapses to icon on mobile at ≤1024px
Branch toggle persists to localStorage key "ag-branch"
Theme toggle swaps accent colors (brand blue ↔ light cyan)
Footer has correct 4-column structure with categories grid
Cyan halo visible in dark mode
Mobile drawer slides from right, sections in spec order
All icons from custom SVG library render correctly
No hardcoded colors — all use CSS variables
Responsive layout at 1920px, 1024px, 768px, 480px
Keyboard accessible (Tab, Enter, Escape)
Theme persistence works (localStorage keys: ag-theme, ag-branch)
Related Files
File
Status
Purpose
website/src/styles/awesome-github.css
✅
Design tokens (--panel, --panel-2, --hair)
website/src/lib/icons.ts
✅
Custom SVG icon library
website/src/components/AwesomeGithub/Icon.astro
✅
Icon component (custom SVGs)
website/src/components/AwesomeGithub/AwesomeGithubNav.astro
✅
Header/nav rewrite
website/src/components/AwesomeGithub/AwesomeGithubFooter.astro
✅
Footer rewrite
website/public/awesome-github/
✅
Brand SVG assets
Implementation Phases
Phase 1: Design tokens (--panel, --panel-2, --hair)
Phase 2: Icon library (Heroicons-style SVGs)
Phase 3: Nav/header rewrite (64px, dropdowns, search, branch, theme, GitHub link)
Phase 6: Footer rewrite (4 columns, halo, white logo)
Phase 5: Detailed responsive testing
Phase 9: Full accessibility audit (WAVE, JAWS, keyboard nav)
Testing Checklist
Visual
Interactions
Accessibility
Acceptance Criteria Met
All items from spec §10 Acceptance Checklist are implemented and ready for verification.
Related: Awesome GitHub Astro conversion epic
Priority: High (visual spec alignment blocking design approval)
Overview
Convert the Awesome GitHub header and footer components from the existing implementation to pixel-match the React prototype specification exactly. This is a critical visual alignment task for the Astro site redesign.
Specification Reference
The design spec is the authoritative source:
wceu-2026/design_handoff_awesome_github/colors_and_type.css,app-styles.csschrome.jsx,icons.jsx)Requirements
Header (64px sticky bar)
Footer (always dark #090909)
Design System
Success Criteria
Related Files
website/src/styles/awesome-github.csswebsite/src/lib/icons.tswebsite/src/components/AwesomeGithub/Icon.astrowebsite/src/components/AwesomeGithub/AwesomeGithubNav.astrowebsite/src/components/AwesomeGithub/AwesomeGithubFooter.astrowebsite/public/awesome-github/Implementation Phases
Testing Checklist
Visual
Interactions
Accessibility
Acceptance Criteria Met
All items from spec §10 Acceptance Checklist are implemented and ready for verification.
Related: Awesome GitHub Astro conversion epic
Priority: High (visual spec alignment blocking design approval)