2013-05-03 00:12:33 +00:00
|
|
|
---
|
|
|
|
layout: base
|
|
|
|
title: Font Awesome Icons
|
|
|
|
navbar_active: icons
|
|
|
|
---
|
|
|
|
{% capture jumbotron_h1 %}<i class="icon-flag icon-large"></i> The Icons{% endcapture %}
|
2013-05-07 17:45:09 +00:00
|
|
|
{% capture jumbotron_p %}The complete set of {{ site.font_awesome.icon_count }} icons in Font Awesome {{ site.font_awesome.version }}{% endcapture %}
|
2013-05-03 00:12:33 +00:00
|
|
|
|
|
|
|
{% include jumbotron.html %}
|
|
|
|
{% include stripe-social.html %}
|
|
|
|
|
|
|
|
<div class="container">
|
|
|
|
{% include icons/new.html %}
|
|
|
|
{% include icons/web-app.html %}
|
|
|
|
{% include icons/text-editor.html %}
|
|
|
|
{% include icons/directional.html %}
|
|
|
|
{% include icons/video-player.html %}
|
|
|
|
{% include icons/social.html %}
|
|
|
|
{% include icons/medical.html %}
|
|
|
|
</div>
|