|
|
@ -1,10 +1,16 @@ |
|
|
|
<div id="sidebar"> |
|
|
|
<div class="h-card"> |
|
|
|
<h4><a class="p-name u-url" rel="me" href="https://www.nthall.com/">Noah Hall</a></h4> |
|
|
|
<div class="h-card" role="banner"> |
|
|
|
<h3><a class="p-name u-url" rel="me" href="https://www.nthall.com/">Noah Hall</a></h3> |
|
|
|
<figure> |
|
|
|
<img class="u-photo" src="/img/thumbs/noah-thumb.jpg" title="it's me, hi" alt="picture of me." /> |
|
|
|
<figcaption class='p-gender-identity'>he/him/his</figcaption> |
|
|
|
</figure> |
|
|
|
<ul role="navigation" id="nav" class="menu"> |
|
|
|
<h4>Site Nav</h4> |
|
|
|
{% for entry in collections.all | eleventyNavigation %} |
|
|
|
<li class="menu-item{% if entry.url == page.url %} current{% endif %}"><a href="{{ entry.url | url }}">{{ entry.title }}</a></li> |
|
|
|
{%- endfor %} |
|
|
|
</ul> |
|
|
|
<a href="/about/">About this site</a> |
|
|
|
<ul> |
|
|
|
<h5>Contact me:</h5> |
|
|
|