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
8 changes: 4 additions & 4 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 All @@ -95,7 +95,7 @@ <h2 id="news">News</h2>
</div>

<div class="flex-grow">
<p style = "margin-bottom: 10px">Welcome to CS106S! Sooooo excited for a fun quarter together 🌱. Our first class will be Thursday, April 3rd 3025, at 4:30 AM PT in <a href="https://campus-map.stanford.edu/?srch=Lathrop Library" style = "text-decoration: none" target="_blank" rel="noopener noreferrer">&nbsp;<i class = "fa-solid fa-location-dot"></i><u> Lathrop 180</u></a>.</p>
<p style = "margin-bottom: 10px">Welcome to CS106S! Sooooo excited for a fun quarter together 🌱. Our first class will be Thursday, April 3rd 2025, at 4:30 PM PT in <a href="https://campus-map.stanford.edu/?srch=Lathrop Library" style = "text-decoration: none" target="_blank" rel="noopener noreferrer">&nbsp;<i class = "fa-solid fa-location-dot"></i><u> Lathrop 180</u></a>.</p>

<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d6336.673648795224!2d-122.17000072459861!3d37.42914707207451!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x808fbb29c2155555%3A0x7d7db72ceea1d9ef!2sLathrop%20Library!5e0!3m2!1sen!2sjp!4v1743211766086!5m2!1sen!2sjp" width="300px" height="300px" style="border:0; border-radius: 10px" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>

Expand All @@ -108,14 +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 class="font-semibold">Benjamin Yan</p>
<p style = "color: gray; margin-top: 0px">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">Head TA Cat</p>
</div>

<div class="text-center">
Expand Down