-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fa49fc0
commit 1928d64
Showing
3 changed files
with
161 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ | |
<a class="nav-link active" aria-current="page" href="game-library.html">Games</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link disabled" aria-disabled="true">Contact</a> | ||
<a class="nav-link" href="index.html#contact">Contact</a> | ||
</li> | ||
</ul> | ||
</div> | ||
|
@@ -299,16 +299,71 @@ <h3 class="card-title sub-heading-color">Kids parties</h3> | |
|
||
<!-- Footer / contact section --> | ||
<!-- mt-auto added to push footer to the bottom of the page --> | ||
<footer class="mt-auto"> | ||
<div class="container"> | ||
<div class="row justify-content-center"> | ||
<div class="col-12">Contact section heading</div> | ||
<!-- COntact info --> | ||
<div class="col-12 col-md-6 col-xl-4">Contact info & social links</div> | ||
<div class="col-12 col-md-6 col-xl-4">Opening times</div> | ||
</div> | ||
</div> | ||
</footer> | ||
<footer id="contact" class="mt-auto"> | ||
<div class="container"> | ||
<div class="row justify-content-center"> | ||
<div class="col-12 text-center"> | ||
<h2 class="display-6">Contact us!</h2> | ||
</div> | ||
<!-- COntact info --> | ||
<div class="col-12 col-md-6 col-xl-4"> | ||
<h3 class="sub-heading-color">Contact info</h3> | ||
<address> | ||
<strong><i class="fa-solid fa-location-dot"></i> Broadwalk Games</strong><br> | ||
123 Boardwalk<br> | ||
Boardwalk City, 12345 | ||
</address> | ||
<p><i class="fa-solid fa-phone"></i> 012 345 6789<br> | ||
<i class="fa-regular fa-paper-plane"></i> [email protected] | ||
</p> | ||
<div class="social-links my-4"> | ||
<a href="https://www.instagram.com/" target="_blanck" aria-label="Visit our Instagram (opens new tab)" rel="noopener"><i class="fa-brands fa-instagram" ></i> | ||
</a> | ||
<a href="https://x.com/?lang=en-gb" target="_blanck" aria-label="Visit our Instagram (opens new tab)" rel="noopener"><i class="fa-brands fa-x-twitter"></i> | ||
</a> | ||
<a href="https://en-gb.facebook.com/" target="_blanck" aria-label="Visit our Facebook (opens new tab)" rel="noopener"><i class="fa-brands fa-square-facebook"></i> | ||
</a> | ||
</div> | ||
</div> | ||
|
||
<!-- opening times --> | ||
<div class="col-12 col-md-6 col-xl-4"> | ||
<p class="sub-heading-color opening">Opening times</p> | ||
<table class="table table-dark"> | ||
<thead> | ||
<tr> | ||
<th scope="col">Day</th> | ||
<th scope="col">Open</th> | ||
<th scope="col">Close</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<th scope="row">Mon</th> | ||
<td>Closed</td> | ||
<td></td> | ||
</tr> | ||
<tr> | ||
<th scope="row">Tue - THur</th> | ||
<td>11an</td> | ||
<td>11pm</td> | ||
</tr> | ||
<tr> | ||
<th scope="row">Fri - Sat</th> | ||
<td>11am</td> | ||
<td>12am</td> | ||
</tr> | ||
<tr> | ||
<th scope="row">Sun</th> | ||
<td>12pm</td> | ||
<td>7pm</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
|
||
<!-- Bootstrap JS --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ | |
<a class="nav-link" href="game-library.html">Games</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link disabled" aria-disabled="true">Contact</a> | ||
<a class="nav-link" href="#contact">Contact</a> | ||
</li> | ||
</ul> | ||
</div> | ||
|
@@ -64,7 +64,7 @@ <h1 class="display-3">Boardwalk Games</h1> | |
<p class="lead display-6 sub-heading-color">Your next adventure is waiting!</p> | ||
<p class="my-4">Welcome to Boardwalk Games, Your Ultimate Gaming Getaway! Escape into the world of board games and café delights. Whether you're a casual gamer seeking a cosy nook to unwind, a board game enthusiast ready for your next challenge, or a student gamer looking for a fun, affordable hangout, we've got you covered.</p> | ||
</div> | ||
<div class="col-12 col-xl-6">Carousel | ||
<div class="col-12 col-xl-6"> | ||
<div id="carouselExampleAutoplaying" class="carousel slide" data-bs-ride="carousel"> | ||
<div class="carousel-inner"> | ||
<div class="carousel-item active"> | ||
|
@@ -76,7 +76,7 @@ <h1 class="display-3">Boardwalk Games</h1> | |
<div class="carousel-item"> | ||
<img src="assets/images/boardwalk-games-carousel-image-3.webp" class="d-block w-100" alt="The inside of Boardwalk Games with bookshelves filled with boardgames, and wooden tables to play at"> | ||
</div> | ||
<div class="carousel-item"></div> | ||
<div class="carousel-item"> | ||
<img src="assets/images/boardwalk-games-carousel-image-4.webp" class="d-block w-100" alt="The back-room at Boardwalk Games set up for a Dungeons and Dragons evening"> | ||
</div> | ||
<div class="carousel-item"> | ||
|
@@ -115,19 +115,68 @@ <h1 class="display-3">Boardwalk Games</h1> | |
|
||
<!-- Footer / contact section --> | ||
<!-- mt-auto added to push footer to the bottom of the page --> | ||
<footer class="mt-auto"> | ||
<footer id="contact" class="mt-auto"> | ||
<div class="container"> | ||
<div class="row justify-content-center"> | ||
<div class="col-12 text-center"> | ||
<h2 class="display-6">Contact us!</h2> | ||
</div> | ||
<!-- COntact info --> | ||
<div class="col-12 col-md-6 col-xl-4"> | ||
<h3 class="sub-heading-color">Contact info & social links</h3> | ||
<h3 class="sub-heading-color">Contact info</h3> | ||
<address> | ||
<strong><i class="fa-solid fa-location-dot"></i> Broadwalk Games</strong><br> | ||
123 Boardwalk<br> | ||
Boardwalk City, 12345 | ||
</address> | ||
<p><i class="fa-solid fa-phone"></i> 012 345 6789<br> | ||
<i class="fa-regular fa-paper-plane"></i> [email protected] | ||
</p> | ||
<div class="social-links my-4"> | ||
<a href="https://www.instagram.com/" target="_blanck" aria-label="Visit our Instagram (opens new tab)" rel="noopener"><i class="fa-brands fa-instagram" ></i> | ||
</a> | ||
<a href="https://x.com/?lang=en-gb" target="_blanck" aria-label="Visit our Instagram (opens new tab)" rel="noopener"><i class="fa-brands fa-x-twitter"></i> | ||
</a> | ||
<a href="https://en-gb.facebook.com/" target="_blanck" aria-label="Visit our Facebook (opens new tab)" rel="noopener"><i class="fa-brands fa-square-facebook"></i> | ||
</a> | ||
</div> | ||
</div> | ||
|
||
<!-- opening times --> | ||
<div class="col-12 col-md-6 col-xl-4">Opening times</div> | ||
<div class="col-12 col-md-6 col-xl-4"> | ||
<p class="sub-heading-color opening">Opening times</p> | ||
<table class="table table-dark"> | ||
<thead> | ||
<tr> | ||
<th scope="col">Day</th> | ||
<th scope="col">Open</th> | ||
<th scope="col">Close</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<th scope="row">Mon</th> | ||
<td>Closed</td> | ||
<td></td> | ||
</tr> | ||
<tr> | ||
<th scope="row">Tue - THur</th> | ||
<td>11an</td> | ||
<td>11pm</td> | ||
</tr> | ||
<tr> | ||
<th scope="row">Fri - Sat</th> | ||
<td>11am</td> | ||
<td>12am</td> | ||
</tr> | ||
<tr> | ||
<th scope="row">Sun</th> | ||
<td>12pm</td> | ||
<td>7pm</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
|