No description
- Rewrite volunteer-application.astro: 5-step multi-step form with progress pills, choice cards, per-step validation, review step, and fetch-based submission; matches new site design system - Rewrite participant-application.astro: 5-step multi-step form (Participant, Health & support, Activities, Consent, Review); retains all original field names; 27 support question checkboxes as interactive cards; callout box; guardian section on step 1 - Add volunteer-reference.astro: new non-public 5-step reference form (noindex/nofollow); steps: The applicant, Your details, Relationship, Assessment, Declaration; posts to /api/volunteer-reference - Add functions/api/volunteer-reference.ts: Cloudflare Pages Function mirroring volunteer-application pattern with Turnstile + Resend - Add Ffordes sponsor logo to homepage; replace placeholder sponsor boxes with full corporate sponsorship section (£750/annum) with four benefit cards and CTAs - Move ffordes_logo.png to public/sponsors/ - Remove all references to 'carriage driving' and 'free sessions' across about.astro, index.astro, privacy.astro, support-us.astro, and participant-application.astro - facebook.astro: styled mock-post feed with like toggle, page header card, sidebar, and embed note banner Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| client | ||
| functions/api | ||
| public | ||
| server | ||
| shared | ||
| src | ||
| .gitignore | ||
| .replit | ||
| astro.config.mjs | ||
| components.json | ||
| drizzle.config.ts | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| vite.config.ts | ||
| wrangler.jsonc | ||