From daec220a42c56acfcc9b755e79c0dd4d0ce71526 Mon Sep 17 00:00:00 2001
From: rh885 <rh885@drexel.edu>
Date: Thu, 16 Feb 2023 17:33:31 +0000
Subject: [PATCH] Upload New File

---
 restaurants.html | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 restaurants.html

diff --git a/restaurants.html b/restaurants.html
new file mode 100644
index 0000000..d9bf730
--- /dev/null
+++ b/restaurants.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+<html>
+   <head>
+        <!-- Latest compiled and minified CSS -->
+        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+<!-- jQuery library -->
+        <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
+
+<!-- Latest compiled JavaScript -->
+        <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+        
+<!-- Link to CSS file -->
+        <link rel="stylesheet" href="index.css">
+        
+
+    </head>
+    <body>
+         <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="sub_section" id="restaurants_section">
+            <h1>Restaurants</h1>
+        
+        
+        </div>
+
+    </body>
+</html>
-- 
GitLab