From 6144a66ea40e364115718e41f15d545e86adc626 Mon Sep 17 00:00:00 2001
From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com>
Date: Tue, 14 Jun 2022 01:17:37 -0700
Subject: [PATCH] Update login.html

---
 login.html | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/login.html b/login.html
index 684d0bf..d598da5 100644
--- a/login.html
+++ b/login.html
@@ -4,16 +4,18 @@
 
 {% set announcement = 'test announcement message' %}
 {% set csusb_hub_title = 'Welcome to Cal State San Bernardino JupyterHub' %}
-{% set csusb_cilogon = 'The following log in uses CSUSB\'s login system\n For details, check out this webpage' %}
+{% set csusb_cilogon = 'The following login process uses CSUSB\'s DUO login system' %}
 
 {% block login %}
 <div class="container text-center csusb">
     <h1>{{ csusb_hub_title  }}</h1>
     <h4>
       <p>{{ csusb_cilogon | safe }}</p>
-      <p>For more information about HPC at CSUSB, please visit <a href="https://www.csusb.edu/academic-technologies-innovation/xreal-lab-and-high-performance-computing/high-performance" target="_blank">CSUSB High Performance Computing Initiative</a></p>
+      <p>For more information about the login system and HPC at CSUSB, please visit <a href="https://www.csusb.edu/academic-technologies-innovation/xreal-lab-and-high-performance-computing/high-performance" target="_blank">CSUSB High Performance Computing Initiative</a></p>
     </h4>
 {{ super() }}
+
+<p> Footer test</p>
 </div>
 {% endblock %}
 
@@ -29,13 +31,6 @@
 #login-main form {
     vertical-align: top;
 }
-
-#login-main .auth-form-header {
-    color: white;
-    background: rgb(219, 170, 0);
-    border: 1px solid;
-    border-color: rgb(0, 124, 186);
-}
 </style>
 {% endblock %}
 
-- 
GitLab