2017-02-22 10:20:51 +03:00
|
|
|
|
---
|
2017-05-31 06:16:58 +03:00
|
|
|
|
title: Feather – Simply beautiful open source icons
|
|
|
|
|
description: Designed on a 24x24 grid with an emphasis on functionality, consistency and simplicity.
|
2017-05-13 02:32:49 +03:00
|
|
|
|
links:
|
|
|
|
|
- title: Donate
|
2017-05-13 07:42:36 +03:00
|
|
|
|
url: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=G6CPFZ6PQRZW8&lc=US&item_name=Feather¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
|
2017-05-13 02:32:49 +03:00
|
|
|
|
- title: GitHub
|
|
|
|
|
url: https://github.com/colebemis/feather
|
|
|
|
|
- title: Change Log
|
|
|
|
|
url: https://github.com/colebemis/feather/blob/gh-pages/CHANGELOG.md
|
|
|
|
|
- title: License
|
|
|
|
|
url: https://github.com/colebemis/feather/blob/gh-pages/LICENSE
|
|
|
|
|
- title: Contact
|
|
|
|
|
url: mailto:cole@colebemis.com
|
2017-02-22 10:20:51 +03:00
|
|
|
|
---
|
2017-02-22 10:12:06 +03:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
2017-02-22 10:57:21 +03:00
|
|
|
|
<meta charset="UTF-8">
|
2017-02-26 07:08:33 +03:00
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2017-04-30 11:53:50 +03:00
|
|
|
|
|
|
|
|
|
<title>{{ page.title }}</title>
|
|
|
|
|
<meta name="description" content="{{ page.description }}">
|
|
|
|
|
<meta property="og:title" content="{{ page.title }}">
|
|
|
|
|
<meta property="og:description" content="{{ page.description }}">
|
2017-06-01 18:03:07 +03:00
|
|
|
|
<meta property="og:image" content="https://feathericons.com/assets/feather-preview.png">
|
2017-05-31 06:16:58 +03:00
|
|
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
|
|
|
<meta name="twitter:site" content="@colebemis">
|
2017-04-30 11:53:50 +03:00
|
|
|
|
|
2017-05-31 06:48:53 +03:00
|
|
|
|
<link rel="shortcut icon" type="image/png" href="assets/favicon.png">
|
2017-04-30 11:53:50 +03:00
|
|
|
|
|
2017-02-26 23:27:25 +03:00
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Rubik:300,400" rel="stylesheet">
|
2017-05-13 02:32:49 +03:00
|
|
|
|
<link href="https://unpkg.com/tachyons/css/tachyons.min.css" rel="stylesheet">
|
|
|
|
|
<link href="style.css" rel="stylesheet">
|
2017-02-22 10:12:06 +03:00
|
|
|
|
</head>
|
2017-05-30 03:05:49 +03:00
|
|
|
|
<body class="ma0 rubik font-smoothing black-60 bg-white">
|
2017-05-13 02:32:49 +03:00
|
|
|
|
|
2017-05-30 03:05:49 +03:00
|
|
|
|
{% include header.html %}
|
2017-05-30 03:26:25 +03:00
|
|
|
|
{% include hero.html %}
|
2017-05-30 03:05:49 +03:00
|
|
|
|
{% include icons.html %}
|
2017-05-13 02:32:49 +03:00
|
|
|
|
{% include footer.html links=page.links %}
|
|
|
|
|
|
|
|
|
|
</script>
|
2017-02-22 10:12:06 +03:00
|
|
|
|
</body>
|
|
|
|
|
</html>
|