You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(site): clean up landing page design and optimize CI (#220)
Cleans up the landing page CSS and optimizes the site deployment
workflow.
Landing page: removed noise overlay and gradient mesh (AI slop),
simplified text gradients to solid colors, replaced pill tags with plain
text separators, bumped light-mode contrast for WCAG AA, added lazy
loading to feature videos, and added missing footer links.
CI: replaced the duplicate build jobs in site.yml with a single
matrix-based build job. Both GitHub Pages and Cloudflare builds now
share checkout/setup/install and run in parallel. Cloudflare deploy
downloads the pre-built artifact instead of rebuilding.
Closes#219
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments