Skip to content
Snippets Groups Projects
Commit 6144a66e authored by youngsuKim-CSUSB's avatar youngsuKim-CSUSB
Browse files

Update login.html

parent a6ff9320
No related branches found
No related tags found
No related merge requests found
......@@ -4,16 +4,18 @@
{% set announcement = 'test announcement message' %}
{% set csusb_hub_title = 'Welcome to Cal State San Bernardino JupyterHub' %}
{% set csusb_cilogon = 'The following log in uses CSUSB\'s login system\n For details, check out this webpage' %}
{% set csusb_cilogon = 'The following login process uses CSUSB\'s DUO login system' %}
{% block login %}
<div class="container text-center csusb">
<h1>{{ csusb_hub_title }}</h1>
<h4>
<p>{{ csusb_cilogon | safe }}</p>
<p>For more information about HPC at CSUSB, please 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></p>
<p>For more information about the login system and HPC at CSUSB, please 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></p>
</h4>
{{ super() }}
<p> Footer test</p>
</div>
{% endblock %}
......@@ -29,13 +31,6 @@
#login-main form {
vertical-align: top;
}
#login-main .auth-form-header {
color: white;
background: rgb(219, 170, 0);
border: 1px solid;
border-color: rgb(0, 124, 186);
}
</style>
{% 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