mirror of
https://git.coop/cotech/website.git
synced 2026-02-08 13:49:02 +00:00
Various tweaks based on design feedback
Tommy sent over some feedback, and I've tried to incorporate it. I've brought in the Light variant of the Source Serif font, as although figma uses Regular, these seemed to render too heavy in browsers even with the smoothing options I also added.
This commit is contained in:
16
index.html
16
index.html
@ -5,15 +5,15 @@ layout: default
|
||||
|
||||
<section class="grid grid-uneven">
|
||||
<div class="stack">
|
||||
<h1>We're building a cooperative digital economy</h1>
|
||||
<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>
|
||||
|
||||
<p class="intro">We design, build, and support digital and creative products for
|
||||
<p>We design, build, and support digital and creative products for
|
||||
organisations that want values-aligned tech.</p>
|
||||
|
||||
<img class="rounded" src="assets/img/richard.jpg" alt="Photo of Richard from Agile Collective giving a talk about CoTech" />
|
||||
<img class="rounded rectangle" src="assets/img/richard.jpg" alt="Photo of Richard from Agile Collective giving a talk about CoTech" />
|
||||
|
||||
<div class="switcher">
|
||||
<a class="btn" href="/hire">Hire our co-ops</a>
|
||||
@ -22,10 +22,18 @@ layout: default
|
||||
</div>
|
||||
|
||||
<div class="large-only">
|
||||
<img src="assets/img/decoration.svg" alt="Brand image with stylised lettering of the word 'Cotech'" />
|
||||
<img class="stretch" src="assets/img/decoration.svg" alt="Brand image with stylised lettering of the word 'Cotech'" />
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{% include services.html %}
|
||||
|
||||
<section>
|
||||
<a class="btn" href="/hire">Hire our co-ops</a>
|
||||
</section>
|
||||
|
||||
{% include our_members.html %}
|
||||
|
||||
<section>
|
||||
<a class="btn w-full" href="/hire">Hire our co-ops</a>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user