Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
csusb jupyterhub custom templates
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
Youngsu Kim
csusb jupyterhub custom templates
Commits
912427b4
Commit
912427b4
authored
2 years ago
by
youngsuKim-CSUSB
Browse files
Options
Downloads
Patches
Plain Diff
Test templates
parent
b9c11cc0
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
login.html
+9
-7
9 additions, 7 deletions
login.html
page.html
+15
-0
15 additions, 0 deletions
page.html
with
24 additions
and
7 deletions
login.html
+
9
−
7
View file @
912427b4
<!-- This test file is based on
https://github.com/pangeo-data/pangeo-custom-jupyterhub-templates/blob/master/templates/page.html -->
{% extends "templates/login.html" %}
{% extends "templates/login.html" %}
{% block main %}
{% block main %}
<div
class=
"container text-center
pangeo
"
>
<div
class=
"container text-center
csusb
"
>
<h1>
{{
pangeo
_hub_title or '
Pangeo
JupyterHub' }}
</h1>
<h1>
{{
csusb
_hub_title or '
CSUSB
JupyterHub' }}
</h1>
<h2>
{{
pangeo
_hub_subtitle }}
</h2>
<h2>
{{
csusb
_hub_subtitle }}
</h2>
<p>
<p>
{% if
pangeo
_welcome %}
{% if
csusb
_welcome %}
{{ (
pangeo
_welcome | safe) }}
{{ (
csusb
_welcome | safe) }}
{% else %}
{% else %}
Welcome to this
Pange
o JupyterHub. For more information about
Pangeo
,
Welcome to this
Cal State San Bernardin
o JupyterHub. For more information about
HPC
,
visit
<a
href=
"http://
pangeo.io"
>
pangeo.io
</a>
.
visit
<a
href=
"http
s
://
www.csusb.edu › high-performance-0"
>
CSUSB High Performance Computing Initiative
</a>
.
{% endif %}
{% endif %}
</p>
</p>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
page.html
0 → 100644
+
15
−
0
View file @
912427b4
<!-- This test file is based on
https://github.com/pangeo-data/pangeo-custom-jupyterhub-templates/blob/master/templates/page.html -->
{% extends "templates/page.html" %}
{% block stylesheet %}
<link
rel=
"stylesheet"
href=
"{{ static_url("
extra-assets
/
css
/
csusb-style.css
")
}}"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"{{ static_url("
css
/
style.min.css
")
}}"
type=
"text/css"
/>
{% endblock %}
{# requires jupyerhub > 0.9.4 https://github.com/jupyterhub/jupyterhub/pull/2296 #}
{% block logo %}
<span
id=
"jupyterhub-logo"
class=
"pull-left"
>
<a
href=
"{{logo_url or base_url}}"
><img
src=
"{{static_url("
extra-assets
/
images
/
jupyter_csusb_small_logo.png
")
}}"
alt=
'JupyterHub'
class=
'jpy-logo'
title=
'Home'
/></a>
</span>
{% endblock %}
\ No newline at end of file
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