diff --git a/_includes/about.html b/_includes/about.html
index d9d4470..00fb96a 100644
--- a/_includes/about.html
+++ b/_includes/about.html
@@ -1,8 +1,6 @@
diff --git a/_includes/blog.html b/_includes/home_blog.html
similarity index 100%
rename from _includes/blog.html
rename to _includes/home_blog.html
diff --git a/_includes/contact.html b/_includes/home_contact.html
similarity index 88%
rename from _includes/contact.html
rename to _includes/home_contact.html
index 9ddd2d4..7310712 100644
--- a/_includes/contact.html
+++ b/_includes/home_contact.html
@@ -2,12 +2,12 @@
-
+
Contact example42 on LinkedIN
-
+
Find example42 on social media
LinkedIn
diff --git a/_includes/opensource.html b/_includes/home_opensource.html
similarity index 100%
rename from _includes/opensource.html
rename to _includes/home_opensource.html
diff --git a/_includes/services.html b/_includes/home_services.html
similarity index 100%
rename from _includes/services.html
rename to _includes/home_services.html
diff --git a/_includes/home.html b/_includes/home_splash.html
similarity index 100%
rename from _includes/home.html
rename to _includes/home_splash.html
diff --git a/_includes/wwwww.html b/_includes/home_wwwww.html
similarity index 99%
rename from _includes/wwwww.html
rename to _includes/home_wwwww.html
index d1b6530..ab7b418 100644
--- a/_includes/wwwww.html
+++ b/_includes/home_wwwww.html
@@ -18,4 +18,5 @@
WWWWW
+
diff --git a/_layouts/default.html b/_layouts/default.html
index 1ac6b68..c07f94f 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -3,15 +3,15 @@
{% include head.html %}
- {% include header.html %}
- {% include about.html %}
- {% include services.html %}
- {% include training.html %}
- {% include events.html %}
- {% include blog.html %}
- {% include contact.html %}
+ {% include header_home.html %}
+ {% include home_splash.html %}
+ {% include home_wwwww.html %}
+ {% include home_services.html %}
+ {% include home_blog.html %}
+ {% include home_opensource.html %}
+ {% include home_contact.html %}
{% include footer.html %}
{% include js.html %}
{% include analytics.html %}
-