2017-07-01 12:57:10 +00:00
|
|
|
|
<!doctype html>
|
2019-07-05 16:56:48 +00:00
|
|
|
|
<html lang="en" prefix="og: http://ogp.me/ns#">
|
2017-07-01 12:57:10 +00:00
|
|
|
|
|
|
|
|
|
{% include head.html %}
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
<header>
|
|
|
|
|
|
|
|
|
|
<div data-sticky-container style="height: 82.7812px;">
|
|
|
|
|
<div class="top-bar sticky iss-stuck is-at-top" data-sticky data-margin-top=0>
|
|
|
|
|
<div class="top-bar-title">
|
|
|
|
|
<strong>
|
2018-11-29 16:20:30 +00:00
|
|
|
|
<a id="logo" href="/">
|
2019-04-25 14:50:34 +00:00
|
|
|
|
<img src="/assets/img/CoTech-logo.png">CoTech
|
2017-07-01 13:05:23 +00:00
|
|
|
|
</a>
|
|
|
|
|
</strong>
|
|
|
|
|
<span data-responsive-toggle="responsive-menu" data-hide-for="medium">
|
|
|
|
|
<button class="menu-icon dark" type="button" data-toggle></button>
|
|
|
|
|
</span>
|
2017-07-01 12:57:10 +00:00
|
|
|
|
</div>
|
|
|
|
|
<div id="responsive-menu">
|
|
|
|
|
<div class="top-bar-right">
|
|
|
|
|
<ul class="dropdown menu vertical medium-horizontal" data-magellan>
|
2019-04-25 13:17:00 +00:00
|
|
|
|
<li><a href="/#members">Members</a></li>
|
|
|
|
|
<li><a href="/#clients">Clients</a></li>
|
|
|
|
|
<li><a href="/#services">Services</a></li>
|
|
|
|
|
<li><a href="/#technologies">Technologies</a></li>
|
|
|
|
|
<li><a href="/about">About</a></li>
|
|
|
|
|
<li><a href="/join">Join</a></li>
|
|
|
|
|
<li><a href="/manifesto">Manifesto</a></li>
|
|
|
|
|
<li><a href="/#contact" class="button">Get In Touch</a></li>
|
2017-07-01 12:57:10 +00:00
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</header>
|
|
|
|
|
|
|
|
|
|
<div class="home">
|
|
|
|
|
|
2017-07-01 17:36:39 +00:00
|
|
|
|
<div id="banner">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="small-12 columns">
|
2018-11-30 15:59:59 +00:00
|
|
|
|
<h1 class="is-hidden">Cooperative Technologists</h1>
|
|
|
|
|
<p class="homepage-message">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>
|
2017-07-01 17:36:39 +00:00
|
|
|
|
<span>
|
|
|
|
|
<a id="video" data-open="video-modal"><i class="fi-play"></i>Watch video</a>
|
|
|
|
|
<a id="our-manifesto" href="manifesto">Our manifesto</a>
|
|
|
|
|
</span>
|
|
|
|
|
<div class="reveal large" id="video-modal" data-reveal>
|
|
|
|
|
<div class="flex-video widescreen">
|
|
|
|
|
<iframe width="420" height="315" src="https://player.vimeo.com/video/196080655" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
|
|
|
|
|
</div>
|
2017-07-01 12:57:10 +00:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{{ content }}
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% include footer.html %}
|
|
|
|
|
|
2017-07-01 17:42:02 +00:00
|
|
|
|
{% include javascripts.html %}
|
2017-07-01 12:57:10 +00:00
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|