Skip to content
Snippets Groups Projects
page.html 638 B
{% extends "templates/page.html" %}

{% block stylesheet %}
{{ super() }}
<style>
.footer-bottom {
    position: auto;
    bottom: 0px;
    text-align: center;
    width: 100%;
    z-index: -1;
}
</style>
{% endblock %}

{% block footer %}
<p> &nbsp <br> &nbsp </p>
<p> &nbsp <br> &nbsp </p>
<div class="footer-bottom">
    <hr style="width:40%; margin-bottom: 5px;">
    <p style="font-size: 80%">This JupyterHub is provided by the <a href="https://www.csusb.edu/high-performance-computing" target="_blank">High Performance Computing Initiative </a><br/> 
    at California State Univeristy San Bernardino
    </p></div>
{% endblock %}