feather/_includes/header.html

13 lines
390 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">
<a class="button button-primary" href="#">Download</a>
<a class="button button-secondary" href="#">Tweet</a>
</div>
</div>
2017-02-22 10:20:51 +03:00
</header>