Skip to content

Commit

Permalink
[feat] added graphics (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
me-liu authored Jan 14, 2024
1 parent 5660bb3 commit 1aeaf80
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 1aeaf80

Please sign in to comment.