diff --git a/handouts/js-tutorial.html b/handouts/js-tutorial.html index af93712..eb7e760 100644 --- a/handouts/js-tutorial.html +++ b/handouts/js-tutorial.html @@ -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; } @@ -689,4 +689,4 @@

Decrypt some fun messages in Gravity Falls! - \ No newline at end of file + diff --git a/images/Pope.webp b/images/Pope.webp new file mode 100644 index 0000000..65b0923 Binary files /dev/null and b/images/Pope.webp differ diff --git a/index.html b/index.html index e8aabca..7928011 100644 --- a/index.html +++ b/index.html @@ -3,10 +3,10 @@ CS106S: Coding for Social Good - - - - + + + @@ -19,14 +19,13 @@ - +
-
+

CS 106S @@ -75,7 +74,7 @@

- + 🌸 Spring 3025 🏫 Lathrop 180 @@ -135,7 +134,11 @@

Course Staff

poohbear

who this

- +
+ pope +

Pope

+

the pope

+
diff --git a/style.css b/style.css index 69a5239..8c0c44c 100644 --- a/style.css +++ b/style.css @@ -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); @@ -76,4 +76,4 @@ --color-urge-700: #5b21b6; --color-urge-800: #4c1d95; --color-urge-900: #240e44; -} \ No newline at end of file +}