@@ -426,6 +429,7 @@
+
diff --git a/assets/font-awesome-4.7.0.zip b/assets/font-awesome-4.7.0.zip
index 9ae5cb6b4..1765fc20e 100644
Binary files a/assets/font-awesome-4.7.0.zip and b/assets/font-awesome-4.7.0.zip differ
diff --git a/assets/js/site.js b/assets/js/site.js
index 4a3ab007a..90ab57a32 100644
--- a/assets/js/site.js
+++ b/assets/js/site.js
@@ -3,10 +3,10 @@ $(function () {
var ads = [
{
- quote: "September is your last chance to get FA Pro and
ALL KS rewards for just $40!",
+ quote: "September is your last chance to get FA Pro and
ALL KS rewards for $40.",
class: "fa5",
url: "https://fontawesome.com/?utm_source=font_awesome_homepage&utm_medium=display&utm_campaign=september_last_chance&utm_content=banner",
- btn_text: "Pre-order FA Pro!
",
+ btn_text: "Check out FA Pro!
",
},
];
@@ -34,6 +34,27 @@ $(function () {
// Yippee! We can use localStorage awesomeness
}
+ function timeLeft() {
+ var now, ksEndsAt, hoursLeft, minutesLeft, humanized;
+
+ try {
+ now = moment();
+ ksEndsAt = moment("2017-10-01 00:00:00-05");
+ hoursLeft = ksEndsAt.diff(now, "hours");
+ minutesLeft = ksEndsAt.diff(now, "minutes") - hoursLeft * 60;
+ } catch (e) {}
+
+ if (hoursLeft < 0 || minutesLeft < 0) {
+ return;
+ }
+
+ humanized = hoursLeft + " " + ((hoursLeft === 1) ? "hour" : "hours") + ", " + minutesLeft + " " + ((minutesLeft === 1) ? "minute" : "minutes");
+
+ $('#time-left-message').html('Just
' + humanized + ' left before the price goes up!');
+
+ setTimeout(timeLeft, 2000);
+ }
+
function storageAvailable(type) {
try {
var storage = window[type],
@@ -51,6 +72,8 @@ $(function () {
random_number = Math.floor(Math.random() * ads.length);
random_ad = ads[random_number];
+ timeLeft();
+
$('#banner').addClass(random_ad.class);
$('#rotating-message').html(random_ad.quote);
$('#rotating-url').attr("href", random_ad.url);
diff --git a/cdn/error/index.html b/cdn/error/index.html
index 459a96c1d..e0bce0c48 100644
--- a/cdn/error/index.html
+++ b/cdn/error/index.html
@@ -45,6 +45,9 @@
@@ -278,6 +281,7 @@
+
diff --git a/cdn/success/index.html b/cdn/success/index.html
index 5c6b214cf..cb7026631 100644
--- a/cdn/success/index.html
+++ b/cdn/success/index.html
@@ -45,6 +45,9 @@
@@ -279,6 +282,7 @@
+
diff --git a/cheatsheet/index.html b/cheatsheet/index.html
index 50d3c823b..bede38b20 100644
--- a/cheatsheet/index.html
+++ b/cheatsheet/index.html
@@ -45,6 +45,9 @@
@@ -6580,6 +6583,7 @@
+
diff --git a/community/index.html b/community/index.html
index 9179e3110..3e60eb04b 100644
--- a/community/index.html
+++ b/community/index.html
@@ -45,6 +45,9 @@
@@ -435,6 +438,7 @@
+
diff --git a/examples/index.html b/examples/index.html
index 840a86c9d..fabb7f357 100644
--- a/examples/index.html
+++ b/examples/index.html
@@ -45,6 +45,9 @@
@@ -852,6 +855,7 @@ fa-ban on fa-camera
+
diff --git a/get-started/index.html b/get-started/index.html
index 191912b81..b71eb42d5 100644
--- a/get-started/index.html
+++ b/get-started/index.html
@@ -45,6 +45,9 @@
@@ -546,6 +549,7 @@
+
diff --git a/icon/500px/index.html b/icon/500px/index.html
index d6ef0b7c5..346bbb384 100644
--- a/icon/500px/index.html
+++ b/icon/500px/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/address-book-o/index.html b/icon/address-book-o/index.html
index 9f74b2c71..e6884db94 100644
--- a/icon/address-book-o/index.html
+++ b/icon/address-book-o/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/address-book/index.html b/icon/address-book/index.html
index 56055f92d..a5fc64cd1 100644
--- a/icon/address-book/index.html
+++ b/icon/address-book/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/address-card-o/index.html b/icon/address-card-o/index.html
index 917ef7ba1..efef91dee 100644
--- a/icon/address-card-o/index.html
+++ b/icon/address-card-o/index.html
@@ -45,6 +45,9 @@
@@ -294,6 +297,7 @@
+
diff --git a/icon/address-card/index.html b/icon/address-card/index.html
index c4e7c78b6..acaf749e2 100644
--- a/icon/address-card/index.html
+++ b/icon/address-card/index.html
@@ -45,6 +45,9 @@
@@ -294,6 +297,7 @@
+
diff --git a/icon/adjust/index.html b/icon/adjust/index.html
index 1600cef5f..4549b4b7e 100644
--- a/icon/adjust/index.html
+++ b/icon/adjust/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/adn/index.html b/icon/adn/index.html
index 218182552..db290dbc8 100644
--- a/icon/adn/index.html
+++ b/icon/adn/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/align-center/index.html b/icon/align-center/index.html
index 67186256f..7fd30a1ab 100644
--- a/icon/align-center/index.html
+++ b/icon/align-center/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/align-justify/index.html b/icon/align-justify/index.html
index 839cc65a8..bc0b8a013 100644
--- a/icon/align-justify/index.html
+++ b/icon/align-justify/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/align-left/index.html b/icon/align-left/index.html
index 80a462940..12ba028ce 100644
--- a/icon/align-left/index.html
+++ b/icon/align-left/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/align-right/index.html b/icon/align-right/index.html
index dd3ec10d5..2a62872d6 100644
--- a/icon/align-right/index.html
+++ b/icon/align-right/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/amazon/index.html b/icon/amazon/index.html
index c633497e7..77af2a582 100644
--- a/icon/amazon/index.html
+++ b/icon/amazon/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/ambulance/index.html b/icon/ambulance/index.html
index 2d0ea71b4..0762fa8ef 100644
--- a/icon/ambulance/index.html
+++ b/icon/ambulance/index.html
@@ -45,6 +45,9 @@
@@ -291,6 +294,7 @@
+
diff --git a/icon/american-sign-language-interpreting/index.html b/icon/american-sign-language-interpreting/index.html
index 4d02a437f..9137b26c2 100644
--- a/icon/american-sign-language-interpreting/index.html
+++ b/icon/american-sign-language-interpreting/index.html
@@ -45,6 +45,9 @@
@@ -296,6 +299,7 @@
+
diff --git a/icon/anchor/index.html b/icon/anchor/index.html
index e186246ca..eef8b1320 100644
--- a/icon/anchor/index.html
+++ b/icon/anchor/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/android/index.html b/icon/android/index.html
index 559b896f0..cbfc11cdc 100644
--- a/icon/android/index.html
+++ b/icon/android/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/angellist/index.html b/icon/angellist/index.html
index 320d1ab76..a4cdb91e6 100644
--- a/icon/angellist/index.html
+++ b/icon/angellist/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/angle-double-down/index.html b/icon/angle-double-down/index.html
index b5a82985b..66fa0079c 100644
--- a/icon/angle-double-down/index.html
+++ b/icon/angle-double-down/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/angle-double-left/index.html b/icon/angle-double-left/index.html
index 75fa18f75..6b286f464 100644
--- a/icon/angle-double-left/index.html
+++ b/icon/angle-double-left/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/angle-double-right/index.html b/icon/angle-double-right/index.html
index 907efc21f..6f2475d00 100644
--- a/icon/angle-double-right/index.html
+++ b/icon/angle-double-right/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/angle-double-up/index.html b/icon/angle-double-up/index.html
index 196e24101..acde028a8 100644
--- a/icon/angle-double-up/index.html
+++ b/icon/angle-double-up/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/angle-down/index.html b/icon/angle-down/index.html
index 0885b650d..34f0598b8 100644
--- a/icon/angle-down/index.html
+++ b/icon/angle-down/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/angle-left/index.html b/icon/angle-left/index.html
index 765c118c5..ec862c202 100644
--- a/icon/angle-left/index.html
+++ b/icon/angle-left/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/angle-right/index.html b/icon/angle-right/index.html
index 9820a8b2d..551e6aec5 100644
--- a/icon/angle-right/index.html
+++ b/icon/angle-right/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/angle-up/index.html b/icon/angle-up/index.html
index 1758d4d5d..af8280e79 100644
--- a/icon/angle-up/index.html
+++ b/icon/angle-up/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/apple/index.html b/icon/apple/index.html
index b38dc094c..c9675ac2d 100644
--- a/icon/apple/index.html
+++ b/icon/apple/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/archive/index.html b/icon/archive/index.html
index e6c5a9730..8ddfab244 100644
--- a/icon/archive/index.html
+++ b/icon/archive/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/area-chart/index.html b/icon/area-chart/index.html
index 17c39cf93..8e77cc835 100644
--- a/icon/area-chart/index.html
+++ b/icon/area-chart/index.html
@@ -45,6 +45,9 @@
@@ -291,6 +294,7 @@
+
diff --git a/icon/arrow-circle-down/index.html b/icon/arrow-circle-down/index.html
index 903ac5800..9c6446447 100644
--- a/icon/arrow-circle-down/index.html
+++ b/icon/arrow-circle-down/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/arrow-circle-left/index.html b/icon/arrow-circle-left/index.html
index f01c5dc7a..eaded281b 100644
--- a/icon/arrow-circle-left/index.html
+++ b/icon/arrow-circle-left/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/arrow-circle-o-down/index.html b/icon/arrow-circle-o-down/index.html
index 2f5e854ed..53c3e86e0 100644
--- a/icon/arrow-circle-o-down/index.html
+++ b/icon/arrow-circle-o-down/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/arrow-circle-o-left/index.html b/icon/arrow-circle-o-left/index.html
index 921d433a4..bf5f4163b 100644
--- a/icon/arrow-circle-o-left/index.html
+++ b/icon/arrow-circle-o-left/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/arrow-circle-o-right/index.html b/icon/arrow-circle-o-right/index.html
index 790a4b73d..5b72d07c7 100644
--- a/icon/arrow-circle-o-right/index.html
+++ b/icon/arrow-circle-o-right/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/arrow-circle-o-up/index.html b/icon/arrow-circle-o-up/index.html
index a36fa7e09..4463f3af8 100644
--- a/icon/arrow-circle-o-up/index.html
+++ b/icon/arrow-circle-o-up/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/arrow-circle-right/index.html b/icon/arrow-circle-right/index.html
index d2a47fc21..50d59778b 100644
--- a/icon/arrow-circle-right/index.html
+++ b/icon/arrow-circle-right/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/arrow-circle-up/index.html b/icon/arrow-circle-up/index.html
index 20246dda5..09efe359a 100644
--- a/icon/arrow-circle-up/index.html
+++ b/icon/arrow-circle-up/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/arrow-down/index.html b/icon/arrow-down/index.html
index e24947a45..82b532081 100644
--- a/icon/arrow-down/index.html
+++ b/icon/arrow-down/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/arrow-left/index.html b/icon/arrow-left/index.html
index ec5fa4f00..2261a6dbf 100644
--- a/icon/arrow-left/index.html
+++ b/icon/arrow-left/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/arrow-right/index.html b/icon/arrow-right/index.html
index 8f95a99c9..44af894cb 100644
--- a/icon/arrow-right/index.html
+++ b/icon/arrow-right/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/arrow-up/index.html b/icon/arrow-up/index.html
index 3c8c2d2a8..cb419ec95 100644
--- a/icon/arrow-up/index.html
+++ b/icon/arrow-up/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/arrows-alt/index.html b/icon/arrows-alt/index.html
index 9acfd3e5e..816852e37 100644
--- a/icon/arrows-alt/index.html
+++ b/icon/arrows-alt/index.html
@@ -45,6 +45,9 @@
@@ -291,6 +294,7 @@
+
diff --git a/icon/arrows-h/index.html b/icon/arrows-h/index.html
index 2ff94ac1b..3c09e83d3 100644
--- a/icon/arrows-h/index.html
+++ b/icon/arrows-h/index.html
@@ -45,6 +45,9 @@
@@ -291,6 +294,7 @@
+
diff --git a/icon/arrows-v/index.html b/icon/arrows-v/index.html
index c9d3e6dd5..7524f74bc 100644
--- a/icon/arrows-v/index.html
+++ b/icon/arrows-v/index.html
@@ -45,6 +45,9 @@
@@ -291,6 +294,7 @@
+
diff --git a/icon/arrows/index.html b/icon/arrows/index.html
index 4436df1d5..d8b3ac27a 100644
--- a/icon/arrows/index.html
+++ b/icon/arrows/index.html
@@ -45,6 +45,9 @@
@@ -291,6 +294,7 @@
+
diff --git a/icon/assistive-listening-systems/index.html b/icon/assistive-listening-systems/index.html
index f4b5042ae..f369e7fbf 100644
--- a/icon/assistive-listening-systems/index.html
+++ b/icon/assistive-listening-systems/index.html
@@ -45,6 +45,9 @@
@@ -291,6 +294,7 @@
+
diff --git a/icon/asterisk/index.html b/icon/asterisk/index.html
index a3f6d2972..bd0cddfe2 100644
--- a/icon/asterisk/index.html
+++ b/icon/asterisk/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/at/index.html b/icon/at/index.html
index d7aa7d3e2..7b3218ff2 100644
--- a/icon/at/index.html
+++ b/icon/at/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/audio-description/index.html b/icon/audio-description/index.html
index 8c63134aa..ca0a424a4 100644
--- a/icon/audio-description/index.html
+++ b/icon/audio-description/index.html
@@ -45,6 +45,9 @@
@@ -291,6 +294,7 @@
+
diff --git a/icon/backward/index.html b/icon/backward/index.html
index e8c09e8a3..d26e06b03 100644
--- a/icon/backward/index.html
+++ b/icon/backward/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/balance-scale/index.html b/icon/balance-scale/index.html
index b83ea19e3..4b0381509 100644
--- a/icon/balance-scale/index.html
+++ b/icon/balance-scale/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/ban/index.html b/icon/ban/index.html
index c4f255cfe..3264fb206 100644
--- a/icon/ban/index.html
+++ b/icon/ban/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/bandcamp/index.html b/icon/bandcamp/index.html
index 43dc3dab6..346d954a3 100644
--- a/icon/bandcamp/index.html
+++ b/icon/bandcamp/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/bar-chart/index.html b/icon/bar-chart/index.html
index 3e0d9f00f..67e685805 100644
--- a/icon/bar-chart/index.html
+++ b/icon/bar-chart/index.html
@@ -45,6 +45,9 @@
@@ -296,6 +299,7 @@
+
diff --git a/icon/barcode/index.html b/icon/barcode/index.html
index bcc74c059..2a0b9f9e8 100644
--- a/icon/barcode/index.html
+++ b/icon/barcode/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/bars/index.html b/icon/bars/index.html
index 7b2a1227c..d0f74a258 100644
--- a/icon/bars/index.html
+++ b/icon/bars/index.html
@@ -45,6 +45,9 @@
@@ -296,6 +299,7 @@
+
diff --git a/icon/bath/index.html b/icon/bath/index.html
index 829d8c720..07206805a 100644
--- a/icon/bath/index.html
+++ b/icon/bath/index.html
@@ -45,6 +45,9 @@
@@ -296,6 +299,7 @@
+
diff --git a/icon/battery-empty/index.html b/icon/battery-empty/index.html
index bb34dc43d..5560d74c1 100644
--- a/icon/battery-empty/index.html
+++ b/icon/battery-empty/index.html
@@ -45,6 +45,9 @@
@@ -294,6 +297,7 @@
+
diff --git a/icon/battery-full/index.html b/icon/battery-full/index.html
index 83c34f70e..d62885a9c 100644
--- a/icon/battery-full/index.html
+++ b/icon/battery-full/index.html
@@ -45,6 +45,9 @@
@@ -296,6 +299,7 @@
+
diff --git a/icon/battery-half/index.html b/icon/battery-half/index.html
index 6bfc31f62..3a46aeed8 100644
--- a/icon/battery-half/index.html
+++ b/icon/battery-half/index.html
@@ -45,6 +45,9 @@
@@ -294,6 +297,7 @@
+
diff --git a/icon/battery-quarter/index.html b/icon/battery-quarter/index.html
index f85e8ca68..26c8c219d 100644
--- a/icon/battery-quarter/index.html
+++ b/icon/battery-quarter/index.html
@@ -45,6 +45,9 @@
@@ -294,6 +297,7 @@
+
diff --git a/icon/battery-three-quarters/index.html b/icon/battery-three-quarters/index.html
index 489ce0ad2..c047fee2d 100644
--- a/icon/battery-three-quarters/index.html
+++ b/icon/battery-three-quarters/index.html
@@ -45,6 +45,9 @@
@@ -294,6 +297,7 @@
+
diff --git a/icon/bed/index.html b/icon/bed/index.html
index 6abd6454c..f18ef1454 100644
--- a/icon/bed/index.html
+++ b/icon/bed/index.html
@@ -45,6 +45,9 @@
@@ -294,6 +297,7 @@
+
diff --git a/icon/beer/index.html b/icon/beer/index.html
index b08523f4a..4e04594a6 100644
--- a/icon/beer/index.html
+++ b/icon/beer/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/behance-square/index.html b/icon/behance-square/index.html
index fe8489186..663831e7a 100644
--- a/icon/behance-square/index.html
+++ b/icon/behance-square/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/behance/index.html b/icon/behance/index.html
index da43d2952..1ce800c9c 100644
--- a/icon/behance/index.html
+++ b/icon/behance/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/bell-o/index.html b/icon/bell-o/index.html
index 0e965c995..8e2ddd2e6 100644
--- a/icon/bell-o/index.html
+++ b/icon/bell-o/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/bell-slash-o/index.html b/icon/bell-slash-o/index.html
index 04d781e89..72716d7ee 100644
--- a/icon/bell-slash-o/index.html
+++ b/icon/bell-slash-o/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/bell-slash/index.html b/icon/bell-slash/index.html
index c478baf37..190f0e584 100644
--- a/icon/bell-slash/index.html
+++ b/icon/bell-slash/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/bell/index.html b/icon/bell/index.html
index 7f54c8495..5495f8d66 100644
--- a/icon/bell/index.html
+++ b/icon/bell/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/bicycle/index.html b/icon/bicycle/index.html
index f5ea7d83c..b278065d7 100644
--- a/icon/bicycle/index.html
+++ b/icon/bicycle/index.html
@@ -45,6 +45,9 @@
@@ -291,6 +294,7 @@
+
diff --git a/icon/binoculars/index.html b/icon/binoculars/index.html
index 1283ef2c5..fc74fb692 100644
--- a/icon/binoculars/index.html
+++ b/icon/binoculars/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/birthday-cake/index.html b/icon/birthday-cake/index.html
index 072010e10..5570e0f71 100644
--- a/icon/birthday-cake/index.html
+++ b/icon/birthday-cake/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/bitbucket-square/index.html b/icon/bitbucket-square/index.html
index 472914b8f..d7b4d8cc3 100644
--- a/icon/bitbucket-square/index.html
+++ b/icon/bitbucket-square/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/bitbucket/index.html b/icon/bitbucket/index.html
index 351bc07d4..a99e6450c 100644
--- a/icon/bitbucket/index.html
+++ b/icon/bitbucket/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/black-tie/index.html b/icon/black-tie/index.html
index 0269116e6..e5e89f84d 100644
--- a/icon/black-tie/index.html
+++ b/icon/black-tie/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/blind/index.html b/icon/blind/index.html
index 10fac272a..6e5a8f52e 100644
--- a/icon/blind/index.html
+++ b/icon/blind/index.html
@@ -45,6 +45,9 @@
@@ -291,6 +294,7 @@
+
diff --git a/icon/bluetooth-b/index.html b/icon/bluetooth-b/index.html
index b903bcb32..e33e099e7 100644
--- a/icon/bluetooth-b/index.html
+++ b/icon/bluetooth-b/index.html
@@ -45,6 +45,9 @@
@@ -291,6 +294,7 @@
+
diff --git a/icon/bluetooth/index.html b/icon/bluetooth/index.html
index 4360e3302..2402e801d 100644
--- a/icon/bluetooth/index.html
+++ b/icon/bluetooth/index.html
@@ -45,6 +45,9 @@
@@ -291,6 +294,7 @@
+
diff --git a/icon/bold/index.html b/icon/bold/index.html
index 91cea4caf..7ccccc131 100644
--- a/icon/bold/index.html
+++ b/icon/bold/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/bolt/index.html b/icon/bolt/index.html
index a89ebbb85..a86141d6e 100644
--- a/icon/bolt/index.html
+++ b/icon/bolt/index.html
@@ -45,6 +45,9 @@
@@ -294,6 +297,7 @@
+
diff --git a/icon/bomb/index.html b/icon/bomb/index.html
index c70f9a06b..6f21348d8 100644
--- a/icon/bomb/index.html
+++ b/icon/bomb/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/book/index.html b/icon/book/index.html
index 7c6371f50..ee9685438 100644
--- a/icon/book/index.html
+++ b/icon/book/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/bookmark-o/index.html b/icon/bookmark-o/index.html
index a44e5d531..94563fce8 100644
--- a/icon/bookmark-o/index.html
+++ b/icon/bookmark-o/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/bookmark/index.html b/icon/bookmark/index.html
index f5d12a916..9863ebd14 100644
--- a/icon/bookmark/index.html
+++ b/icon/bookmark/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/braille/index.html b/icon/braille/index.html
index 27554dd1f..0971cb4a6 100644
--- a/icon/braille/index.html
+++ b/icon/braille/index.html
@@ -45,6 +45,9 @@
@@ -291,6 +294,7 @@
+
diff --git a/icon/briefcase/index.html b/icon/briefcase/index.html
index 40e8273b3..07fe009cb 100644
--- a/icon/briefcase/index.html
+++ b/icon/briefcase/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/btc/index.html b/icon/btc/index.html
index 411068976..a549617f5 100644
--- a/icon/btc/index.html
+++ b/icon/btc/index.html
@@ -45,6 +45,9 @@
@@ -296,6 +299,7 @@
+
diff --git a/icon/bug/index.html b/icon/bug/index.html
index 8f34bef46..4ad9ebb90 100644
--- a/icon/bug/index.html
+++ b/icon/bug/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/building-o/index.html b/icon/building-o/index.html
index 59c796e5d..89e3e44c2 100644
--- a/icon/building-o/index.html
+++ b/icon/building-o/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/building/index.html b/icon/building/index.html
index c37b73614..eba6c2686 100644
--- a/icon/building/index.html
+++ b/icon/building/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/bullhorn/index.html b/icon/bullhorn/index.html
index 23c3f17c8..9a2fccc6f 100644
--- a/icon/bullhorn/index.html
+++ b/icon/bullhorn/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/bullseye/index.html b/icon/bullseye/index.html
index a5cb0a80c..f832d2b07 100644
--- a/icon/bullseye/index.html
+++ b/icon/bullseye/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/bus/index.html b/icon/bus/index.html
index cd6579137..511e08daf 100644
--- a/icon/bus/index.html
+++ b/icon/bus/index.html
@@ -45,6 +45,9 @@
@@ -291,6 +294,7 @@
+
diff --git a/icon/buysellads/index.html b/icon/buysellads/index.html
index ec3248817..8104f6f34 100644
--- a/icon/buysellads/index.html
+++ b/icon/buysellads/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/calculator/index.html b/icon/calculator/index.html
index 79fc27c79..c94a75740 100644
--- a/icon/calculator/index.html
+++ b/icon/calculator/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/calendar-check-o/index.html b/icon/calendar-check-o/index.html
index 763092718..f581ff59d 100644
--- a/icon/calendar-check-o/index.html
+++ b/icon/calendar-check-o/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/calendar-minus-o/index.html b/icon/calendar-minus-o/index.html
index 075e5a6ca..ad87e2bd4 100644
--- a/icon/calendar-minus-o/index.html
+++ b/icon/calendar-minus-o/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/calendar-o/index.html b/icon/calendar-o/index.html
index 22e82865b..f577e7e6f 100644
--- a/icon/calendar-o/index.html
+++ b/icon/calendar-o/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/calendar-plus-o/index.html b/icon/calendar-plus-o/index.html
index bdcceeb5c..397bd96f9 100644
--- a/icon/calendar-plus-o/index.html
+++ b/icon/calendar-plus-o/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/calendar-times-o/index.html b/icon/calendar-times-o/index.html
index fc0ef6aec..17a35c4ca 100644
--- a/icon/calendar-times-o/index.html
+++ b/icon/calendar-times-o/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/calendar/index.html b/icon/calendar/index.html
index 5b9fa941f..04c5fdb56 100644
--- a/icon/calendar/index.html
+++ b/icon/calendar/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/camera-retro/index.html b/icon/camera-retro/index.html
index 72484353f..d91b08bfb 100644
--- a/icon/camera-retro/index.html
+++ b/icon/camera-retro/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/camera/index.html b/icon/camera/index.html
index 6ec5a767b..ab25bde4f 100644
--- a/icon/camera/index.html
+++ b/icon/camera/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/car/index.html b/icon/car/index.html
index 2c10dc65f..97b9a8295 100644
--- a/icon/car/index.html
+++ b/icon/car/index.html
@@ -45,6 +45,9 @@
@@ -296,6 +299,7 @@
+
diff --git a/icon/caret-down/index.html b/icon/caret-down/index.html
index 31d6d78e7..8d1809d92 100644
--- a/icon/caret-down/index.html
+++ b/icon/caret-down/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/caret-left/index.html b/icon/caret-left/index.html
index c5ce080b0..5c6fe34ef 100644
--- a/icon/caret-left/index.html
+++ b/icon/caret-left/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/caret-right/index.html b/icon/caret-right/index.html
index 706199b4c..ed9f983eb 100644
--- a/icon/caret-right/index.html
+++ b/icon/caret-right/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/caret-square-o-down/index.html b/icon/caret-square-o-down/index.html
index 854d4c4d1..7bab99720 100644
--- a/icon/caret-square-o-down/index.html
+++ b/icon/caret-square-o-down/index.html
@@ -45,6 +45,9 @@
@@ -296,6 +299,7 @@
+
diff --git a/icon/caret-square-o-left/index.html b/icon/caret-square-o-left/index.html
index e7c2a228b..8f80a9f98 100644
--- a/icon/caret-square-o-left/index.html
+++ b/icon/caret-square-o-left/index.html
@@ -45,6 +45,9 @@
@@ -296,6 +299,7 @@
+
diff --git a/icon/caret-square-o-right/index.html b/icon/caret-square-o-right/index.html
index c8707bb26..86d0f3cc5 100644
--- a/icon/caret-square-o-right/index.html
+++ b/icon/caret-square-o-right/index.html
@@ -45,6 +45,9 @@
@@ -296,6 +299,7 @@
+
diff --git a/icon/caret-square-o-up/index.html b/icon/caret-square-o-up/index.html
index 935e314aa..5e0bfeeb6 100644
--- a/icon/caret-square-o-up/index.html
+++ b/icon/caret-square-o-up/index.html
@@ -45,6 +45,9 @@
@@ -296,6 +299,7 @@
+
diff --git a/icon/caret-up/index.html b/icon/caret-up/index.html
index 789fdf73c..519f33fa9 100644
--- a/icon/caret-up/index.html
+++ b/icon/caret-up/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/cart-arrow-down/index.html b/icon/cart-arrow-down/index.html
index b789e30fd..4ae5602fa 100644
--- a/icon/cart-arrow-down/index.html
+++ b/icon/cart-arrow-down/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/cart-plus/index.html b/icon/cart-plus/index.html
index 00b3e7475..649837632 100644
--- a/icon/cart-plus/index.html
+++ b/icon/cart-plus/index.html
@@ -45,6 +45,9 @@
@@ -289,6 +292,7 @@
+
diff --git a/icon/cc-amex/index.html b/icon/cc-amex/index.html
index 4a3720ba1..a596015c1 100644
--- a/icon/cc-amex/index.html
+++ b/icon/cc-amex/index.html
@@ -45,6 +45,9 @@
@@ -291,6 +294,7 @@
+
diff --git a/icon/cc-diners-club/index.html b/icon/cc-diners-club/index.html
index a9799dc27..fa74053f3 100644
--- a/icon/cc-diners-club/index.html
+++ b/icon/cc-diners-club/index.html
@@ -45,6 +45,9 @@
@@ -291,6 +294,7 @@
+
diff --git a/icon/cc-discover/index.html b/icon/cc-discover/index.html
index b8a13b286..b3f7e176f 100644
--- a/icon/cc-discover/index.html
+++ b/icon/cc-discover/index.html
@@ -45,6 +45,9 @@
@@ -291,6 +294,7 @@
+
diff --git a/icon/cc-jcb/index.html b/icon/cc-jcb/index.html
index 908158297..67d8859f4 100644
--- a/icon/cc-jcb/index.html
+++ b/icon/cc-jcb/index.html
@@ -45,6 +45,9 @@
@@ -291,6 +294,7 @@
+
diff --git a/icon/cc-mastercard/index.html b/icon/cc-mastercard/index.html
index 4b7616ba9..07cefb3c7 100644
--- a/icon/cc-mastercard/index.html
+++ b/icon/cc-mastercard/index.html
@@ -45,6 +45,9 @@
@@ -291,6 +294,7 @@
+
diff --git a/icon/cc-paypal/index.html b/icon/cc-paypal/index.html
index 4ca31c9a6..bb03b18b7 100644
--- a/icon/cc-paypal/index.html
+++ b/icon/cc-paypal/index.html
@@ -45,6 +45,9 @@