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

Add page footer

parent ef805559
No related branches found
No related tags found
1 merge request!2Update login, page, spawn_pending
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
{% set csusb_cilogon = 'The following login process (the orange button) uses CSUSB\'s DUO login system' %} {% set csusb_cilogon = 'The following login process (the orange button) uses CSUSB\'s DUO login system' %}
{% block login %} {% block login %}
<div class="container text-center csusb"> <div class="container text-center">
<h2>{{ csusb_hub_title }}</h2> <h2>{{ csusb_hub_title }}</h2>
<h5> <h5>
<p>{{ csusb_cilogon | safe }}</p> <p>{{ csusb_cilogon | safe }}</p>
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<p>Be sure to choose <ins>California State University San Bernardino</ins> on the next page instead of <del>ORCID</del>. <p>Be sure to choose <ins>California State University San Bernardino</ins> on the next page instead of <del>ORCID</del>.
</h5> </h5>
</div> </div>
<div class="container text-center csusb"> <div class="container text-center">
<details> <details>
<summary>Click here for more details</summary> <summary>Click here for more details</summary>
<img id="idp_selector_info" style="width: 70%" src="{{ static_url("select_idp_cilogon.png") }}" alt="CILogon-CSUSB-Select"> <img id="idp_selector_info" style="width: 70%" src="{{ static_url("select_idp_cilogon.png") }}" alt="CILogon-CSUSB-Select">
......
...@@ -10,9 +10,8 @@ ...@@ -10,9 +10,8 @@
</style> </style>
{% block footer %} {% block footer %}
<div id="footer-page"> <div id="footer-page" class="container text-center">
<hr> <hr>
<!-- <p><a href="mailto:hege@example.com">hege@example.com</a></p> -->
<p>The JupyterHub is provided by the ITS and ATI at California State Univeristy San Bernardino</p> <p>The JupyterHub is provided by the ITS and ATI at California State Univeristy San Bernardino</p>
</div> </div>
{% endblock %} {% endblock %}
\ No newline at end of file
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