{% 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>   <br>   </p> <p>   <br>   </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 %}