diff --git a/dorms.html b/dorms.html new file mode 100644 index 0000000000000000000000000000000000000000..651d1ee806ccbbbbdffe628f919c078fb1b9beb9 --- /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>