feather/_includes/header.html

25 lines
815 B
HTML
Raw Normal View History

2017-02-26 23:27:25 +03:00
<header class="section header">
<div class="container header-container">
<div>
<h1 class="title">Feather</h1>
<p class="description">Simply beautiful open source icons</p>
</div>
<div class="header-button-group">
2017-05-03 08:56:14 +03:00
<a
class="button button-primary"
href="feather-{{ site.data.package.version }}.zip"
download
onclick="ga('send', 'event', 'download', 'click', 'all');">
Download
</a>
<a
class="button button-secondary"
href="https://twitter.com/intent/tweet?text=Feather%20-%20Simply%20beautiful%20open%20source%20icons%20by%20%40colebemis%20colebemis.github.io/feather"
target="_blank"
onclick="ga('send', 'event', 'share', 'click', 'twitter');">
Tweet
</a>
2017-02-26 23:27:25 +03:00
</div>
</div>
2017-02-22 10:20:51 +03:00
</header>