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