Initial commit.

This commit is contained in:
2014-11-20 14:40:37 -05:00
commit 6da969b1e0
20 changed files with 500 additions and 0 deletions

9
include/navbar.html Normal file
View File

@@ -0,0 +1,9 @@
<!--Begin navbar-->
<nav id="navbar">
<h3>Navigation</h3>
<a class="sidelink" href="/">Home</a>
<a class="sidelink" href="/about/">About Me</a>
<a class="sidelink" href="http://blog.bradleylaboon.com/">Boonean Logic</a>
<img id="profile" src="/img/profile.png" alt="Me!" />
</nav>
<!--End navbar-->