From ede26a37e0cade5549e6aa8f229158a1d035f384 Mon Sep 17 00:00:00 2001 From: Jeff Date: Wed, 27 Mar 2024 22:11:38 -0400 Subject: refactor: Update components for drawing charity/non-profit svg logos on site --- components/hero.js | 576 ++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 482 insertions(+), 94 deletions(-) (limited to 'components/hero.js') diff --git a/components/hero.js b/components/hero.js index c1e6ea3..ec4e363 100644 --- a/components/hero.js +++ b/components/hero.js @@ -56,22 +56,21 @@ const Hero = () => { Used by over 100+{" "} organizations worldwide -
-
- -
- + +
+
+
- +
- +
-
- +
+
@@ -79,109 +78,498 @@ const Hero = () => { ); } - -function AmazonLogo() { +function AmericanCancerSocietyLogo() { return ( - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ); } - -function MicrosoftLogo() { +function AmericanRedCrossLogo() { return ( - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ); } - -function NetflixLogo() { +function ASPCALogo() { return ( - - - - - + + + + + + + + ); } -function SonyLogo() { +function HabitatForHumanity() { return ( - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + ); } - -function VerizonLogo() { +function VolunteerMatchLogo() { return ( - - - + + + stroke="44c499" + d="M139.48 158.1c-3.54-3.25-7.33-7.5-11.1-9.57-13.84-7.57-29.69 1.68-30.9 17.23-.55 7.09 3.08 12.33 8.38 17.67q18.41 18.55 36.85 37.22" + vectorEffect="non-scaling-stroke" + > + stroke="88ddf7" + d="M142.71 220.65q0-.03.01-.06" + vectorEffect="non-scaling-stroke" + > + + - - + + + + + + + + ); } - export default Hero; \ No newline at end of file -- cgit v1.2.3-70-g09d2