4
0
mirror of https://git.coop/cotech/website.git synced 2025-06-26 16:40:52 +00:00
Files
cotech-website/_layouts/home.html
2025-06-20 14:43:49 +01:00

25 lines
588 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 %}
<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>
<span>
<a href="/about#manifesto">Our manifesto</a>
</span>
</section>
{{ content }}
</div>
{% include footer.html %}
</body>
</html>