Skip to content

Commit

Permalink
use semantic html
Browse files Browse the repository at this point in the history
  • Loading branch information
iamawatermelo committed Sep 10, 2024
1 parent 98b1205 commit 3622dcd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/routes/team/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="profile-card">
<h2>Rushil</h2>
<p class="tagline">Event lead</p>
<p class="description">Something something description here. They haven't answered me yet.</p>
<q class="description">Something something description here. They haven't answered me yet.</q>
<p>When asked for a color and a shape, he picked navy blue and a triangle.</p>
</div>
</article>
Expand All @@ -26,7 +26,7 @@
<div class="profile-card">
<h2>Leo</h2>
<p class="tagline">Safeguarding lead</p>
<p class="description">Something something description here. They haven't answered me yet.</p>
<q class="description">Something something description here. They haven't answered me yet.</q>
<p>When asked for a color and a shape, he picked purple and an octagon.</p>
</div>
</article>
Expand All @@ -36,7 +36,7 @@
<div class="profile-card">
<h2>Sarah</h2>
<p class="tagline">Data privacy coordinator, design lead and web developer</p>
<p class="description">Hi! I'm Sarah. I made the website you're looking at.</p>
<q class="description">Hi! I'm Sarah. I made the website you're looking at.</q>
<p>
She wasn't asked for a color and a shape because she would be talking to herself.
She picked an icosahedron, and she thinks everyone else's choices are boring. (No offense.)
Expand All @@ -49,7 +49,7 @@
<div class="profile-card">
<h2>Hamza</h2>
<p class="tagline">Web developer</p>
<p class="description">Something something description here. They haven't answered me yet.</p>
<q class="description">Something something description here. They haven't answered me yet.</q>
<p>When asked for a color and a shape, he picked orange and a hexagon.</p>
</div>
</article>
Expand All @@ -59,7 +59,7 @@
<div class="profile-card">
<h2>Mahad</h2>
<p class="tagline">Sponsor outreach and developer</p>
<p class="description">I'm a 15-year-old high schooler and software engineer from the UK!</p>
<q class="description">I'm a 15-year-old high schooler and software engineer from the UK!</q>
<p>When asked for a color and a shape, he picked light blue and a hexagon.</p>
</div>
</article>
Expand All @@ -69,7 +69,7 @@
<div class="profile-card">
<h2>Karl</h2>
<p class="tagline">Hardware design</p>
<p class="description">Wdym</p>
<q class="description">Wdym</q>
<p>When asked for a color and a shape, he was stubborn, which is why he doesn't have a head.</p>
</div>
</article>
Expand All @@ -79,7 +79,7 @@
<div class="profile-card">
<h2>Briyan</h2>
<p class="tagline">Sponsor outreach</p>
<p class="description">Hey there! I'm Briyan Dyju from the United Arab Emirates and I'll be helping organising Zenith this season!</p>
<q class="description">Hey there! I'm Briyan Dyju from the United Arab Emirates and I'll be helping organising Zenith this season!</q>
<p>When asked for a color and a shape, he was confused. We eventually settled on yellow and a square.</p>
</div>
</article>
Expand Down

0 comments on commit 3622dcd

Please sign in to comment.