3
0
mirror of https://git.coop/cotech/website.git synced 2025-12-20 17:37:32 +00:00

Add join page

This commit is contained in:
Chris Lowis
2025-12-16 13:16:06 +00:00
parent 333011f77c
commit 68e481bb81
2 changed files with 71 additions and 58 deletions

71
join.html Normal file
View File

@ -0,0 +1,71 @@
---
title: Join us
layout: default
---
<section class="grid grid-uneven">
<div class="stack">
<h1>Join us</h1>
<p class="large">Were a membership community for existing worker co-ops in tech, digital, creative or adjacent services. Were also a hub for co-operatively minded individuals who are interested in what we do.</p>
</div>
<div>
<img class="rounded" src="assets/img/stickies.jpg" alt="" />
</div>
</section>
<section class="grid grid-uneven">
<div class="stack">
<h2>For existing tech co-ops</h2>
<p>If youre a worker-owned co-operative providing digital or technical services in the UK, wed love you to join CoTech.</p>
<p>Our membership is via the workers.coop federation. It costs 0.1% of your labour costs from the last financial year (min. £150 + VAT). You get all workers.coop benefits plus CoTechs sector-specific ones.</p>
<a class="btn" href="#">Join workers.coop</a>
</div>
<div>
<img class="rounded" src="assets/img/workers-coop-logo.png" alt="" />
</div>
</section>
<section class="stack">
<h2>Why join us?</h2>
<div class="grid">
<div class="box stack">
<h3 class="title">More community</h3>
<ul>
<li>A transparent, friendly group of mission-driven co-op founders and worker-owners</li>
<li>Monthly online calls</li>
<li>Twice-yearly in-person gatherings around the UK</li>
<li>An active Discourse forum to share events, skills and work (with private channels)</li>
<li>Peer-to-peer mentoring and shadowing</li>
</ul>
</div>
<div class="box stack">
<h3 class="title">More skills</h3>
<ul>
<li>Develop business skills</li>
<li>Share challenges of working in the digital/tech sector</li>
<li>Swap tools, processes and experience</li>
<li>Supplement your team with skills that you dont have through collaboration and training</li>
</ul>
</div>
<div class="box stack">
<h3 class="title">More work</h3>
<ul>
<li>Strengthen your co-ops reputation and value proposition by association with CoTech</li>
<li>Generate leads through the CoTech brand and presence at sector events</li>
<li>Get referrals from other members</li>
<li>Create collaboration opportunities on joint projects across the network</li>
<li>Offer services you dont have in-house</li>
</ul>
</div>
</div>
</section>