mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
24 lines
927 B
HTML
24 lines
927 B
HTML
<!-- See https://microformats.org/wiki/h-card for meaning of h-card, u-photo etc classes -->
|
|
<header class = "h-card">
|
|
<div class = "profile-pic-name">
|
|
<img src="/assets/images/avatar.jpeg" class = "u-photo avatar" alt = "A picture of me.">
|
|
<a class="p-name u-url u-uid" href="https://thomashodson.com"><h1>Tom Hodson</h1></a>
|
|
</div>
|
|
<p class="p-note">Physicist, Programmer, Maker and Baker
|
|
<p class="professional-links">
|
|
<a href="https://github.com/TomHodson" rel="me authn" class="u-url">GitHub {% include icons/github.svg %}</a>
|
|
<a href="https://tech.lgbt/@Tomhodson" rel="me" class="u-url">Mastodon {% include icons/mastodon.svg %}</a>
|
|
<a href="/feed.xml">RSS {% include icons/rss.svg %}</a>
|
|
</p>
|
|
{% include sidebar.html%}
|
|
|
|
<p>
|
|
<a class = "page-src-link"
|
|
href="https://github.com/TomHodson/tomhodson.github.com/blob/main/{{page.path}}?plain=1">
|
|
Page Source
|
|
</a>
|
|
</p>
|
|
|
|
{{ include.extra }}
|
|
<hr>
|
|
</header> |