make signup button on landing work

This commit is contained in:
Lisa Passing 2015-04-10 14:40:10 +02:00
parent 2deb352f96
commit 797f746c84
2 changed files with 15 additions and 1 deletions

View File

@ -19,6 +19,13 @@
border: 2px solid #73c78d
color: #fff
.landing-centered-wrapper
.button
.sync-spinner
height: 1.45em;
margin-right: 0.3em;
transform: translateY(-0.1em);
.wrapper.centered #top,
.wrapper.centered .topbar,
.wrapper.non-centered .topbar

View File

@ -4,7 +4,14 @@
<div class="large-12 columns" id="hero-copy">
<h1>Test and Deploy with Confidence</h1>
<p>Easily sync your GitHub projects with Travis CI<br class="mobile-break"> and youll be testing your code in minutes!</p>
<a href="#" class="button"><img src="../images/landing-page/sign-in-mascot.svg" class="sign-in-mascot">Sign Up</a>
{{#if auth.signedOut}}
<button {{action "signIn" target="auth"}} class="button"><img src="../images/landing-page/sign-in-mascot.svg" class="sign-in-mascot">Sign Up</button>
{{/if}}
{{#if auth.signingIn}}
<button class="button"><span class="sync-spinner"><i></i><i></i><i></i></span>Signing In</button>
{{/if}}
</div>
<div class="large-12 columns laptop-wrapper">
<div id="laptop">