1 <%# Copyright (C) The Arvados Authors. All rights reserved.
3 SPDX-License-Identifier: AGPL-3.0 %>
5 <% content_for :js do %>
7 $('button.login').button().click(function(){window.location=$(this).attr('href')});
11 <img class="arvados-logo" src="<%= asset_path('logo.png') %>" style="display:block; margin:2em auto" alt="arvados logo"/>
12 <div style="width:30em; margin:2em auto 0 auto">
16 <% if !current_user and session['invite_code'] %>
18 <p>Arvados lets you manage and process biomedical data.</p>
19 <p style="float:right;margin-top:1em">
20 <button class="login" href="/login">Log in and get started</button>
25 <% if !current_user %>
26 <p style="float:right;margin-top:1em">
27 <a href="/login">Log in here.</a>
33 <div style="clear:both;height:8em"></div>