From 7ba25b1a468a977a208ebdbaaa6901a17e827b3f Mon Sep 17 00:00:00 2001 From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com> Date: Tue, 14 Jun 2022 20:31:25 -0700 Subject: [PATCH] Update urls --- .gitingore => .gitignore | 0 login.html | 10 +++++----- 2 files changed, 5 insertions(+), 5 deletions(-) rename .gitingore => .gitignore (100%) diff --git a/.gitingore b/.gitignore similarity index 100% rename from .gitingore rename to .gitignore diff --git a/login.html b/login.html index 4d0a587..99d35db 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 -- GitLab