diff --git a/_includes/header.html b/_includes/header.html
new file mode 100644
index 000000000..4b76d14f6
--- /dev/null
+++ b/_includes/header.html
@@ -0,0 +1,14 @@
+
+
+ {% assign page = site.posts[2] %}
+ {% include topnav.html %}
+ {% include section.html %}
+
+
+ {% include analytics.html %}
+ {% include scripts.html %}
+
+
diff --git a/contributors.html b/contributors.html
new file mode 100755
index 000000000..2831ba9b4
--- /dev/null
+++ b/contributors.html
@@ -0,0 +1,21 @@
+---
+---
+
+
+{% include header.html %}
+
+
+ {% assign page = site.posts[1] %}
+ {% include topnav.html %}
+ {% include section.html %}
+
+
+ {% include analytics.html %}
+ {% include scripts.html %}
+
+
diff --git a/font-downloads.html b/font-downloads.html
new file mode 100755
index 000000000..d6e5caa87
--- /dev/null
+++ b/font-downloads.html
@@ -0,0 +1,21 @@
+---
+---
+
+
+{% include header.html %}
+
+
+ {% assign page = site.posts[3] %}
+ {% include topnav.html %}
+ {% include section.html %}
+
+
+ {% include analytics.html %}
+ {% include scripts.html %}
+
+
diff --git a/index.html b/index.html
index 7ec414907..f95ea1841 100755
--- a/index.html
+++ b/index.html
@@ -2,60 +2,18 @@
---
-
-
-
-
+ {% include topnav.html %}
{% for page in site.posts reversed %}
- {% capture id %}{{ page.id | remove:'/' | downcase }}{% endcapture %}
-
- {% if page.icon %}
-
-
-
{{ page.title }}
-
- {% elsif page.fa-icon %}
-
-
-
-
-
-
{{ page.title }}
-
- {% endif %}
-
- {{ page.content }}
-
-
+ {% if page.page == nil %}
+ {% include section.html %}
+ {% endif %}
{% endfor %}
-
-{% include analytics.html %}
-
+ {% include analytics.html %}
+ {% include scripts.html %}
-
-
-
-
diff --git a/releases.html b/releases.html
new file mode 100755
index 000000000..0180a6274
--- /dev/null
+++ b/releases.html
@@ -0,0 +1,21 @@
+---
+---
+
+
+{% include header.html %}
+
+
+ {% assign page = site.posts[0] %}
+ {% include topnav.html %}
+ {% include section.html %}
+
+
+ {% include analytics.html %}
+ {% include scripts.html %}
+
+