feat: add note & url to h-card

This commit is contained in:
Ayo Ayco 2025-04-20 00:06:13 +02:00
parent e229c5577e
commit 5bbdc51d72

View file

@ -16,6 +16,12 @@ import now from '../constants/now.json'
<div class="h-card highlighted-section__content"> <div class="h-card highlighted-section__content">
<div style="display:none"> <div style="display:none">
<span class="p-name">Ayo Ayco</span> <span class="p-name">Ayo Ayco</span>
<a class="u-url" rel="me" href="https://ayo.ayco.io">w</a>,
<p class="p-note">
Frontend guy who likes server adventures & works w/ linux. Looking to
specialize in web perf, but mostly feels like an impostor for now. Has
hobby projects.
</p>
</div> </div>
<img <img
class="u-photo highlighted-section__content__profile-picture" class="u-photo highlighted-section__content__profile-picture"