mirror of
https://git.coop/cotech/website.git
synced 2024-11-21 22:33:05 +00:00
Add clients to home page
This commit is contained in:
parent
f43e401e8b
commit
876bcee6ea
2
_clients/360-giving.md
Normal file
2
_clients/360-giving.md
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
---
|
2
_clients/oxfam.md
Normal file
2
_clients/oxfam.md
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
---
|
2
_clients/oxford-city-council.md
Normal file
2
_clients/oxford-city-council.md
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
---
|
@ -3,6 +3,8 @@ collections:
|
||||
coops:
|
||||
output: true
|
||||
permalink: /co-op/:name
|
||||
clients:
|
||||
output: false
|
||||
services:
|
||||
output: true
|
||||
permalink: /service/:name
|
||||
|
@ -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
3
_services/development.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
name: Development
|
||||
---
|
BIN
images/clients/360-giving.png
Normal file
BIN
images/clients/360-giving.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
BIN
images/clients/oxfam.png
Normal file
BIN
images/clients/oxfam.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
images/clients/oxford-city-council.png
Normal file
BIN
images/clients/oxford-city-council.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
images/services/development.png
Normal file
BIN
images/services/development.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
16
index.html
16
index.html
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user