aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pages
diff options
context:
space:
mode:
authorKevin J Hoerr <kjhoerr@protonmail.com>2023-12-24 07:55:00 +0000
committerKevin J Hoerr <kjhoerr@protonmail.com>2023-12-24 07:55:00 +0000
commit28f6ae4ffc6846f9ccf352ee784601eaf3e1d5c4 (patch)
tree09eaf371cee499bb71115f9881161d3dd5857733 /src/pages
parentc05436f665b153a4318c2aaecc9b871f8c1c08d1 (diff)
downloadsubmelon.dev-28f6ae4ffc6846f9ccf352ee784601eaf3e1d5c4.tar.gz
submelon.dev-28f6ae4ffc6846f9ccf352ee784601eaf3e1d5c4.tar.bz2
submelon.dev-28f6ae4ffc6846f9ccf352ee784601eaf3e1d5c4.zip
Use higher quality source images
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/index.njk10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/pages/index.njk b/src/pages/index.njk
index 67d8506..1206aa0 100644
--- a/src/pages/index.njk
+++ b/src/pages/index.njk
@@ -2,8 +2,8 @@
layout: layouts/page.njk
---
<picture>
- <source type="image/webp" srcSet="static/81e0da73927123f3f6b0c9a2d0750e76/6cac9/main.webp 350w" sizes="350px"/>
- <img sizes="350px" loading="lazy" src="static/81e0da73927123f3f6b0c9a2d0750e76/88e48/main.png" alt="Picture of Kevin Hoerr"/>
+ <source type="image/webp" srcSet="images/main.webp 650w" sizes="350px" height="350" width="350"/>
+ <img src="images/main.png" sizes="350px" height="350" width="350" alt="Picture of Kevin Hoerr"/>
</picture>
<section><h1>Hello!</h1></section>
<section>
@@ -14,19 +14,19 @@ layout: layouts/page.njk
<em>- Kevin H.</em>
</section>
<section>
- <a href="https://github.com/kjhoerr" rel="me" aria-label="My GitHub account with my most active personal projects">
+ <a href="https://github.com/kjhoerr" rel="me" aria-label="My profile kjhoerr on GitHub with recent projects">
<i role="img" class="icon fa-github"></i>
kjhoerr on GitHub
</a>
</section>
<section>
- <a href="https://github.com/kjhoerr/pantry" aria-label="Source code repository of Kevin&apos;s current pet project Pantry">
+ <a href="https://github.com/kjhoerr/pantry" aria-label="Pantry (pet project)">
<i role="img" class="icon fa-code"></i>
Pantry (pet project)
</a>
</section>
<section>
- <a href="https://cybr.es/@kjhoerr" rel="me" aria-label="My Mastodon account">
+ <a href="https://cybr.es/@kjhoerr" rel="me" aria-label="My Mastodon account @kjhoerr@cybr.es">
<i role="img" class="icon fa-mastodon"></i>
@kjhoerr@cybr.es
</a>