Skip to content
Snippets Groups Projects
Commit d91b2e5b authored by František Dvořák's avatar František Dvořák
Browse files

ENVRI-Hub: update login button for ENVRI-ID

parent f4024e32
No related branches found
No related tags found
No related merge requests found
......@@ -26,17 +26,12 @@
environment provides users with notebooks where they can combine text, mathematics,
computations and rich media output.
</p>
<p>
Access requires a valid <a href="https://docs.egi.eu/users/check-in/signup">EGI account</a>
and <a href="https://aai.egi.eu/registry/co_petitions/start/coef:671">enrolling to the
envri-vre:members VO</a>.
</p>
{% endblock main_intro %}
{% block checkin_button %}
<div class="spacer-sm"></div>
<p class="text-center">
<a role="button" class="btn button-blue-background btn-lg" href="{{authenticator_login_url}}">
Continue with EGI Check-in
<a role="button" class="btn button-blue-background" href="{{authenticator_login_url}}">
Continue with ENVRI-ID
</a>
</p>
<div class="spacer-sm"></div>
......
......@@ -50,13 +50,12 @@ body {
.button-blue-background {
margin: 20px 20px 0px 0px;
padding: 20px 30px 20px 80px;
padding: 20px 30px 20px 30px;
border-style: solid;
border-width: 2px;
border-color: #005faa;
border-radius: 100vw;
background-color: #005faa;
background-image: url({{ static_url('images/egi-logo-white.svg') }});
background-position: 30px 43%;
background-size: 36px;
background-repeat: no-repeat;
......@@ -70,7 +69,6 @@ body {
.button-blue-background:hover {
background-color: #fff;
background-image: url({{ static_url('images/egi-logo.svg') }});
color: #005faa;
}
</style>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment