coopcloud.tech/themes/coopcloud.tech/layouts/partials/index/autonomic_hero.html

35 lines
1.9 KiB
HTML

<section id="who-is-involved" class="section is-autonomic">
<div class ="container">
<div class="">
<h1 class="is-uppercase is-size-3 has-text-weight-bold">Who is involved</h1>
<hr class="hr-header has-background-white">
</div>
<div class="columns is-multiline is-tablet is-variable is-vcentered">
<div class="column is-one-quarter is-full-mobile">
<img id="autonomic-logo" alt="Autonomic Logo" width="350px" src="/svg/autonomic_logo_white.svg">
</div>
<div class="column is-half-widescreen is-two-thirds-tablet is-offset-1 is-desktop">
<p class="is-size-4 block">{{ site.Data.who_is_involved.text }}</p>
<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 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">
<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>
</div>
</div>
</section>