feather/index.html
2017-11-05 08:55:16 -08:00

57 lines
2.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Feather Simply beautiful open source icons
description: Designed on a 24x24 grid with an emphasis on functionality, consistency and simplicity.
links:
- title: Donate
url: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=G6CPFZ6PQRZW8&lc=US&item_name=Feather&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
- title: Usage
url: https://github.com/colebemis/feather#quick-start
- title: GitHub
url: https://github.com/colebemis/feather
- title: Release Notes
url: https://github.com/colebemis/feather/releases
- title: License
url: https://github.com/colebemis/feather/blob/master/LICENSE
- title: Contact
url: mailto:cole@colebemis.com
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ page.title }}</title>
<meta name="description" content="{{ page.description }}">
<meta property="og:title" content="{{ page.title }}">
<meta property="og:description" content="{{ page.description }}">
<meta property="og:image" content="https://feathericons.com/assets/feather-preview.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@colebemis">
<link rel="shortcut icon" type="image/png" href="assets/favicon.png">
<link href="https://fonts.googleapis.com/css?family=Rubik:300,400" rel="stylesheet">
<link href="https://unpkg.com/tachyons/css/tachyons.min.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
</head>
<body class="ma0 rubik font-smoothing black-60 bg-white">
{% include header.html %}
{% include hero.html %}
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=feathericonscom" id="_carbonads_js"></script>
{% include icons.html %}
{% include footer.html links=page.links %}
<script src="//cdnjs.cloudflare.com/ajax/libs/list.js/1.5.0/list.min.js"></script>
<script type="text/javascript">
var list = new List('js-icons', {
valueNames: [ 'icon-name', 'icon-tags' ]
})
</script>
</body>
</html>