8784: Fix test for latest firefox.
[arvados.git] / services / api / app / views / static / intro.html.erb
1 <% content_for :js do %>
2 $(function(){
3   $('button.login').button().click(function(){window.location=$(this).attr('href')});
4 });
5 <% end %>
6 <div id="intropage">
7   <img class="curoverse-logo" src="<%= asset_path('logo.png') %>" style="display:block; margin:2em auto"/>
8   <div style="width:30em; margin:2em auto 0 auto">
9     <h1>Welcome</h1>
10     <h4>Curoverse ARVADOS</h4>
11
12     <% if !current_user and session['invite_code'] %>
13
14     <p>Curoverse 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>
18     </p>
19
20     <% else %>
21
22     <p>Curoverse ARVADOS is transforming how researchers and
23     clinical geneticists use whole genome sequences. </p>
24     <p>If you&rsquo;re interested in learning more, we&rsquo;d love to hear
25     from you &mdash;
26     contact <a href="mailto:arvados@curoverse.com">arvados@curoverse.com</a>.</p>
27
28     <% if !current_user %>
29     <p style="float:right;margin-top:1em">
30       <a href="/auth/joshid">Log in here.</a>
31     </p>
32     <% end %>
33
34     <% end %>
35
36     <div style="clear:both;height:8em"></div>
37   </div>
38 </div>