mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
51 lines
1.7 KiB
HTML
51 lines
1.7 KiB
HTML
---
|
|
title: Feather
|
|
description: Feather is a collection of simply beautiful open source icons. Each icon is designed on a 24x24 grid with an emphasis on consistency and simplicity.
|
|
links:
|
|
- title: Donate
|
|
url: ttps://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
|
|
- 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
|
|
---
|
|
<!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 name="twitter:card" content="summary">
|
|
|
|
<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">
|
|
|
|
{% if site.google_analytics and jekyll.environment == 'production' %}
|
|
{% include analytics.html %}
|
|
{% endif %}
|
|
</head>
|
|
<body class="ma0 rubik font-smoothing black-60 bg-near-white">
|
|
|
|
<div class="pb5 pb6-ns bg-white">
|
|
{% include header.html %}
|
|
{% include icons.html %}
|
|
</div>
|
|
|
|
{% include request.html %}
|
|
{% include footer.html links=page.links %}
|
|
|
|
</script>
|
|
</body>
|
|
</html>
|