aboutsummaryrefslogtreecommitdiff
path: root/templates/html_sub_header.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/html_sub_header.html')
-rw-r--r--templates/html_sub_header.html42
1 files changed, 42 insertions, 0 deletions
diff --git a/templates/html_sub_header.html b/templates/html_sub_header.html
new file mode 100644
index 0000000..a1f3e03
--- /dev/null
+++ b/templates/html_sub_header.html
@@ -0,0 +1,42 @@
+<div id="header">
+ <div class="colleft">
+ <header>
+ <a class="fade" href="/">~kballou</a>
+ </header>
+ </div>
+ <div class="colright">
+ <header>
+ <div id="author">
+ <a href="https://git.devnulllabs.io"
+ target="_blank"
+ rel="noopener noreferrer">
+ <i class="fade fa fa-git-square fa-1x"></i>
+ </a>
+ <a href="https://github.com/kennyballou"
+ target="_blank"
+ rel="noopener noreferrer">
+ <i class="fade fa fa-github-square fa-1x"></i>
+ </a>
+ <a href="https://bitbucket.org/kballou"
+ target="_blank"
+ rel="noopener noreferrer">
+ <i class="fade fa fa-bitbucket-square fa-1x"></i>
+ </a>
+ <a href="https://plus.google.com/+KennyBallou"
+ target="_blank"
+ rel="noopener noreferrer">
+ <i class="fade fa fa-google-plus-square fa-1x"></i>
+ </a>
+ <a href="https://twitter.com/kennyballou"
+ target="_blank"
+ rel="noopener noreferrer">
+ <i class="fade fa fa-twitter-square fa-1x"></i>
+ </a>
+ <a href="/index.xml" rel="alternate"
+ type="application/rss+xml">
+ <i class="fade fa fa-rss-square fa-1x"></i>
+ </a>
+ </div>
+ </header>
+ </div>
+</div>