2018-09-03 19:32:18 +00:00
|
|
|
<header id="title-header" role="banner">
|
2018-09-05 17:56:55 +00:00
|
|
|
<div class="row row-vertically-centered">
|
2018-09-04 03:24:53 +00:00
|
|
|
<div class="eight columns">
|
2018-09-05 17:56:55 +00:00
|
|
|
<h1 class="title">
|
2018-09-03 19:32:18 +00:00
|
|
|
<a href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>
|
2018-09-05 17:56:55 +00:00
|
|
|
</h1>
|
2018-09-03 19:32:18 +00:00
|
|
|
</div>
|
2018-09-04 03:24:53 +00:00
|
|
|
|
2018-09-05 17:56:55 +00:00
|
|
|
<div class="four columns light">
|
2018-09-04 03:24:53 +00:00
|
|
|
<div class="social">
|
2018-09-04 18:45:42 +00:00
|
|
|
<span class="spaced">RSS/Social:</span>
|
|
|
|
<a class="spaced" href="{{ 'feed.xml' | relative_url }}">
|
2018-09-04 03:24:53 +00:00
|
|
|
<i class="fas fa-rss"></i>
|
|
|
|
</a>
|
2018-09-04 18:45:42 +00:00
|
|
|
<a class="spaced" href="https://github.com/{{ site.github_username }}">
|
2018-09-04 03:24:53 +00:00
|
|
|
<i class="fab fa-github"></i>
|
|
|
|
</a>
|
2018-09-04 18:45:42 +00:00
|
|
|
<a class="spaced" href="https://twitter.com/{{ site.twitter_username }}">
|
2018-09-04 03:24:53 +00:00
|
|
|
<i class="fab fa-twitter"></i>
|
|
|
|
</a>
|
|
|
|
</div>
|
2018-09-05 17:56:55 +00:00
|
|
|
<div class="donation">
|
|
|
|
<span>If you like what I do, consider donating!</span><br/>
|
|
|
|
<span>
|
|
|
|
<a href="https://cash.me/$mediocregopher">USD</a>
|
|
|
|
•
|
|
|
|
<a href="bitcoin:1KSqgPBQ7VWc5yxUT2DsB3VpsvRyahL2k8">BTC</a>
|
|
|
|
•
|
|
|
|
LTC
|
|
|
|
•
|
|
|
|
ETH
|
|
|
|
•
|
|
|
|
ZEC
|
|
|
|
</span>
|
|
|
|
</div>
|
2018-09-03 19:32:18 +00:00
|
|
|
</div>
|
2018-09-04 03:24:53 +00:00
|
|
|
|
2018-09-03 19:32:18 +00:00
|
|
|
</div>
|
|
|
|
</header>
|