From 7baf56fbb8e0ecc576c9f3c9bbf2a03bbb01fac2 Mon Sep 17 00:00:00 2001 From: Melissa Liu Date: Sat, 13 Jan 2024 01:03:33 -0800 Subject: [PATCH] added graphics --- src/components/About.astro | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/components/About.astro b/src/components/About.astro index 1230344..c653de6 100644 --- a/src/components/About.astro +++ b/src/components/About.astro @@ -1,6 +1,7 @@ --- import { Image } from 'astro:assets'; import working from '../graphics/about/working.webp'; +import shapes from '../graphics/clouds_star_twirl_1.svg'; import crowdLarge from '../graphics/about/crowd_large.webp'; import fourppl from '../graphics/about/fourppl.webp'; import bear from '../graphics/about/bear.webp'; @@ -40,6 +41,7 @@ import crowd from '../graphics/about/crowd.webp'; /> +

Our Vision

@@ -170,4 +172,10 @@ import crowd from '../graphics/about/crowd.webp'; height: 171px; object-fit: cover; } + + .shape { + position: absolute; + left: 0px; + bottom: 88px; + }