Work on lots of CSS magic

This commit is contained in:
2017-11-24 14:33:51 -08:00
parent 32d97863ce
commit 0f0cccd951
12 changed files with 375 additions and 59 deletions

View File

@ -1,9 +1,9 @@
<header>
<h1 id = "title"> Andrew Cassidy </h1>
<div id="sidebar">
{% include flag.html color="blue" name="home" url="/" %}
{% include flag.html color="blue" name="home" url="/" %}
{% include flag.html color="blue" name="home" url="/" %}
{% include flag.html color="blue" name="home" url="/" %}
<div id = "title">
<a href="/"><b>Andrew Cassidy</b></a>
<span class="slash">/</span>
<a href="/Projects">Projects</a>
<span class="slash">/</span>
FooBar
</div>
</header>