the-internet-vagabond-dot-com/_includes/cor_menu.html

47 lines
1.8 KiB
HTML
Raw Normal View History

2018-02-11 04:25:07 +00:00
<footer>
<nav>
2019-01-21 19:21:55 +00:00
<h5><a href="/">home</a></h5>
2018-01-14 02:57:42 +00:00
{% for topic in site.topics %}
2019-01-21 19:21:55 +00:00
<h5><a href="/topics/{{ topic.title }}">{{ topic.title }}</a></h5>
2018-01-13 20:34:13 +00:00
{% endfor %}
2018-02-11 04:25:07 +00:00
</nav>
2019-01-21 20:02:48 +00:00
<hr />
2018-02-11 04:25:07 +00:00
<section id="about">
2019-01-21 19:21:55 +00:00
<h5>The Site</h5>
2018-02-11 04:25:07 +00:00
<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
will tend to focus on technology, gaming, and philosophy.</p>
2019-01-21 19:21:55 +00:00
<h5>The Vagabond</h5>
2018-02-11 04:25:07 +00:00
<p>My name is Bill Niblock. I'm a computer scientist by education, a
technologist by trade, a gamer by hobby, and a philosopher by
accident.</p>
</section>
<section id="social">
2020-06-26 12:52:52 +00:00
<a rel="me" href="https://github.com/VagabondAzulien">
2018-02-11 04:25:07 +00:00
<img src="{{ site.url }}/src/images/github_light.png"
width="32" height="32" alt="GitHub"
title="My GitHub Repos" />
</a>
2020-06-26 12:52:52 +00:00
<a rel="me" href="https://www.twitch.tv/vagabondazulien/profile">
2018-02-11 04:25:07 +00:00
<img src="{{ site.url }}/src/images/twitch_light.png"
width="32" height="32" alt="Twitch"
title="My Twitch Profile" />
</a>
2020-06-26 12:52:52 +00:00
<a rel="me" href="https://steamcommunity.com/id/azulien">
2018-02-11 04:25:07 +00:00
<img src="{{ site.url }}/src/images/steam_light.png"
width="32" height="32" alt="Steam"
title="My Steam Profile" />
</a>
2020-06-26 12:52:52 +00:00
<a rel="me" href="https://matrix.to/#/@vagabondazulien:exp.farm">
2020-06-15 02:25:14 +00:00
<img src="{{ site.url }}/src/images/matrix_light.png"
width="32" height="32" alt="Matrix"
title="My Steam Profile" />
</a>
</section>
<section id="email">
bill at theinternetvagabond.com
2018-02-11 04:25:07 +00:00
</section>
</footer>