diff --git a/.gitingore b/.gitignore similarity index 100% rename from .gitingore rename to .gitignore diff --git a/login.html b/login.html index 4d0a587b4c310b1e57eea2f52fcab0d0ad4f2233..99d35db8083250ad9b3af15601ba4061079cd237 100644 --- a/login.html +++ b/login.html @@ -2,7 +2,7 @@ {# https://github.com/jupyterhub/jupyterhub/issues/1385#issuecomment-738447175 #} {% extends "templates/login.html" %} -{% set announcement = 'test announcement message' %} +{% set announcement = 'We are testing customized pages' %} {% set csusb_hub_title = 'Welcome to Cal State San Bernardino JupyterHub' %} {% set csusb_cilogon = 'The following login process uses CSUSB\'s DUO login system' %} @@ -10,8 +10,9 @@ <div class="container text-center csusb"> <h1>{{ csusb_hub_title }}</h1> <h4> - <p>{{ csusb_cilogon | safe }}</p> - <p>For more information about the login system and HPC at CSUSB, please visit <a href="https://www.csusb.edu/high-performance-computing" target="_blank">CSUSB High Performance Computing Initiative</a></p> + <p>{{ csusb_cilogon | safe }}</p> + <p>Visit <a href="https://www.csusb.edu/high-performance-computing" target="_blank">CSUSB High Performance Computing Initiative</a> for more information + </p> </h4> {{ super() }} </div> @@ -25,5 +26,4 @@ height: 100%; } </style> -{% endblock %} - +{% endblock %} \ No newline at end of file