4
0
mirror of https://git.coop/cotech/website.git synced 2025-06-26 16:40:52 +00:00

Style homepage hero

This commit is contained in:
Chris Lowis
2025-06-20 14:49:33 +01:00
parent 1e60c58a6e
commit b4faded4b3
2 changed files with 48 additions and 12 deletions

View File

@ -4,20 +4,18 @@
<body>
{% include header.html %}
<div>
<section>
<h1>Cooperative Technologists</h1>
<p>Creative technology companies, fully owned and controlled by
the people who do the work. Cooperative ownership means tech
thats better for its workers and customers.</p>
<section class="hero">
<h1 class="hero_title">Cooperative Technologists</h1>
<p 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>
<span>
<a href="/about#manifesto">Our manifesto</a>
</span>
</section>
<span class="hero_button">
<a href="/about#manifesto">Our manifesto</a>
</span>
</section>
{{ content }}
</div>
{{ content }}
{% include footer.html %}
</body>