Replaced Third Sector logo, turned client logos into grid, minor layout adjustments

This commit is contained in:
hazelnot 2021-09-16 16:01:20 +03:00
parent b78a74108f
commit 8a8f21536a
3 changed files with 133 additions and 7 deletions

View File

@ -270,4 +270,22 @@ footer .separator {
.post-metadata {
text-transform: uppercase;
}
}
.cofunders{
margin-top: 2rem;
}
.cofunders p{
margin-left: 1rem;
margin-bottom: 0 !important;
}
.client-logos{
margin-top: 2rem;
display: grid;
grid-template-rows: 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
gap: 1rem;
justify-content: center;
}

View File

@ -16,16 +16,16 @@
<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>
<div class="columns is-multiline is-tablet is-variable is-vcentered cofunders">
<h2 class="is-uppercase is-size-4 has-text-weight-bold">co-funders:</h2>
<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><a href="https://www.neuronicgames.com/"><img src='/logos/neuronic-games.png'></a></div>
<div><a href="https://www.fashionrevolution.org/"><img src='/logos/fashion-rev.svg' height="150px"></a></div>
<div><a href="https://biobulkbende.org/"><img src='/logos/biobulkbende.png'></a></div>
<div><a href="https://www.thirdsectoraccountancy.coop/"><img src='/logos/third-sector-accountancy.svg' style="height:150px;"></a></div>
<div><a href="https://anarchyrules.info/"><img src='/logos/anarchy-rules.png' style="height:150px;"></a></div>
</div>
</div>
</div>

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 27 KiB