From 56bc5a9612d30f0a3587b8bf3c0c87da63861c42 Mon Sep 17 00:00:00 2001 From: Chris Lowis Date: Fri, 20 Jun 2025 12:42:00 +0100 Subject: [PATCH] Replace technology, service and client logos with text --- _layouts/coop.html | 37 ++++++++++++------------------------- 1 file changed, 12 insertions(+), 25 deletions(-) diff --git a/_layouts/coop.html b/_layouts/coop.html index fd85dcc..3f8ce8c 100644 --- a/_layouts/coop.html +++ b/_layouts/coop.html @@ -82,17 +82,12 @@

Services

-
+
+
{% endif %} @@ -102,17 +97,12 @@

Technologies

-
+
    {% for technology in page.technologies %} - {% assign t = site.technologies | where: "slug", technology | first %} - - {% endfor %} -
+ {% assign t = site.technologies | where: "slug", technology | first %} +
  • {{ t.name }}
  • + {% endfor %} +
    {% endif %} @@ -122,15 +112,12 @@

    Clients

    -
    +
      {% for client in page.clients %} - {% assign c = site.clients | where: "slug", client | first %} -
      -
      -
      {{ c.title }}
      -
      + {% assign c = site.clients | where: "slug", client | first %} +
    • {{ c.title }}
    • {% endfor %} -
    +
    {% endif %}