3
0
mirror of https://git.coop/cotech/website.git synced 2025-12-18 19:57:32 +00:00

Add "why co-ops?" page

This commit is contained in:
Chris Lowis
2025-12-16 13:38:29 +00:00
parent e71acb9f7a
commit 55813e23a4
4 changed files with 107 additions and 0 deletions

79
why_coops.html Normal file
View File

@ -0,0 +1,79 @@
---
title: About
layout: default
---
<section class="grid grid-uneven">
<div class="stack">
<h1>Why co-ops?</h1>
<p class="large">Co-operatives are businesses in many sectors and
in many sizes, but with one crucial difference: they are owned and
democratically controlled by their members. That means people in
the business, not external shareholders, set the direction and
share the value.</p>
<p>CoTech coops are worker-owned co-operatives, meaning that the members are the workers. So the people delivering the projects co-own and control the business together.</p>
</div>
<div>
<img class="rounded" src="assets/img/dots.svg" alt="" />
</div>
</section>
<section class="w-two-thirds">
<div class="box stack">
<p class="large">Cooperatives around the world are values-based
organisations, committed to the seven cooperative principles.</p>
<p class="intro">Learn more about the seven co-operative
principles directly from Co-operatives UK.</p>
<a class="btn" href="https://www.uk.coop/understanding-co-ops/what-co-op/co-op-values-and-principles">Co-op values and principles</a>
</div>
</section>
<section class="stack">
<h2>Advantages of working with our co-ops</h2>
<div class="grid grid-dense">
<div class="box stack">
<h3 class="title">Delivery over dividends</h3>
<p>Decisions are made to deliver good projects, not to maximise
shareholder profit.</p>
</div>
<div class="box stack">
<h3 class="title">You work with the owners</h3>
<p>The people delivering your project have a direct stake in the outcome, so quality and long-term fit matter.</p>
</div>
<div class="box stack">
<h3 class="title">Budgets that go further</h3>
<p>With fewer hierarchies, we can be transparent about costs and are able to design work around your budget.</p>
</div>
<div class="box stack">
<h3 class="title">Ethical by design</h3>
<p>Were mission-led and worker-owned so your spend supports people, inherently delivering social value.</p>
</div>
<div class="box stack">
<h3 class="title">Cutting edge, ethical tech</h3>
<p>We have proven success with open-source and ethical tech. Well help you explore alternative options alongside mainstream tools.</p>
</div>
<div class="box stack">
<h3 class="title">Long-term, user-centred relationships</h3>
<p>We prioritise customer service and user needs, so you dont just get a launch, you get people-centered support.</p>
</div>
<div class="box stack">
<h3 class="title">Security and trust</h3>
<p>We prioritise data security and responsible use of technology.</p>
</div>
<div class="box stack">
<h3 class="title">Collaborative, low lock-in</h3>
<p>We collaborate across co-ops, bringing in specialists for joint projects when you need them.</p>
</div>
<div class="box stack">
<h3 class="title">UK-based network of SMEs</h3>
<p>UK skills & communities with the responsiveness of small teams.</p>
</div>
</div>
<a class="btn" href="#">Hire our co-ops</a>
</section>