3
0
mirror of https://git.coop/cotech/website.git synced 2025-12-18 01:07:31 +00:00

Apply decoration to homepage hero section

This commit is contained in:
Chris Lowis
2025-12-15 17:29:55 +00:00
parent 0b6c5302ec
commit f8d28d8aa3
3 changed files with 815 additions and 11 deletions

View File

@ -3,20 +3,26 @@ title: CoTech
layout: default
---
<section class="stack">
<h1>We're building a cooperative digital economy</h1>
<section class="hero">
<div class="hero__left stack">
<h1>We're building a cooperative digital economy</h1>
<p class="large">CoTech is a UK-wide network of creative technology companies
fully owned and controlled by the people who do the work.</p>
<img class="rounded" src="assets/img/richard.jpg" alt="" />
<p class="large">CoTech is a UK-wide network of creative technology companies
fully owned and controlled by the people who do the work.</p>
<img class="rounded" src="assets/img/richard.jpg" alt="" />
<p>We design, build, and support digital and creative products for
organisations that want values-aligned tech.</p>
<p>We design, build, and support digital and creative products for
organisations that want values-aligned tech.</p>
<div class="switcher">
<a class="btn" href="#">Hire our coops</a>
<a class="btn" href="#">Join the network</a>
<div class="switcher">
<a class="btn" href="#">Hire our coops</a>
<a class="btn" href="#">Join the network</a>
</div>
</div>
<div class="hero__right">
<img src="assets/img/decoration.svg" alt="" />
</div>
</section>