feather/_includes/hero.html

11 lines
396 B
HTML
Raw Normal View History

2017-07-08 12:52:54 +03:00
<div class="flex flex-column items-center w-80 mw8 pv5 pv6-ns center">
2017-05-30 03:26:25 +03:00
<h2 class="mt0 mb4 f2 fw3 tc lh-title black-90">Simply beautiful open source icons</h2>
<a
2017-07-10 23:20:47 +03:00
class="button white bg-accent dim br1"
2017-06-05 10:28:24 +03:00
href="feather.zip"
2017-05-30 03:26:25 +03:00
download
onclick="ga('send', 'event', 'download', 'click', 'all');">
Download
</a>
2017-07-11 09:46:38 +03:00
<code class="mt4 lh-copy">npm install feather-icons</code>
2017-05-30 03:26:25 +03:00
</div>