-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathactivities.html
376 lines (368 loc) · 13.7 KB
/
activities.html
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
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="Description"
content="O. Malmgren bowling alley website. Milestone project html & css"
/>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1"
crossorigin="anonymous"
/>
<script
src="https://kit.fontawesome.com/db672dfa3e.js"
crossorigin="anonymous"
></script>
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
<title>Bowling Alley - Fantastic, Fun, Food</title>
</head>
<body>
<header>
<nav class="navbar fixed-top navbar-expand-lg navbar-dark text-white p-0">
<div class="container-lg bg-navbar">
<a class="navbar-brand" href="index.html"
><span class="logo">Bowling Alley</span></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 active"
aria-current="page"
href="activities.html"
>Activities</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="findus.html">Find us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="restaurant.html">Restaurant</a>
</li>
<li class="nav-item">
<a class="nav-link" href="booking.html">Booking</a>
</li>
<li class="nav-item">
<ul class="d-flex flex-wrap d-lg-none list-inline social-links">
<li class="col-4">
<a
class="nav-link"
href="https://tripadvisor.com/"
rel="noreferrer"
target="_blank"
><i class="fab fa-tripadvisor" aria-hidden="true"></i
><span class="sr-only">Tripadvisor</span></a
>
</li>
<li class="col-4">
<a
class="nav-link"
href="https://linkedin.com/"
rel="noreferrer"
target="_blank"
><i class="fab fa-linkedin" aria-hidden="true"></i
><span class="sr-only">Linkedin</span></a
>
</li>
<li class="col-4">
<a
class="nav-link"
href="https://facebook.com/"
rel="noreferrer"
target="_blank"
><i class="fab fa-facebook" aria-hidden="true"></i
><span class="sr-only">Facebook</span></a
>
</li>
<li class="col-4">
<a
class="nav-link"
href="https://instagram.com/"
rel="noreferrer"
target="_blank"
><i class="fab fa-instagram" aria-hidden="true"></i
><span class="sr-only">Instagram</span></a
>
</li>
<li class="col-4">
<a
class="nav-link"
href="https://youtube.com/"
rel="noreferrer"
target="_blank"
><i class="fab fa-youtube" aria-hidden="true"></i
><span class="sr-only">Youtube</span></a
>
</li>
<li class="col-4">
<a
class="nav-link"
href="https://twitter.com/"
rel="noreferrer"
target="_blank"
><i class="fab fa-twitter" aria-hidden="true"></i
><span class="sr-only">Tripadvisor</span></a
>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
</header>
<section id="activities" class="text-light">
<div class="container-lg">
<div class="row">
<div
class="col hero-background hero-background__activities bg-color-2"
>
<h2>Activities</h2>
</div>
</div>
<div class="row">
<div id="bowling" class="col-12 p-2 p-sm-3 p-md-5 bg-color-2">
<div class="row">
<div class="col-md-8 my-2">
<h2>
Bowling
</h2>
<p>
Here at Bowling Alley you and your friends can enjoy bowling
on the greatest lanes with the finest equipment. All our lanes
are oiled daily to max out your bowling experience. Our
bowling balls span from the lightest 6 lb to the heaviest 14
lb with grip sizes all the way from XXS to XXL and we have all
sizes of shoes you would ever need. For the youngest the shoes
are velcro fastening ones.
</p>
<p>
Price per lane and hour is <strong>USD 35</strong>. max 6
people per lane and shoes are included in the price.
</p>
<p>
It is possible to order drinks and snacks from the bar at any
time. Water is always available without charge.
</p>
<a class="btn btn-outline-light" href="booking.html"
>Book your bowling today!</a
>
</div>
<div class="col-12 col-md-4 pb-4 pb-md-0">
<img
src="assets/images/brittani-burns-MdN5h3QCiTw-unsplash.jpg"
alt="Bowling action"
/>
</div>
</div>
</div>
<div id="birthday" class="col-12 p-2 p-sm-3 p-md-5 bg-color-1">
<div class="row">
<div class="col-md-8 order-5 my-2">
<h2>Birthday</h2>
<p>
Book the awesome birthday party here at Bowling Alley. We will
make the party fantastic, fun, easy and unforgettable! The
kids get unlimited bowling, unlimited drinks and unlimited
snacks during the birthday event. There is always a dedicated
Party Host available.
</p>
<p>
Price per birthday party is <strong>USD 25</strong> per
person.
</p>
<a class="btn btn-outline-light" href="booking.html"
>Book a birthday party today!</a
>
</div>
<div class="col-12 col-md-4 order-5 order-md-1 pb-4 pb-md-0">
<img
src="assets/images/pexels-samaraagenstvo-feeria-2399097.jpg"
alt="Birthday party"
/>
</div>
</div>
</div>
<div
id="billiards"
class="col-12 p-2 p-sm-3 p-md-5 activity bg-color-5"
>
<div class="row">
<div class="col-md-8 my-2">
<h2>Billiards</h2>
<p>
Enjoy classic billiards! On Bowling Alley you can play
billiards and Snooker. Table's and accessories have the
highest available standard.
</p>
<p>
Price per table is <strong>USD 35</strong>. max 4 people can
play per table.
</p>
<p>
It is possible to order drinks and snacks from the bar at any
time. Water is always available without charge.
</p>
<a class="btn btn-outline-light" href="booking.html"
>Book a table now!</a
>
</div>
<div class="col-12 col-md-4 pb-4 pb-md-0">
<img
src="assets/images/luana-azevedo-Wv6xmYikFFQ-unsplash.jpg"
alt="Billiard tables"
/>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container-lg">
<div class="row bg-color-3 p-3">
<div
class="col-12 col-md-6 col-lg-4 pb-4 pb-md-0 text-center text-md-start"
>
<h2>
<i class="far fa-clock" aria-hidden="true"></i> Opening hours
</h2>
<table class="mx-auto ms-md-2">
<tbody>
<tr>
<td>Sunday to Thursday</td>
<td>13:00 to 22:00</td>
</tr>
<tr>
<td>Friday to Saturday</td>
<td>13:00 to 02:00</td>
</tr>
<tr>
<td>Holidays</td>
<td>13:00 to 02:00</td>
</tr>
</tbody>
</table>
</div>
<div
class="col-12 col-md-6 col-lg-4 pb-4 pb-md-0 text-center text-md-start"
>
<h2>
<i class="fas fa-map-marker-alt" aria-hidden="true"></i> Find us
</h2>
<address>
<ul class="list-inline">
<li>Bowling Alley</li>
<li>
<a
href="https://www.google.com/maps/dir//Seligman,+Arizona+86337,+USA/@35.3231689,-112.8780435,15.85z/data=!4m9!4m8!1m0!1m5!1m1!1s0x80cd46906319349b:0xf4005bbfc3d829b2!2m2!1d-112.8774057!2d35.3255608!3e0"
target="_blank"
>115 AZ-66, Seligman, AZ 86337, USA
</a>
</li>
<li>Phone: <a href="tel:555123456">555 123 456</a></li>
<li>
Email:
<a href="mailto:[email protected]">[email protected]</a>
</li>
</ul>
</address>
</div>
<div
class="col-12 col-md-12 col-lg-4 pb-4 pb-md-0 text-center text-lg-start"
>
<h2>
<i class="far fa-share-square" aria-hidden="true"></i> Social
</h2>
<ul class="d-flex flex-wrap list-inline">
<li class="col-4">
<a
class="nav-link"
href="https://tripadvisor.com/"
rel="noreferrer"
target="_blank"
><i class="fab fa-tripadvisor" aria-hidden="true"></i
><span class="sr-only">Tripadvisor</span></a
>
</li>
<li class="col-4">
<a
class="nav-link"
href="https://linkedin.com/"
rel="noreferrer"
target="_blank"
><i class="fab fa-linkedin" aria-hidden="true"></i
><span class="sr-only">Linkedin</span></a
>
</li>
<li class="col-4">
<a
class="nav-link"
href="https://facebook.com/"
rel="noreferrer"
target="_blank"
><i class="fab fa-facebook" aria-hidden="true"></i
><span class="sr-only">Facebook</span></a
>
</li>
<li class="col-4">
<a
class="nav-link"
href="https://instagram.com/"
rel="noreferrer"
target="_blank"
><i class="fab fa-instagram" aria-hidden="true"></i
><span class="sr-only">Instagram</span></a
>
</li>
<li class="col-4">
<a
class="nav-link"
href="https://youtube.com/"
rel="noreferrer"
target="_blank"
><i class="fab fa-youtube" aria-hidden="true"></i
><span class="sr-only">Youtube</span></a
>
</li>
<li class="col-4">
<a
class="nav-link"
href="https://twitter.com/"
rel="noreferrer"
target="_blank"
><i class="fab fa-twitter" aria-hidden="true"></i
><span class="sr-only">Twitter</span></a
>
</li>
</ul>
</div>
</div>
</div>
</footer>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW"
crossorigin="anonymous"
></script>
</body>
</html>