2017-06-27 13:58:29 +00:00
|
|
|
---
|
|
|
|
---
|
2017-07-01 14:29:10 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en-US">
|
2017-06-27 13:58:29 +00:00
|
|
|
|
2017-07-01 14:29:10 +00:00
|
|
|
{% include head.html %}
|
2017-06-27 15:37:02 +00:00
|
|
|
|
2017-07-01 14:29:10 +00:00
|
|
|
<body>
|
2017-06-27 14:13:48 +00:00
|
|
|
|
2017-07-01 14:29:10 +00:00
|
|
|
<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>
|
|
|
|
<a id="logo" href="/">
|
|
|
|
<img src="{{ site.github.url }}/app/themes/coop-tech-oowp-theme/public/img/CoTech-logo.png">CoTech
|
|
|
|
</a>
|
|
|
|
</strong>
|
|
|
|
<a class="back" href="/">← Go Back</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</header>
|
2017-06-27 15:08:54 +00:00
|
|
|
|
2017-07-01 14:29:10 +00:00
|
|
|
<div class="coop">
|
2017-06-27 15:08:54 +00:00
|
|
|
|
2017-07-01 14:29:10 +00:00
|
|
|
<div id="page-banner">
|
|
|
|
<div class="row">
|
|
|
|
<div class="small-12 small-centered columns">
|
|
|
|
<a href="{{ page.website }}" target="_blank">
|
|
|
|
<img src="/images/coops/{{ page.slug }}.png" alt="">
|
|
|
|
</a>
|
|
|
|
<h2>{{ page.name }}</h2>
|
|
|
|
<a href="{{ page.website }}" target="_blank">{{ page.website }}</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{% include footer.html %}
|
|
|
|
|
|
|
|
<script type='text/javascript' src='{{ site.github.url }}/app/themes/coop-tech-oowp-theme/public/js/app.js?ver=4.8'></script>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|