From a03b0905799cc67f0351f2d2f360b5d8da6eda0b Mon Sep 17 00:00:00 2001
From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com>
Date: Tue, 14 Jun 2022 00:19:26 -0700
Subject: [PATCH] test login.html

---
 login.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/login.html b/login.html
index e01773e..9555987 100644
--- a/login.html
+++ b/login.html
@@ -4,7 +4,7 @@ https://github.com/pangeo-data/pangeo-custom-jupyterhub-templates/blob/master/te
 
 {% set announcement = 'test announcement message' %}
 {% set csusb_hub_title = 'Welcome to Cal State San Bernardino JupyterHub' %}
-{% set csusb_web_link = "For more information about HPC at CSUSB, 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>" %}
+<!-- {% set csusb_web_link = "For more information about HPC at CSUSB, 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>" %} -->
 {% set csusb_cilogon = 'The following log in uses CSUSB\'s login system\n For details, check out this webpage' %}
 
 {% block login %}
@@ -12,8 +12,8 @@ https://github.com/pangeo-data/pangeo-custom-jupyterhub-templates/blob/master/te
     <h1>{{ csusb_hub_title  }}</h1>
     <!-- <h2>{{ csusb_hub_subtitle }}</h2> -->
     <h4>
-      <p> {{ csusb_web_link | safe }}</p>
-      <p> {{ csusb_cilogon | safe }}</p>
+      <p>{{ csusb_web_link | safe }}</p>
+      <p>{{ csusb_cilogon | safe }}</p>
     </h4>
 {{ super() }}
 </div>
-- 
GitLab