diff --git a/_includes/header_guide.html b/_includes/header_guide.html
deleted file mode 100644
index 051be81..0000000
--- a/_includes/header_guide.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
diff --git a/_includes/services_ansible.html b/_includes/services_ansible.html
new file mode 100644
index 0000000..e69de29
diff --git a/_includes/services_health.html b/_includes/services_health.html
new file mode 100644
index 0000000..e69de29
diff --git a/_includes/services_instant.html b/_includes/services_instant.html
new file mode 100644
index 0000000..e69de29
diff --git a/_includes/services_kickstart.html b/_includes/services_kickstart.html
new file mode 100644
index 0000000..e69de29
diff --git a/_includes/services_smart.html b/_includes/services_smart.html
new file mode 100644
index 0000000..e69de29
diff --git a/_includes/services_splash.html b/_includes/services_splash.html
new file mode 100644
index 0000000..e69de29
diff --git a/_includes/services_training.html b/_includes/services_training.html
new file mode 100644
index 0000000..e69de29
diff --git a/_includes/wwwww_splash.html b/_includes/wwwww_splash.html
new file mode 100644
index 0000000..e69de29
diff --git a/_includes/wwwww_what.html b/_includes/wwwww_what.html
new file mode 100644
index 0000000..e69de29
diff --git a/_includes/wwwww_when.html b/_includes/wwwww_when.html
new file mode 100644
index 0000000..e69de29
diff --git a/_includes/wwwww_where.html b/_includes/wwwww_where.html
new file mode 100644
index 0000000..e69de29
diff --git a/_includes/wwwww_who.html b/_includes/wwwww_who.html
new file mode 100644
index 0000000..e69de29
diff --git a/_includes/wwwww_why.html b/_includes/wwwww_why.html
new file mode 100644
index 0000000..e69de29
diff --git a/_layouts/blog.html b/_layouts/blog.html
index 0d8682b..eb60594 100644
--- a/_layouts/blog.html
+++ b/_layouts/blog.html
@@ -1,8 +1,8 @@
-{% include head.html %}
{% include analytics.html %}
+{% include head.html %}
{% include header.html %}
diff --git a/_layouts/bloglist.html b/_layouts/bloglist.html
index 1837159..c473bd0 100644
--- a/_layouts/bloglist.html
+++ b/_layouts/bloglist.html
@@ -1,8 +1,8 @@
-{% include head.html %}
{% include analytics.html %}
+{% include head.html %}
{% include header.html %}
diff --git a/_layouts/eventslist.html b/_layouts/eventslist.html
index 722ab6a..12b6c30 100644
--- a/_layouts/eventslist.html
+++ b/_layouts/eventslist.html
@@ -1,8 +1,8 @@
-{% include head.html %}
{% include analytics.html %}
+{% include head.html %}
{% include header.html %}
diff --git a/_layouts/home.html b/_layouts/home.html
index c9e164c..5ee2614 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -1,8 +1,8 @@
-{% include head.html %}
{% include analytics.html %}
+{% include head.html %}
{% include header_home.html %}
diff --git a/_layouts/legal.html b/_layouts/legal.html
index ef8cf60..5feb42a 100644
--- a/_layouts/legal.html
+++ b/_layouts/legal.html
@@ -1,8 +1,8 @@
-{% include head.html %}
{% include analytics.html %}
+{% include head.html %}
{% include header.html %}
diff --git a/_layouts/services.html b/_layouts/services.html
new file mode 100644
index 0000000..f783dc3
--- /dev/null
+++ b/_layouts/services.html
@@ -0,0 +1,19 @@
+
+
+
+{% include analytics.html %}
+{% include head.html %}
+
+
+{% include header.html %}
+{% include services_splash.html %}
+{% include services_instant.html %}
+{% include services_smart.html %}
+{% include services_training.html %}
+{% include services_health.html %}
+{% include services_project.html %}
+{% include services_ansible.html %}
+{% include footer.html %}
+{% include js.html %}
+
+
diff --git a/_layouts/wwwww.html b/_layouts/wwwww.html
index dcbb44e..896a4df 100644
--- a/_layouts/wwwww.html
+++ b/_layouts/wwwww.html
@@ -1,12 +1,17 @@
-{% include head.html %}
{% include analytics.html %}
+{% include head.html %}
{% include header.html %}
-
+{% include wwwww_splash.html %}
+{% include wwwww_who.html %}
+{% include wwwww_what.html %}
+{% include wwwww_when.html %}
+{% include wwwww_where.html %}
+{% include wwwww_why.html %}
{% include footer.html %}
{% include js.html %}
diff --git a/services/index.html b/services/index.html
new file mode 100644
index 0000000..dc47b48
--- /dev/null
+++ b/services/index.html
@@ -0,0 +1,5 @@
+---
+layout: services
+title: 'Puppet Consulting Services: support, development, training'
+subTitle: A smart and flexible list of Puppet support, training and development services
+---