Add donation page - #68
Open
LinqLover wants to merge 4 commits into
Open
Conversation
- make buttons slightly wider to avoid truncation of Windows (x64) - use flexbox to properly resize and wrap buttons so they even look nice on your watch (i dont have a watch lol)
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a dedicated Donate page to squeak.org and updates existing “Donate” entry points to link to it, while also refining the home-page download button layout.
Changes:
- Add new
/donate/page with PayPal/SFC donation info. - Update navigation and donation call-to-action links to point to the new donate page.
- Adjust home-page download button layout/styles (new
.download-boxwrapper and responsive sizing).
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
index.html |
Updates Donate link target and wraps download buttons in a new .download-box container. |
_sass/custom.scss |
Adds flexbox layout for .download-box and updates .download sizing; adds .donate-button padding. |
_pages/donate.md |
Introduces the new Donate page content and PayPal button. |
_includes/navigation.html |
Updates the navbar Donate link to point to the donate page. |
_downloads/all-in-one.md |
Updates the downloads page donation prompt link to the donate page. |
Comments suppressed due to low confidence (1)
index.html:66
- This link points to
/donatebut the donate page permalink is/donate/(and other internal links use trailing slashes). Update to/donate/for consistency and to avoid redirects/edge-case 404s.
<span>❤️</span> Please help us keep our infrastructure up and running, which includes this website, our mailing lists, and code repositories. <b><a href="/donate">Donate here...</a></b> <span>❤️</span>
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
… page in navbar iff active; make paypal button work if javascript is disabled
marceltaeumel
approved these changes
May 18, 2026
marceltaeumel
left a comment
Member
There was a problem hiding this comment.
I will reach out to the SFC whether it will be possible to add more European-friendly means for donation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.