the-internet-vagabond-dot-com/_includes/cor_menu.html
Bill Niblock c1b9298c90 General Updates
- Change "license" of code from WTFPL to Unlicense, and content from
  WTFPL to Creative Commons Zero.
- CSS
    - Remove header tags from most non-content sources
    - Update post footers to fit better on small screens
    - Update site footer styles
- Update layouts accordingly
- Update README
2021-12-20 17:50:48 -05:00

79 lines
3.5 KiB
HTML

<footer>
<nav>
<div><a href="/">home</a></div>
{% for topic in site.topics %}
<div><a href="/topics/{{ topic.title }}">{{ topic.title }}</a></div>
{% endfor %}
</nav>
<hr />
<section class="h-card">
<section class="footer_about" id="about">
<div>The Site</div>
<div>
<a class="u-url" href="{{ site.url }}/feed.xml"
aria-label="RSS feed for the site">
<span class="fa fa-rss" aria-hidden="true"
title="RSS Feed"</span>
</a> |
<a class="u-url" href="https://theinternetvagabond.goatcounter.com/"
aria-label="GoatCounter statistics for the site">
<span class="fa fa-bar-chart" aria-hidden="true"
title="GoatCounter Statistics"</span>
</a> |
<a class="u-url" href="https://github.com/VagabondAzulien/VagabondAzulien.github.io"
aria-label="Source code repository for the site">
<span class="fa fa-code" aria-hidden="true"
title="Site Source Code"</span>
</a>
</div>
<a class="u-url u-uid" href="https://theinternetvagabond.com"></a>
<p>
This site is a small slice of internet real-estate that I use for
occasional writing. Nothing I say is visionary or profound. I
focus on technology, gaming, and philosophy. All opinions my
own.
</p>
<div>The Vagabond</div>
<div>
<a class="u-email" rel="me"
href="mailto:bill@theinternetvagabond.com"
aria-label="Email Bill at The Internet Vagabond dot com">
<span class="fa fa-envelope-o" aria-hidden="true"
title="Email bill at theinternetvagabond.com"</span>
</a> |
<a class="u-url" rel="me" href="https://matrix.to/#/@vagabondazulien:exp.farm"
aria-label="Link to me on Matrix">
<span class="fa fa-matrix-org " aria-hidden="true"
title="Speak with me on Matrix"</span>
</a> |
<a class="u-url" rel="me" href="https://www.twitch.tv/vagabondazulien/profile"
aria-label="Link to my Twitch channel">
<span class="fa fa-twitch " aria-hidden="true"
title="My Twitch channel"</span>
</a> |
<a class="u-url" rel="me" href="https://github.com/VagabondAzulien"
aria-label="Link to my GitHub profile">
<span class="fa fa-github" aria-hidden="true"
title="My GitHub profile"</span>
</a>
</div>
<p>
My name is <span class="p-name">Bill Niblock</span>. <span
class="p-note">I'm a computer scientist by education, a technologist
by trade, a gamer by hobby, and a philosopher by accident. I
live in <span class="p-locality">Buffalo</span>, <span class="p-region">
New York</span>, <span class="p-country-name">USA</span>.
</p>
</section>
<section style="display: none;">
<span class="p-category">Gaming</span>
<span class="p-category">Technology</span>
<span class="p-category">Philosophy</span>
<span class="p-category">Open Source Software</span>
<span class="p-category">Self-Hosting</span>
<span class="p-category">Coffee</span>
</section>
</section>
</footer>