Update index.html
This commit is contained in:
parent
550336a76c
commit
c9f801f562
1 changed files with 5 additions and 5 deletions
|
@ -4,8 +4,8 @@ eleventyExcludeFromCollections: true
|
|||
---
|
||||
<!-- Reference for representative h-card properties: https://microformats.org/wiki/h-card -->
|
||||
<div class="h-card" rel="author">
|
||||
<img class="u-featured" src="/assets/img/banner-1500x500.jpg" alt="A grim reaper in a decorated cubicle, writing and daydreaming, surrounded by many other grim reapers in bland, grey, cubicles" />
|
||||
<img class="u-photo" alt="My profile photo — a pixelated version of me" src="/assets/img/avatar-tt.svg" />
|
||||
<img class="u-featured" src="https://death.id.au/assets/img/banner-1500x500.jpg" alt="A grim reaper in a decorated cubicle, writing and daydreaming, surrounded by many other grim reapers in bland, grey, cubicles" />
|
||||
<img class="u-photo" alt="My profile photo — a pixelated version of me" src="https://death.id.au/assets/img/avatar-tt.svg" />
|
||||
<h1>
|
||||
I'm <span class="p-name">Gordon Pedersen</span>.
|
||||
</h1>
|
||||
|
@ -19,11 +19,11 @@ eleventyExcludeFromCollections: true
|
|||
data-placeholder="@user@domain.social"
|
||||
data-success="Thanks for the follow!"
|
||||
onsubmit="handleFollow(event.value)">
|
||||
<img src="/assets/img/Fediverse_logo_proposal.svg" alt="Fediverse logo">
|
||||
<img src="https://death.id.au/assets/img/Fediverse_logo_proposal.svg" alt="Fediverse logo">
|
||||
Follow @death.au@death.id.au
|
||||
</button>
|
||||
</li>
|
||||
<li><i><img class="tiny-avatar" src="/assets/img/avatar-tt-trans.svg"></i> <a class="u-uid u-url" href="https://death.id.au">Mon Repos (you are here)</a><a class="u-url" href="acct:death.au@death.id.au"></a></li>
|
||||
<li><i><img class="tiny-avatar" src="https://death.id.au/assets/img/avatar-tt-trans.svg"></i> <a class="u-uid u-url" href="https://death.id.au">Mon Repos (you are here)</a><a class="u-url" href="acct:death.au@death.id.au"></a></li>
|
||||
<li><i class="fa-brands fa-mastodon"></i> <a class="u-url" href="https://pkm.social/@death_au" rel="me">@death_au@pkm.social</a></li>
|
||||
<li><i class="fa-brands fa-github"></i> <a class="u-url" href="https://github.com/deathau" rel="me">@deathau</a></li>
|
||||
<li><i class="fa-brands fa-twitter"></i> <a class="u-url" href="https://twitter.com/death_au" rel="me">@death_au</a></li>
|
||||
|
|
Loading…
Reference in a new issue