diff --git a/build/_includes/special-thanks.html b/build/_includes/thanks.html
similarity index 50%
rename from build/_includes/special-thanks.html
rename to build/_includes/thanks.html
index a7512af22..0bcbc7bc1 100644
--- a/build/_includes/special-thanks.html
+++ b/build/_includes/thanks.html
@@ -1,4 +1,4 @@
-
diff --git a/build/_includes/why.html b/build/_includes/why.html
index 00ad98a75..0a5f39231 100644
--- a/build/_includes/why.html
+++ b/build/_includes/why.html
@@ -35,7 +35,7 @@
Screen Reader Compatible
diff --git a/build/assets/css/site.css b/build/assets/css/site.css
index e89550979..d832f821a 100644
--- a/build/assets/css/site.css
+++ b/build/assets/css/site.css
@@ -5324,15 +5324,15 @@ body {
min-width: 990px;
}
.wrapper {
- margin: 0 auto -211px;
+ margin: 0 auto -231px;
}
.push {
- height: 211px;
+ height: 231px;
}
.footer {
- margin-top: 40px;
- height: 110px;
- padding: 30px 0 30px;
+ margin-top: 60px;
+ height: 90px;
+ padding: 40px 0 40px;
}
.padding-none {
padding: 0 !important;
diff --git a/build/assets/less/sticky-footer.less b/build/assets/less/sticky-footer.less
index 3b04b360b..72d519ab5 100755
--- a/build/assets/less/sticky-footer.less
+++ b/build/assets/less/sticky-footer.less
@@ -12,16 +12,6 @@ html, body {
height: 100%;
}
-.footer {
- min-width: 990px; // necessary fix for non-responsive layouts
-// border-top: 1px solid @grayLighter;
-// background-color: #f5f5f5;
+.footer { min-width: 990px; } // necessary fix for non-responsive layouts
-// color: #777;
-
-// p {
-// margin-bottom: 0;
-// }
-}
-
-.sticky-footer(110px, 30px, 30px, 40px); // sets default values for sticky footer
\ No newline at end of file
+.sticky-footer(90px, 40px, 40px, 60px); // sets default values for sticky footer
diff --git a/build/cheatsheet/index.html b/build/cheatsheet/index.html
new file mode 100644
index 000000000..2d778e395
--- /dev/null
+++ b/build/cheatsheet/index.html
@@ -0,0 +1,14 @@
+---
+layout: base
+title: Font Awesome Cheatsheet
+relative_path: ../
+---
+{% capture jumbotron_h1 %}
Cheatsheet{% endcapture %}
+{% capture jumbotron_p %}The complete Font Awesome {{ site.font_awesome.version }} icon reference{% endcapture %}
+
+{% include jumbotron.html %}
+{% include stripe-social.html %}
+
+
+ {% include cheatsheet.html %}
+
diff --git a/build/icons/print-design/index.html b/build/icons/print-design/index.html
deleted file mode 100644
index dcfa3687b..000000000
--- a/build/icons/print-design/index.html
+++ /dev/null
@@ -1,14 +0,0 @@
----
-layout: base
-title: Using Font Awesome in Your Designs
-relative_path: ../../
----
-{% capture jumbotron_h1 %}
Print &
Design{% endcapture %}
-{% capture jumbotron_p %}Print this page to PDF or copy & paste for use in your designs{% endcapture %}
-
-{% include jumbotron.html %}
-{% include stripe-social.html %}
-
-
- {% include icons/print-design.html %}
-
diff --git a/build/index.html b/build/index.html
index cac2ffdf8..2dfd08a80 100644
--- a/build/index.html
+++ b/build/index.html
@@ -18,5 +18,4 @@ relative_path: ./
{% include stripe-ad.html %}
{% include why.html %}
- {% include special-thanks.html %}