Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed various typos #88

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file added .vs/slnx.sqlite
Binary file not shown.
Binary file added images/stanfood.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/stanfood_poster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 5 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,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">
Spring 3024
Spring 2024
</span>
<span class="chip ~neutral !normal bg-neutral-100 mb-2 mr-2">Lathrop 190</span>
<span class="chip ~neutral !normal bg-neutral-100 mb-2 mr-2">Tues 4:30p</span>
Expand Down Expand Up @@ -287,11 +287,7 @@ <h2 id="instructors">Instructors</h2>
<div class="grid grid-cols-3 md:grid-cols-4 gap-6">
<div class="text-center">
<img src="images/benyan-spr24.png" alt="Image for Ben" class="rounded-full h-20 w-20 mx-auto">
<p class="font-semibold">Spongebob Squarepants</p>
</div>
<div class="text-center">
<img src="images/totoro.png" alt="Headshot of Miles McCain" class="rounded-full h-20 w-20 mx-auto">
<p class="font-semibold">Kilometers McCain</p>
<p class="font-semibold">Ben Yan</p>
</div>
<div class="text-center">
<img src="images/default_user.jpg" alt="Placeholder image for Cooper" class="rounded-full h-20 w-20 mx-auto">
Expand All @@ -310,8 +306,8 @@ <h2 id="instructors">Instructors</h2>
<p class="font-semibold">Noah Schechter</p>
</div>
<div class="text-center">
<img src="images/pumpkin_cat.png" alt="Image of a cat" class="rounded-full h-20 w-20 mx-auto">
<p class="font-semibold">Pumpkin Yan</p>
<img src="images/stanfood.png" alt="Image of a cat" class="rounded-full h-20 w-20 mx-auto">
<p class="font-semibold">https://stanfood.live/new</p>
</div>
</div>
<p>Questions? Contact us at <strong>[email protected]</strong>!</p>
Expand Down Expand Up @@ -466,7 +462,7 @@ <h2 id="faq">FAQ</h2>
<footer>
<footer class="family-secondary support content">
<p class=pb-2>
The source code for this website is <a href="https://github.com/milesmcc/cs106s">available on GitHub</a>, licensed under Apache 2.0. To learn more about CS + Social Good, visit our website at <a href="https://cs4good.org">cs4gooooooooooooooooooooooooooooooooooooooooooood.org</a>.</p>
The source code for this website is <a href="https://github.com/milesmcc/cs106s">available on GitHub</a>, licensed under Apache 2.0. To learn more about CS + Social Good, visit our website at <a href="https://cs4good.org">cs4good.org</a>.</p>
</p>
</footer>
</footer>
Expand Down