feat: add note & url to h-card
This commit is contained in:
parent
e229c5577e
commit
5bbdc51d72
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@ import now from '../constants/now.json'
|
|||
<div class="h-card highlighted-section__content">
|
||||
<div style="display:none">
|
||||
<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>
|
||||
<img
|
||||
class="u-photo highlighted-section__content__profile-picture"
|
||||
|
|
Loading…
Reference in a new issue