diff --git a/src/components/Brand.astro b/src/components/Brand.astro index 20b0d09..1daca30 100644 --- a/src/components/Brand.astro +++ b/src/components/Brand.astro @@ -2,9 +2,11 @@ import { Image } from 'astro:assets'; import bpLogo from '../graphics/bp.webp'; import calHacksLogo from '../graphics/calhacks.webp'; + +const props = Astro.props; --- -
+
Blueprint diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 956d081..eec1b02 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -4,6 +4,11 @@ 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'; +import bearLeft from '../graphics/bear_orange.svg'; +import bearRight from '../graphics/bear_blue.svg'; +import Brand from './Brand.astro'; ---
@@ -15,7 +20,7 @@ import arrowsIcon from '../graphics/arrows.svg'; /> to tackle social challenges -
+
+ + arrows + + +
+
+
+ bear with cape + bear with cape +
+
+ clouds and stars + clouds and sparkles + +
+
+
+ + diff --git a/src/components/NonProfit.astro b/src/components/NonProfit.astro index 7f47a40..db3dc1f 100644 --- a/src/components/NonProfit.astro +++ b/src/components/NonProfit.astro @@ -11,17 +11,17 @@ interface Props { const { name, description, image, startColor, endColor, url } = Astro.props; --- - +