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 @@
-
-
-
- - - -

{{ page.name }}

- {{ page.website }} +
+
+
+ + + +

{{ page.name }}

+ {{ page.website }} +
-
-
-
-
- -
-
-
- -
- {% if page.email %} -
- Email: -

{{ page.email }}

-
- {% endif %} - {% if page.telephone %} -
- Tel: -

{{ page.telephone }}

-
- {% endif %} - {% if page.address %} -
- Address: -

{{ page.address | split: "," | join: "
" }}

-
- {% endif %} -
-
- +
+
+
+ +
+
+
+ +
+ {% if page.email %} +
+ Email: +

{{ page.email }}

+
+ {% endif %} + {% if page.telephone %} +
+ Tel: +

{{ page.telephone }}

+
+ {% endif %} + {% if page.address %} +
+ Address: +

{{ page.address | split: "," | join: "
" }}

+
+ {% endif %} +
+
+ -
- -
-

{{ content }}

-
- +
+ +
+

{{ content }}

+
+ - -
-

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 %} -
-
-
{{ c.name }}
-
- {% endfor %} -
-
- +
+ {% for client in page.clients %} + {% assign c = site.clients | where: "slug", client | first %} +
+
+
{{ c.name }}
+
+ {% endfor %} +
+
+ +