2013-05-03 08:12:33 +08:00
---
layout: base
2013-05-10 10:50:17 +08:00
title_suffix: Font Awesome Icons
2013-05-09 11:15:29 +08:00
relative_path: ../../
2013-05-03 08:12:33 +08:00
---
2013-05-03 11:16:41 +08:00
< div class = "jumbotron jumbotron-icon" >
< div class = "container" >
< div class = "info-icons" >
2013-10-21 07:12:13 +08:00
< i class = "fa fa-{{ page.icon.id }} fa-6" > < / i >
2013-10-07 00:36:59 +08:00
< span class = "hide-xs" >
2013-10-21 07:12:13 +08:00
< i class = "fa fa-{{ page.icon.id }} fa-5" > < / i >
< span class = "hide-sm" > < i class = "fa fa-{{ page.icon.id }} fa-4" > < / i > < / span >
< i class = "fa fa-{{ page.icon.id }} fa-3" > < / i >
< i class = "fa fa-{{ page.icon.id }} fa-2" > < / i >
2013-06-07 01:48:43 +08:00
< / span >
2013-10-21 07:12:13 +08:00
< i class = "fa fa-{{ page.icon.id }} fa-1" > < / i >
2013-05-03 11:16:41 +08:00
< / div >
< h1 class = "info-class" >
2013-10-21 07:12:13 +08:00
fa-{{ page.icon.id }}
2013-05-03 11:16:41 +08:00
< small >
2013-10-21 07:12:13 +08:00
< i class = "fa fa-{{ page.icon.id }}" > < / i > ·
2013-05-17 21:35:23 +08:00
Unicode: < span class = "upper" > {{ page.icon.unicode }}< / span > ·
Created: v{{ page.icon.created }} ·
2013-05-03 11:16:41 +08:00
Categories:
2013-05-17 21:35:23 +08:00
{% for category in page.icon.categories %}
2013-05-03 11:16:41 +08:00
{{ category }}{% unless forloop.last %},{% endunless %}
{% endfor %}
2013-06-07 01:52:06 +08:00
{% assign icon_alias_count = page.icon.aliases | size %}
{% if icon_alias_count > 0 %}
2013-05-04 04:00:59 +08:00
· Aliases:
2013-05-17 21:35:23 +08:00
{% for alias in page.icon.aliases %}
2013-10-21 07:12:13 +08:00
fa-{{ alias }}{% unless forloop.last %},{% endunless %}
2013-05-03 11:16:41 +08:00
{% endfor %}
{% endif %}
< / small >
< / h1 >
< / div >
< / div >
2013-05-03 08:12:33 +08:00
< div class = "container" >
< section >
2013-10-06 03:40:57 +08:00
< div class = "row" >
2013-10-07 00:36:59 +08:00
< div class = "col-md-9 col-sm-9" >
2013-07-15 16:25:57 +08:00
< p > After you get < a href = "{{ page.relative_path }}get-started/" > up and running< / a > , you can place Font Awesome icons just about anywhere with the < code > < i> < / code > tag:< / p >
2013-05-03 11:16:41 +08:00
< div class = "well well-transparent" >
< div style = "font-size: 24px; line-height: 1.5em;" >
2013-10-21 07:12:13 +08:00
< i class = "fa fa-{{ page.icon.id }}" > < / i > fa-{{ page.icon.id }}
2013-05-03 11:16:41 +08:00
< / div >
< / div >
2013-05-24 01:14:14 +08:00
{% highlight html %}
2013-10-21 07:12:13 +08:00
< i class = "fa fa-{{ page.icon.id }}" > < / i > fa-{{ page.icon.id }}
2013-05-03 11:16:41 +08:00
{% endhighlight %}
< br >
2013-10-21 07:12:13 +08:00
< div class = "lead" > < i class = "fa fa-info-sign" > < / i > Looking for more? Check out the < a href = "{{ page.relative_path }}examples/" > examples< / a > .< / div >
2013-05-03 11:16:41 +08:00
< / div >
2013-10-07 00:36:59 +08:00
< div class = "col-md-3 col-sm-3" >
2013-05-03 11:16:41 +08:00
< div class = "info-ad" > {% include ads/carbon-light-vertical.html %}< / div >
< / div >
< / div >
2013-05-03 08:12:33 +08:00
< / section >
< / div >