Add clients to home page

This commit is contained in:
James Mead 2017-07-01 14:38:04 +01:00
parent f43e401e8b
commit 876bcee6ea
11 changed files with 31 additions and 0 deletions

2
_clients/360-giving.md Normal file
View File

@ -0,0 +1,2 @@
---
---

2
_clients/oxfam.md Normal file
View File

@ -0,0 +1,2 @@
---
---

View File

@ -0,0 +1,2 @@
---
---

View File

@ -3,6 +3,8 @@ collections:
coops:
output: true
permalink: /co-op/:name
clients:
output: false
services:
output: true
permalink: /service/:name

View File

@ -1,8 +1,12 @@
---
name: Agile Collective
website: http://agile.coop
clients:
- oxfam
- oxford-city-council
services:
- consultancy
- development
---
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.

3
_services/development.md Normal file
View File

@ -0,0 +1,3 @@
---
name: Development
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
images/clients/oxfam.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -73,6 +73,22 @@ layout: home
</div>
</section>
<section id="clients" data-magellan-target="clients">
<div class="row">
<div class="small-12 columns">
<h2>Clients</h2>
<p>Here are some of the amazing clients we have worked with so far</p>
<div class="row small-up-2 medium-up-3 large-up-6">
{% for client in site.clients %}
<div class="column">
<div class="client-thumb" style="background-image: url(/images/clients/{{ client.slug }}.png)"></div>
</div>
{% endfor %}
</div>
</div>
</div>
</section>
<section id="services" data-magellan-target="services">
<div class="row">
<div class="small-12 columns">