2013-05-03 08:12:33 +08:00
|
|
|
---
|
|
|
|
layout: base
|
|
|
|
title: Font Awesome Icons
|
|
|
|
navbar_active: icons
|
2013-05-09 11:15:29 +08:00
|
|
|
relative_path: ../
|
2013-05-03 08:12:33 +08:00
|
|
|
---
|
|
|
|
{% capture jumbotron_h1 %}<i class="icon-flag icon-large"></i> The Icons{% endcapture %}
|
2013-05-24 04:22:45 +08:00
|
|
|
{% capture jumbotron_p %}The complete set of {{ icons | size }} icons in Font Awesome {{ site.fontawesome.version }}{% endcapture %}
|
2013-05-03 08:12:33 +08:00
|
|
|
|
|
|
|
{% include jumbotron.html %}
|
|
|
|
{% include stripe-social.html %}
|
|
|
|
|
|
|
|
<div class="container">
|
2013-05-10 03:52:20 +08:00
|
|
|
{% include icons.html %}
|
2013-05-03 08:12:33 +08:00
|
|
|
</div>
|