Many examples re-used from the Twitter Bootstrap documentation.
+
diff --git a/build/_includes/roadmap.html b/build/_includes/roadmap.html
index 30eb77720..b066f5f08 100644
--- a/build/_includes/roadmap.html
+++ b/build/_includes/roadmap.html
@@ -1,5 +1,4 @@
-
Here's the plan for future updates.
- Easier sub-setting with icon packs.
diff --git a/build/_layouts/icon.html b/build/_layouts/icon.html
index 9955f202f..d1dc0b9ff 100755
--- a/build/_layouts/icon.html
+++ b/build/_layouts/icon.html
@@ -2,38 +2,107 @@
layout: base
title_prefix: Font Awesome Icons
---
+
+
+
+
+
+
+
+
+
+
+
+ icon-{{ page.icon['id'] }}
+
+ ·
+ Unicode: {{ page.icon['unicode'] }} ·
+ Created: v{{ page.icon['created'] }} ·
+ Categories:
+ {% for category in page.icon['categories'] %}
+ {{ category }}{% unless forloop.last %},{% endunless %}
+ {% endfor %}
+ {% if page.icon['aliases'] %}
+ Aliases:
+ {% for alias in page.icon['aliases'] %}
+ {{ alias }}{% unless forloop.last %},{% endunless %}
+ {% endfor %}
+ {% endif %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- - Icon
-
-
- - Icon Class
- - icon-{{ page.icon['id'] }}
-
- - Unicode
- - {{ page.icon['unicode'] }}
-
- - Created
- - v{{ page.icon['created'] }}
-
- {% if page.icon['categories'] %}
- - Categories
- -
- {% for category in page.icon['categories'] %}
- {{ category }}
- {% endfor %}
-
- {% endif %}
-
- {% if page.icon['aliases'] %}
- - Aliases
- -
- {% for alias in page.icon['aliases'] %}
- {{ alias }}
- {% endfor %}
-
- {% endif %}
-
+
+
+
After you get up and running, you can place Font Awesome icons just about anywhere with the <i>
tag:
+
+
+ icon-{{ page.icon['id'] }}
+
+
+{% highlight html %}
+
icon-{{ page.icon['id'] }}
+{% endhighlight %}
+
+
Looking for more? Check out the
examples.
+
+
+
{% include ads/carbon-light-vertical.html %}
+
+
diff --git a/build/assets/css/font-awesome.css b/build/assets/css/font-awesome.css
index 71550e3df..cccfae44a 100644
--- a/build/assets/css/font-awesome.css
+++ b/build/assets/css/font-awesome.css
@@ -178,6 +178,15 @@ ul.icons li [class*=" icon-"] {
-moz-border-radius: 6px;
border-radius: 6px;
}
+.icon-5x {
+ font-size: 5em;
+}
+.icon-5x.icon-border {
+ border-width: 5px;
+ -webkit-border-radius: 7px;
+ -moz-border-radius: 7px;
+ border-radius: 7px;
+}
.pull-right {
float: right;
}
@@ -1134,3 +1143,6 @@ ul.icons li [class*=" icon-"] {
.icon-rocket:before {
content: "\f135";
}
+.icon-maxcdn:before {
+ content: "\f136";
+}
diff --git a/build/assets/css/site.css b/build/assets/css/site.css
index 6fa709bc7..1b9471f51 100644
--- a/build/assets/css/site.css
+++ b/build/assets/css/site.css
@@ -5266,14 +5266,14 @@ body {
min-width: 990px;
}
.wrapper {
- margin: 0 auto -191px;
+ margin: 0 auto -211px;
}
.push {
- height: 191px;
+ height: 211px;
}
.footer {
margin-top: 40px;
- height: 90px;
+ height: 110px;
padding: 30px 0 30px;
}
.navbar .brand {
@@ -5285,6 +5285,9 @@ body {
.navbar .nav > li > a {
padding: 12px 10px 9px;
}
+.navbar .nav.pull-right {
+ margin-right: -10px;
+}
h1,
h2,
h3,
@@ -5368,6 +5371,9 @@ h6 {
color: #ce938e;
text-shadow: none;
}
+.jumbotron .carbonad {
+ text-shadow: none;
+}
.jumbotron-ad {
padding: 20px 0;
}
@@ -5377,6 +5383,65 @@ h6 {
.jumbotron-ad p {
margin-bottom: 35px;
}
+.jumbotron-icon {
+ padding: 20px 0 30px;
+ background-color: #eeeeee;
+ color: #222222;
+ text-shadow: 1px 1px 1px #ffffff;
+ border-bottom: solid 1px #c4c4c4;
+}
+.jumbotron-icon h1 {
+ color: #222222;
+ font-size: 40px;
+}
+.jumbotron-icon h1 small {
+ letter-spacing: normal;
+ font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
+ font-size: 14px;
+ margin-left: 20px;
+}
+.jumbotron-icon .info-details {
+ float: left;
+}
+.jumbotron-icon .info-details p {
+ margin: 25px 0;
+ font-weight: bold;
+}
+.jumbotron-icon .info-details .dl-horizontal dt {
+ width: 80px;
+}
+.jumbotron-icon .info-details .dl-horizontal dd {
+ margin-left: 95px;
+}
+.jumbotron-icon .icon-2 {
+ font-size: 2em;
+}
+.jumbotron-icon .icon-3 {
+ font-size: 4em;
+}
+.jumbotron-icon .icon-4 {
+ font-size: 7em;
+}
+.jumbotron-icon .icon-5 {
+ font-size: 12em;
+}
+.jumbotron-icon .icon-6 {
+ font-size: 20em;
+}
+.jumbotron-icon .icon-1,
+.jumbotron-icon .icon-2,
+.jumbotron-icon .icon-3,
+.jumbotron-icon .icon-4,
+.jumbotron-icon .icon-5,
+.jumbotron-icon .icon-6 {
+ margin-right: 0.07142857142857142em;
+}
+.info-ad {
+ float: right;
+ width: 154px;
+ height: 219px;
+ margin-left: 15px;
+}
.btn-github {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
diff --git a/build/assets/font/FontAwesome.otf b/build/assets/font/FontAwesome.otf
index 534d05557..4673fe60e 100644
Binary files a/build/assets/font/FontAwesome.otf and b/build/assets/font/FontAwesome.otf differ
diff --git a/build/assets/js/index/index.js b/build/assets/js/index/index.js
index e964a5fee..458021d80 100644
--- a/build/assets/js/index/index.js
+++ b/build/assets/js/index/index.js
@@ -5,6 +5,7 @@ $(function() {
});
// make code pretty
+ $('pre').addClass('prettyprint');
window.prettyPrint && prettyPrint();
// inject twitter & github counts
diff --git a/build/assets/less/font-awesome.less b/build/assets/less/font-awesome.less
index 95d421304..3acb53ed7 100644
--- a/build/assets/less/font-awesome.less
+++ b/build/assets/less/font-awesome.less
@@ -181,6 +181,15 @@ ul.icons {
}
}
+.icon-5x {
+ font-size: 5em;
+ &.icon-border {
+ border-width: 5px;
+ .border-radius(7px);
+ }
+}
+
+
// Floats
// -------------------------
@@ -572,3 +581,4 @@ ul.icons {
.icon-calendar-empty:before { content: "\f133"; }
.icon-fire-extinguisher:before { content: "\f134"; }
.icon-rocket:before { content: "\f135"; }
+.icon-maxcdn:before { content: "\f136"; }
diff --git a/build/assets/less/site.less b/build/assets/less/site.less
index 6372ac2c0..457d40b58 100644
--- a/build/assets/less/site.less
+++ b/build/assets/less/site.less
@@ -13,6 +13,8 @@
.navbar .nav > li > a { padding: 12px 10px 9px; }
+.navbar .nav.pull-right { margin-right: -10px; }
+
h1, h2, h3, h4, h5, h6 { font-family: @serifFontFamily; }
#iconCarousel {
@@ -113,6 +115,7 @@ h1, h2, h3, h4, h5, h6 { font-family: @serifFontFamily; }
color: mix(@white, @red, 50%);
text-shadow: none;
}
+ .carbonad { text-shadow: none; }
}
.jumbotron-ad {
@@ -121,6 +124,59 @@ h1, h2, h3, h4, h5, h6 { font-family: @serifFontFamily; }
p { margin-bottom: 35px; }
}
+.jumbotron-icon {
+ padding: 20px 0 30px;
+ background-color: @grayLighter;
+ color: @grayDarker;
+ text-shadow: 1px 1px 1px @white;
+ border-bottom: solid 1px mix(@grayLight, @grayLighter, 50%);
+
+ h1 {
+ color: @grayDarker;
+ font-size: 40px;
+// margin: 25px 0 20px;
+ small {
+ letter-spacing: normal;
+ font-family: @sansFontFamily;
+ font-size: @baseFontSize;
+ margin-left: 20px;
+ }
+ }
+
+ .info-icons {
+// margin-top: 10px;
+// text-align: center;
+ }
+ .info-class {
+
+ }
+ .info-details {
+ float: left;
+ p {
+ margin: 25px 0;
+ font-weight: bold;
+ }
+ .dl-horizontal {
+ dt { width: @horizontalComponentOffset - 100; }
+ dd { margin-left: @horizontalComponentOffset - 85; }
+ }
+ }
+ .icon-2 { font-size: 2em; }
+ .icon-3 { font-size: 4em; }
+ .icon-4 { font-size: 7em; }
+ .icon-5 { font-size: 12em; }
+ .icon-6 { font-size: 20em; }
+
+ .icon-1, .icon-2, .icon-3, .icon-4, .icon-5, .icon-6 { margin-right: 1/14em; }
+}
+
+.info-ad {
+ float: right;
+ width: 154px;
+ height: 219px;
+ margin-left: 15px;
+}
+
.btn-github {
.buttonBackground(@white, mix(@grayLighter, @grayLight, 50%));
}
diff --git a/build/assets/less/sticky-footer.less b/build/assets/less/sticky-footer.less
index 794572454..3b04b360b 100755
--- a/build/assets/less/sticky-footer.less
+++ b/build/assets/less/sticky-footer.less
@@ -24,4 +24,4 @@ html, body {
// }
}
-.sticky-footer(90px, 30px, 30px, 40px); // sets default values for sticky footer
\ No newline at end of file
+.sticky-footer(110px, 30px, 30px, 40px); // sets default values for sticky footer
\ No newline at end of file
diff --git a/build/examples/index.html b/build/examples/index.html
index 457dd7808..4b8ada5c0 100644
--- a/build/examples/index.html
+++ b/build/examples/index.html
@@ -4,7 +4,7 @@ title: Font Awesome Examples
navbar_active: examples
---
{% capture jumbotron_h1 %} Examples{% endcapture %}
-{% capture jumbotron_p %}Some great examples of easy ways to use Font Awesome{% endcapture %}
+{% capture jumbotron_p %}Lots of easy ways to use Font Awesome{% endcapture %}
{% include jumbotron.html %}
{% include stripe-social.html %}
diff --git a/build/icons.yml b/build/icons.yml
index cecaa2584..d7869b414 100755
--- a/build/icons.yml
+++ b/build/icons.yml
@@ -1986,3 +1986,10 @@ icons:
created: 3.1.0
categories:
- Web Application Icons
+
+ - name: MaxCDN
+ id: maxcdn
+ unicode: f136
+ created: 3.1.0
+ categories:
+ - Web Application Icons