4
0
mirror of https://git.coop/cotech/website.git synced 2025-06-26 08:30:47 +00:00
Files
cotech-website/index.html
Chris Lowis b562b72d44 Add id to contact section
So that we can link to it as #contact
2025-06-25 20:46:14 +01:00

72 lines
2.9 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

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: CoTech
layout: home
---
<section class="slice slice--light-grey">
<div class="metadata">
<div class="metadata_item">
<h6 class="metadata_heading">Co-ops</h6>
<h5 class="metadata_value">{{ site.coops.size }}</h5>
</div>
<div class="metadata_item">
<h6 class="metadata_heading">Staff</h6>
{% assign total_members = 0 %}
{% for coop in site.coops %}
{% assign total_members = total_members | plus: coop.members %}
{% endfor %}
<h5 class="metadata_value">{{ total_members }}+</h5>
</div>
<div class="metadata_item">
<h6 class="metadata_heading">Revenue</h6>
<h5 class="metadata_value">£10.3m</h5>
</div>
<div class="metadata_item">
<h6 class="metadata_heading">Clients</h6>
<h5 class="metadata_value">{{ site.clients.size }}+</h5>
</div>
</div>
</section>
<section class="slice slice--light-grey">
<p>Co-tech is a network of ethical tech, digital and creative co-operatives.</p>
<p>We're part of <a href="https://www.workers.coop">workers.coop</a>, <a href="/join">join us!</a></p>
<p>Working with co-operatives has major benefits: youll work directly with the people who own the business, who have a stake in making sure your project succeeds. With no private shareholders drawing out dividends, youll get genuine value for money. And on top of that, youll get the benefit of working with small and responsive businesses which draw on the skills, specialisms and security of a large network.</p>
<p>Browse our co-operatives and services or get in touch if youd like us to help you find the right co-op partner.</p>
<p>If youre a tech co-op or a co-operatively minded freelancer, <a href="/join">please join us</a>.
</section>
<section id="members" class="slice">
<h2 class="slice_title">Members</h2>
<p class="slice_subtitle">Take a look at who is part of the CoTech network</p>
<div class="logo-grid">
{% for coop in site.coops %}
<a class="logo-grid_link" href="{{ coop.url | relative_url }}">
<div class="logo-grid_item">
<img class="logo-grid_img" src="/images/coops/{{ coop.slug }}" alt="{{ coop.name }}" />
</div>
</a>
{% endfor %}
</div>
</section>
<section id="contact" class="slice slice--blue">
<h2 class="slice_title">Get In Touch</h2>
<p>All the members of CoTech are available to hire, and each has
different specialisms. We vary in size from 2 people to 40+
people. Browse the <a href="#members">members</a> and get in touch
with them directly. We're all committed to being honest about our
capabilites and capacities, and we'll refer you to a different co-op
if we think they'll offer you better value.</p>
<p>If you don't want to hire us but want to find out more about
co-ops, find a job in a co-op or discuss how technology can help
solve the world's myriad problems, please head over to
our <a href="{{ site.forum }}">Discourse forum</a>.</p>
</section>