Skip to content

Donate page iteration 1: new 2x2 layout, larger title, more amounts, cleaner buttons - #4

Merged
Username-Matilda merged 1 commit into
mainfrom
claude/donate-page-iteration-1
May 22, 2026
Merged

Donate page iteration 1: new 2x2 layout, larger title, more amounts, cleaner buttons#4
Username-Matilda merged 1 commit into
mainfrom
claude/donate-page-iteration-1

Conversation

@Username-Matilda

Copy link
Copy Markdown
Owner

What changed

Iteration on the donate page based on user feedback. Same scope: HTML + CSS only, no Stripe wiring yet.

Layout

  • New 2x2 grid for the page intro: title (top-left) + photo (top-right); encouragement paragraph (bottom-left) + form (bottom-right).
  • Collapses cleanly to a single column on screens below 820px.

Type

  • Hero h1 bumped to clamp(44, 6vw, 68).
  • Tightened the page's type scale to ~5 distinct sizes; documented at the top of the donate CSS block.

Amounts

  • Added £50 and £100. Grid is now 3-up with "Other" spanning the bottom row.
  • Active state has stronger accent colour; hover uses the warm accent-bg wash.

Buttons

  • Removed sub-labels ("Lower fees · Helps us plan ahead", "Apple Pay & Google Pay supported"). Clean single-line CTAs.
  • Apple/Google Pay info moved into the form footnote so it's not lost.

Toggle

  • Active frequency pill now picks up the accent colour for its label.

Other

  • "via Manifund" removed from the US-donors card.

Photo

Temporary stand-in: using images/letter-writing/G2DG8xBXMAABxmR.jpeg (an existing community photo). When the user uploads their preferred photo:

  1. Save it at site/images/donate/community.jpg
  2. Update the <img src="…"> in site/donate/index.html
  3. Fine-tune object-position in .donate-intro-photo img if the crop isn't sitting right

Merge & deploy

After merging, manually trigger the Deploy workflow (the auto-deploy fix in PR #3 is still open — feel free to merge that too if you want future merges to deploy automatically).


Generated by Claude Code

Layout
- Replace stacked hero + form sections with a single 2x2 grid:
  top row: title (left) + photo (right)
  bottom row: encouragement paragraph (left) + form (right)
- Collapses to single column below 820px

Title and type
- Bump hero h1 to clamp(44, 6vw, 68)
- Tighten the page's type scale to ~5 distinct sizes; document the
  scale in a comment block at the top of the donate CSS

Amounts
- Add £50 and £100 suggested amounts (now £3/5/10/25/50/100/Other)
- Switch grid from 5-up to 3-up, with Other spanning the full row
- Increase amount-button font weight and add accent-bg hover state

Buttons
- Drop the sub-labels ('Lower fees · Helps us plan ahead',
  'Apple Pay & Google Pay supported') — single-line CTAs
- Move the Apple/Google Pay note into the form footnote

Toggle
- Active frequency pill now uses accent colour for the label

Photo
- New donate-intro-photo block using <img> + object-fit: cover with
  object-position: 50% 65% to crop the top ~10% of the frame
- Uses an existing community photo as a stand-in; user will replace
  with their chosen photo at site/images/donate/community.jpg

Copy
- Remove 'via Manifund' from US-donors card (relationship not
  confirmed)
@Username-Matilda
Username-Matilda merged commit 3390496 into main May 22, 2026
Username-Matilda pushed a commit that referenced this pull request May 25, 2026
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