diff --git a/index.html b/index.html
index ff05fa64ffa50f59eb0ea285dc67c2da6b8db3fc..44a525e802b289e9ba7fe0761d0c8aec7aa08a77 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>