2013-05-03 08:12:33 +08:00
|
|
|
---
|
|
|
|
layout: base
|
|
|
|
title: Font Awesome Examples
|
|
|
|
navbar_active: examples
|
2013-05-09 11:15:29 +08:00
|
|
|
relative_path: ../
|
2013-05-03 08:12:33 +08:00
|
|
|
---
|
2016-04-01 21:45:15 +08:00
|
|
|
{% capture jumbotron_h1 %}<i class="fa fa-magic" aria-hidden="true"></i> Examples{% endcapture %}
|
2013-05-03 11:16:41 +08:00
|
|
|
{% capture jumbotron_p %}Lots of easy ways to use Font Awesome{% endcapture %}
|
2013-05-03 08:12:33 +08:00
|
|
|
|
|
|
|
{% include jumbotron.html %}
|
|
|
|
{% include stripe-social.html %}
|
|
|
|
|
|
|
|
<div class="container">
|
2013-10-20 03:20:03 +08:00
|
|
|
{% capture stripe_ad_content %}
|
|
|
|
<p class="lead">
|
|
|
|
After you <a href="{{ page.relative_path }}get-started/">get up and running</a>, you can place Font Awesome icons just about
|
|
|
|
anywhere with the <code><i></code> tag.
|
2013-10-23 10:03:40 +08:00
|
|
|
Some examples appreciatively re-used from the <a href="{{ site.bootstrap.url }}">Bootstrap documentation</a>.
|
2013-10-20 03:20:03 +08:00
|
|
|
</p>
|
|
|
|
{% endcapture %}
|
|
|
|
{% include stripe-ad.html %}
|
|
|
|
|
2014-05-14 13:09:29 +08:00
|
|
|
{% include examples/basic.html %}
|
2013-10-23 07:05:37 +08:00
|
|
|
{% include examples/larger.html %}
|
2013-10-22 23:11:34 +08:00
|
|
|
{% include examples/fixed-width.html %}
|
2013-10-23 03:55:08 +08:00
|
|
|
{% include examples/list.html %}
|
2013-10-20 03:20:03 +08:00
|
|
|
{% include examples/bordered-pulled.html %}
|
2015-01-22 23:48:08 +08:00
|
|
|
{% include examples/animated.html %}
|
2016-04-01 21:45:15 +08:00
|
|
|
{% include examples/accessible.html %}
|
2013-10-20 03:20:03 +08:00
|
|
|
{% include examples/rotated-flipped.html %}
|
|
|
|
{% include examples/stacked.html %}
|
2013-10-21 08:03:57 +08:00
|
|
|
{% include examples/bootstrap.html %}
|
2013-10-20 03:20:03 +08:00
|
|
|
{% include examples/custom.html %}
|
2013-05-03 08:12:33 +08:00
|
|
|
</div>
|