Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make bootstrap5 compatible and update docs links #8

Merged
merged 10 commits into from
Jan 28, 2025
5 changes: 5 additions & 0 deletions extra-assets/css/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
font-weight: bold;
}

[data-bs-theme="dark"] .lead {
color: lightgray;
font-weight: bold;
}

#new-user {
font-weight: 600;
}
Expand Down
4 changes: 0 additions & 4 deletions jupyterhub_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
"interface_selector": True,
"default_url": "/rstudio",
"extra_css": "veda.css",
"docs": {
"home": "https://nasa-impact.github.io/veda-docs/",
"access_request": "https://nasa-impact.github.io/veda-docs/services/jupyterhub.html#getting-access-to-vedas-jupyterhub-environment",
},
"org": {
"name": "The Visualization, Exploration, and Data Analysis (VEDA)",
"url": "https://www.earthdata.nasa.gov/esds/veda",
Expand Down
7 changes: 4 additions & 3 deletions templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</div>
<div class="docs">
<a
href="https://nasa-impact.github.io/veda-docs/"
href="https://docs.openveda.cloud"
target="_blank"
rel="noopener"
style="text-decoration: none;"
Expand Down Expand Up @@ -103,7 +103,7 @@
<button
type="button"
class="btn btn-primary"
data-dismiss="modal"
data-bs-dismiss="modal"
style="float: right"
>
Close
Expand Down Expand Up @@ -159,7 +159,8 @@ <h1 class="lead">
<span id="new-user"> New user? </span> Please see our documentation
about
<a
href="https://nasa-impact.github.io/veda-docs/services/jupyterhub.html#getting-access-to-vedas-jupyterhub-environment"
href="https://docs.openveda.cloud/nasa-veda-platform/scientific-computing/getting-access.html"
class="text-decoration-none"
target="_blank"
rel="noopener"
>
Expand Down