* A couple of tweaks in response to Tom's feedback
[arvados.git] / apps / workbench / app / views / users / welcome.html.erb
1 <%= image_tag "dax.png", style: "float: right; max-width: 25%; margin-left: 2em" %>
2 <h1>Hi there!  Please log in to use Arvados Workbench.</h1>
3 <div class="row-fluid">
4   <div class="col span8" style="margin-top: 1em">
5     <div class="well clearfix">
6       <p>When you click on the button below you will be taken to a Google sign-in page.
7         After entering your information, you will be redirected back to the Arvados
8         Workbench.  If you have never used Arvados before, logging in for the first
9         time will also create a new user account.  Arvados uses your your name and
10         email address from Google services only for identification, and will never
11         access any personal information.</p>
12       <p>
13         <a  class="pull-right btn btn-primary" href="<%= $arvados_api_client.arvados_login_url(return_to: request.url) %>">
14           Click here to log in to Arvados Workbench with a Google account</a>
15       </p>
16     </div>
17   </div>
18 </div>
19
20