drewcassidy.me/_includes/flag.html

10 lines
323 B
HTML
Raw Normal View History

2017-11-25 00:03:02 +00:00
<li>
<a href="{{include.url}}" class="flag">
<span class="{{include.color}} flagButton">
<h3>{{include.name}}</h3>
<!-- <svg viewBox="0 0 115 50" preserveAspectRatio="none">
2017-11-17 00:23:46 +00:00
<polygon points="0,50 100,50, 115,25, 100,0, 0,0"/>
2017-11-24 22:33:51 +00:00
</svg> -->
2017-11-25 00:03:02 +00:00
</span>
</a>
</li>