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:
26
index.html
26
index.html
@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user