aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pages/index.njk
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/index.njk')
-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>