Add clients to coop layout
This commit is contained in:
parent
3fa79b343e
commit
22dc625b4c
@ -124,6 +124,22 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- /Technologies -->
|
<!-- /Technologies -->
|
||||||
|
|
||||||
|
<!-- Clients -->
|
||||||
|
<section>
|
||||||
|
<h4>Clients</h4>
|
||||||
|
|
||||||
|
<div class="row small-up-2 medium-up-3 large-up-3">
|
||||||
|
{% for client in page.clients %}
|
||||||
|
{% assign c = site.clients | where: "slug", client | first %}
|
||||||
|
<div class="column client-thumb-container">
|
||||||
|
<div class="client-thumb" style="background-image: url(/images/clients/{{ c.slug }}.png)"></div>
|
||||||
|
<h5 class="client-thumb-header">{{ c.name }}</h5>
|
||||||
|
</div>
|
||||||
|
{% endfor %}
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- /Clients -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user