diff --git a/_config.yml b/_config.yml index 674ba23..93365bf 100644 --- a/_config.yml +++ b/_config.yml @@ -8,6 +8,9 @@ collections: services: output: true permalink: /service/:name + technologies: + output: true + permalink: /technology/:name defaults: - scope: type: coops diff --git a/_coops/agile-collective.md b/_coops/agile-collective.md index 9029ec0..65291df 100644 --- a/_coops/agile-collective.md +++ b/_coops/agile-collective.md @@ -7,6 +7,9 @@ clients: services: - consultancy - development +technologies: + - apache + - bash --- Agile Collective is a small team of designers and developers who make websites for socially positive organisations such as charities, NGOs, social enterprises and educational institutions. We take a highly creative and integrated approach to all of our projects which results in a transparent and empowering working environment for the whole project team – including our client. diff --git a/_technologies/apache.md b/_technologies/apache.md new file mode 100644 index 0000000..923884f --- /dev/null +++ b/_technologies/apache.md @@ -0,0 +1,3 @@ +--- +name: Apache +--- diff --git a/_technologies/bash.md b/_technologies/bash.md new file mode 100644 index 0000000..ff8bebf --- /dev/null +++ b/_technologies/bash.md @@ -0,0 +1,3 @@ +--- +name: Bash +--- diff --git a/images/technologies/apache.png b/images/technologies/apache.png new file mode 100644 index 0000000..44df92d Binary files /dev/null and b/images/technologies/apache.png differ diff --git a/images/technologies/bash.png b/images/technologies/bash.png new file mode 100644 index 0000000..ca493c0 Binary files /dev/null and b/images/technologies/bash.png differ diff --git a/index.html b/index.html index d402d75..a090a68 100644 --- a/index.html +++ b/index.html @@ -109,6 +109,27 @@ layout: home +
+
+
+ +

Technologies

+

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

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