2013-05-03 00:12:33 +00:00
|
|
|
---
|
|
|
|
layout: base
|
|
|
|
title: Font Awesome Icons
|
|
|
|
navbar_active: icons
|
2013-05-09 03:15:29 +00:00
|
|
|
relative_path: ../
|
2013-05-03 00:12:33 +00:00
|
|
|
---
|
|
|
|
{% capture jumbotron_h1 %}<i class="icon-flag icon-large"></i> The Icons{% endcapture %}
|
2013-05-19 03:05:18 +00:00
|
|
|
{% capture jumbotron_p %}The complete set of {{ icons | size }} 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">
|
2013-05-09 19:52:20 +00:00
|
|
|
{% include icons.html %}
|
2013-05-03 00:12:33 +00:00
|
|
|
</div>
|