From 74a4a0587296db82f345aebe3e8e6c73bbe91e63 Mon Sep 17 00:00:00 2001
From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com>
Date: Sun, 26 Jun 2022 01:25:25 -0700
Subject: [PATCH] Update wording

---
 login.html | 2 +-
 page.html  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/login.html b/login.html
index 3b510f6..6c6cfe0 100644
--- a/login.html
+++ b/login.html
@@ -4,7 +4,7 @@
 
 {% set announcement = 'We are testing customized style / The server works the same way as before' %}
 {% set csusb_hub_title = 'Welcome to Cal State San Bernardino JupyterHub' %}
-{% set csusb_cilogon = 'The following login process (the orange button) uses CSUSB\'s DUO login system' %}
+{% set csusb_cilogon = 'The login process (the orange button) uses CSUSB\'s DUO system' %}
 
 {% block login %}
 <div class="container text-center">
diff --git a/page.html b/page.html
index 0dccae5..3a05ecb 100644
--- a/page.html
+++ b/page.html
@@ -17,7 +17,7 @@
 <p> &nbsp <br> &nbsp </p>
 <p> &nbsp <br> &nbsp </p>
 <div class="footer-bottom">
-    <hr style="width:40%; margin-bottom: 2px;">
+    <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>
-- 
GitLab