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

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">