summaryrefslogtreecommitdiff
path: root/_includes/header.html
blob: c79b19c4f8824ad2496ab98f5264923342961c55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<header id="title-header" role="banner">
  <div class="row">
    <div class="four columns">
      <h1 class="title">
        <a href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>
      </h1>
      <div class="light social">
        <span>By {{ site.author | escape }}</span>
        <span class="author-icons">
          <a href="mailto:mediocregopher@gmail.com">
            <i class="fas fa-envelope"></i>
          </a>
          <a href="https://github.com/{{ site.github_username }}">
            <i class="fab fa-github"></i>
          </a>
          <a href="https://twitter.com/{{ site.twitter_username }}">
            <i class="fab fa-twitter"></i>
          </a>
        </span>
        <span>
          <a href="{{ '/feed.xml' | relative_url }}">
            <span>RSS</span><i class="fas fa-rss"></i>
          </a>
        </span>
      </div>
      <div class="light license">
        Unless otherwised specified, all works are licensed under the
        <a href="{{ '/assets/wtfpl.txt' | relative_url}}">WTFPL</a>.
      </div>
    </div>

    <div id="crypto-display" class="four columns">&nbsp;</div>

    <div class="four columns light">
      <div class="donation">
        <span>If you like what I do, consider donating!</span><br/>
        <span>
          <a href="https://cash.me/$mediocregopher" target="_blank">USD</a>
          •
          <a class="crypto" href="bitcoin:18kqNYjUZ4zNEp4VjE3pKPLBitUy6U76rk">BTC</a>
          •
          <a class="crypto" href="litecoin:LZgyna6Nw4phzWv24QP4xgUi7hC9DDHV7o">LTC</a>
          •
          <a class="crypto" href="ethereum:0xB8e1608059174760f4652178303f7c7a59121922">ETH</a>
          •
          <a class="crypto" href="zcash:zcMmjd2gNetan9QciRExVdTb64ZEYPjk8w6NiEXnLRcDbVQQxZ9xvKH3Ab3y7uccCrN5HRvR5YVvq684gC1drvnYadp3Yz2">ZEC</a>
          •
          <a class="crypto" href="monero:4HJsnT47QLPH3GaTUZsMZrCyFErJiHM5gSCtxLnYvYPsabuBqV3d4Wa1TW6Fa4Zdw9b29xqKUNf9qHev3gEXFEFK4W3oeRDaFvWQN6fePM">XMR</a>
        </span>
      </div>
    </div>

  </div>
</header>