1 <% content_for :js do %>
3 $('button.login').button().click(function(){window.location=$(this).attr('href')});
7 <img class="clinicalfuture-logo" src="<%= asset_path('logo.png') %>" style="display:block; margin:2em auto"/>
8 <div style="width:30em; margin:2em auto 0 auto">
10 <h4>Clinical Future ARVADOS</h4>
12 <% if !current_user and session['invite_code'] %>
14 <p>Clinical Future Arvados lets you manage and process human genomes and exomes. You can start using the private beta
15 now with your Google account.</p>
16 <p style="float:right;margin-top:1em">
17 <button class="login" href="/auth/joshid">Log in and get started</button>
22 <p>Clinical Future ARVADOS is transforming how researchers and
23 clinical geneticists use whole genome sequences. </p>
24 <p>If you’re interested in learning more, we’d love to hear
26 contact <a href="mailto:arvados@clinicalfuture.com">arvados@clinicalfuture.com</a>.</p>
28 <% if !current_user %>
29 <p style="float:right;margin-top:1em">
30 <a href="/auth/joshid">Log in here.</a>
36 <div style="clear:both;height:8em"></div>