This commit is contained in:
2017-11-16 16:23:46 -08:00
committed by Andrew Cassidy
parent b82a01e64a
commit bcf05bf0e1
3 changed files with 59 additions and 0 deletions

8
_includes/flag.html Normal file
View File

@ -0,0 +1,8 @@
<div class="{{include.color}} flag">
<div class="flagText">
<a href="{{include.url}}">{{include.name}}</a>
</div>
<svg width=115 height=50>
<polygon points="0,50 100,50, 115,25, 100,0, 0,0"/>
</svg>
</div>

View File

@ -1,3 +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>
</header>