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

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

diff --git a/dorms.html b/dorms.html
new file mode 100644
index 0000000..651d1ee
--- /dev/null
+++ b/dorms.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="dorms_section">
+            <h1>Dorms</h1>
+        
+        
+        </div>
+
+    </body>
+</html>
-- 
GitLab