Seperate header and hero

This commit is contained in:
Cole Bemis
2017-05-29 17:26:25 -07:00
parent 706e0ebd45
commit b0522cf7fe
4 changed files with 17 additions and 21 deletions

10
_includes/hero.html Normal file
View File

@ -0,0 +1,10 @@
<div class="flex flex-column items-center w-80 mw8 pt5 pt6-ns center">
<h2 class="mt0 mb4 f2 fw3 tc lh-title black-90">Simply beautiful open source icons</h2>
<a
class="button white bg-accent bg-animate hover-bg-accent-darker br2"
href="feather-{{ site.data.package.version }}.zip"
download
onclick="ga('send', 'event', 'download', 'click', 'all');">
Download
</a>
</div>