diff --git a/_layouts/co-op.html b/_layouts/co-op.html
index f891ae5..87ca863 100644
--- a/_layouts/co-op.html
+++ b/_layouts/co-op.html
@@ -24,122 +24,123 @@
-
-
-
-
-
-
-
-
-
-
-
-
- {% if page.email %}
-
- {% endif %}
- {% if page.telephone %}
-
-
Tel:
-
{{ page.telephone }}
-
- {% endif %}
- {% if page.address %}
-
-
Address:
-
{{ page.address | split: "," | join: "
" }}
-
- {% endif %}
-
-
-
+
+
+
+
+
+
+
+
+
+ {% if page.email %}
+
+ {% endif %}
+ {% if page.telephone %}
+
+
Tel:
+
{{ page.telephone }}
+
+ {% endif %}
+ {% if page.address %}
+
+
Address:
+
{{ page.address | split: "," | join: "
" }}
+
+ {% endif %}
+
+
+
-
-
-
-
+
+
+
+
-
-
- Services
+
+
+ Services
-
- {% for service in page.services %}
- {% assign s = site.services | where: "slug", service | first %}
-
- {% endfor %}
-
-
-
+
+ {% for service in page.services %}
+ {% assign s = site.services | where: "slug", service | first %}
+
+ {% endfor %}
+
+
+
-
-
- Technologies
+
+
+ Technologies
-
- {% for technology in page.technologies %}
- {% assign t = site.technologies | where: "slug", technology | first %}
-
- {% endfor %}
-
-
-
+
+ {% for technology in page.technologies %}
+ {% assign t = site.technologies | where: "slug", technology | first %}
+
+ {% endfor %}
+
+
+
-
-
- Clients
+
+
+ Clients
-
- {% for client in page.clients %}
- {% assign c = site.clients | where: "slug", client | first %}
-
- {% endfor %}
-
-
-
+
+ {% for client in page.clients %}
+ {% assign c = site.clients | where: "slug", client | first %}
+
+ {% endfor %}
+
+
+
+