3
0
mirror of https://git.coop/cotech/website.git synced 2025-12-17 09:37:32 +00:00
Files
cotech-website/about.html
Chris Lowis ced5d2ad0e Refactor hero into grid-uneven and large-only classes
This makes it possible to reuse this CSS for the about page layout.
2025-12-16 15:48:34 +00:00

45 lines
1.9 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: About
layout: default
---
<section class="grid grid-uneven">
<div class="stack">
<h1>About CoTech</h1>
<p class="large">Co-operative Technologists (CoTech) is a growing network of tech and digital service co-operatives working to reshape the technology sector in the UK.</p>
<p>Our members are worker-owned  and operate democratically, giving workers (and, in some cases, customers) control and ownership over the business. CoTech was founded at Wortley Hall in 2016 and became the first sector specific arm of the worker.coop federation in September 2024.</p>
<p>We believe that businesses owned and run by their workers can create better workplaces, deliver higher quality products, and provide greater value to customers. Unlike traditional businesses, we have no private shareholders extracting profits.</p>
</div>
<div>
<img class="rounded" src="assets/img/stickies.jpg" alt="" />
</div>
</section>
<section class="grid grid-uneven">
<div class="large-only">
<img class="rounded" src="assets/img/maria.jpg" alt="" />
</div>
<div>
<p class="large">We strive to be a model of thought leadership and innovation in the tech sector and the progressive business movement. Our aim is to change both our industry and society through cooperation.</p>
</div>
</section>
<section class="grid">
<div class="box stack">
<h2>For clients</h2>
<p class="intro">CoTech gives you access to multiple specialist co-ops through a single network. Give us your brief or tell us your challenge and well connect you with the right coops for the job.</p>
<a class="btn" href="#">Hire our coops</a>
</div>
<div class="box stack">
<h2>For co-ops</h2>
<p class="intro">If youre coop curious, an open source fanatic, or a tech coop looking for community, were here for you.  Join our community and participate in our conversations.</p>
<a class="btn" href="#">Join the network</a>
</div>
</section>