diff --git a/static/locations.html b/static/locations.html index 8718127609a84e2cfe8749daee50e0b1e9cd6b81..2f098a333425916ae011aa81c50e533299ab9c88 100644 --- a/static/locations.html +++ b/static/locations.html @@ -3,6 +3,7 @@ <head> <link rel="stylesheet" href= "CSS/locations.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> + <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous"> <title> Locations </title> </head> <body> @@ -26,7 +27,7 @@ <div class="container"> <img src="https://images.squarespace-cdn.com/content/v1/55439320e4b0f92b5d6c4c8b/1646867535415-4JI39H286BUMT26H4FHN/C36A1915.jpg?format=2500w" class="image" > <h2> Codebase </h2> - <p>hhhhhhhhhhhhhhhhhhhhhhhhhhh</p> + <p>(brief description)</p> <div class= star> <span class="fa fa-star fa-3x checked" ></span> <span class="fa fa-star fa-3x checked"></span> @@ -44,7 +45,7 @@ <div class="container"> <img src="https://wearecatalyst.org/wp-content/uploads/2022/05/Catalyst03.jpg" class="image" > <h2> Catalyst </h2> - <p>hhhhhhhhhhhhhhhhhhhhhhhhhhh</p> + <p>(brief description)</p> <div class= star> <span class="fa fa-star fa-3x checked" ></span> <span class="fa fa-star fa-3x checked"></span> @@ -61,7 +62,7 @@ <div class="container"> <img src="https://images.squarespace-cdn.com/content/v1/5709040420c647579532dbb4/1594914119071-OWI9G22S295OCMSWL0VL/_K5L1162.jpg?format=2500w" Class="image" > <h2> C4DI </h2> - <p>hhhhhhhhhhhhhhhhhhhhhhhhhhh</p> + <p>(brief description)</p> <div class= star> <span class="fa fa-star fa-3x checked" ></span> <span class="fa fa-star fa-3x checked"></span> @@ -79,7 +80,7 @@ <div class="container"> <img src="https://dogpatchlabs.wpenginepowered.com/wp-content/uploads/2022/09/ian_browne.jpg" class="image" > <h2> Dogpatch </h2> - <p>hhhhhhhhhhhhhhhhhhhhhhhhhhh</p> + <p>(brief description)</p> <div class= star> <span class="fa fa-star fa-3x checked" ></span> <span class="fa fa-star fa-3x checked"></span> @@ -97,7 +98,7 @@ <div class="container"> <img src="https://stationf.co/img/misc/create-zone.jpg" class="image" > <h2>Station F </h2> - <p>hhhhhhhhhhhhhhhhhhhhhhhhhhh</p> + <p>(brief description)</p> <div class= star> <span class="fa fa-star fa-3x checked" ></span> <span class="fa fa-star fa-3x checked"></span> @@ -116,5 +117,6 @@ <footer> </footer> <script src="JS/locations.js"> </script> + <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script> </body>