Skip to content
Snippets Groups Projects
Commit 3189fa7b authored by Youngsu Kim's avatar Youngsu Kim
Browse files

Update routine

parent de076498
No related branches found
No related tags found
No related merge requests found
...@@ -6,18 +6,18 @@ https://github.com/pangeo-data/pangeo-custom-jupyterhub-templates/blob/master/te ...@@ -6,18 +6,18 @@ https://github.com/pangeo-data/pangeo-custom-jupyterhub-templates/blob/master/te
{% block main %} {% block main %}
<div class="container text-center csusb"> <div class="container text-center csusb">
<h1>{{ csusb_hub_title or 'CSUSB JupyterHub' }}</h1> <h1>{{ csusb_hub_title or 'Welcome to Cal State San Bernardino JupyterHub' }}</h1>
<h2>{{ csusb_hub_subtitle }}</h2> <h2>{{ csusb_hub_subtitle }}</h2>
<h3> <h4>
<p> <p>
{% if csusb_welcome %} {% if csusb_welcome %}
{{ (csusb_welcome | safe) }} {{ (csusb_welcome | safe) }}
{% else %} {% else %}
Welcome to Cal State San Bernardino JupyterHub </p> </p>
<p>For more information about HPC at CSUSB <br> <p>For more information about HPC at CSUSB <br>
visit <a href="https://www.csusb.edu/academic-technologies-innovation/xreal-lab-and-high-performance-computing/high-performance" target="_blank">CSUSB High Performance Computing Initiative</a> visit <a href="https://www.csusb.edu/academic-technologies-innovation/xreal-lab-and-high-performance-computing/high-performance" target="_blank">CSUSB High Performance Computing Initiative</a>
{% endif %} </p> {% endif %} </p>
</h3> </h4>
</div> </div>
{{ super() }} {{ super() }}
{% endblock %} {% endblock %}
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<p>For errors lasting for an extended period of time, please contact one of the <a href="https://www.csusb.edu/academic-technologies-innovation/xreal-lab-and-high-performance-computing/high-performance#team" target="_blank">CSUSB HPCI team members</a>.</p> <p>For errors lasting for an extended period of time, please contact one of the <a href="https://www.csusb.edu/academic-technologies-innovation/xreal-lab-and-high-performance-computing/high-performance#team" target="_blank">CSUSB HPCI team members</a>.</p>
<br> <br>
{% for scope in allowed_scopes %} {% for scope in allowed_scopes %}
{{ scope }} {{ scope }}
{% endfor %}}} {% endfor %}
<br> <br>
{% endblock %} {% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment