-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperience.html
More file actions
616 lines (469 loc) · 28.2 KB
/
Copy pathexperience.html
File metadata and controls
616 lines (469 loc) · 28.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
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="c-icon" href="images&video/ferris-wheel (1).png">
<title>EXPERIENCE</title>
<link rel="stylesheet" href="css/experience.css">
<!-- font font-awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- gallery with modal -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css" integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF" crossorigin="anonymous"></script>
</head>
<body>
<!-- header & banner -->
<header class="fix">
<div class="nav-area"></div>
<nav class="container-fluid navbar navbar-expand-lg fixed-top navbar-dark bg-color">
<div class="container-fluid">
<a class="navbar-brand" href="index.html"><img class="logo" src="images&video/navlogo.png" alt=""></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle active" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Categories
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item active" href="experience.html">Experience</a></li>
<li><a class="dropdown-item" href="leisure&dinning.html">Leisure & Dinning</a></li>
<li><a class="dropdown-item" href="characters.html">Parks Characters</a></li>
<li><a class="dropdown-item" href="WhatsUp.html">Whats Up</a></li>
</ul>
<li class="nav-item">
<a class="nav-link active" href="parkinformation1.html">Park Information</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="BusinessOpportunities.html">Business Opportunities</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="contactus.html">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<div class="container-fluid banner-img">
<h1 id="top-text">Experience</h1>
</div>
<!-- main content -->
<!-- galler with modal -->
<div class="container-fluid bg-color-1">
<br>
<h2 class="heading">Experience</h2>
<p class="para">Cedar Point is more than roller coasters. It's more than thrill rides. It's more than the mile-long where our rich history began. Cedar Point is where moments, memories and connections are made. These connections last for generations and are built on tradition, traditions that began more than 24 years ago.</p><br>
<!-- start -->
<div class="row">
<div class="col-md-4">
<a href="" data-toggle="modal" data-target="#myModal">
<div>
<img src="images&video/experience 1.jpg" class="img-responsive img-rounded" width="100%" height="100%">
<!-- <div class="carousel-caption"><button class="btn btn-danger">More</button></div> -->
</div>
</a>
<!-- Modal -->
<div class="modal fade" id="myModal" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title text-center">SKY SWATTER</h2>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<img src="images&video/experience 1.jpg" width="100%" height="100%">
<p class="text-danger"><br> Sky Swatter</p>
<p>The Sky Swatter featured a long arm which sat between two towers, on either end of the arm were two rows of six seats; total throughput was estimated at 800 to 900 riders per hour. The floor is ventilated, allowing air and small objects to escape through it.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<a href="" data-toggle="modal" data-target="#myModal2">
<div>
<img src="images&video/experience 2.jpg" class="img-responsive img-rounded" width="100%" height="100%">
<!-- <div class="carousel-caption"><button class="btn btn-danger">More</button></div> -->
</div>
</a>
<!-- Modal -->
<div class="modal fade" id="myModal2" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title text-center">ROLLER COASTER</h2>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<img src="images&video/experience 2.jpg" width="100%" height="100%">
<p class="text-danger"><br> Roller Coaster</p>
<p>Roller Coaster, elevated railway with steep inclines and descents that carries a train of passengers through sharp curves and sudden changes of speed and direction for a brief thrill ride. Found mostly in amusement parks as a continuous loop, it is a popular leisure activity.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<a href="" data-toggle="modal" data-target="#myModal3">
<div>
<img src="images&video/experience 3.jpg" class="img-responsive img-rounded" width="100%" height="100%">
<!-- <div class="carousel-caption"><button class="btn btn-danger">More</button></div> -->
</div>
</a>
<!-- Modal -->
<div class="modal fade" id="myModal3" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title text-center">HURRICANE</h2>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<img src="images&video/experience 3.jpg" width="100%" height="100%">
<p class="text-danger"><br> Hurricane</p>
<p>The Hurricane is an amusement parks most facinating ride. The Hurricane was first created in the 1940s, first known as the Saturn 6, and was later built by Mulligan as the Hurricane.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<a href="" data-toggle="modal" data-target="#myModal4">
<div>
<img src="images&video/experience 4.jpg" class="img-responsive img-rounded" width="100%" height="100%">
<!-- <div class="carousel-caption"><button class="btn btn-danger">More</button></div> -->
</div>
</a>
<!-- Modal -->
<div class="modal fade" id="myModal4" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title text-center">FERRIS WHEEL</h2>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<img src="images&video/experience 4.jpg" width="100%" height="100%">
<p class="text-danger"><br> Ferris Wheel</p>
<p>A Ferris wheel is an amusement ride consisting of a rotating upright wheel with multiple passenger-carrying components attached to the rim in such a way that as the wheel turns, they are kept upright, usually by gravity</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<a href="" data-toggle="modal" data-target="#myModal5">
<div>
<img src="images&video/experience 5.jpg" class="img-responsive img-rounded" width="100%" height="100%">
<!-- <div class="carousel-caption"><button class="btn btn-danger">More</button></div> -->
</div>
</a>
<!-- Modal -->
<div class="modal fade" id="myModal5" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title text-center">HURRICANE</h2>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<img src="images&video/experience 5.jpg" width="100%" height="100%">
<p class="text-danger"><br> Hurricane</p>
<p>The Hurricane is an amusement parks most facinating ride. The Hurricane was first created in the 1940s, first known as the Saturn 6, and was later built by Mulligan as the Hurricane.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<a href="" data-toggle="modal" data-target="#myModal6">
<div>
<img src="images&video/experience 6.jpg" class="img-responsive img-rounded" width="100%" height="100%">
<!-- <div class="carousel-caption"><button class="btn btn-danger">More</button></div> -->
</div>
</a>
<!-- Modal -->
<div class="modal fade" id="myModal6" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title text-center">RANGER</h2>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<img src="images&video/experience 6.jpg" width="100%" height="100%">
<p class="text-danger"><br> Ranger</p>
<p>The ride consists of a single 66-foot arm mounted to four 90 kW DC motors at the midpoint. A 40-seat gondola is mounted on one end of the arm, with passengers sitting in four rows. The side of the arm facing out to the crowd is decorated with an elaborate lighting array. The ride is designed to rock back and forth, before making several inversions. Unlike most pendulum rides, the Ranger is reliant primarily on the motors to invert, as opposed to momentum.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<a href="" data-toggle="modal" data-target="#myModal7">
<div>
<img src="images&video/experience 7.jpg" class="img-responsive img-rounded" width="100%" height="100%">
<!-- <div class="carousel-caption"><button class="btn btn-danger">More</button></div> -->
</div>
</a>
<!-- Modal -->
<div class="modal fade" id="myModal7" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title text-center">FREAK OUT</h2>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<img src="images&video/experience 7.jpg" width="100%" height="100%">
<p class="text-danger"><br> Freak Out</p>
<p>The Freak Out is a thrill ride in every sense of the word. Passengers are secured by over the shoulder harnesses as they dangle in expectation. Once the ride begins the seats slowly rotate as the entire boom begins to swing horizontally. Passengers swing over the Midway watching from the front of the ride. Stats: Height 70 ft., Angle 120, Speed- Crazy!</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<a href="" data-toggle="modal" data-target="#myModal8">
<div>
<img src="images&video/experience 8.jpg" class="img-responsive img-rounded" width="100%" height="100%">
<!-- <div class="carousel-caption"><button class="btn btn-danger">More</button></div> -->
</div>
</a>
<!-- Modal -->
<div class="modal fade" id="myModal8" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title text-center">CHAIR LIFT</h2>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<img src="images&video/experience 8.jpg" width="100%" height="100%">
<p class="text-danger"><br> Chair Lift</p>
<p>You'll enjoy beautiful views of one of the most awe-inspriring Fun Zone and the surrounding area. On a clear day, you'll be able to see all the way up to the Seven Devil's Wildernes, east to the west and north to the south. Spectacular!</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<a href="" data-toggle="modal" data-target="#myModal9">
<div>
<img src="images&video/experience 9.jpg" class="img-responsive img-rounded" width="100%" height="100%">
<!-- <div class="carousel-caption"><button class="btn btn-danger">More</button></div> -->
</div>
</a>
<!-- Modal -->
<div class="modal fade" id="myModal9" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title text-center">STARFRYER</h2>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<img src="images&video/experience 9.jpg" width="100%" height="100%">
<p class="text-danger"><br> StarFlyer</p>
<p>StarFlyer is “The World's Tallest Stand-Alone Swing Ride” standing at 450 feet. It is a unique attraction that appeals to both young and old, the adventurous and not so adventurous. Guests are seated in a double seat next to their friend, family or partner and are secured in their seats with seat belts and an in between the legs harness that can only be unlocked by the ride operator.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<a href="" data-toggle="modal" data-target="#myModal10">
<div>
<img src="images&video/experience 10.jpg" class="img-responsive img-rounded" width="100%" height="100%">
<!-- <div class="carousel-caption"><button class="btn btn-danger">More</button></div> -->
</div>
</a>
<!-- Modal -->
<div class="modal fade" id="myModal10" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title text-center">BAYERN KURVE</h2>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<img src="images&video/experience 10.jpg" width="100%" height="100%">
<p class="text-danger"><br> Bayern Kurve</p>
<p>The Bayern Kurve is roller coaster like amusement ride that moves a train around a banked circular track, gaining speed as the ride progresses. It is made in both a portable and park model and originally debuted in 1965.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<a href="" data-toggle="modal" data-target="#myModal11">
<div>
<img src="images&video/experience 11.jpg" class="img-responsive img-rounded" width="100%" height="100%">
<!-- <div class="carousel-caption"><button class="btn btn-danger">More</button></div> -->
</div>
</a>
<!-- Modal -->
<div class="modal fade" id="myModal11" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title text-center">REVERSE BUNGE</h2>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<img src="images&video/experience 11.jpg" width="100%" height="100%">
<p class="text-danger"><br> Reverse Bungee</p>
<p>The reverse bungee (also known as catapult bungee, slingshot, or ejection seat) is a modern type of fairground ride that was invented by Troy Griffin in c. 1978.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<a href="" data-toggle="modal" data-target="#myModal12">
<div>
<img src="images&video/experience 12.jpg" class="img-responsive img-rounded" width="100%" height="100%">
<!-- <div class="carousel-caption"><button class="btn btn-danger">More</button></div> -->
</div>
</a>
<!-- Modal -->
<div class="modal fade" id="myModal12" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title text-center">ROALLER COASTER</h2>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<img src="images&video/experience 12.jpg" width="100%" height="100%">
<p class="text-danger"><br> Roller Coasters</p>
<p>Roller Coaster, elevated railway with steep inclines and descents that carries a train of passengers through sharp curves and sudden changes of speed and direction for a brief thrill ride. Found mostly in amusement parks as a continuous loop, it is a popular leisure activity.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<!-- end -->
</div>
<br>
</div>
<div class="map">
<img class="map-img" src="images&video/park map.png" width="60%" height="100%" alt="map and overview of the park">
</div>
<!-- footer -->
<div class="extra">
<footer>
<div class="container-1">
<div class="sec aboutus">
<img class="logo-1" src="images&video/footerlogo2.png" alt="">
<p>The ‘FUN SPOT’ Most Entertaining Theme Park, is one of the best ideas executed in the amusement & entertainment industry. It has 7 different internationally themed zones which will keep you occupied for the entire day. You will never fall short of excitement or thrills, thanks to the mascots that will make sure you are treated with the best of hospitality. There are zones like thrill rides, 7 wonders of the world, a massive food court and other areas ensuring 360 degrees of sheer entertainment.</p>
<ul class="sci">
<li><a href=""><i class="fa-brands fa-facebook"></i></a></li>
<li><a href=""><i class="fa-brands fa-twitter"></i></a></li>
<li><a href=""><i class="fa-brands fa-instagram"></i></a></li>
<li><a href=""><i class="fa-brands fa-youtube"></i></a></li>
</ul>
</div>
<div class="sec quicklinks">
<h2>Quick Links</h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="parkinformation1.html">Park Information</a></li>
<li><a href="BusinessOpportunities.html">Business Opportunities</a></li>
<li><a href="contactus.html">Contact Us</a></li>
</ul>
</div>
<div class="sec quicklinks">
<h2>Categories</h2>
<ul>
<li><a href="experience.html">Experience</a></li>
<li><a href="leisure&dinning.html">Leisure & Dinning</a></li>
<li><a href="characters.html">Park Characters</a></li>
<li><a href="WhatsUp.html">Whats Up</a></li>
</ul>
</div>
<div class="sec contact">
<h2>Contact Info</h2>
<ul class="info">
<li>
<span><i class="fa-solid fa-location-dot"></i></span>
<span>Gulistan Society, Quaidabad, Dist. Malir Karachi,<br> Pakistan</span>
</li>
<li>
<span><i class="fa-solid fa-phone"></i></i></span>
<p><a href="tel:123456789">03406886905</a><br>
<!-- <a href="tel:123456789">03095247848</a></p> -->
</li>
<li>
<span><i class="fa-solid fa-envelope"></i></span>
<p><a href="mailto:rehmanabdul1445@gmail.com">rehmanabdul1445@gmail.com</a></p>
</li>
</ul>
</div>
</div>
</footer>
<div class="copyrighttext">
<p>Copyright @ 2022 Fun Spot. All Right Reserved</p>
</div>
</div>
<!-- footer -->
</body>
</html>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>