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
30 changes: 6 additions & 24 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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! So 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>

<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,34 +108,16 @@ <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">Ben 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>
</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="jerry-cain.jpg" 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>
</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>


</div>

Expand Down Expand Up @@ -323,7 +305,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 +320,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>Final exam! Worth 0% of your grade 🍀</strong>.</p>
</div>
</div>

Expand Down Expand Up @@ -389,7 +371,7 @@ <h4>Looking Forward to an Amazing Quarter</h4>
<footer>
<footer class="family-secondary support content">
<p class=pb-2 style = "font-size:12px">
© Stanford 2025. Created by Ben Yan and <a href = "https://cs4good.com/">CS + Social Good</a>. Template by Miles McCain. The source code for this website is <a href="https://github.com/yanbenjamin/cs106s-website">available on GitHub</a>. To learn more about CS + Social Good, visit our website at <a href="https://cs4good.com">cs4gooooooooooooooooooooooooooooooooooooooooooood.com</a>.
© Stanford 2025. Created by Ben Yan and <a href = "https://cs4good.com/">CS + Social Good</a>. Template by Miles McCain. The source code for this website is <a href="https://github.com/yanbenjamin/cs106s-website">available on GitHub</a>. To learn more about CS + Social Good, visit our website at <a href="https://cs4good.com">cs4good.com</a>.
</p>
</footer>
</footer>
Expand Down