Skip to content

Commit

Permalink
added graphics
Browse files Browse the repository at this point in the history
  • Loading branch information
me-liu committed Jan 13, 2024
1 parent a71bc58 commit 7baf56f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/About.astro
Original file line number Diff line number Diff line change
@@ -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';
Expand Down Expand Up @@ -40,6 +41,7 @@ import crowd from '../graphics/about/crowd.webp';
/>
</div>

<Image class="shape" src={shapes} alt="" />
<div class="mission-vision">
<div class="bigRow">
<h2 class="left">Our Vision</h2>
Expand Down Expand Up @@ -170,4 +172,10 @@ import crowd from '../graphics/about/crowd.webp';
height: 171px;
object-fit: cover;
}

.shape {
position: absolute;
left: 0px;
bottom: 88px;
}
</style>

0 comments on commit 7baf56f

Please sign in to comment.