From 10ecc8aef0474e5ddab6ebe40d341b40fb6f5f6c Mon Sep 17 00:00:00 2001 From: Chris Lowis Date: Fri, 20 Jun 2025 12:32:41 +0100 Subject: [PATCH] Remove technologies, clients, services from homepage --- index.html | 58 ------------------------------------------------------ 1 file changed, 58 deletions(-) diff --git a/index.html b/index.html index 7143c12..b159198 100644 --- a/index.html +++ b/index.html @@ -70,64 +70,6 @@ layout: home -
-
-
-

Clients

-

Here are some of the amazing clients we have worked with so far

-
- {% assign clients = site.clients %} - {% for client in clients %} -
-
-
- {% endfor %} -
-
-
-
- -
-
-
- -

Services

-

Here are the services the network are able to offer

- -
- {% for service in site.services %} - - {% endfor %} -
-
-
- -
-
-
- -

Technologies

-

Here are some of the technologies we are currently using - the list continues to grow!

- -
- {% for technology in site.technologies %} - - {% endfor %} -
-
-
-
-