summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/favicon.pngbin59624 -> 5784 bytes
-rw-r--r--assets/pastry-photos/jeff.pngbin0 -> 9298 bytes
-rw-r--r--index.html4
-rw-r--r--styles.css1
4 files changed, 2 insertions, 3 deletions
diff --git a/assets/favicon.png b/assets/favicon.png
index 9d1ba4b..db070df 100644
--- a/assets/favicon.png
+++ b/assets/favicon.png
Binary files differ
diff --git a/assets/pastry-photos/jeff.png b/assets/pastry-photos/jeff.png
new file mode 100644
index 0000000..4df62c8
--- /dev/null
+++ b/assets/pastry-photos/jeff.png
Binary files differ
diff --git a/index.html b/index.html
index c4b6d81..eee35cd 100644
--- a/index.html
+++ b/index.html
@@ -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"
/>
diff --git a/styles.css b/styles.css
index 3663d10..700d67d 100644
--- a/styles.css
+++ b/styles.css
@@ -128,7 +128,6 @@ nav {
.logo-img {
width: 80px;
height: 80px;
- border-radius: 100%;
padding: 0;
}