From 76d988e7f25f80abc73a215249c77b957b7d8543 Mon Sep 17 00:00:00 2001
From: sm4797 <sm4797@drexel.edu>
Date: Wed, 15 Feb 2023 21:45:56 +0000
Subject: [PATCH] Update index.html

---
 index.html | 26 ++++++++++++++++----------
 1 file changed, 16 insertions(+), 10 deletions(-)

diff --git a/index.html b/index.html
index ff05fa6..44a525e 100644
--- a/index.html
+++ b/index.html
@@ -19,17 +19,23 @@
     
     
     <body>
-        <div class="jumbotron" id="homePageJumbo"> <h1 id="homepageTitle">THE QUAD</h1>
-            <h2 id="homePageSlogan">For the Students, <br> By the Students</h2>
-        
-        
+        <div class="jumbotron" id="homePageJumbo">
+            
         
+            <h2 class="jumbotext"id="homePageSlogan1">For the Students </h2> <h1 class="jumbotext" id="homepageTitle">THE QUAD</h1>
+            <h2  class="jumbotext" id="homePageSlogan2" >By the Students </h2>
+        </div>
+        <div class="row">
+            <div class="clickables resturants">
+                </div>
+            <div class="clickables" id="classes">
+                </div>
+            <div class="clickables" id="professors">
+                </div>
+            <div class="clickables" id="dorms">
+                </div>
+                  
         </div>
-        
-        
-        
-        
-        
         
     </body>
-</html>
\ No newline at end of file
+</html>
-- 
GitLab