From 17847aa0446d6293d16e7377bf0b99af6759f8b5 Mon Sep 17 00:00:00 2001
From: rh885 <rh885@drexel.edu>
Date: Thu, 16 Feb 2023 17:30:15 +0000
Subject: [PATCH] Update index.css, index.html

---
 index.css  | 33 ++++++++++++++++++++++++++++++++-
 index.html | 14 ++++++++++++++
 2 files changed, 46 insertions(+), 1 deletion(-)

diff --git a/index.css b/index.css
index 61b19db..3be9f8b 100644
--- a/index.css
+++ b/index.css
@@ -14,6 +14,8 @@ h1 {
 #homePageJumbo {
     background-color:#002f6c;
     height:100px;
+    padding:15px;
+    margin:0px;
     
     
     
@@ -46,12 +48,16 @@ h1 {
 }
 .clickables {
     float:left;
-    width:20%;
+    width:25%;
     height:400px;
     opacity:75%;
     border-style:solid;
     border-color:black;
     border-width:2px;
+    color:black;
+}
+.clickables {
+    
 }
 
 .resturants {
@@ -75,3 +81,28 @@ h1 {
     
 }
 /* implement cool thing on the slogan where it glows */
+
+.sub_section {
+    height:75px;
+    width:100%;
+    opacity:75%;
+    border-style:solid;
+    border-color:black;
+    color:black;
+}
+#restaurants_section {
+    background-color:red;
+
+}
+#classes_section {
+    background-color:blue;
+}
+#professors_section {
+    background-color:purple;
+}
+#dorms_section {
+    background-color:orange;
+}
+
+
+
diff --git a/index.html b/index.html
index 44a525e..29724f0 100644
--- a/index.html
+++ b/index.html
@@ -26,14 +26,28 @@
             <h2  class="jumbotext" id="homePageSlogan2" >By the Students </h2>
         </div>
         <div class="row">
+            <a href="restaurants.html"> 
             <div class="clickables resturants">
+                <h1>Restaurants</h1>
+                
                 </div>
+            </a>
+            <a href="classes.html">
             <div class="clickables" id="classes">
+                <h1>Classes</h1>
+                
                 </div>
+            </a>
+            <a href="professors.html">
             <div class="clickables" id="professors">
+                <h1>Professors</h1>
                 </div>
+            </a>
+            <a href="dorms.html">
             <div class="clickables" id="dorms">
+                <h1>Dorms</h1>
                 </div>
+            </a>
                   
         </div>
         
-- 
GitLab