Skip to content

Commit

Permalink
add nonprofits & reg button (#43)
Browse files Browse the repository at this point in the history
* add everything

* Update Hero.astro
  • Loading branch information
sampoder authored Jan 26, 2024
1 parent 402ba10 commit 59eccd0
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 16 deletions.
Binary file added public/nonprofits/artz.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/nonprofits/bridgegood.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/nonprofits/hoover-durant.webp
Binary file not shown.
Binary file added public/nonprofits/queer-life.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/nonprofits/the-hack-foundation.webp
Binary file not shown.
8 changes: 3 additions & 5 deletions src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import { Image } from 'astro:assets';
import Button from './Button.astro';
import TitleAccent from './TitleAccent.astro';
import stopwatchIcon from '../graphics/stopwatch.svg';
import arrowsIcon from '../graphics/arrows.svg';
import heroGraphicLeft from '../graphics/hero_shapes_left.svg';
import heroGraphicRight from '../graphics/hero_shapes_right.svg';
Expand All @@ -21,12 +20,11 @@ import Brand from './Brand.astro';
to tackle social challenges
</h1>
<article>
<Button variant="secondary">
<p class="btn-text">Registration will open January 24!</p>
<Image src={stopwatchIcon} alt="stopwatch" />
<Button variant="secondary" href="http://tinyurl.com/hackforimpactregister">
<p class="btn-text">Registration is open!</p>
</Button>
<span>
Stay tuned! In the meantime, follow
Registration will close Feb. 16th. Follow

<a
href="https://www.instagram.com/calblueprint/"
Expand Down
43 changes: 32 additions & 11 deletions src/components/NonProfits.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ import clouds from '../graphics/clouds_star_twirl_2.svg';

<section class="nonprofits">
<NonProfit
name="Bay Area Street Soccer"
description="Building life-changing community-based sports programs reaching the least-served communities across the U.S."
image="/nonprofits/street-soccer.webp"
startColor="rgba(223, 114, 145, 0.3)"
endColor="rgba(223, 114, 145, 1)"
url="https://www.streetsoccerusa.org/cities/san-francisco/"
name="The Hack Foundation"
description="Giving nonprofits the financial tools they need to make an impact and maintain transparent finances."
image="/nonprofits/the-hack-foundation.webp"
startColor="rgba(236, 55, 80, 0.3)"
endColor="rgba(236, 55, 80, 1)"
url="https://hackclub.com/hcb"
/>
<NonProfit
name="1951 Coffee"
Expand All @@ -46,11 +46,32 @@ import clouds from '../graphics/clouds_star_twirl_2.svg';
url="https://www.thedancingcat.org/"
/>
<NonProfit
name="Coming soon..."
description="This amazing nonprofit will be announced soon!"
image="/nonprofits/coming-soon.webp"
startColor="rgba(120, 120, 120, 0.3)"
endColor="rgba(120, 120, 120, 1)"
name="Friends of Hoover Durant Public Library"
description="To bring a public library branch back to neighborhoods in West Oakland, California."
image="/nonprofits/hoover-durant.webp"
startColor="rgba(255, 140, 55, 0.3)"
endColor="rgba(255, 140, 55, 1)"
/>
<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)"
/>
<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)"
/>
<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)"
/>
<NonProfit
name="Coming soon..."
Expand Down

0 comments on commit 59eccd0

Please sign in to comment.