aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2023-09-01 15:54:27 -0500
committerMichael Hunteman <michael@huntm.net>2023-09-01 15:54:27 -0500
commit8586ca2fc434a67f92f39f69c95fb0642fe64e85 (patch)
treece34a2cf731b80fa716edd860182e3bb01ce70fd
parent797197540c5b1d4b5b437d84030dd334c361c200 (diff)
Upscale avatar to 256
-rw-r--r--layouts/partials/nav.html1
-rw-r--r--static/avatar-no-background.pngbin12880 -> 37454 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index 9a842e1..3763b67 100644
--- a/layouts/partials/nav.html
+++ b/layouts/partials/nav.html
@@ -2,6 +2,7 @@
<a href="/">
<img
src="/avatar-no-background.png"
+ width="128" height="128"
alt="Hiker" />
</a>
<h1>Michael Hunteman's Website</h1>
diff --git a/static/avatar-no-background.png b/static/avatar-no-background.png
index 7302f95..241e6b1 100644
--- a/static/avatar-no-background.png
+++ b/static/avatar-no-background.png
Binary files differ