3
0
mirror of https://git.coop/cotech/website.git synced 2025-11-08 22:46:31 +00:00
Files
cotech-website/_layouts/home.html
Natasha Natarajan 79202642e1 Edit home.html
2025-11-07 12:34:31 +00:00

27 lines
753 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="en" prefix="og: http://ogp.me/ns#">
{% include head.html %}
<body>
{% include header.html %}
<section class="hero">
<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.</h2>
<h2>Do you have a creative or tech need?
</h2>
<span class="hero_button">
<a href="mailto:contact@cotech.coop">Contact us</a>
</span>
</div>
</section>
{{ content }}
{% include footer.html %}
</body>
</html>