Merge branch '8784-dir-listings'
[arvados.git] / services / api / app / views / static / intro.html.erb
1 <%# Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 %>
4
5 <% content_for :js do %>
6 $(function(){
7   $('button.login').button().click(function(){window.location=$(this).attr('href')});
8 });
9 <% end %>
10 <div id="intropage">
11   <img class="curoverse-logo" src="<%= asset_path('logo.png') %>" style="display:block; margin:2em auto"/>
12   <div style="width:30em; margin:2em auto 0 auto">
13     <h1>Welcome</h1>
14     <h4>Curoverse ARVADOS</h4>
15
16     <% if !current_user and session['invite_code'] %>
17
18     <p>Curoverse Arvados lets you manage and process human genomes and exomes.  You can start using the private beta
19     now with your Google account.</p>
20     <p style="float:right;margin-top:1em">
21       <button class="login" href="/auth/joshid">Log in and get started</button>
22     </p>
23
24     <% else %>
25
26     <p>Curoverse ARVADOS is transforming how researchers and
27     clinical geneticists use whole genome sequences. </p>
28     <p>If you&rsquo;re interested in learning more, we&rsquo;d love to hear
29     from you &mdash;
30     contact <a href="mailto:arvados@curoverse.com">arvados@curoverse.com</a>.</p>
31
32     <% if !current_user %>
33     <p style="float:right;margin-top:1em">
34       <a href="/auth/joshid">Log in here.</a>
35     </p>
36     <% end %>
37
38     <% end %>
39
40     <div style="clear:both;height:8em"></div>
41   </div>
42 </div>