Work on lots of CSS magic

This commit is contained in:
2017-11-24 14:33:51 -08:00
committed by Andrew Cassidy
parent bcf05bf0e1
commit 548a652d66
12 changed files with 375 additions and 59 deletions

6
_includes/sidebar.html Normal file
View File

@ -0,0 +1,6 @@
<ul id="sidebar">
{% include flag.html color="blue" name="Home" url="/" %}
{% include flag.html color="green" name="Blog" url="/Blog" %}
{% include flag.html color="orange" name="Projects" url="/Projects" %}
{% include flag.html color="magenta" name="About" url="/About" %}
</ul>