Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frontend
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jupyter4nfdi
frontend
Commits
53d60123
Commit
53d60123
authored
11 months ago
by
Tim Kreuzer
Browse files
Options
Downloads
Plain Diff
Merge branch 'staging' into 'production'
Staging See merge request
!3
parents
be8cd3b6
752cf72c
Branches
Branches containing commit
No related tags found
1 merge request
!3
Staging
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/login.html
+1
-2
1 addition, 2 deletions
templates/login.html
with
1 addition
and
2 deletions
templates/login.html
+
1
−
2
View file @
53d60123
...
...
@@ -54,13 +54,12 @@
<button
type=
"button"
data-bs-target=
"#login-carousel"
data-bs-slide-to=
"0"
class=
"active"
aria-current=
"true"
aria-label=
"Slide 1"
></button>
<button
type=
"button"
data-bs-target=
"#login-carousel"
data-bs-slide-to=
"1"
aria-label=
"Slide 2"
></button>
<button
type=
"button"
data-bs-target=
"#login-carousel"
data-bs-slide-to=
"2"
aria-label=
"Slide 3"
></button>
<button
type=
"button"
data-bs-target=
"#login-carousel"
data-bs-slide-to=
"3"
aria-label=
"Slide 4"
></button>
</div>
<div
class=
"carousel-inner"
>
{{ carousel_item("Jupyter Notebooks", "https://jupyter-notebook.readthedocs.io/en/stable/notebook.html",
"Share your Workflows", "Jupyter4NFDI allows you to create and share documents that contain
live code, equations, visualizations and explanatory text. Uses include: data cleaning and transformation,
numerical simulation, statistical modeling, machine learning and much more.")
numerical simulation, statistical modeling, machine learning and much more."
, "active"
)
}}
{{ carousel_item("JupyterLab", "https://jupyterlab.readthedocs.io", "Next-Generation Notebook Interface",
...
...
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