diff --git a/envri-hub/deployments/envri-templates/egi-login.html b/envri-hub/deployments/envri-templates/egi-login.html index 82e47654657a75ca5626b4110e60c4e99a23e5a9..b9e1c871d8857cbdf575a8a1137a383887f3dde6 100644 --- a/envri-hub/deployments/envri-templates/egi-login.html +++ b/envri-hub/deployments/envri-templates/egi-login.html @@ -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> diff --git a/envri-hub/deployments/envri-templates/page.html b/envri-hub/deployments/envri-templates/page.html index e0f595fadc7678ac16b1b070d5a5a55589ff9010..f3a6e0c641e26de7f451122fd0f2d335edfa14f0 100644 --- a/envri-hub/deployments/envri-templates/page.html +++ b/envri-hub/deployments/envri-templates/page.html @@ -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>