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

44 lines
1.7 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">
<a href="https://github.com/VagabondAzulien">
<img src="{{ site.url }}/src/images/github_light.png"
width="32" height="32" alt="GitHub"
title="My GitHub Repos" />
</a>
<a href="https://twitter.com/Azulien">
<img src="{{ site.url }}/src/images/twitter_light.png"
width="32" height="32" alt="Twitter"
title="My Twitter Feed" />
</a>
<a href="https://www.twitch.tv/vagabondazulien/profile">
<img src="{{ site.url }}/src/images/twitch_light.png"
width="32" height="32" alt="Twitch"
title="My Twitch Profile" />
</a>
<a href="https://steamcommunity.com/id/azulien">
<img src="{{ site.url }}/src/images/steam_light.png"
width="32" height="32" alt="Steam"
title="My Steam Profile" />
</a>
</section>
</footer>