45 Updated text on the home page

This commit is contained in:
Stephen Cox 2018-11-30 15:59:59 +00:00
parent e1154d2f87
commit f8e0ce8786
2 changed files with 8 additions and 2 deletions

View File

@ -40,8 +40,9 @@
<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>
<h1 class="is-hidden">Cooperative Technologists</h1>
<p class="homepage-message">Creative technology companies, fully owned and controlled by the people who do the work.<br />
Cooperative ownership means tech thats better for its workers and customers.</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>

View File

@ -6577,6 +6577,11 @@ a:focus {
#our-manifesto {
height: 48px !important; }
.homepage-message {
font-size: 1.5em;
font-weight: bold;
}
.reveal-overlay {
z-index: 9999; }