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

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

diff --git a/classes.html b/classes.html
new file mode 100644
index 0000000..2d8f2e2
--- /dev/null
+++ b/classes.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="classes_section">
+            <h1>Classes</h1>
+        
+        
+        </div>
+
+    </body>
+</html>
-- 
GitLab