From 89cbeecd17f7068d76cd27cac3a3ad5f7174e4a2 Mon Sep 17 00:00:00 2001
From: sm4797 <sm4797@drexel.edu>
Date: Wed, 15 Feb 2023 16:45:44 +0000
Subject: [PATCH] Process of uploading project to GitLab

---
 index.html | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 index.html

diff --git a/index.html b/index.html
new file mode 100644
index 0000000..ff05fa6
--- /dev/null
+++ b/index.html
@@ -0,0 +1,35 @@
+
+<!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"> <h1 id="homepageTitle">THE QUAD</h1>
+            <h2 id="homePageSlogan">For the Students, <br> By the Students</h2>
+        
+        
+        
+        </div>
+        
+        
+        
+        
+        
+        
+    </body>
+</html>
\ No newline at end of file
-- 
GitLab