No description
Find a file
Calum Muir ade2c3da30 Apply v3 design review: hero CTA hierarchy, mobile responsiveness, type scale, sponsor strip
- Move donate button under H1 in reading path (was orphaned bottom-right, hidden on mobile)
- Hero height 63→70vh; responsive padding via CSS (88px/24px mobile, 96px/48px desktop)
- Type scale: eyebrow 12px/0.25em → 13px/0.2em; H1 margins snapped to 8px grid; blockquote 16px/1.6
- CTA cards on mobile: 200→280px height; force .cta-sub/.cta-more visible (were hover-only)
- Video body text capped at 620px (~65ch, was 680px/~85ch)
- Sponsors demoted to compact strip — removed large serif heading that outweighed CTAs
- Footer quick links: min-height 44px tap targets on mobile

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-12 10:18:24 +00:00
client Update support and about copy 2025-12-27 16:38:08 +00:00
functions/api Redesign forms to multi-step; add sponsor section and content updates 2026-05-23 17:03:37 +02:00
public Replace hero images with new photography across all main pages 2026-06-07 13:13:46 +00:00
server Initial commit 2025-12-21 10:34:50 +00:00
shared Initial commit 2025-12-21 10:34:50 +00:00
src Apply v3 design review: hero CTA hierarchy, mobile responsiveness, type scale, sponsor strip 2026-06-12 10:18:24 +00:00
studio Fix invalid __experimental_actions on homePage schema 2026-06-07 13:22:25 +00:00
.env.example Add Sanity CMS integration 2026-06-07 11:50:35 +00:00
.gitignore Add Sanity Studio served at /studio via Docker multi-stage build 2026-06-07 12:18:00 +00:00
.replit Saved progress at the end of the loop 2025-12-21 10:36:30 +00:00
astro.config.mjs chore: switch to Node adapter for server-side rendering 2026-05-23 17:38:24 +02:00
components.json Initial commit 2025-12-21 10:34:50 +00:00
Dockerfile Store studio index.html outside dist/client/ to avoid static serving 2026-06-07 13:01:10 +00:00
drizzle.config.ts Initial commit 2025-12-21 10:34:50 +00:00
package-lock.json Add Sanity Studio served at /studio via Docker multi-stage build 2026-06-07 12:18:00 +00:00
package.json Add Sanity CMS integration 2026-06-07 11:50:35 +00:00
postcss.config.js Initial commit 2025-12-21 10:34:50 +00:00
tailwind.config.ts convert to astro 2025-12-27 21:55:52 +00:00
tsconfig.json convert to astro 2025-12-27 21:55:52 +00:00
vite.config.ts Initial commit 2025-12-21 10:34:50 +00:00
wrangler.jsonc Fix wrangler.jsonc for Cloudflare Workers deployment 2026-04-30 15:00:21 +00:00