mirror of
https://git.coop/cotech/website.git
synced 2024-11-04 15:48:42 +00:00
29 lines
1.1 KiB
HTML
29 lines
1.1 KiB
HTML
<footer>
|
|
<div class="footer-upper">
|
|
<div class="row">
|
|
<div class="small-12 columns">
|
|
|
|
<div class="menu-centered">
|
|
<ul class="menu">
|
|
<li><a href="{{ site.github.url }}/about">About <span>»</span></a></li>
|
|
<li><a href="{{ site.github.url }}/join">Join <span>»</span></a></li>
|
|
<li><a href="{{ site.github.url }}/manifesto">Manifesto <span>»</span></a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="footer-lower">
|
|
<div class="row">
|
|
<div class="small-12 columns">
|
|
<img src="{{ site.github.url }}/app/themes/coop-tech-oowp-theme/public/img/coop-logo.png" class="float-center" />
|
|
<p>Site developed by <a href="http://glowboxdesign.co.uk" target="_blank">Glowbox Design</a> & <a href="http://outlandish.com" target="_blank">Outlandish</a>.</p>
|
|
<p>Source code available on <a href="https://github.com/cotech/website" target="_blank">GitHub</a>.</p>
|
|
<p>Hosted by <a href="https://www.webarchitects.co.uk" target="_blank">Webarchitects</a> for CoTech ©2017</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|