wrap client logos in div

This commit is contained in:
Aadil Ayub 2021-09-16 17:13:34 +05:00
parent d9e7c42e28
commit b78a74108f
1 changed files with 15 additions and 14 deletions

View File

@ -13,20 +13,21 @@
<a href="{{ site.Params.links.autonomicSite }}"><button class="button is-autonomic has-text-white is-large">visit: autonomic.zone</button></a>
</div>
<div class="columns is-multiline is-tablet is-variable is-vcentered">
<div class="column is-one-quarter is-full-mobile">
</div>
<div class="columns is-multiline is-tablet is-variable is-vcentered">
<h2 class="is-uppercase is-size-4 has-text-weight-bold">co-funders:</h2><br><br><br><br>
<p class="is-size-4 block">Autonomic is providing Co-op Cloud hosted services for these fine folks:</p>
<p><a href="https://www.thirdsectoraccountancy.coop/"><img src='/logos/third-sector-accountancy.png' style="height:150px;"></a>
<a href="https://www.neuronicgames.com/"><img src='/logos/neuronic-games.png'></a>
<a href="https://www.fashionrevolution.org/"><img src='/logos/fashion-rev.svg' height="150px"></a>
<a href="https://biobulkbende.org/"><img src='/logos/biobulkbende.png'></a>
<a href="https://anarchyrules.info/"><img src='/logos/anarchy-rules.png' style="height:150px;"></a>
</p>
</div>
<div class="column is-one-quarter is-full-mobile">
</div>
<div class="columns is-multiline is-tablet is-variable is-vcentered">
<h2 class="is-uppercase is-size-4 has-text-weight-bold">co-funders:</h2><br><br><br><br>
<p class="is-size-4 block">Autonomic is providing Co-op Cloud hosted services for these fine folks:</p>
<div class="client-logos">
<a href="https://www.thirdsectoraccountancy.coop/"><img src='/logos/third-sector-accountancy.png' style="height:150px;"></a>
<a href="https://www.neuronicgames.com/"><img src='/logos/neuronic-games.png'></a>
<a href="https://www.fashionrevolution.org/"><img src='/logos/fashion-rev.svg' height="150px"></a>
<a href="https://biobulkbende.org/"><img src='/logos/biobulkbende.png'></a>
<a href="https://anarchyrules.info/"><img src='/logos/anarchy-rules.png' style="height:150px;"></a>
</div>
</div>
</div>
</div>
</div>