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:
@ -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
|
||||
that’s 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 that’s 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>
|
||||
|
Reference in New Issue
Block a user