From c1d855e777a211d6cdbade18a132033f28f421db Mon Sep 17 00:00:00 2001 From: Chris Roos Date: Tue, 27 Jun 2017 16:08:54 +0100 Subject: [PATCH] Add services --- _config.yml | 7 +++++++ _coops/agile-collective.md | 2 ++ _coops/go-free-range.md | 3 +++ _coops/outlandish.md | 2 ++ _layouts/co-op.html | 9 +++++++++ _layouts/service.html | 1 + _services/business-analysis.md | 3 +++ _services/consultancy.md | 3 +++ index.html | 12 ++++++++++++ 9 files changed, 42 insertions(+) create mode 100644 _layouts/service.html create mode 100644 _services/business-analysis.md create mode 100644 _services/consultancy.md diff --git a/_config.yml b/_config.yml index e6039ee..06a2220 100644 --- a/_config.yml +++ b/_config.yml @@ -2,8 +2,15 @@ collections: coops: output: true permalink: /co-op/:name + services: + output: true + permalink: /service/:name defaults: - scope: type: coops values: layout: co-op + - scope: + type: services + values: + layout: service diff --git a/_coops/agile-collective.md b/_coops/agile-collective.md index ce44bf5..e19577c 100644 --- a/_coops/agile-collective.md +++ b/_coops/agile-collective.md @@ -1,6 +1,8 @@ --- name: Agile Collective website: http://agile.coop +services: + - consultancy --- 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/_coops/go-free-range.md b/_coops/go-free-range.md index 7ba34db..09c412b 100644 --- a/_coops/go-free-range.md +++ b/_coops/go-free-range.md @@ -1,6 +1,9 @@ --- name: Go Free Range website: http://gofreerange.com +services: + - business-analysis + - consultancy --- We are a co-operative with some of the most experienced web-application developers in the UK offering software development and design. diff --git a/_coops/outlandish.md b/_coops/outlandish.md index c9cddc3..9ae2c1b 100644 --- a/_coops/outlandish.md +++ b/_coops/outlandish.md @@ -1,6 +1,8 @@ --- name: Outlandish website: http://outlandish.com +services: + - business-analysis --- Outlandish is made up of around 20 collaborators and co-owners who love humour, quality code, and apps that challenge the status quo. diff --git a/_layouts/co-op.html b/_layouts/co-op.html index de2b7c5..01f405b 100644 --- a/_layouts/co-op.html +++ b/_layouts/co-op.html @@ -5,3 +5,12 @@ {{ page.name }} {{ content }} + +

Services

+ + diff --git a/_layouts/service.html b/_layouts/service.html new file mode 100644 index 0000000..d25a1ed --- /dev/null +++ b/_layouts/service.html @@ -0,0 +1 @@ +

Coops that offer {{ page.name }}

diff --git a/_services/business-analysis.md b/_services/business-analysis.md new file mode 100644 index 0000000..1d14868 --- /dev/null +++ b/_services/business-analysis.md @@ -0,0 +1,3 @@ +--- +name: Business Analysis +--- diff --git a/_services/consultancy.md b/_services/consultancy.md new file mode 100644 index 0000000..047bfd3 --- /dev/null +++ b/_services/consultancy.md @@ -0,0 +1,3 @@ +--- +name: Consultancy +--- diff --git a/index.html b/index.html index 49d2c99..e345605 100644 --- a/index.html +++ b/index.html @@ -13,3 +13,15 @@ title: CoTech {% endfor %} + +

Services

+ +