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

Add page footer

parent f55e4108
No related branches found
No related tags found
1 merge request!2Update login, page, spawn_pending
{% extends "templates/page.html" %} {% extends "templates/page.html" %}
{% block stylesheet %}
{{ super() }}
<style>
.footer-bottom {
position: absolute;
bottom: 0;
}
</style>
{% endblock}
{% block footer %} {% block footer %}
<div class="container text-center" style="position: absolute; bottom: 0;"> <div class="container text-center footer-bottom" >
<hr> <hr>
<p>This JupyterHub is provided by the ITS and ATI at California State Univeristy San Bernardino</p> <p>This JupyterHub is provided by the ITS and ATI at California State Univeristy San Bernardino</p>
</div> </div>
......
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