diff --git a/_includes/header.html b/_includes/header.html
new file mode 100644
index 0000000..b2fad5a
--- /dev/null
+++ b/_includes/header.html
@@ -0,0 +1,14 @@
+
diff --git a/_layouts/co-op.html b/_layouts/co-op.html
index 87ca863..692b4d4 100644
--- a/_layouts/co-op.html
+++ b/_layouts/co-op.html
@@ -7,20 +7,7 @@
-
+ {% include header.html %}
diff --git a/_layouts/default.html b/_layouts/default.html
index 7a4d994..ea432ef 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -5,20 +5,7 @@
-
+ {% include header.html %}
diff --git a/_layouts/service.html b/_layouts/service.html
index 70b0215..9c7cda0 100644
--- a/_layouts/service.html
+++ b/_layouts/service.html
@@ -7,20 +7,7 @@
-
+ {% include header.html %}
diff --git a/_layouts/technology.html b/_layouts/technology.html
index d6932c7..3121618 100644
--- a/_layouts/technology.html
+++ b/_layouts/technology.html
@@ -7,20 +7,7 @@
-
+ {% include header.html %}