mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-27 14:01:32 +08:00
rounding out the contribute page
This commit is contained in:
parent
604b02479a
commit
e25b77efde
@ -1,38 +1,45 @@
|
|||||||
<section id="contribute">
|
<section>
|
||||||
<h2 class="page-header">Contribute Icons to Font Awesome</h2>
|
<h2 class="page-header">GitHub Project</h2>
|
||||||
|
<p class="lead">
|
||||||
|
Found a bug? Want to request a new icon? Want to see what's up next for the project?
|
||||||
|
<a href="{{ site.font-awesome.github.url }}/issues">Submit an issue</a> on the
|
||||||
|
<a href="{{ site.font-awesome.github.url }}">GitHub project</a>. Here are a few guidelines:
|
||||||
|
</p>
|
||||||
|
<ol>
|
||||||
|
<li>Be nice. No one likes a jackass.</li>
|
||||||
|
<li>Check to see if your issue you want to open already exists. Search is a beautiful invention. <i class="icon-smile"></i></li>
|
||||||
|
<li>
|
||||||
|
If you're making a request for a new icon, it's helpful if you include the following:
|
||||||
|
<ul>
|
||||||
|
<li>Title your request <code>Icon request: icon-name</code></li>
|
||||||
|
<li>Icon use cases. How do you want to be using it?</li>
|
||||||
|
<li>Attach an image or two that represent the idea you're going for. Remember that font icons are a single color.</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section id="say-thanks">
|
||||||
|
<h2 class="page-header">Say Thanks</h2>
|
||||||
|
<p class="lead">
|
||||||
|
Hopefully you think Font Awesome <em>is</em> awesome. I've put hundreds of hours into the project to give back to the
|
||||||
|
open source community. If you'd like, here are a couple of ways you can tell me thanks for all my hard work.
|
||||||
|
</p>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span3">
|
<div class="span6">
|
||||||
<img class="img-rounded" src="assets/img/contribution-sample.png">
|
<h3><a href="http://www.shareagift.com/pages/giftpage.aspx?giftid=2472" target="_blank">Help me buy an iMac</a></h3>
|
||||||
</div>
|
|
||||||
<div class="span9">
|
|
||||||
<p class="lead">
|
|
||||||
Want to help make Font Awesome even more awesome? Contribute back to the Font Awesome community by designing
|
|
||||||
new pictograms for the set.
|
|
||||||
</p>
|
|
||||||
<p>
|
<p>
|
||||||
If selected, you'll retain the CC-BY license to your pictogram and get attribution
|
<a href="http://www.shareagift.com/pages/giftpage.aspx?giftid=2472" target="_blank">Contribute</a> to a shiny
|
||||||
right here on the Font Awesome site.
|
new iMac for me to keep making great icons.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="span6">
|
||||||
|
<h3><a href="http://amzn.com/w/G64X58AY416W" target="_blank">My Amazon Wish List</a></h3>
|
||||||
|
<p>
|
||||||
|
Or pick something straight
|
||||||
|
from <a href="http://amzn.com/w/G64X58AY416W" target="_blank">my wish list</a>. Gift cards are great.
|
||||||
</p>
|
</p>
|
||||||
<h3>How to Submit New Icons</h3>
|
|
||||||
<ol>
|
|
||||||
<li>Download the <a href="assets/img/icon-flag.pdf">icon-flag.pdf template</a>.</li>
|
|
||||||
<li>
|
|
||||||
Open the PDF in Adobe Illustrator. You'll notice the file has dimensions of 60x56. This is exactly 4x the
|
|
||||||
max icon size of 15 wide by 14 tall. The template is an example of the flag icon to use as a guide.
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
Design your icon. In order to make it into the set, your icon must look pixel perfect. The easiest way to do
|
|
||||||
this is to make sure your line widths in the template are some multiple of 4px. Diagonals are rough, too.
|
|
||||||
Don't split pixels right down the middle, as they blur more when rendering. Zoom out to 25% to get a good idea
|
|
||||||
of how it will render in the font.
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
Submit your icon. Drop me an email at <a href="mailto:dave@davegandy.com">dave@davegandy.com</a>. Make sure to
|
|
||||||
use the subject <code>[Font Awesome] [Icon Contribution] icon-name</code> and attach your PDF file. If your
|
|
||||||
icon makes it into Font Awesome (I'm keeping a very tight reign on quality), I'll ask what contact info you'd
|
|
||||||
like to use for attribution.
|
|
||||||
</li>
|
|
||||||
</ol>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
@ -20,8 +20,8 @@
|
|||||||
<li>
|
<li>
|
||||||
Paste the following code into the <code><head></code> section of your site's HTML.
|
Paste the following code into the <code><head></code> section of your site's HTML.
|
||||||
{% highlight html %}
|
{% highlight html %}
|
||||||
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
|
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/{{ site.bootstrap.version }}/css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
|
||||||
<link href="//netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css" rel="stylesheet">
|
<link href="//netdna.bootstrapcdn.com/font-awesome/{{ site.font-awesome.version }}/css/font-awesome.css" rel="stylesheet">
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
<div class="alert alert-info margin-top">
|
<div class="alert alert-info margin-top">
|
||||||
<i class="icon-info-sign"></i> Want to use Font Awesome by itself without Bootstrap? Just skip pasting in the first line.
|
<i class="icon-info-sign"></i> Want to use Font Awesome by itself without Bootstrap? Just skip pasting in the first line.
|
||||||
@ -45,7 +45,10 @@
|
|||||||
<li>Copy font-awesome.min.css into your project.</li>
|
<li>Copy font-awesome.min.css into your project.</li>
|
||||||
<li>
|
<li>
|
||||||
Open your project's font-awesome.min.css and edit the font paths to ensure they point to the right place.
|
Open your project's font-awesome.min.css and edit the font paths to ensure they point to the right place.
|
||||||
<p class="alert alert-info"><i class="icon-info-sign"></i> The font path is relative from your CSS directory.</p>
|
<p class="alert alert-info">
|
||||||
|
<i class="icon-info-sign"></i> The font path is relative from your CSS directory. If you're having an issue
|
||||||
|
getting Font Awesome icons to load, this is likely the issue.
|
||||||
|
</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
In the <code><head></code> of your html, reference the location to your font-awesome.min.css.
|
In the <code><head></code> of your html, reference the location to your font-awesome.min.css.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<section id="icons-medical" class="row">
|
<section id="icons-medical" class="row">
|
||||||
<div class="span12">
|
<div class="span12">
|
||||||
<h2 class="page-header">Medical Icons <small>Want to change healthcare? Work with me at <a href="#kyruus">Kyruus</a>.</small></h2>
|
<h2 class="page-header">Medical Icons</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="span3">
|
<div class="span3">
|
||||||
<ul class="the-icons">
|
<ul class="the-icons">
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
<li{% if page.navbar_active == "icons" %} class="active"{% endif %}><a href="{{ site.baseurl }}icons/">Icons</a></li>
|
<li{% if page.navbar_active == "icons" %} class="active"{% endif %}><a href="{{ site.baseurl }}icons/">Icons</a></li>
|
||||||
<li{% if page.navbar_active == "examples" %} class="active"{% endif %}><a href="{{ site.baseurl }}examples/">Examples</a></li>
|
<li{% if page.navbar_active == "examples" %} class="active"{% endif %}><a href="{{ site.baseurl }}examples/">Examples</a></li>
|
||||||
<li{% if page.navbar_active == "whats-new" %} class="active"{% endif %}><a href="{{ site.baseurl }}whats-new/">What's New</a></li>
|
<li{% if page.navbar_active == "whats-new" %} class="active"{% endif %}><a href="{{ site.baseurl }}whats-new/">What's New</a></li>
|
||||||
|
<li{% if page.navbar_active == "contribute" %} class="active"{% endif %}><a href="{{ site.baseurl }}contribute/">Contribute</a></li>
|
||||||
<li{% if page.navbar_active == "roadmap" %} class="active"{% endif %}><a href="{{ site.baseurl }}roadmap/">Roadmap</a></li>
|
<li{% if page.navbar_active == "roadmap" %} class="active"{% endif %}><a href="{{ site.baseurl }}roadmap/">Roadmap</a></li>
|
||||||
<li{% if page.navbar_active == "thanks" %} class="active"{% endif %}><a href="{{ site.baseurl }}thanks/">Say Thanks</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<li><a href="mailto:{{ site.font-awesome.author.email }}"><i class="icon-envelope"></i> Me</a></li>
|
<li><a href="mailto:{{ site.font-awesome.author.email }}"><i class="icon-envelope"></i> Me</a></li>
|
||||||
|
@ -1,22 +0,0 @@
|
|||||||
<section id="say-thanks">
|
|
||||||
<p class="lead">
|
|
||||||
Hopefully you think Font Awesome <em>is</em> awesome. I've put hundreds of hours into the project to give back to the
|
|
||||||
open source community. If you'd like, here are a couple of ways you can tell me thanks for all my hard work.
|
|
||||||
</p>
|
|
||||||
<div class="row">
|
|
||||||
<div class="span6">
|
|
||||||
<h4><a href="http://www.shareagift.com/pages/giftpage.aspx?giftid=2472" target="_blank">Help me buy an iMac</a></h4>
|
|
||||||
<p>
|
|
||||||
<a href="http://www.shareagift.com/pages/giftpage.aspx?giftid=2472" target="_blank">Contribute</a> to a shiny
|
|
||||||
new iMac for me to keep making great icons.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<div class="span6">
|
|
||||||
<h4><a href="http://amzn.com/w/G64X58AY416W" target="_blank">My Amazon Wish List</a></h4>
|
|
||||||
<p>
|
|
||||||
Or pick something straight
|
|
||||||
from <a href="http://amzn.com/w/G64X58AY416W" target="_blank">my wish list</a>. Gift cards are great.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
Binary file not shown.
14
build/contribute/index.html
Normal file
14
build/contribute/index.html
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
layout: base
|
||||||
|
title: How to Contribute to Font Awesome
|
||||||
|
navbar_active: contribute
|
||||||
|
---
|
||||||
|
{% capture jumbotron_h1 %}<i class="icon-thumbs-up icon-large"></i> Contribute{% endcapture %}
|
||||||
|
{% capture jumbotron_p %}A few ways to get involved with Font Awesome{% endcapture %}
|
||||||
|
|
||||||
|
{% include jumbotron.html %}
|
||||||
|
{% include stripe-social.html %}
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
{% include contribute.html %}
|
||||||
|
</div>
|
224
build/icons.yml
224
build/icons.yml
@ -20,42 +20,42 @@ icons:
|
|||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
|
|
||||||
- name: envelope
|
- name: Envelope
|
||||||
id: envelope
|
id: envelope
|
||||||
unicode: f003
|
unicode: f003
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
|
|
||||||
- name: heart
|
- name: Heart
|
||||||
id: heart
|
id: heart
|
||||||
unicode: f004
|
unicode: f004
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
|
|
||||||
- name: star
|
- name: Star
|
||||||
id: star
|
id: star
|
||||||
unicode: f005
|
unicode: f005
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
|
|
||||||
- name: star-empty
|
- name: Star Empty
|
||||||
id: star-empty
|
id: star-empty
|
||||||
unicode: f006
|
unicode: f006
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
|
|
||||||
- name: user
|
- name: User
|
||||||
id: user
|
id: user
|
||||||
unicode: f007
|
unicode: f007
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
|
|
||||||
- name: film
|
- name: Film
|
||||||
id: film
|
id: film
|
||||||
unicode: f008
|
unicode: f008
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
@ -67,37 +67,37 @@ icons:
|
|||||||
unicode: f009
|
unicode: f009
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Text Editor Icons
|
||||||
|
|
||||||
- name: th
|
- name: th
|
||||||
id: th
|
id: th
|
||||||
unicode: f00a
|
unicode: f00a
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Text Editor Icons
|
||||||
|
|
||||||
- name: th-list
|
- name: th-list
|
||||||
id: th-list
|
id: th-list
|
||||||
unicode: f00b
|
unicode: f00b
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Text Editor Icons
|
||||||
|
|
||||||
- name: ok
|
- name: OK
|
||||||
id: ok
|
id: ok
|
||||||
unicode: f00c
|
unicode: f00c
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
|
|
||||||
- name: remove
|
- name: Remove
|
||||||
id: remove
|
id: remove
|
||||||
unicode: f00d
|
unicode: f00d
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
|
|
||||||
- name: zoom-in
|
- name: Zoom In
|
||||||
id: zoom-in
|
id: zoom-in
|
||||||
unicode: f00e
|
unicode: f00e
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
@ -105,17 +105,19 @@ icons:
|
|||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
|
|
||||||
|
|
||||||
- name: zoom-out
|
- name: Zoom Out
|
||||||
id: zoom-out
|
id: zoom-out
|
||||||
unicode: f010
|
unicode: f010
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
|
|
||||||
- name: off
|
- name: Off
|
||||||
id: off
|
id: 'off'
|
||||||
unicode: f011
|
unicode: f011
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
|
aliases:
|
||||||
|
- power-off
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
|
|
||||||
@ -152,7 +154,7 @@ icons:
|
|||||||
unicode: f016
|
unicode: f016
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Text Editor Icons
|
||||||
|
|
||||||
- name: time
|
- name: time
|
||||||
id: time
|
id: time
|
||||||
@ -201,7 +203,7 @@ icons:
|
|||||||
unicode: f01d
|
unicode: f01d
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Video Player Icons
|
||||||
|
|
||||||
- name: repeat
|
- name: repeat
|
||||||
id: repeat
|
id: repeat
|
||||||
@ -210,7 +212,7 @@ icons:
|
|||||||
aliases:
|
aliases:
|
||||||
- rotate-right
|
- rotate-right
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Text Editor Icons
|
||||||
|
|
||||||
|
|
||||||
- name: refresh
|
- name: refresh
|
||||||
@ -225,7 +227,7 @@ icons:
|
|||||||
unicode: f022
|
unicode: f022
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Text Editor Icons
|
||||||
|
|
||||||
- name: lock
|
- name: lock
|
||||||
id: lock
|
id: lock
|
||||||
@ -331,84 +333,84 @@ icons:
|
|||||||
unicode: f031
|
unicode: f031
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Text Editor Icons
|
||||||
|
|
||||||
- name: bold
|
- name: bold
|
||||||
id: bold
|
id: bold
|
||||||
unicode: f032
|
unicode: f032
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Text Editor Icons
|
||||||
|
|
||||||
- name: italic
|
- name: italic
|
||||||
id: italic
|
id: italic
|
||||||
unicode: f033
|
unicode: f033
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Text Editor Icons
|
||||||
|
|
||||||
- name: text-height
|
- name: text-height
|
||||||
id: text-height
|
id: text-height
|
||||||
unicode: f034
|
unicode: f034
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Text Editor Icons
|
||||||
|
|
||||||
- name: text-width
|
- name: text-width
|
||||||
id: text-width
|
id: text-width
|
||||||
unicode: f035
|
unicode: f035
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Text Editor Icons
|
||||||
|
|
||||||
- name: align-left
|
- name: align-left
|
||||||
id: align-left
|
id: align-left
|
||||||
unicode: f036
|
unicode: f036
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Text Editor Icons
|
||||||
|
|
||||||
- name: align-center
|
- name: align-center
|
||||||
id: align-center
|
id: align-center
|
||||||
unicode: f037
|
unicode: f037
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Text Editor Icons
|
||||||
|
|
||||||
- name: align-right
|
- name: align-right
|
||||||
id: align-right
|
id: align-right
|
||||||
unicode: f038
|
unicode: f038
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Text Editor Icons
|
||||||
|
|
||||||
- name: align-justify
|
- name: align-justify
|
||||||
id: align-justify
|
id: align-justify
|
||||||
unicode: f039
|
unicode: f039
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Text Editor Icons
|
||||||
|
|
||||||
- name: list
|
- name: list
|
||||||
id: list
|
id: list
|
||||||
unicode: f03a
|
unicode: f03a
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Text Editor Icons
|
||||||
|
|
||||||
- name: indent-left
|
- name: indent-left
|
||||||
id: indent-left
|
id: indent-left
|
||||||
unicode: f03b
|
unicode: f03b
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Text Editor Icons
|
||||||
|
|
||||||
- name: indent-right
|
- name: indent-right
|
||||||
id: indent-right
|
id: indent-right
|
||||||
unicode: f03c
|
unicode: f03c
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Text Editor Icons
|
||||||
|
|
||||||
- name: facetime-video
|
- name: facetime-video
|
||||||
id: facetime-video
|
id: facetime-video
|
||||||
@ -486,49 +488,49 @@ icons:
|
|||||||
unicode: f048
|
unicode: f048
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Video Player Icons
|
||||||
|
|
||||||
- name: fast-backward
|
- name: fast-backward
|
||||||
id: fast-backward
|
id: fast-backward
|
||||||
unicode: f049
|
unicode: f049
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Video Player Icons
|
||||||
|
|
||||||
- name: backward
|
- name: backward
|
||||||
id: backward
|
id: backward
|
||||||
unicode: f04a
|
unicode: f04a
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Video Player Icons
|
||||||
|
|
||||||
- name: play
|
- name: play
|
||||||
id: play
|
id: play
|
||||||
unicode: f04b
|
unicode: f04b
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Video Player Icons
|
||||||
|
|
||||||
- name: pause
|
- name: pause
|
||||||
id: pause
|
id: pause
|
||||||
unicode: f04c
|
unicode: f04c
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Video Player Icons
|
||||||
|
|
||||||
- name: stop
|
- name: stop
|
||||||
id: stop
|
id: stop
|
||||||
unicode: f04d
|
unicode: f04d
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Video Player Icons
|
||||||
|
|
||||||
- name: forward
|
- name: forward
|
||||||
id: forward
|
id: forward
|
||||||
unicode: f04e
|
unicode: f04e
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Video Player Icons
|
||||||
|
|
||||||
|
|
||||||
- name: fast-forward
|
- name: fast-forward
|
||||||
@ -536,35 +538,35 @@ icons:
|
|||||||
unicode: f050
|
unicode: f050
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Video Player Icons
|
||||||
|
|
||||||
- name: step-forward
|
- name: step-forward
|
||||||
id: step-forward
|
id: step-forward
|
||||||
unicode: f051
|
unicode: f051
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Video Player Icons
|
||||||
|
|
||||||
- name: eject
|
- name: eject
|
||||||
id: eject
|
id: eject
|
||||||
unicode: f052
|
unicode: f052
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Video Player Icons
|
||||||
|
|
||||||
- name: chevron-left
|
- name: chevron-left
|
||||||
id: chevron-left
|
id: chevron-left
|
||||||
unicode: f053
|
unicode: f053
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Directional Icons
|
||||||
|
|
||||||
- name: chevron-right
|
- name: chevron-right
|
||||||
id: chevron-right
|
id: chevron-right
|
||||||
unicode: f054
|
unicode: f054
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Directional Icons
|
||||||
|
|
||||||
- name: plus-sign
|
- name: plus-sign
|
||||||
id: plus-sign
|
id: plus-sign
|
||||||
@ -642,28 +644,28 @@ icons:
|
|||||||
unicode: f060
|
unicode: f060
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Directional Icons
|
||||||
|
|
||||||
- name: arrow-right
|
- name: arrow-right
|
||||||
id: arrow-right
|
id: arrow-right
|
||||||
unicode: f061
|
unicode: f061
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Directional Icons
|
||||||
|
|
||||||
- name: arrow-up
|
- name: arrow-up
|
||||||
id: arrow-up
|
id: arrow-up
|
||||||
unicode: f062
|
unicode: f062
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Directional Icons
|
||||||
|
|
||||||
- name: arrow-down
|
- name: arrow-down
|
||||||
id: arrow-down
|
id: arrow-down
|
||||||
unicode: f063
|
unicode: f063
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Directional Icons
|
||||||
|
|
||||||
- name: share-alt
|
- name: share-alt
|
||||||
id: share-alt
|
id: share-alt
|
||||||
@ -679,14 +681,14 @@ icons:
|
|||||||
unicode: f065
|
unicode: f065
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Video Player Icons
|
||||||
|
|
||||||
- name: resize-small
|
- name: resize-small
|
||||||
id: resize-small
|
id: resize-small
|
||||||
unicode: f066
|
unicode: f066
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Video Player Icons
|
||||||
|
|
||||||
- name: plus
|
- name: plus
|
||||||
id: plus
|
id: plus
|
||||||
@ -799,14 +801,14 @@ icons:
|
|||||||
unicode: f077
|
unicode: f077
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Directional Icons
|
||||||
|
|
||||||
- name: chevron-down
|
- name: chevron-down
|
||||||
id: chevron-down
|
id: chevron-down
|
||||||
unicode: f078
|
unicode: f078
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Directional Icons
|
||||||
|
|
||||||
- name: retweet
|
- name: retweet
|
||||||
id: retweet
|
id: retweet
|
||||||
@ -863,14 +865,14 @@ icons:
|
|||||||
unicode: f081
|
unicode: f081
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Social Icons
|
||||||
|
|
||||||
- name: facebook-sign
|
- name: facebook-sign
|
||||||
id: facebook-sign
|
id: facebook-sign
|
||||||
unicode: f082
|
unicode: f082
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Social Icons
|
||||||
|
|
||||||
- name: camera-retro
|
- name: camera-retro
|
||||||
id: camera-retro
|
id: camera-retro
|
||||||
@ -940,7 +942,7 @@ icons:
|
|||||||
unicode: f08c
|
unicode: f08c
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Social Icons
|
||||||
|
|
||||||
- name: pushpin
|
- name: pushpin
|
||||||
id: pushpin
|
id: pushpin
|
||||||
@ -976,7 +978,7 @@ icons:
|
|||||||
unicode: f092
|
unicode: f092
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Social Icons
|
||||||
|
|
||||||
- name: upload-alt
|
- name: upload-alt
|
||||||
id: upload-alt
|
id: upload-alt
|
||||||
@ -997,7 +999,7 @@ icons:
|
|||||||
unicode: f095
|
unicode: f095
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Social Icons
|
||||||
|
|
||||||
- name: check-empty
|
- name: check-empty
|
||||||
id: check-empty
|
id: check-empty
|
||||||
@ -1018,28 +1020,28 @@ icons:
|
|||||||
unicode: f098
|
unicode: f098
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Social Icons
|
||||||
|
|
||||||
- name: twitter
|
- name: twitter
|
||||||
id: twitter
|
id: twitter
|
||||||
unicode: f099
|
unicode: f099
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Social Icons
|
||||||
|
|
||||||
- name: facebook
|
- name: facebook
|
||||||
id: facebook
|
id: facebook
|
||||||
unicode: f09a
|
unicode: f09a
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Social Icons
|
||||||
|
|
||||||
- name: github
|
- name: github
|
||||||
id: github
|
id: github
|
||||||
unicode: f09b
|
unicode: f09b
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Social Icons
|
||||||
|
|
||||||
- name: unlock
|
- name: unlock
|
||||||
id: unlock
|
id: unlock
|
||||||
@ -1096,56 +1098,56 @@ icons:
|
|||||||
unicode: f0a4
|
unicode: f0a4
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Directional Icons
|
||||||
|
|
||||||
- name: hand-left
|
- name: hand-left
|
||||||
id: hand-left
|
id: hand-left
|
||||||
unicode: f0a5
|
unicode: f0a5
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Directional Icons
|
||||||
|
|
||||||
- name: hand-up
|
- name: hand-up
|
||||||
id: hand-up
|
id: hand-up
|
||||||
unicode: f0a6
|
unicode: f0a6
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Directional Icons
|
||||||
|
|
||||||
- name: hand-down
|
- name: hand-down
|
||||||
id: hand-down
|
id: hand-down
|
||||||
unicode: f0a7
|
unicode: f0a7
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Directional Icons
|
||||||
|
|
||||||
- name: circle-arrow-left
|
- name: circle-arrow-left
|
||||||
id: circle-arrow-left
|
id: circle-arrow-left
|
||||||
unicode: f0a8
|
unicode: f0a8
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Directional Icons
|
||||||
|
|
||||||
- name: circle-arrow-right
|
- name: circle-arrow-right
|
||||||
id: circle-arrow-right
|
id: circle-arrow-right
|
||||||
unicode: f0a9
|
unicode: f0a9
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Directional Icons
|
||||||
|
|
||||||
- name: circle-arrow-up
|
- name: circle-arrow-up
|
||||||
id: circle-arrow-up
|
id: circle-arrow-up
|
||||||
unicode: f0aa
|
unicode: f0aa
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Directional Icons
|
||||||
|
|
||||||
- name: circle-arrow-down
|
- name: circle-arrow-down
|
||||||
id: circle-arrow-down
|
id: circle-arrow-down
|
||||||
unicode: f0ab
|
unicode: f0ab
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Directional Icons
|
||||||
|
|
||||||
- name: globe
|
- name: globe
|
||||||
id: globe
|
id: globe
|
||||||
@ -1188,7 +1190,7 @@ icons:
|
|||||||
unicode: f0b2
|
unicode: f0b2
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Video Player Icons
|
||||||
|
|
||||||
|
|
||||||
- name: group
|
- name: group
|
||||||
@ -1203,7 +1205,7 @@ icons:
|
|||||||
unicode: f0c1
|
unicode: f0c1
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Text Editor Icons
|
||||||
|
|
||||||
- name: cloud
|
- name: cloud
|
||||||
id: cloud
|
id: cloud
|
||||||
@ -1224,35 +1226,35 @@ icons:
|
|||||||
unicode: f0c4
|
unicode: f0c4
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Text Editor Icons
|
||||||
|
|
||||||
- name: copy
|
- name: copy
|
||||||
id: copy
|
id: copy
|
||||||
unicode: f0c5
|
unicode: f0c5
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Text Editor Icons
|
||||||
|
|
||||||
- name: paper-clip
|
- name: paper-clip
|
||||||
id: paper-clip
|
id: paper-clip
|
||||||
unicode: f0c6
|
unicode: f0c6
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Text Editor Icons
|
||||||
|
|
||||||
- name: save
|
- name: save
|
||||||
id: save
|
id: save
|
||||||
unicode: f0c7
|
unicode: f0c7
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Text Editor Icons
|
||||||
|
|
||||||
- name: sign-blank
|
- name: sign-blank
|
||||||
id: sign-blank
|
id: sign-blank
|
||||||
unicode: f0c8
|
unicode: f0c8
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Social Icons
|
||||||
|
|
||||||
- name: reorder
|
- name: reorder
|
||||||
id: reorder
|
id: reorder
|
||||||
@ -1266,35 +1268,35 @@ icons:
|
|||||||
unicode: f0ca
|
unicode: f0ca
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Text Editor Icons
|
||||||
|
|
||||||
- name: list-ol
|
- name: list-ol
|
||||||
id: list-ol
|
id: list-ol
|
||||||
unicode: f0cb
|
unicode: f0cb
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Text Editor Icons
|
||||||
|
|
||||||
- name: strikethrough
|
- name: strikethrough
|
||||||
id: strikethrough
|
id: strikethrough
|
||||||
unicode: f0cc
|
unicode: f0cc
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Text Editor Icons
|
||||||
|
|
||||||
- name: underline
|
- name: underline
|
||||||
id: underline
|
id: underline
|
||||||
unicode: f0cd
|
unicode: f0cd
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Text Editor Icons
|
||||||
|
|
||||||
- name: table
|
- name: table
|
||||||
id: table
|
id: table
|
||||||
unicode: f0ce
|
unicode: f0ce
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Text Editor Icons
|
||||||
|
|
||||||
|
|
||||||
- name: magic
|
- name: magic
|
||||||
@ -1316,28 +1318,28 @@ icons:
|
|||||||
unicode: f0d2
|
unicode: f0d2
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Social Icons
|
||||||
|
|
||||||
- name: pinterest-sign
|
- name: pinterest-sign
|
||||||
id: pinterest-sign
|
id: pinterest-sign
|
||||||
unicode: f0d3
|
unicode: f0d3
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Social Icons
|
||||||
|
|
||||||
- name: google-plus-sign
|
- name: google-plus-sign
|
||||||
id: google-plus-sign
|
id: google-plus-sign
|
||||||
unicode: f0d4
|
unicode: f0d4
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Social Icons
|
||||||
|
|
||||||
- name: google-plus
|
- name: google-plus
|
||||||
id: google-plus
|
id: google-plus
|
||||||
unicode: f0d5
|
unicode: f0d5
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Social Icons
|
||||||
|
|
||||||
- name: money
|
- name: money
|
||||||
id: money
|
id: money
|
||||||
@ -1351,35 +1353,35 @@ icons:
|
|||||||
unicode: f0d7
|
unicode: f0d7
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Directional Icons
|
||||||
|
|
||||||
- name: caret-up
|
- name: caret-up
|
||||||
id: caret-up
|
id: caret-up
|
||||||
unicode: f0d8
|
unicode: f0d8
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Directional Icons
|
||||||
|
|
||||||
- name: caret-left
|
- name: caret-left
|
||||||
id: caret-left
|
id: caret-left
|
||||||
unicode: f0d9
|
unicode: f0d9
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Directional Icons
|
||||||
|
|
||||||
- name: caret-right
|
- name: caret-right
|
||||||
id: caret-right
|
id: caret-right
|
||||||
unicode: f0da
|
unicode: f0da
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Directional Icons
|
||||||
|
|
||||||
- name: columns
|
- name: columns
|
||||||
id: columns
|
id: columns
|
||||||
unicode: f0db
|
unicode: f0db
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Text Editor Icons
|
||||||
|
|
||||||
- name: sort
|
- name: sort
|
||||||
id: sort
|
id: sort
|
||||||
@ -1415,7 +1417,7 @@ icons:
|
|||||||
unicode: f0e1
|
unicode: f0e1
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Social Icons
|
||||||
|
|
||||||
|
|
||||||
- name: undo
|
- name: undo
|
||||||
@ -1425,7 +1427,7 @@ icons:
|
|||||||
aliases:
|
aliases:
|
||||||
- rotate-left
|
- rotate-left
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Text Editor Icons
|
||||||
|
|
||||||
- name: legal
|
- name: legal
|
||||||
id: legal
|
id: legal
|
||||||
@ -1481,7 +1483,7 @@ icons:
|
|||||||
unicode: f0ea
|
unicode: f0ea
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Text Editor Icons
|
||||||
|
|
||||||
- name: lightbulb
|
- name: lightbulb
|
||||||
id: lightbulb
|
id: lightbulb
|
||||||
@ -1517,14 +1519,14 @@ icons:
|
|||||||
unicode: f0f0
|
unicode: f0f0
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Medical Icons
|
||||||
|
|
||||||
- name: stethoscope
|
- name: stethoscope
|
||||||
id: stethoscope
|
id: stethoscope
|
||||||
unicode: f0f1
|
unicode: f0f1
|
||||||
created: 3.0.0
|
created: 3.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Medical Icons
|
||||||
|
|
||||||
- name: suitcase
|
- name: suitcase
|
||||||
id: suitcase
|
id: suitcase
|
||||||
@ -1559,7 +1561,7 @@ icons:
|
|||||||
unicode: f0f6
|
unicode: f0f6
|
||||||
created: 3.0.0
|
created: 3.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Text Editor Icons
|
||||||
|
|
||||||
- name: building
|
- name: building
|
||||||
id: building
|
id: building
|
||||||
@ -1573,21 +1575,21 @@ icons:
|
|||||||
unicode: f0f8
|
unicode: f0f8
|
||||||
created: 3.0.0
|
created: 3.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Medical Icons
|
||||||
|
|
||||||
- name: ambulance
|
- name: ambulance
|
||||||
id: ambulance
|
id: ambulance
|
||||||
unicode: f0f9
|
unicode: f0f9
|
||||||
created: 3.0.0
|
created: 3.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Medical Icons
|
||||||
|
|
||||||
- name: medkit
|
- name: medkit
|
||||||
id: medkit
|
id: medkit
|
||||||
unicode: f0fa
|
unicode: f0fa
|
||||||
created: 3.0.0
|
created: 3.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Medical Icons
|
||||||
|
|
||||||
- name: fighter-jet
|
- name: fighter-jet
|
||||||
id: fighter-jet
|
id: fighter-jet
|
||||||
@ -1608,14 +1610,14 @@ icons:
|
|||||||
unicode: f0fd
|
unicode: f0fd
|
||||||
created: 3.0.0
|
created: 3.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Medical Icons
|
||||||
|
|
||||||
- name: plus-sign-alt
|
- name: plus-sign-alt
|
||||||
id: plus-sign-alt
|
id: plus-sign-alt
|
||||||
unicode: f0fe
|
unicode: f0fe
|
||||||
created: 3.0.0
|
created: 3.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Medical Icons
|
||||||
|
|
||||||
|
|
||||||
- name: double-angle-left
|
- name: double-angle-left
|
||||||
@ -1623,56 +1625,56 @@ icons:
|
|||||||
unicode: f100
|
unicode: f100
|
||||||
created: 3.0.0
|
created: 3.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Directional Icons
|
||||||
|
|
||||||
- name: double-angle-right
|
- name: double-angle-right
|
||||||
id: double-angle-right
|
id: double-angle-right
|
||||||
unicode: f101
|
unicode: f101
|
||||||
created: 3.0.0
|
created: 3.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Directional Icons
|
||||||
|
|
||||||
- name: double-angle-up
|
- name: double-angle-up
|
||||||
id: double-angle-up
|
id: double-angle-up
|
||||||
unicode: f102
|
unicode: f102
|
||||||
created: 3.0.0
|
created: 3.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Directional Icons
|
||||||
|
|
||||||
- name: double-angle-down
|
- name: double-angle-down
|
||||||
id: double-angle-down
|
id: double-angle-down
|
||||||
unicode: f103
|
unicode: f103
|
||||||
created: 3.0.0
|
created: 3.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Directional Icons
|
||||||
|
|
||||||
- name: angle-left
|
- name: angle-left
|
||||||
id: angle-left
|
id: angle-left
|
||||||
unicode: f104
|
unicode: f104
|
||||||
created: 3.0.0
|
created: 3.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Directional Icons
|
||||||
|
|
||||||
- name: angle-right
|
- name: angle-right
|
||||||
id: angle-right
|
id: angle-right
|
||||||
unicode: f105
|
unicode: f105
|
||||||
created: 3.0.0
|
created: 3.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Directional Icons
|
||||||
|
|
||||||
- name: angle-up
|
- name: angle-up
|
||||||
id: angle-up
|
id: angle-up
|
||||||
unicode: f106
|
unicode: f106
|
||||||
created: 3.0.0
|
created: 3.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Directional Icons
|
||||||
|
|
||||||
- name: angle-down
|
- name: angle-down
|
||||||
id: angle-down
|
id: angle-down
|
||||||
unicode: f107
|
unicode: f107
|
||||||
created: 3.0.0
|
created: 3.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Directional Icons
|
||||||
|
|
||||||
- name: desktop
|
- name: desktop
|
||||||
id: desktop
|
id: desktop
|
||||||
@ -1707,6 +1709,7 @@ icons:
|
|||||||
unicode: f10c
|
unicode: f10c
|
||||||
created: 3.0.0
|
created: 3.0.0
|
||||||
categories:
|
categories:
|
||||||
|
- Directional Icons
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
|
|
||||||
- name: quote-left
|
- name: quote-left
|
||||||
@ -1736,6 +1739,7 @@ icons:
|
|||||||
unicode: f111
|
unicode: f111
|
||||||
created: 3.0.0
|
created: 3.0.0
|
||||||
categories:
|
categories:
|
||||||
|
- Directional Icons
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
|
|
||||||
- name: reply
|
- name: reply
|
||||||
@ -1752,7 +1756,7 @@ icons:
|
|||||||
unicode: f113
|
unicode: f113
|
||||||
created: 3.0.0
|
created: 3.0.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Social Icons
|
||||||
|
|
||||||
- name: folder-close-alt
|
- name: folder-close-alt
|
||||||
id: folder-close-alt
|
id: folder-close-alt
|
||||||
@ -1893,7 +1897,7 @@ icons:
|
|||||||
unicode: f127
|
unicode: f127
|
||||||
created: 3.1.0
|
created: 3.1.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Text Editor Icons
|
||||||
|
|
||||||
- name: question
|
- name: question
|
||||||
id: question
|
id: question
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
layout: base
|
|
||||||
title: Say Thanks
|
|
||||||
navbar_active: thanks
|
|
||||||
---
|
|
||||||
{% capture jumbotron_h1 %}<i class="icon-thumbs-up icon-large"></i> Say Thanks{% endcapture %}
|
|
||||||
{% capture jumbotron_p %}Like Font Awesome? Here's some ways to tell me thanks.{% endcapture %}
|
|
||||||
|
|
||||||
{% include jumbotron.html %}
|
|
||||||
{% include stripe-social.html %}
|
|
||||||
|
|
||||||
<div class="container">
|
|
||||||
{% include say-thanks.html %}
|
|
||||||
</div>
|
|
Loading…
Reference in New Issue
Block a user