From d407532fda532bba0e267f3256113f7691e11650 Mon Sep 17 00:00:00 2001 From: cS2622 Date: Mon, 25 May 2026 21:46:58 -0700 Subject: [PATCH 1/2] Update index.html - changed About in site navigation to Home - change row-cols-2 to just row, row-cols-2 means that any cols within it are two equal width but you only put the picture in a col, not any of the text - so this is not necessary --- index.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 6e59b92..4a69cfc 100644 --- a/index.html +++ b/index.html @@ -34,17 +34,16 @@
-

Carey Barry

-

she/her

- +

Carey Barry

+

she/her


@@ -61,7 +60,7 @@

she/her


-
+

About

@@ -245,4 +244,4 @@

I enjoy taking photos around campus to find the joy hiding in

- \ No newline at end of file + From 355d1b990eddaa194cc47e1e0f4943d5b8cd88f4 Mon Sep 17 00:00:00 2001 From: cS2622 Date: Mon, 25 May 2026 21:52:06 -0700 Subject: [PATCH 2/2] Update teaching.html moved script for js bootstrap to right before /body and add defer tag - moved this so that the site loads more efficiently and loads JS after the HTML --- teaching.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/teaching.html b/teaching.html index c45bdae..599f5f7 100644 --- a/teaching.html +++ b/teaching.html @@ -15,8 +15,6 @@
- -
+ + - \ No newline at end of file +