Another try
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 58s

This commit is contained in:
thepaperpilot 2024-06-18 13:04:28 -05:00
parent 428bd1a829
commit 4bb876d0cf
2 changed files with 4 additions and 1 deletions

View file

@ -5,7 +5,7 @@
</template>
<template #layout-bottom>
<footer class="vp-doc">
<div>CC {{ new Date().getFullYear() }} <a class="h-card u-url u-uid" rel="me" href="/about"><img src="/me.jpg" alt="" />The Paper Pilot</a>. <a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>.</div>
<div>CC {{ new Date().getFullYear() }} <a class="h-card" rel="me" href="/about"><img src="/me.jpg" alt="" />The Paper Pilot</a>. <a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>.</div>
<div>Any and all opinions listed here are my own and not representative of my employers; future, past and present.</div>
<div><a href="https://resume.incremental.social/thepaperpilot/thepaperpilot">Resume</a> (not actively seeking new opportunities).</div>
<div>Site built from <a href="COMMIT_LINK">this commit</a> on <time>COMMIT_TIME</time>.</div>

View file

@ -7,6 +7,9 @@ next: false
# About Me
<div class="h-card">
<!-- Hidden link just to ensure this counts as the h-card that represents the page -->
<a class="u-url u-uid" style="display: none;"></a>
<span class="p-note">I'm a software developer who likes making games and tools! I have a variety of interests, from <a href="/garden/my-projects#games">game development</a> to the <a href="/garden/fediverse">fediverse</a> to <a href="/garden/digital-gardens">digital gardens</a>.</span>
<div class="img-container"><img class="u-photo" src="/me.jpg" /></div>