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
35 changes: 16 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h3 class="inline heading font-bold md:text-4xl opacity-50">
</div>
<div class=mt-4>
<span class="chip ~neutral !normal bg-neutral-100 mb-2 mr-2" style = "background-color: lavender">
🌸 Spring 3025
🌸 Spring 2025
</span>
<span class="chip ~neutral !normal bg-neutral-100 mb-2 mr-2" style = "background-color: lavender">🏫 Lathrop 180</span>
<span class="chip ~neutral !normal bg-neutral-100 mb-2 mr-2" style = "background-color: lavender">🕰️ Thursday 4:30-6:20pm</span>
Expand Down Expand Up @@ -108,34 +108,31 @@ <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">bbyan</p>
<p style = "color: gray; margin-top: 0px">Cool Instructor</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>
<p style = "color: gray; margin-top: 0px">JavaScript inventor</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">
<img src="images/jerry-cain-fancy.png" 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">Human version of Pumpkin Yan</p>
</div>

<div class="text-center">
<img src="images/jerry-cain-fancy.png" alt="Image of Jerry Cain" class="rounded h-20 w-20 mx-auto">
<p class="font-semibold">poohbear</p>
<p style = "color: gray; margin-top: 0px">who this</p>
<div class="text-center">
<img src="https://th.bing.com/th/id/OIP.LYKYQTAPJ-lwg6PPwXnHDgAAAA?cb=iwp1&rs=1&pid=ImgDetMain" alt="Image of a ghost" class="rounded h-20 w-20 mx-auto">
<p class="font-semibold">Lathrop ghost</p>
<p style = "color: gray; margin-top: 0px; font-size: 8px;">this building is weird, so i assume there's a ghost present in the class</p>
</div>




</div>

Expand Down Expand Up @@ -323,7 +320,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, </strong> &mdash; May 29</p>

<p>

Expand All @@ -338,7 +335,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>End-Term Boba Party 🧋</strong>.</p>
</div>
</div>

Expand Down Expand Up @@ -381,7 +378,7 @@ <h4 id="faq">FAQ</h4>
</details>

<h4>Looking Forward to an Amazing Quarter</h4>
<p style = "margin-bottom: 0px">Teaching this 1-unit wonder has been a truly wonderful privilege and joy for me, <s>because of all the free boba over the years</s>. Thank you for being here to learn with us, and I hope this will be very fun for you! 🌱🌱🌱</p>
<p style = "margin-bottom: 0px">Teaching this 1-unit wonder has been a truly wonderful privilege and joy for me, because of all the free boba over the years. Thank you for being here to learn with us, and I hope this will be very fun for you! 🌱🌱🌱</p>

</section>
</main>
Expand Down