diff --git a/_includes/analytics.html b/_includes/analytics.html
index d4446dc4e..c86581e64 100755
--- a/_includes/analytics.html
+++ b/_includes/analytics.html
@@ -1,21 +1,27 @@
-{% if site.google_analytics_key %}
-
-
+
+ {% endif %}
+{% else %}
+
{% endif %}
\ No newline at end of file
diff --git a/_includes/css/nerd-font-tweaks.css b/_includes/css/nerd-font-tweaks.css
index 73168b6b3..2e23cd9f1 100644
--- a/_includes/css/nerd-font-tweaks.css
+++ b/_includes/css/nerd-font-tweaks.css
@@ -45,7 +45,7 @@ p {
padding-top: 20px;
}
-#main .nerd-font-cheat-sheet .column {
+#glyphCheatSheet .column {
width: 146px;
height: 146px;
text-align: center;
@@ -61,6 +61,10 @@ p {
display: none; /* don't show any by default */
}
+#glyphCheatSheet .column.is-visible {
+ display: block;
+}
+
#main .nerd-font-cheat-sheet .column:hover {
background: rgba(0,0,0,.25);
border: 2px solid #0fbfcf;
@@ -365,6 +369,60 @@ p {
}
}
+.icon-backdrop {
+/* position: absolute;
+ opacity: 0.20;
+ font-size: 2rem;
+ line-height: 1.43em;
+ word-spacing: 1rem;
+ overflow: hidden;
+ word-break: break-all;
+ font-family: 'NerdFontsSymbols Nerd Font';
+ padding: 0px 20px 10px 20px; */
+ position: absolute;
+ opacity: 0.15;
+ font-size: 2em;
+ line-height: 1.43em;
+ word-spacing: 1rem;
+ overflow: hidden;
+ word-break: break-all;
+ font-family: 'NerdFontsSymbols Nerd Font';
+ padding: 0px 20px 10px 20px;
+ height: 444px;
+}
+
+.rainbow {
+ /* fe2 and ff2 with 66601e */
+ background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(.9, #66601e), color-stop(1, #f22) );
+ background-image: gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #66601e), color-stop(1, #f22) );
+ color: transparent;
+ -webkit-background-clip: text;
+ background-clip: text;
+}
+
+/* Downloads page */
+#downloads {}
+
+#downloads ul {
+ position: relative;
+ list-style: none;
+ margin-left: 0;
+ padding-left: 1.2em;
+ font-size: 22px;
+}
+#downloads ul li:before {
+ content: "";
+ position: absolute;
+ left: 0;
+ font-size: 36px;
+}
+
+#downloads li {
+ line-height: 30px;
+ margin-bottom: 12px;
+}
+
+
/*
super tiny size (phones)
point at which nav wraps
diff --git a/_includes/scripts.html b/_includes/scripts.html
index ec661d595..c3944dce3 100644
--- a/_includes/scripts.html
+++ b/_includes/scripts.html
@@ -1,5 +1,4 @@
-