diff --git a/.DS_Store b/.DS_Store
deleted file mode 100644
index e905dddc4..000000000
Binary files a/.DS_Store and /dev/null differ
diff --git a/3.2.1/community/index.html b/3.2.1/community/index.html
index 300dd3015..14f7088cf 100644
--- a/3.2.1/community/index.html
+++ b/3.2.1/community/index.html
@@ -256,7 +256,7 @@
Found a way to solve a bug in Font Awesome? Want to contribute new features? Here are a few things to remember:
- Please submit all pull requests against *-wip branches.
- - All pull requests submitted against master will be sumarily closed and this guide referenced.
+ - All pull requests submitted against master will be summarily closed and this guide referenced.
-
After doing everything above, feel free to
submit a pull request.
diff --git a/assets/css/site.css b/assets/css/site.css
index 687c5798b..7af863ef7 100644
--- a/assets/css/site.css
+++ b/assets/css/site.css
@@ -6779,8 +6779,9 @@ button.close {
font-weight: 300;
font-size: 20px;
}
-.navbar-brand .fa-flag {
+.navbar-brand .fas-flag-logo {
padding-right: 3px;
+ vertical-align: baseline;
}
.navbar-nav > li > a {
padding: 11px 10px 9px;
@@ -6811,6 +6812,116 @@ button.close {
.navbar-nav.navbar-right:last-child {
margin-right: -10px;
}
+.navbar-org {
+ background-color: #1b926c;
+ border-color: #177e5d;
+ padding: 0;
+}
+.navbar-org .ficon-logo-flag,
+.navbar-org .ficon-log-fort {
+ vertical-align: baseline;
+}
+.navbar-org .navbar-text {
+ color: #a5d8c7;
+ margin-top: 12px;
+ margin-right: 30px;
+}
+.navbar-org .navbar-nav {
+ margin-right: -10px;
+}
+.navbar-org .navbar-nav > li + li {
+ margin-left: 15px;
+}
+.navbar-org .navbar-nav > li > a {
+ color: #c7e7dc;
+}
+.navbar-org .navbar-nav > li > a:hover,
+.navbar-org .navbar-nav > li > a:focus {
+ color: #ffffff;
+ background-color: transparent;
+ border-bottom: solid 2px #e8f5f1;
+}
+.navbar-org .navbar-nav > .active > a,
+.navbar-org .navbar-nav > .active > a:hover,
+.navbar-org .navbar-nav > .active > a:focus {
+ color: #c7e7dc;
+ background-color: transparent;
+ border-radius: 0;
+ border-bottom: solid 2px #b0ddce;
+}
+.navbar-org .navbar-nav > .disabled > a,
+.navbar-org .navbar-nav > .disabled > a:hover,
+.navbar-org .navbar-nav > .disabled > a:focus {
+ color: #444444;
+ background-color: transparent;
+}
+.navbar-org .navbar-toggle {
+ border-color: #c7e7dc;
+}
+.navbar-org .navbar-toggle:hover,
+.navbar-org .navbar-toggle:focus {
+ background-color: #ffffff;
+}
+.navbar-org .navbar-toggle .icon-bar {
+ background-color: #ffffff;
+}
+.navbar-org .navbar-collapse,
+.navbar-org .navbar-form {
+ border-color: #177f5e;
+}
+.navbar-org .navbar-nav > .open > a,
+.navbar-org .navbar-nav > .open > a:hover,
+.navbar-org .navbar-nav > .open > a:focus {
+ background-color: #1b926c;
+ color: #ffffff;
+}
+@media (max-width: 767px) {
+ .navbar-org .navbar-nav .open .dropdown-menu > .dropdown-header {
+ border-color: #1b926c;
+ }
+ .navbar-org .navbar-nav .open .dropdown-menu .divider {
+ background-color: #1b926c;
+ }
+ .navbar-org .navbar-nav .open .dropdown-menu > li > a {
+ color: #b0ddce;
+ }
+ .navbar-org .navbar-nav .open .dropdown-menu > li > a:hover,
+ .navbar-org .navbar-nav .open .dropdown-menu > li > a:focus {
+ color: #ffffff;
+ background-color: transparent;
+ }
+ .navbar-org .navbar-nav .open .dropdown-menu > .active > a,
+ .navbar-org .navbar-nav .open .dropdown-menu > .active > a:hover,
+ .navbar-org .navbar-nav .open .dropdown-menu > .active > a:focus {
+ color: #ffffff;
+ background-color: #1b926c;
+ }
+ .navbar-org .navbar-nav .open .dropdown-menu > .disabled > a,
+ .navbar-org .navbar-nav .open .dropdown-menu > .disabled > a:hover,
+ .navbar-org .navbar-nav .open .dropdown-menu > .disabled > a:focus {
+ color: #444444;
+ background-color: transparent;
+ }
+}
+.navbar-org .navbar-link {
+ color: #b0ddce;
+}
+.navbar-org .navbar-link:hover {
+ color: #ffffff;
+}
+.navbar-org .btn-link {
+ color: #b0ddce;
+}
+.navbar-org .btn-link:hover,
+.navbar-org .btn-link:focus {
+ color: #ffffff;
+}
+.navbar-org .btn-link[disabled]:hover,
+fieldset[disabled] .navbar-org .btn-link:hover,
+.navbar-org .btn-link[disabled]:focus,
+fieldset[disabled] .navbar-org .btn-link:focus {
+ color: #444444;
+}
.btn {
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
@@ -6977,7 +7088,7 @@ label.error {
margin-top: 5px;
font-size: 220px;
text-align: center;
- line-height: 240px;
+ line-height: 250px;
text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}
.carousel-control {
@@ -7397,11 +7508,15 @@ label.error {
}
.jumbotron,
.navbar-inverse,
+.navbar-inverse .navbar-nav > li.active > a,
+.navbar-org,
#footer {
position: relative;
}
.jumbotron:after,
.navbar-inverse:after,
+.navbar-inverse .navbar-nav > li.active > a:after,
+.navbar-org:after,
#footer:after {
content: '';
display: block;
@@ -7416,6 +7531,8 @@ label.error {
}
.jumbotron .container,
.navbar-inverse .container,
+.navbar-inverse .navbar-nav > li.active > a .container,
+.navbar-org .container,
#footer .container {
position: relative;
z-index: 2;
@@ -7596,7 +7713,7 @@ div.bsap a.adhere:hover {
@media (min-width: 1200px) {
#icon-carousel {
font-size: 240px;
- line-height: 260px;
+ line-height: 275px;
margin-top: 22px;
}
.carousel-control {
@@ -7657,7 +7774,7 @@ div.bsap a.adhere:hover {
@media (min-width: 768px) and (max-width: 991px) {
#icon-carousel {
font-size: 200px;
- line-height: 220px;
+ line-height: 230px;
}
.carousel-control {
top: 210px;
@@ -7704,7 +7821,7 @@ div.bsap a.adhere:hover {
@media (max-width: 767px) {
#icon-carousel {
font-size: 180px;
- line-height: 200px;
+ line-height: 210px;
width: 280px;
margin: 30px auto 0;
}
@@ -7808,4 +7925,20 @@ div.bsap a.adhere:hover {
margin-left: 0;
margin-top: 10px;
}
+ .navbar-org {
+ text-align: center;
+ }
+ .navbar-org .container {
+ padding: 0;
+ }
+ .navbar-org .navbar-nav {
+ margin: 0;
+ }
+ .navbar-org .navbar-nav > li + li {
+ margin-left: 0;
+ }
+ .navbar-org .nav > li {
+ float: left;
+ width: 50%;
+ }
}
diff --git a/assets/font-awesome-4.5.0.zip b/assets/font-awesome-4.5.0.zip
index 55c629dd0..b471bae98 100644
Binary files a/assets/font-awesome-4.5.0.zip and b/assets/font-awesome-4.5.0.zip differ
diff --git a/assets/js/site.js b/assets/js/site.js
index 75a7c7158..1d62c1682 100644
--- a/assets/js/site.js
+++ b/assets/js/site.js
@@ -54,7 +54,7 @@ $(function () {
}
];
- selectFonticonsAd();
+ //selectFonticonsAd();
// start the icon carousel
$('#icon-carousel').carousel({
diff --git a/assets/less/site/bootstrap/navbar.less b/assets/less/site/bootstrap/navbar.less
index e09699ac3..ccdaff3c3 100644
--- a/assets/less/site/bootstrap/navbar.less
+++ b/assets/less/site/bootstrap/navbar.less
@@ -6,7 +6,10 @@
font-family: @font-family-serif;
font-weight: 300;
font-size: 20px;
- .fa-flag { padding-right: 3px; }
+ .fas-flag-logo {
+ padding-right: 3px;
+ vertical-align: baseline;
+ }
}
.navbar-nav > li > a { padding: 11px 10px 9px; }
@@ -32,4 +35,144 @@
}
}
-.navbar-nav.navbar-right:last-child { margin-right: -10px; }
\ No newline at end of file
+.navbar-nav.navbar-right:last-child { margin-right: -10px; }
+
+
+//
+// FONTICONS ORG NAVBAR
+// --------------------
+//
+.navbar-org {
+ background-color: @navbar-inverse-link-active-bg;
+ border-color: mix(#000, @fa-green, 20%);
+ padding: 0;
+
+ .ficon-logo-flag, .ficon-log-fort { vertical-align: baseline; }
+
+ .navbar-text {
+ color: mix(#fff, @fa-green, 60%);
+ margin-top: 12px;
+ margin-right: 30px;
+ }
+
+ .navbar-nav {
+ margin-right: -10px;
+
+ > li + li { margin-left: 15px; }
+ > li > a {
+ color: mix(#fff, @navbar-inverse-bg, 75%);
+
+ &:hover,
+ &:focus {
+ color: mix(#fff, @fa-green, 100%);
+ background-color: transparent;
+ border-bottom: solid 2px mix(#fff, @fa-green, 90%);
+ }
+ }
+ > .active > a {
+ &,
+ &:hover,
+ &:focus {
+ color: mix(#fff, @navbar-inverse-bg, 75%);
+ background-color: transparent;
+ border-radius: 0;
+ border-bottom: solid 2px mix(#fff, @navbar-inverse-bg, 65%);
+ }
+ }
+ > .disabled > a {
+ &,
+ &:hover,
+ &:focus {
+ color: @navbar-inverse-link-disabled-color;
+ background-color: @navbar-inverse-link-disabled-bg;
+ }
+ }
+ }
+
+ // Darken the responsive nav toggle
+ .navbar-toggle {
+ border-color: @navbar-inverse-toggle-border-color;
+ &:hover,
+ &:focus {
+ background-color: @navbar-inverse-toggle-hover-bg;
+ }
+ .icon-bar {
+ background-color: @navbar-inverse-toggle-icon-bar-bg;
+ }
+ }
+
+ .navbar-collapse,
+ .navbar-form {
+ border-color: darken(@navbar-inverse-bg, 7%);
+ }
+
+ // Dropdowns
+ .navbar-nav {
+ > .open > a {
+ &,
+ &:hover,
+ &:focus {
+ background-color: @navbar-inverse-link-active-bg;
+ color: @navbar-inverse-link-active-color;
+ }
+ }
+
+ @media (max-width: @grid-float-breakpoint-max) {
+ // Dropdowns get custom display
+ .open .dropdown-menu {
+ > .dropdown-header {
+ border-color: @navbar-inverse-border;
+ }
+ .divider {
+ background-color: @navbar-inverse-border;
+ }
+ > li > a {
+ color: @navbar-inverse-link-color;
+ &:hover,
+ &:focus {
+ color: @navbar-inverse-link-hover-color;
+ background-color: @navbar-inverse-link-hover-bg;
+ }
+ }
+ > .active > a {
+ &,
+ &:hover,
+ &:focus {
+ color: @navbar-inverse-link-active-color;
+ background-color: @navbar-inverse-link-active-bg;
+ }
+ }
+ > .disabled > a {
+ &,
+ &:hover,
+ &:focus {
+ color: @navbar-inverse-link-disabled-color;
+ background-color: @navbar-inverse-link-disabled-bg;
+ }
+ }
+ }
+ }
+ }
+
+ .navbar-link {
+ color: @navbar-inverse-link-color;
+ &:hover {
+ color: @navbar-inverse-link-hover-color;
+ }
+ }
+
+ .btn-link {
+ color: @navbar-inverse-link-color;
+ &:hover,
+ &:focus {
+ color: @navbar-inverse-link-hover-color;
+ }
+ &[disabled],
+ fieldset[disabled] & {
+ &:hover,
+ &:focus {
+ color: @navbar-inverse-link-disabled-color;
+ }
+ }
+ }
+}
diff --git a/assets/less/site/bootstrap/variables.less b/assets/less/site/bootstrap/variables.less
index d141c98bd..de8d8bf8a 100644
--- a/assets/less/site/bootstrap/variables.less
+++ b/assets/less/site/bootstrap/variables.less
@@ -105,7 +105,7 @@
@state-info-bg: @blue-lighter;
@state-info-border: darken(spin(@state-info-bg, -10), 7%);
-@state-danger-text: @brand-danger;
+ @state-danger-text: @brand-danger;
@state-danger-bg: mix(@state-danger-text,#fff,10%);
@state-danger-border: darken(spin(@state-danger-bg, -10), 5%);
diff --git a/assets/less/site/jumbotron-carousel.less b/assets/less/site/jumbotron-carousel.less
index 1dce202cd..014b0af8c 100644
--- a/assets/less/site/jumbotron-carousel.less
+++ b/assets/less/site/jumbotron-carousel.less
@@ -3,7 +3,7 @@
margin-top: @buffer-sm;
font-size: @size;
text-align: center;
- line-height: @size + 20;
+ line-height: @size + 30;
text-shadow: 0 2px 0 rgba(0,0,0,0.15);
}
.carousel-control {
diff --git a/assets/less/site/responsive/screen-lg.less b/assets/less/site/responsive/screen-lg.less
index 049714d83..04a3586bc 100644
--- a/assets/less/site/responsive/screen-lg.less
+++ b/assets/less/site/responsive/screen-lg.less
@@ -2,7 +2,7 @@
#icon-carousel {
@size: 240px;
font-size: @size;
- line-height: @size + 20;
+ line-height: @size + 35;
margin-top: @buffer-lg;
}
diff --git a/assets/less/site/responsive/screen-sm.less b/assets/less/site/responsive/screen-sm.less
index 083d35f1d..ef3f33423 100644
--- a/assets/less/site/responsive/screen-sm.less
+++ b/assets/less/site/responsive/screen-sm.less
@@ -2,7 +2,7 @@
#icon-carousel {
@size: 200px;
font-size: @size;
- line-height: @size + 20;
+ line-height: @size + 30;
}
.carousel-control {
top: @size - 10px;
diff --git a/assets/less/site/responsive/screen-xs.less b/assets/less/site/responsive/screen-xs.less
index 052638c28..3ba01b153 100644
--- a/assets/less/site/responsive/screen-xs.less
+++ b/assets/less/site/responsive/screen-xs.less
@@ -2,7 +2,7 @@
#icon-carousel {
@size: 180px;
font-size: @size;
- line-height: @size + 20;
+ line-height: @size + 30;
width: 280px;
margin: 30px auto 0;
}
@@ -79,4 +79,20 @@
margin-left: 0;
margin-top: 10px;
}
+
+
+ .navbar-org {
+ text-align: center;
+ .container { padding: 0; }
+ .navbar-nav {
+ margin: 0;
+ > li + li {
+ margin-left: 0;
+ }
+ }
+ .nav > li {
+ float: left;
+ width: 50%;
+ }
+ }
}
diff --git a/assets/less/site/textured-bg.less b/assets/less/site/textured-bg.less
index 2f2d1d9db..65690b59d 100644
--- a/assets/less/site/textured-bg.less
+++ b/assets/less/site/textured-bg.less
@@ -1,4 +1,4 @@
-.jumbotron, .navbar-inverse, #footer {
+.jumbotron, .navbar-inverse, .navbar-inverse .navbar-nav > li.active > a, .navbar-org, #footer {
position: relative;
&:after {
content: '';
diff --git a/cheatsheet/index.html b/cheatsheet/index.html
index 10e266bb3..ce02cbf1f 100644
--- a/cheatsheet/index.html
+++ b/cheatsheet/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/community/index.html b/community/index.html
index bfc5963aa..79e957411 100644
--- a/community/index.html
+++ b/community/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
@@ -284,7 +280,7 @@
- Please do not submit new icons.
- Please submit all pull requests against *-wip branches.
- - All pull requests submitted against master will be sumarily closed and this guide referenced.
+ - All pull requests submitted against master will be summarily closed and this guide referenced.
-
After doing everything above, feel free to
submit a pull request.
diff --git a/examples/index.html b/examples/index.html
index d2b2e03e4..3762121ba 100644
--- a/examples/index.html
+++ b/examples/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/get-started/index.html b/get-started/index.html
index 2b36b522d..d1e98b6fa 100644
--- a/get-started/index.html
+++ b/get-started/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/500px/index.html b/icon/500px/index.html
index eb8b708f4..6203efd12 100644
--- a/icon/500px/index.html
+++ b/icon/500px/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/adjust/index.html b/icon/adjust/index.html
index bdd5550c8..dc015cbbd 100644
--- a/icon/adjust/index.html
+++ b/icon/adjust/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/adn/index.html b/icon/adn/index.html
index ca1c8d9a3..50c36b98d 100644
--- a/icon/adn/index.html
+++ b/icon/adn/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/align-center/index.html b/icon/align-center/index.html
index 5e0747e61..d446a36ec 100644
--- a/icon/align-center/index.html
+++ b/icon/align-center/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/align-justify/index.html b/icon/align-justify/index.html
index 922661552..8f2fa81fc 100644
--- a/icon/align-justify/index.html
+++ b/icon/align-justify/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/align-left/index.html b/icon/align-left/index.html
index b3fba5b58..5172babb9 100644
--- a/icon/align-left/index.html
+++ b/icon/align-left/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/align-right/index.html b/icon/align-right/index.html
index f37d45e82..708af98d3 100644
--- a/icon/align-right/index.html
+++ b/icon/align-right/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/amazon/index.html b/icon/amazon/index.html
index ef19797c4..7a65dab3b 100644
--- a/icon/amazon/index.html
+++ b/icon/amazon/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/ambulance/index.html b/icon/ambulance/index.html
index e7e87cf80..dc8283585 100644
--- a/icon/ambulance/index.html
+++ b/icon/ambulance/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/anchor/index.html b/icon/anchor/index.html
index 2f930142e..11ba616db 100644
--- a/icon/anchor/index.html
+++ b/icon/anchor/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/android/index.html b/icon/android/index.html
index 4ac55d45e..1970bfccd 100644
--- a/icon/android/index.html
+++ b/icon/android/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/angellist/index.html b/icon/angellist/index.html
index ecb4d2309..0f1d53107 100644
--- a/icon/angellist/index.html
+++ b/icon/angellist/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/angle-double-down/index.html b/icon/angle-double-down/index.html
index d005db398..2721fed0c 100644
--- a/icon/angle-double-down/index.html
+++ b/icon/angle-double-down/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/angle-double-left/index.html b/icon/angle-double-left/index.html
index 90d025175..99a706637 100644
--- a/icon/angle-double-left/index.html
+++ b/icon/angle-double-left/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/angle-double-right/index.html b/icon/angle-double-right/index.html
index 841b113c4..db3e527f3 100644
--- a/icon/angle-double-right/index.html
+++ b/icon/angle-double-right/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/angle-double-up/index.html b/icon/angle-double-up/index.html
index fc9dc8390..3429f65ad 100644
--- a/icon/angle-double-up/index.html
+++ b/icon/angle-double-up/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/angle-down/index.html b/icon/angle-down/index.html
index dec907c47..1439ad8b4 100644
--- a/icon/angle-down/index.html
+++ b/icon/angle-down/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/angle-left/index.html b/icon/angle-left/index.html
index 686c60173..8a83cb9b7 100644
--- a/icon/angle-left/index.html
+++ b/icon/angle-left/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/angle-right/index.html b/icon/angle-right/index.html
index ce426f678..c3559140b 100644
--- a/icon/angle-right/index.html
+++ b/icon/angle-right/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/angle-up/index.html b/icon/angle-up/index.html
index c3308fb17..27c38f9f0 100644
--- a/icon/angle-up/index.html
+++ b/icon/angle-up/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/apple/index.html b/icon/apple/index.html
index 96961c2be..f17e9b81a 100644
--- a/icon/apple/index.html
+++ b/icon/apple/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/archive/index.html b/icon/archive/index.html
index 71c7bd4fb..4e23f738e 100644
--- a/icon/archive/index.html
+++ b/icon/archive/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/area-chart/index.html b/icon/area-chart/index.html
index 12aaebea4..fba5ba186 100644
--- a/icon/area-chart/index.html
+++ b/icon/area-chart/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/arrow-circle-down/index.html b/icon/arrow-circle-down/index.html
index 6ec3777e8..6e7e51828 100644
--- a/icon/arrow-circle-down/index.html
+++ b/icon/arrow-circle-down/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/arrow-circle-left/index.html b/icon/arrow-circle-left/index.html
index 2f873d37c..58b428e28 100644
--- a/icon/arrow-circle-left/index.html
+++ b/icon/arrow-circle-left/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/arrow-circle-o-down/index.html b/icon/arrow-circle-o-down/index.html
index d32fd7143..a33c32176 100644
--- a/icon/arrow-circle-o-down/index.html
+++ b/icon/arrow-circle-o-down/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/arrow-circle-o-left/index.html b/icon/arrow-circle-o-left/index.html
index 5b3da7e8a..e997d6395 100644
--- a/icon/arrow-circle-o-left/index.html
+++ b/icon/arrow-circle-o-left/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/arrow-circle-o-right/index.html b/icon/arrow-circle-o-right/index.html
index f781c7e61..1962cf230 100644
--- a/icon/arrow-circle-o-right/index.html
+++ b/icon/arrow-circle-o-right/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/arrow-circle-o-up/index.html b/icon/arrow-circle-o-up/index.html
index 708c643bc..2c5d3dbaf 100644
--- a/icon/arrow-circle-o-up/index.html
+++ b/icon/arrow-circle-o-up/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/arrow-circle-right/index.html b/icon/arrow-circle-right/index.html
index f3b72ab99..0b3fa6c14 100644
--- a/icon/arrow-circle-right/index.html
+++ b/icon/arrow-circle-right/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/arrow-circle-up/index.html b/icon/arrow-circle-up/index.html
index a1c58f6e5..e64e8c023 100644
--- a/icon/arrow-circle-up/index.html
+++ b/icon/arrow-circle-up/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/arrow-down/index.html b/icon/arrow-down/index.html
index 03284c0c7..db6ffd0ae 100644
--- a/icon/arrow-down/index.html
+++ b/icon/arrow-down/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/arrow-left/index.html b/icon/arrow-left/index.html
index 1fab6fe24..3f79d0dc5 100644
--- a/icon/arrow-left/index.html
+++ b/icon/arrow-left/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/arrow-right/index.html b/icon/arrow-right/index.html
index 8ea1248b9..cfded4078 100644
--- a/icon/arrow-right/index.html
+++ b/icon/arrow-right/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/arrow-up/index.html b/icon/arrow-up/index.html
index 699aefca2..abcb16a83 100644
--- a/icon/arrow-up/index.html
+++ b/icon/arrow-up/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/arrows-alt/index.html b/icon/arrows-alt/index.html
index 497c2e066..b46822bab 100644
--- a/icon/arrows-alt/index.html
+++ b/icon/arrows-alt/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/arrows-h/index.html b/icon/arrows-h/index.html
index 502d847aa..7d582ccfb 100644
--- a/icon/arrows-h/index.html
+++ b/icon/arrows-h/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/arrows-v/index.html b/icon/arrows-v/index.html
index 05ab4e69f..2e9a181f8 100644
--- a/icon/arrows-v/index.html
+++ b/icon/arrows-v/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/arrows/index.html b/icon/arrows/index.html
index da4d7e1c6..bdcf69ac1 100644
--- a/icon/arrows/index.html
+++ b/icon/arrows/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/asterisk/index.html b/icon/asterisk/index.html
index ab61b8dec..1df9e1bb9 100644
--- a/icon/asterisk/index.html
+++ b/icon/asterisk/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/at/index.html b/icon/at/index.html
index 85428cf28..12ccb348f 100644
--- a/icon/at/index.html
+++ b/icon/at/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/backward/index.html b/icon/backward/index.html
index 492d320b6..d8fc34aba 100644
--- a/icon/backward/index.html
+++ b/icon/backward/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/balance-scale/index.html b/icon/balance-scale/index.html
index 158f83c00..babb507b8 100644
--- a/icon/balance-scale/index.html
+++ b/icon/balance-scale/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/ban/index.html b/icon/ban/index.html
index d31aa7ca1..7505ae619 100644
--- a/icon/ban/index.html
+++ b/icon/ban/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/bar-chart/index.html b/icon/bar-chart/index.html
index 8fa19ed15..b67342b64 100644
--- a/icon/bar-chart/index.html
+++ b/icon/bar-chart/index.html
@@ -48,20 +48,16 @@
})();
-
+
-
+
+
Build and serve a faster front end!
-
diff --git a/icon/barcode/index.html b/icon/barcode/index.html
index 0dc19027f..42b45aee7 100644
--- a/icon/barcode/index.html
+++ b/icon/barcode/index.html
@@ -48,20 +48,16 @@
})();