forked from autonomic-cooperative/cotech-website
_clients
_coops
_includes
footer.html
head.html
header.html
javascripts.html
_layouts
_services
_technologies
_uploads
app
images
scripts
.gitignore
.gitlab-ci.yml
.ruby-version
Gemfile
Gemfile.lock
README.md
_config.yml
about.md
favicon.ico
index.html
join.md
manifesto.md
We don't need to include the whole url in each page if we're being served from the root of a domain.
15 lines
452 B
HTML
15 lines
452 B
HTML
<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="/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>
|