cotech-website/_layouts/default.html

44 lines
986 B
HTML
Raw Normal View History

2017-07-01 12:06:31 +00:00
<!doctype html>
<html lang="en-US">
2017-07-01 12:36:32 +00:00
{% include head.html %}
2017-07-01 12:06:31 +00:00
<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>
2017-07-01 14:09:38 +00:00
<a id="logo" href="/">
<img src="{{ site.github.url }}/app/themes/coop-tech-oowp-theme/public/img/CoTech-logo.png">CoTech
</a>
</strong>
2017-07-01 12:06:31 +00:00
<a class="back" href="/">&#8592; Go Back</a>
</div>
</div>
</div>
</header>
<div>
<div id="page-banner">
<div class="row">
<div class="small-centered small-12 medium-10 large-8 columns">
<h2>{{ page.heading }}</h2>
</div>
</div>
</div>
{{ content }}
</div>
2017-07-01 12:36:32 +00:00
{% include footer.html %}
2017-07-01 12:06:31 +00:00
<script type='text/javascript' src='{{ site.github.url }}/app/themes/coop-tech-oowp-theme/public/js/app.js?ver=4.8'></script>
</body>
</html>