Skip to content
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
4 changes: 2 additions & 2 deletions handouts/js-tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

body, td, th {
font-size: 120%;
font-family: "Times New Roman",Times,serif;
font-family: "Comic Sans",Times,serif;
margin-left: 15px;
}

Expand Down Expand Up @@ -689,4 +689,4 @@ <h3 style = "margin-bottom: 10px">Decrypt some fun messages in Gravity Falls!</h


</body>
</html>
</html>
Binary file added images/Pope.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 12 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

<head>
<title>CS106S: Coding for Social Good</title>
<meta charset=utf-8>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1">
<meta name=description
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description"
content="CS 106S is a survey course on the applications of fundamental computer science concepts from CS 106B to problems in the social good space (such as health, government, education, and environment).">
<meta property="og:description"
content="CS 106S is a survey course on the applications of fundamental computer science concepts from CS 106B to problems in the social good space (such as health, government, education, and environment).">
Expand All @@ -19,14 +19,13 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link
href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap"

rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/a17t@latest/dist/a17t.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/a17t@latest/dist/tailwind.css">
<link rel="stylesheet" href="style.css">
</head>

<body class=bg-neutral-000>
<body class="bg-neutral-000">
<section class="max-w-6xl mx-auto p-4 relative min-h-screen">
<div class="md:flex md:justify-center md:mt-12 relative">
<aside class="md:sticky md:top-0 self-start md:pt-8">
Expand Down Expand Up @@ -65,7 +64,7 @@
</nav>
</aside>
<div class="md:min-w-xl md:max-w-xl md:mx-16 md:pt-6">
<section id = "main-page">
<section id="main-page">
<div>
<h3 class="inline heading font-bold md:text-4xl">
CS 106S
Expand All @@ -75,7 +74,7 @@ <h3 class="inline heading font-bold md:text-4xl opacity-50">
</h3>
</div>
<div class=mt-4>
<span class="chip ~neutral !normal bg-neutral-100 mb-2 mr-2" style = "background-color: lavender">
<span class="chip ~neutral !normal bg-neutral-100 mb-2 mr-2" style ="background-color: lavender">
🌸 Spring 3025
</span>
<span class="chip ~neutral !normal bg-neutral-100 mb-2 mr-2" style = "background-color: lavender">🏫 Lathrop 180</span>
Expand Down Expand Up @@ -135,7 +134,11 @@ <h2 id="staff">Course Staff</h2>
<p class="font-semibold">poohbear</p>
<p style = "color: gray; margin-top: 0px">who this</p>
</div>

<div class="text-center">
<img src="images/Pope.webp" alt="pope" class="rounded h-20 w-20 mx-auto">
<p class="font-semibold">Pope</p>
<p style = "color: gray; margin-top: 0px">the pope</p>
</div>

</div>

Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:root {
--family-secondary: "Source Sans Pro", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
--family-secondary: "Comic Sans", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
--family-primary: var(--family-secondary);

--code-color: var(--color-neutral-800);
Expand Down Expand Up @@ -76,4 +76,4 @@
--color-urge-700: #5b21b6;
--color-urge-800: #4c1d95;
--color-urge-900: #240e44;
}
}