Skip to content

Commit

Permalink
per request
Browse files Browse the repository at this point in the history
  • Loading branch information
iamawatermelo committed Sep 10, 2024
1 parent 2e5e3df commit 2539080
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
13 changes: 0 additions & 13 deletions src/lib/people/Rushil.svg

This file was deleted.

8 changes: 4 additions & 4 deletions src/routes/team/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
import Rushil from '$lib/people/Rushil.svg';
import R from '$lib/people/R.svg';
import Briyan from '$lib/people/Briyan.svg';
import Leo from '$lib/people/Leo.svg';
import Mahad from '$lib/people/Mahad.svg';
Expand All @@ -16,11 +16,11 @@
<h1>Meet the Zenith team</h1>

<article>
<img src={Rushil} alt="Rushil's avatar against a navy blue background. His head is a triangle" />
<img src={R} alt="R's avatar against a navy blue background. His head is a triangle" />
<div class="profile-card">
<h2>Rushil</h2>
<h2>R</h2>
<p class="tagline">Event lead</p>
<q class="description">Something something description here. They haven't answered me yet.</q>
<q class="description">Hey! I'm R, I own a nonprofit and I love doing new things! Let's meet at Zenith!</q>
<p>When asked for a color and a shape, he picked navy blue and a triangle.</p>
</div>
</article>
Expand Down

0 comments on commit 2539080

Please sign in to comment.