Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions src/pages/donate.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,21 @@ import BaseLayout from "@/layouts/BaseLayout.astro";

<BaseLayout title="Donate" header="Help Support SF Civic Tech">
<p>
SF Civic Tech members meet every week to make our community and government
better. Every hack night, talk, workshop, event, and project is organized
100% by volunteers.
SF Civic Tech hosts the longest-running tech-for-good hack night in San Francisco. Every
week our members meet to make our community and government better. Every workshop, hack night,
and project is run 100% by volunteers.
</p>

<p>
We are supported by generous sponsors and individuals. Help us continue to
do this work through a tax-deductible donation on our Open Collective page.
<strong>And every tax-deductible dollar that you donate goes directly to supporting the work of our 501(c)(3)
organization.</strong> That includes covering cloud hosting and other infrastructure fees for our free,
open source civic tech projects that support Bay Area residents and local governments. Your
donation also helps cover expenses like insurance and catering for the free, in-person educational and
networking events that we organize to support the civic tech community at large.
</p>

<p>
<a href="https://opencollective.com/sfcivictech" role="button">
<a href="https://c4sf.me/donate" role="button" rel="noopener">
Donate Now!
</a>
</p>
Expand Down