Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 5 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,26 +108,14 @@ <h2 id="staff">Course Staff</h2>
<div class="grid grid-cols-5 md:grid-cols-5 gap-1">
<div class="text-center">
<img src="images/ben-yan-grad-photo.png" alt="Image for Ben" class="rounded h-20 w-20 mx-auto">
<p class="font-semibold">Spongebob Squarepants</p>
<p style = "color: gray; margin-top: 0px">Instructor</p>
<p class="font-semibold">Ben Yan</p>
<p style = "color: gray; margin-top: 0px">Assistant to Pumpkin</p>
</div>

<div class="text-center">
<img src="images/pumpkin_cat.png" alt="Image of my cat" class="rounded h-20 w-20 mx-auto">
<p class="font-semibold">Pumpkin Yan</p>
<p style = "color: gray; margin-top: 0px">Head TAbby</p>
</div>

<div class="text-center">
<img src="images/perry-platypus.jpg" alt="Me as Perry Platypus" class="rounded h-20 w-20 mx-auto">
<p class="font-semibold">Perry the Platypus</p>
<p style = "color: gray; margin-top: 0px">A Platypus? PERRY THE PLATYPUS??</p>
</div>

<div class="text-center">
<img src="images/t-pose.webp" alt="Image of Jerry Cain" class="rounded h-20 w-20 mx-auto">
<p class="font-semibold">Jerry Cain</p>
<p style = "color: gray; margin-top: 0px">Faculty Sponsor</p>
<p style = "color: gray; margin-top: 0px">Instructor</p>
</div>

<div class="text-center">
Expand Down Expand Up @@ -323,7 +311,7 @@ <h2 id="schedule">Schedule</h2>
<span class="chip ~neutral !low bg-neutral-50" style = "background-color: lavender">Week 9</span>
</div>
<div class="col-span-3 md:col-span-6">
<p><strong> What's Next? Beyond CS106S, <strike>End-Term Boba Party 🧋</strike></strong> &mdash; May 29</p>
<p><strong> What's Next? Beyond CS106S, End-Term Boba Party 🧋</strong> &mdash; May 29</p>

<p>

Expand All @@ -338,7 +326,7 @@ <h2 id="schedule">Schedule</h2>
<span class="chip ~neutral !low bg-neutral-50" style = "background-color: lavender">Week 10</span>
</div>
<div class="col-span-3 md:col-span-6">
<p><strong>Final exam! Worth 100% of your grade 🍀</strong>.</p>
<p><strong>MORE BOBA PARTY</strong>.</p>
</div>
</div>

Expand Down