3
0
mirror of https://git.coop/cotech/website.git synced 2025-10-06 14:34:35 +00:00

Apply brand guidelines to site

Creative Co-op have recently prepared some brand guidelines for
CoTech, including a new logo, typography suggestions and background
images. This commit restyles the site to apply, as best we can, these
guidelines. It's hard to split this into smaller commits because the
decision to use a black background colour means many things have to
change.

Notably we've removed the "about/join" footer, as it was hard to
choose a bg colour and without one it became more apparent that this
footer was more in the way than useful.

Co-authored-by: Natasha Natarajan <natasha@outlandish.com>
This commit is contained in:
Chris Lowis
2025-06-30 20:30:31 +01:00
parent 877836953a
commit 7253e408cb
10 changed files with 588 additions and 57 deletions

View File

@ -5,14 +5,16 @@
{% include header.html %}
<section class="hero">
<h1 class="hero_title">Cooperative Technologists</h1>
<p class="hero_body">Creative technology companies, fully owned and controlled by
<div class="hero_container">
<h1 class="hero_title">Cooperative Technologists</h1>
<h2 class="hero_body">Creative technology companies, fully owned and controlled by
the people who do the work.<br />
Cooperative ownership means tech thats better for its workers and customers.</p>
Cooperative ownership means tech thats better for its workers and customers.</h2>
<span class="hero_button">
<a href="/about#manifesto">Our manifesto</a>
</span>
<span class="hero_button">
<a href="/about#manifesto">Our manifesto</a>
</span>
</div>
</section>
{{ content }}