Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] added links to npos #46

Merged
merged 1 commit into from
Jan 27, 2024
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
4 changes: 4 additions & 0 deletions src/components/NonProfits.astro
Original file line number Diff line number Diff line change
Expand Up @@ -51,27 +51,31 @@ import clouds from '../graphics/clouds_star_twirl_2.svg';
image="/nonprofits/hoover-durant.webp"
startColor="rgba(255, 140, 55, 0.3)"
endColor="rgba(255, 140, 55, 1)"
url="https://www.fohdpl.org/"
/>
<NonProfit
name="BRIDGEGOOD"
description="Empower diverse students to design for social good by offering inclusive tech access, design opportunities, and equipping job seekers with professional resources."
image="/nonprofits/bridgegood.jpg"
startColor="rgba(51, 214, 166, 0.3)"
endColor="rgba(51, 214, 166, 1)"
url="https://bridgegood.org/"
/>
<NonProfit
name="QueerLife Space"
description="Provides affordable, evidence-based mental health services to the LGBTQIA+ community in the Bay Area."
image="/nonprofits/queer-life.png"
startColor="rgba(165, 51, 214, 0.3)"
endColor="rgba(165, 51, 214, 1)"
url="https://www.queerlifespace.org/"
/>
<NonProfit
name="ARTZ Philadelphia"
description="Enhance well-being of people living with dementia and their care partners through joyful interactions around arts and culture."
image="/nonprofits/artz.jpg"
startColor="rgba(91, 192, 222, 0.3)"
endColor="rgba(91, 192, 222, 1)"
url="https://www.artzphilly.org/"
/>
<NonProfit
name="Coming soon..."
Expand Down
Loading