diff options
author | Michael Foiani <sotech117@michaels-mbp-21.devices.brown.edu> | 2022-09-06 22:07:41 -0400 |
---|---|---|
committer | Michael Foiani <sotech117@michaels-mbp-21.devices.brown.edu> | 2022-09-06 22:07:41 -0400 |
commit | 070264d3cd826fbc936898c7c2f35e6929a5f23d (patch) | |
tree | a1a94e3841426a384937bb3805b6ab15a7916785 | |
parent | ea58ed0ac75b7511afc8322f0d4ad70f788f7ac2 (diff) |
add new favicon and jeff's macaroon
-rw-r--r-- | assets/favicon.png | bin | 59624 -> 5784 bytes | |||
-rw-r--r-- | assets/pastry-photos/jeff.png | bin | 0 -> 9298 bytes | |||
-rw-r--r-- | index.html | 4 | ||||
-rw-r--r-- | styles.css | 1 |
4 files changed, 2 insertions, 3 deletions
diff --git a/assets/favicon.png b/assets/favicon.png Binary files differindex 9d1ba4b..db070df 100644 --- a/assets/favicon.png +++ b/assets/favicon.png diff --git a/assets/pastry-photos/jeff.png b/assets/pastry-photos/jeff.png Binary files differnew file mode 100644 index 0000000..4df62c8 --- /dev/null +++ b/assets/pastry-photos/jeff.png @@ -7,7 +7,7 @@ <link rel="stylesheet" href="styles.css"> <title>CS 1300 - UI/UX 2022</title> - <link rel="icon" href="assets/favicon.png" /> + <link rel="icon" href="assets/favicon.png"/> <script src="script.js" defer></script> </head> @@ -221,7 +221,7 @@ <div class="ta-box-left flex-row"> <div class="img-box"> <img - src="./assets/pastry-photos/michael.png" + src="./assets/pastry-photos/jeff.png" class="ta-pastry" alt="jeff's pastry" /> @@ -128,7 +128,6 @@ nav { .logo-img { width: 80px; height: 80px; - border-radius: 100%; padding: 0; } |