Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
notebooks-operations
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
702
Projekty
notebooks-operations
Commits
d91b2e5b
Commit
d91b2e5b
authored
1 month ago
by
František Dvořák
Browse files
Options
Downloads
Patches
Plain Diff
ENVRI-Hub: update login button for ENVRI-ID
parent
f4024e32
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
envri-hub/deployments/envri-templates/egi-login.html
+2
-7
2 additions, 7 deletions
envri-hub/deployments/envri-templates/egi-login.html
envri-hub/deployments/envri-templates/page.html
+1
-3
1 addition, 3 deletions
envri-hub/deployments/envri-templates/page.html
with
3 additions
and
10 deletions
envri-hub/deployments/envri-templates/egi-login.html
+
2
−
7
View file @
d91b2e5b
...
@@ -26,17 +26,12 @@
...
@@ -26,17 +26,12 @@
environment provides users with notebooks where they can combine text, mathematics,
environment provides users with notebooks where they can combine text, mathematics,
computations and rich media output.
computations and rich media output.
</p>
</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 %}
{% endblock main_intro %}
{% block checkin_button %}
{% block checkin_button %}
<div
class=
"spacer-sm"
></div>
<div
class=
"spacer-sm"
></div>
<p
class=
"text-center"
>
<p
class=
"text-center"
>
<a
role=
"button"
class=
"btn button-blue-background
btn-lg
"
href=
"{{authenticator_login_url}}"
>
<a
role=
"button"
class=
"btn button-blue-background"
href=
"{{authenticator_login_url}}"
>
Continue with E
GI Check-in
Continue with E
NVRI-ID
</a>
</a>
</p>
</p>
<div
class=
"spacer-sm"
></div>
<div
class=
"spacer-sm"
></div>
...
...
This diff is collapsed.
Click to expand it.
envri-hub/deployments/envri-templates/page.html
+
1
−
3
View file @
d91b2e5b
...
@@ -50,13 +50,12 @@ body {
...
@@ -50,13 +50,12 @@ body {
.button-blue-background
{
.button-blue-background
{
margin
:
20px
20px
0px
0px
;
margin
:
20px
20px
0px
0px
;
padding
:
20px
30px
20px
8
0px
;
padding
:
20px
30px
20px
3
0px
;
border-style
:
solid
;
border-style
:
solid
;
border-width
:
2px
;
border-width
:
2px
;
border-color
:
#005faa
;
border-color
:
#005faa
;
border-radius
:
100vw
;
border-radius
:
100vw
;
background-color
:
#005faa
;
background-color
:
#005faa
;
background-image
:
url({{ static_url('images/egi-logo-white.svg')
}
}
);
background-position
:
30px
43%
;
background-position
:
30px
43%
;
background-size
:
36px
;
background-size
:
36px
;
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
...
@@ -70,7 +69,6 @@ body {
...
@@ -70,7 +69,6 @@ body {
.button-blue-background
:hover
{
.button-blue-background
:hover
{
background-color
:
#fff
;
background-color
:
#fff
;
background-image
:
url({{ static_url('images/egi-logo.svg')
}
}
);
color
:
#005faa
;
color
:
#005faa
;
}
}
</style>
</style>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment