mirror of
https://git.coop/cotech/website.git
synced 2024-11-24 23:53:07 +00:00
Beautify home page HTML
And make URLs relative vs absolute.
This commit is contained in:
parent
634998db93
commit
f43e401e8b
@ -8,15 +8,16 @@
|
||||
<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="https://www.coops.tech/">
|
||||
<img src="https://www.coops.tech/app/themes/coop-tech-oowp-theme/public/img/CoTech-logo.png">CoTech
|
||||
</a>
|
||||
</strong>
|
||||
<span data-responsive-toggle="responsive-menu" data-hide-for="medium"><button class="menu-icon dark" type="button" data-toggle></button></span>
|
||||
<a id="logo" href="/">
|
||||
<img src="/app/themes/coop-tech-oowp-theme/public/img/CoTech-logo.png">CoTech
|
||||
</a>
|
||||
</strong>
|
||||
<span data-responsive-toggle="responsive-menu" data-hide-for="medium">
|
||||
<button class="menu-icon dark" type="button" data-toggle></button>
|
||||
</span>
|
||||
</div>
|
||||
<div id="responsive-menu">
|
||||
<div class="top-bar-right">
|
||||
@ -30,32 +31,29 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
||||
<div class="home">
|
||||
|
||||
<div id="banner">
|
||||
<div class="row">
|
||||
<div class="small-12 columns">
|
||||
<h1>Cooperative Technologists</h1>
|
||||
<p>Building a tech industry that's better for its workers and customers through co-operation, democracy and worker ownership.</p>
|
||||
<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>
|
||||
<div id="banner">
|
||||
<div class="row">
|
||||
<div class="small-12 columns">
|
||||
<h1>Cooperative Technologists</h1>
|
||||
<p>Building a tech industry that's better for its workers and customers through co-operation, democracy and worker ownership.</p>
|
||||
<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>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{ content }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user