Skip to content

Commit

Permalink
added links to npos (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkang-0 authored Jan 27, 2024
1 parent e5000bd commit c3883b8
Showing 1 changed file with 4 additions and 0 deletions.
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

0 comments on commit c3883b8

Please sign in to comment.