summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2018-09-05 13:56:55 -0400
committerBrian Picciano <mediocregopher@gmail.com>2018-09-05 13:56:55 -0400
commitd1446c6d6fd0d7f8ccce74960a80981399221fa9 (patch)
treec825954e3545c3c26cb52e2f32a247e29cf5381c /_includes
parentc61dcf483bea7ad632ba5f7044d72f2bd74e670a (diff)
refactor some of the styles, start adding donation sectoin
Diffstat (limited to '_includes')
-rw-r--r--_includes/header.html22
1 files changed, 18 insertions, 4 deletions
diff --git a/_includes/header.html b/_includes/header.html
index 586b613..7eafb53 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -1,12 +1,12 @@
<header id="title-header" role="banner">
- <div class="row">
+ <div class="row row-vertically-centered">
<div class="eight columns">
- <h5 class="title">
+ <h1 class="title">
<a href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>
- </h5>
+ </h1>
</div>
- <div class="four columns">
+ <div class="four columns light">
<div class="social">
<span class="spaced">RSS/Social:</span>
<a class="spaced" href="{{ 'feed.xml' | relative_url }}">
@@ -19,6 +19,20 @@
<i class="fab fa-twitter"></i>
</a>
</div>
+ <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>
</div>
</div>