-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgame-library.html
More file actions
419 lines (404 loc) · 21.2 KB
/
game-library.html
File metadata and controls
419 lines (404 loc) · 21.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
<!DOCTYPE html>
<html lang="en">
<head>
<title>Boardwalk Games | Game Library</title>
<meta
name="description"
content="Explore Boardwalk Games' vast library of engaging and exciting board games available for rent or purchase. Reserve your game online and embark on your next board game adventure today!"
/>
<!-- favicons generated by favicon.io -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="assets/images/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="assets/images/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="assets/images/favicon-16x16.png"
/>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<!-- Bootstrap CSS v5.2.1 -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
crossorigin="anonymous"
/>
<!-- Custom stylesheet -->
<link rel="stylesheet" href="assets/css/style.css" />
<!-- Font Awesome -->
<script
src="https://kit.fontawesome.com/88bfd03b4f.js"
crossorigin="anonymous"
></script>
</head>
<!-- Classes on body work w/ md-auto on footer to keep it at the bottom of the page -->
<body class="d-flex flex-column min-vh-100">
<header>
<!-- place navbar here -->
<nav id="navbar" class="navbar navbar-expand-lg fixed-top" data-bs-theme="dark">
<div class="container-fluid">
<a class="navbar-brand" href="index.html">
<img src="assets/images/logo-sm-white.png" alt="Boardwalk Games logo" class="logo">
</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#events">Events</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="game-library.html">Games</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
<li class="nav-items">
<a href="booking.html" class="btn custom-button-filled ms-lg-3">Book now</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header with carousel -->
<header id="header" class="container section">
<div class="row">
<div class="col-12 col-xl-6 text-center text-xl-start">
<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>
<!-- Carousel -->
<div class="col-12 col-xl-6">
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2" aria-label="Slide 3"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="3" aria-label="Slide 4"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="assets/images/game-library-carousel-1.webp" class="d-block w-100" alt="Bookshelves filled with boardgames">
</div>
<div class="carousel-item">
<img src="assets/images/game-library-carousel-2.webp" class="d-block w-100" alt="Bookshelves filled with boardgames">
</div>
<div class="carousel-item">
<img src="assets/images/game-library-carousel-3.webp" class="d-block w-100" alt="Bookshelves filled with boardgames, one man is browsing the shelves">
</div>
<div class="carousel-item">
<img src="assets/images/game-library-carousel-4.webp" class="d-block w-100" alt="8 board games stacked on top of each other">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</header>
<main>
<!-- New Games section -->
<section id="new-games" class="container section">
<div class="row">
<div class="col-12 text-center">
<h2 class="display-6">New games</h2>
</div>
<div class="col-12 col-md-6 col-xl-3">
<div class="card">
<img class="card-img-top" src="assets/images/new-games-1.webp" alt="Galaxy Pioneers board game">
<div class="card-body">
<h3 class="card-title sub-heading-color">Galaxy Pioneers</h3>
<p class="card-text">Utilise resources wisely, negotiate with alien species, and navigate
cosmic events to expand your interstellar empire.</p>
<p><em>Number of players:</em> 2-4</p>
<p><em>Ages:</em> 12+</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-xl-3">
<div class="card">
<img class="card-img-top" src="assets/images/new-games-2.webp"
alt="Mystic Woods board game box">
<div class="card-body">
<h3 class="card-title sub-heading-color">Mystic Woods</h3>
<p class="card-text">Enter the enchanted forest of Mystic Woods. Combine spells, gather
mystical creatures, and solve puzzles to protect the realm.</p>
<p><em>Number of players:</em> 1-6</p>
<p><em>Ages:</em> 10+</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-xl-3">
<div class="card">
<img class="card-img-top" src="assets/images/new-games-3.webp"
alt="Captain's Gambit board game box">
<div class="card-body">
<h3 class="card-title sub-heading-color">Captain's Gambit</h3>
<p class="card-text">Engage in battles, form fleeting alliances, and navigate treacherous
waters to become the most feared pirate of them all.</p>
<p><em>Number of players:</em> 3-4</p>
<p><em>Ages:</em> 14+</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-xl-3">
<div class="card">
<img class="card-img-top" src="assets/images/new-games-4.webp"
alt="Critter Quest board game box">
<div class="card-body">
<h3 class="card-title sub-heading-color">Critter Quest</h3>
<p class="card-text">Solve simple puzzles, collect magical gems, and help friends along the
way in this heartwarming journey of discovery and friendship.</p>
<p><em>Number of players:</em> 2-4</p>
<p><em>Ages:</em> 5+</p>
</div>
</div>
</div>
</div>
</section>
<!-- Favourite Games section -->
<section id="fav-games" class="container section">
<div class="row">
<div class="col-12 text-center">
<h2 class="display-6">Favourites</h2>
</div>
<div class="col-12 col-md-6 col-xl-3 d-flex">
<div class="card">
<img class="card-img-top" src="assets/images/fav-games-1.webp"
alt="Settlers of Catan board game">
<div class="card-body">
<h3 class="card-title sub-heading-color">Settlers of Catan</h3>
<p class="card-text">Picture yourself in the era of discoveries: after a long voyage of
great deprivation, your ships have finally reached the coast of an uncharted island.</p>
<p><em>Number of players:</em> 3-4</p>
<p><em>Ages:</em> 10+</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-xl-3 d-flex">
<div class="card">
<img class="card-img-top" src="assets/images/fav-games-2.webp" alt="Monopoly board game">
<div class="card-body">
<h3 class="card-title sub-heading-color">Monopoly</h3>
<p class="card-text">Featuring classic Monopoly gameplay, this favourite family board game
is all about buying, selling, and trading properties to win.</p>
<p><em>Number of players:</em> 2-6</p>
<p><em>Ages:</em> 8+</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-xl-3 d-flex">
<div class="card">
<img class="card-img-top" src="assets/images/fav-games-3.webp"
alt="Exploding Kittens card game">
<div class="card-body">
<h3 class="card-title sub-heading-color">Exploding Kittens</h3>
<p class="card-text">Exploding Kittens is a kitty-powered version of Russian Roulette.
Players take turns drawing cards until someone draws an exploding kitten card and loses
the game!</p>
<p><em>Number of players:</em> 2-5</p>
<p><em>Ages:</em> 7+</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-xl-3 d-flex">
<div class="card">
<img class="card-img-top" src="assets/images/fav-games-4.webp" alt="Cluedo board game">
<div class="card-body">
<h3 class="card-title sub-heading-color">Cluedo</h3>
<p class="card-text">The classic game of mystery and suspense. Cluedo has 6 suspects, 6
weapons and also a whole maze of possible murder scenes to explore. It's up to you to
question the suspects and crack the case.</p>
<p><em>Number of players:</em> 2-6</p>
<p><em>Ages:</em> 8+</p>
</div>
</div>
</div>
</div>
</section>
<section id="reserve-game-form" class="section container mb-5">
<div class="row justify-content-center">
<div class="col-12 col-md-8">
<h2 class="display-6 text-center">Reserve a game</h2>
<p>
Reserve a board game for your next visit to Boardwalk Games. Pick
your challenge, and let the adventure begin! Fill out your details
and preferred game below, and we'll have it set aside for you when
you arrive.
</p>
<!-- reserve game form -->
<!-- action set on the form to provide users with feedback when the form has been submitted.
We have not learned how to handle form data yet, so the form data is not actually sent anywhere for this project -->
<form action="success.html" method="GET">
<div class="row">
<div class="col-12 col-lg-4 mb-3">
<label for="full-name" class="form-label">Full name</label>
<input id="full-name" type="text" class="form-control" name="full-name" required>
</div>
<div class="col-12 col-lg-4 mb-3">
<label for="phone-number" class="form-label">Phone number</label>
<input id="phone-number" type="number" class="form-control" name="phone-number"
required>
</div>
<div class="col-12 col-lg-4 mb-3">
<label for="email" class="form-label">Email address</label>
<input id="email" type="email" class="form-control" name="email" required>
</div>
<div class="col-12 col-lg-8 mb-3">
<label for="game-selection" class="form-label">Select game</label>
<select id="game-selection" class="form-select" name="game-selection" required>
<!-- value="" makes this option a placeholder and won't be accepted as a valid selection,
ensuring the required attribute on the <select> element works -->
<option value="" selected>Select game</option>
<option value="galaxy-pioneers">Galaxy Pioneers</option>
<option value="mystic-woods">Mystic Woods</option>
<option value="captains-gambit">Captain's Gambit</option>
<option value="critter-quest">Critter Quest</option>
<option value="setters-of-catan">Settlers of Catan</option>
<option value="monopoly">Monopoly</option>
<option value="exploding-kittens">Exploding Kittens</option>
<option value="cluedo">Cluedo</option>
</select>
</div>
<div class="col-12 col-lg-4 mb-3">
<label for="date" class="form-label">Requested date</label>
<input id="date" type="date" class="form-control" name="date" required>
</div>
<div class="col-12 text-end">
<button type="submit" class="btn custom-button-outline mt-3">Submit</button>
</div>
</div>
</form>
</div>
</div>
</section>
</main>
<!-- md-auto added to push footer to bottom -->
<footer id="contact" class="mt-auto">
<div class="container section">
<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> Boardwalk 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> info@boardwalk-games.co
</p>
<div class="social-links my-4">
<a href="https://www.instagram.com" target="_blank"
aria-label="Visit our Instagram page (opens in a new tab)" rel="noopener"><i
class="fa-brands fa-instagram"></i></a>
<a href="https://www.facebook.com" target="_blank"
aria-label="Visit our Facebook page (opens in a new tab)" rel="noopener"><i
class="fa-brands fa-square-facebook"></i></a>
<a href="https://www.x.com" target="_blank" aria-label="Visit our X feed (opens in a new tab)"
rel="noopener"><i class="fa-brands fa-x-twitter"></i></a>
</div>
</div>
<!-- Opening times -->
<div class="col-12 col-md-6 col-xl-4">
<h3 class="sub-heading-color">Opening times</h3>
<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 colspan="2">Closed</td>
</tr>
<tr>
<th scope="row">Tue - Thur</th>
<td>11am</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>
<!-- Bootstrap JavaScript Libraries -->
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js"
integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.min.js"
integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+"
crossorigin="anonymous"
></script>
</footer>
<!-- Bootstrap JavaScript Libraries -->
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js"
integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.min.js"
integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+"
crossorigin="anonymous"
></script>
</body>
</html>