-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
531 lines (457 loc) · 25.1 KB
/
index.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
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
<!-- Mamma Mia Official Website -->
<!-- Hope you like it ;) -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="author" content="AtypicalThemes">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5">
<title>Mamma M!a</title>
<!-- STYLES -->
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- FontAwesome -->
<link href="css/fontawesome.min.css" rel="stylesheet">
<link href="css/all.min.css" rel="stylesheet">
<!-- Animations -->
<link href="css/animations.css" rel="stylesheet">
<!-- Main Stylesheet -->
<link href="css/style.css" rel="stylesheet">
<link href="css/lightbox.min.css" rel="stylesheet">
<link href="https://vjs.zencdn.net/7.7.6/video-js.css" rel="stylesheet" />
<link href="https://unpkg.com/video.js@7/dist/video-js.min.css" rel="stylesheet" />
<link rel="shortcut icon" href="images/Logo.ico" type="image/x-icon">
<!-- Video.js base CSS -->
<link href="https://unpkg.com/video.js@7/dist/video-js.min.css" rel="stylesheet" />
<!-- City -->
<link href="https://unpkg.com/@videojs/themes@1/dist/fantasy/index.css" rel="stylesheet" />
<!-- Then, in the player -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css" />
<style>
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap');
</style>
</head>
<body>
<!-- Loading Screen -->
<div id="loader-wrapper">
<h1 class="loader-logo">M A M M A M ! A</h1>
<div id="progress"></div>
<h3 class="loader-text">LOADING</h3>
</div>
<!-- //// HEADER //// -->
<a href="#section1" class="logo-div"><img src="images/Logo.png" id="main-logo" class="navbar-brand" alt="logo"></a>
<a href="#section1" class="logo-div"></a> <iframe src="https://open.spotify.com/embed/track/2TxCwUlqaOH3TIyJqGgR91"
width="250" height="100" frameborder="0" allowtransparency="true" allow="encrypted-media" id="spoti"
class="navbar-brand"></iframe></a>
<header id="navbar">
<nav>
<a href="#section2" id="link2">Trailer</a>
<a href="#section4" id="link3">Book Tickets</a>
<a href="#threedhead" id="link1">Merchandise</a>
<a href="#dlc" id="link4">Tours</a>
<a href="#disqus_thread" id="link5">Discussion</a>
</nav>
</header>
<!-- Header End -->
<!-- /// Section 1/// -->
<section id="section1">
<div class="row hero-unit">
<div class="hero-overlay"></div>
<video autoplay loop muted poster="images/poster.html" id="bgvid" class="img-fluid">
<source src="videos/background.webm" type="video/mp4">
</video>
<div class="container">
<div class="hero-caption">
<!-- MammaMia Tagline -->
<h1 class="head_section1" id="head_section1">MAMMA M!A</h1>
<h3 class="text_section1" id="text_section1">A once in a lifetime experience.</h3>
<p class="text-center mt-5">
<a href="#about" id="headerVideoLink" target="_blank"
class="btn btn-outline-warning popup-modal">Watch Trailer</a>
</p>
</div>
</div>
<img src="images/reviews.png" class="img-fluid" alt="reviews" id="reviewimg">
</div>
</div>
</section>
<!--Section 1 End -->
<!-- /// Section 2 /// -->
<section id="section2" class="full-width">
<a id="about"></a>
<video id="videoPlayer" class="video-js vjs-theme-fantasy" data-setup="{}">
<source src="videos/trailer.mp4" type="video/mp4">
<p class="vjs-no-js">
To view this video please enable JavaScript, and consider upgrading to a
web browser that
<a href="https://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a>
</p>
</video>
</section>
<!--Section 2 End -->
<section id="feature-1" class="full-width">
<div class="container">
<div class="row">
<div class="col-md-6" id="box_1">
<div class="text-box animation-element slide-in-left">
<h2>PLOT</h2>
<h3 class="colored">Mamma Mia! is a musical ROMCOM</h3>
<p>Donna, an independent single mother has done her best to bring up her daughter while at the
same time maintaining a very successful
hotel business.. however its time now, sophie will be exchanging her vows in a few days and
Donna must let go.. Meanwhile
Sophie has another plan as she invites 3 men 'candidates' who had been her mother's lovers
in the past in an attempt to find out
the identity of her birth father.</p>
</div>
</div>
</div>
</div>
</section>
<section id="feature-2">
<div id="feature-2box-1"></div>
<div id="feature-2box-2">
<div class="text-box text-right animation-element slide-in-right" id="f2b2">
<h2>FUN FACTS</h2>
<p>
<ol>
<li align="left">Since its premiere, MAMMA MIA! has been seen by over 9 million people
and has played over 8,000 performances</li>
<li align="left">MAMMA MIA! originally opened at the Prince Edward Theatre in 1999, and
on 3
June 2004 transferred to the Prince of Wales Theatre. There MAMMA MIA! holds the
record for the highest attendance in a single week, with 10,760 people seeing the
show over 10
performances w/c 26 December 2011.</li>
<li align="left">It has been performed in 14 languages including German, Japanese, Dutch
and Spanish to name a few </li>
</ol>
</p>
</div>
</section>
<!-- Slideshow container -->
<div class="slideshow-container1" id="appreciation">
<section id="feature-3" class="full-width">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="text-box animation-element slide-in-left">
<h2>WHY SHOULD YOU WATCH MAMMA MIA!</h2><br>
<ol>
<li>The perfect family date. The musical offers something to all the members of the
family
be it kids, parents, grandparents.</li><br>
<li>It's plot reveals, quite clearly, classic themes of growing older, raising children,
maintaining bonds with old friendsand reconciling with the past.</li><br>
<li>Set in a picturesque Greek island, the tale is about a young bride-to-be's search
for
her real father.</li> <br>
<li>If you don't cry at the "Slippping Through My Fingers" bit... Are you even HUMAN?
</li>
</ol><br>
</div>
</div>
</div>
<h2 class="text-box animation-element slide-in-left" align="left" id="f3h2">Will Sophie find her
birthfather?
Tune
in with us to FIND OUT!</h2>
</div>
</section><!-- Features Section End-->
<div class="flex-cont"></div>
<div class="slideshow-container">
<!-- Full-width images with number and caption text -->
<div class="mySlides fade">
<div style="margin-left: 25%;">
<blockquote class="twitter-tweet" data-theme="dark">
<p lang="en" dir="ltr">DJ can you play Mamma Mia pls</p>— anna (@Annnaabby) <a
href="https://twitter.com/Annnaabby/status/1263727363742892032?ref_src=twsrc%5Etfw">May 22,
2020</a>
</blockquote>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
<div class="mySlides fade">
<div style="margin-left: 25%;">
<blockquote class="twitter-tweet" data-theme="dark">
<p lang="en" dir="ltr">it’s imperative we treat mamma mia season like we treat the holidays.
when
you see a friendly stranger, tip your hat as if to say “happy holidays,” but instead say
“mamma
mia!” “mamma mia to all and to all a mamma mia!”</p>— Jill Gutowitz (@jillboard) <a
href="https://twitter.com/jillboard/status/1020933061536493568?ref_src=twsrc%5Etfw">July 22,
2018</a>
</blockquote>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
<div class="mySlides fade">
<div style="margin-left: 25%">
<blockquote class="twitter-tweet" data-theme="dark">
<p lang="en" dir="ltr">if we all pray hard enough we can make mamma mia the fast and furious
franchise of musicals</p>— miel (@miel) <a
href="https://twitter.com/miel/status/1020591453850910720?ref_src=twsrc%5Etfw">July 21,
2018</a>
</blockquote>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
<!-- Next and previous buttons -->
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<br>
<!-- The dots/circles -->
<div style="text-align:center">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
</div>
<br><br>
<!-- /// MEDIA SECTION /// -->
<section id="media-section">
<div class="grid-gallery">
<div class="row">
<div class="col-md-4 gallery-item">
<a href="images/SOPHIE.jpg" data-lightbox="studio_gallery">
<div class="overlay"></div>
<img src="images/SOPHIE.jpg" data-src="images/SOPHIE.jpg" class="img-fluid b-lazy" alt=""
style="height: 280px;">
</a>
</div>
<div class="col-md-4 gallery-item">
<a href="images/SOPHIE3.jpg" data-lightbox="studio_gallery">
<div class="overlay"></div>
<img src="images/SOPHIE3.jpg" class="img-fluid b-lazy" alt="" style="height: 280px;">
</a>
</div>
<div class="col-md-4 gallery-item">
<a href="images/SOPHIE2.jpg" data-lightbox="studio_gallery">
<div class="overlay"></div>
<img src="images/SOPHIE2.jpg" data-src="images/SOPHIE2.jpg" class="img-fluid b-lazy" alt=""
style="height: 280px;">
</a>
</div>
</div>
<div class="row">
<div class="col-md-4 gallery-item">
<a href="images/SOPHIE4.jpg" data-lightbox="studio_gallery">
<div class="overlay"></div>
<img src="images/SOPHIE4.jpg" data-src="images/SOPHIE4.jpg" class="img-fluid b-lazy" alt=""
style="height: 280px;">
</a>
</div>
<div class="col-md-4 gallery-item">
<a href="images/ROH.jpg" data-lightbox="studio_gallery">
<div class="overlay"></div>
<img src="images/ROH.jpg" data-src="images/ROH.jpg" class="img-fluid b-lazy" alt="">
</a>
</div>
<div class="col-md-4 gallery-item">
<a href="images/MPHALL.jpeg" data-lightbox="studio_gallery">
<div class="overlay"></div>
<img src="images/MPHALL.jpeg" data-src="images/MPHALL.jpg" class="img-fluid b-lazy" alt="">
</a>
</div>
</div>
</div>
</section>
<!-- /// Grab tickets /// -->
<section id="section4" class="full-width">
<div class="container">
<div class="row">
<div class="col-md-6">
<img src="images/Poster.jpeg" class="img-fluid">
</div>
<div class="col-md-6">
<h1>GRAB YOUR TICKETS</h1>
<ul class="main-features">
<li>One week cancellation policy (We don't see why someone would have second thoughts for
watching this, though)</li>
<li>Drinks with unlimited refills</li>
<li>Mamma Mia! merchandise available at the auditorium</li>
<li>Backstage Passes available! (Contact us for one)</li><br><br>
</ul>
<a href="#dlc" class="button">BOOK NOW</a><br><br>
<p data-toggle="modal" data-target="#systemreq" class="modal-expand"><u>Seating Plan</u></p>
<!-- Seating Popup -->
<div class="modal fade" id="systemreq" tabindex="-1" role="dialog"
aria-labelledby="system requirements" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<ul class="modal-container">
<img src="images/seatingplan.png" alt="can't display">
</ul>
</div>
<div class="modal-footer">
<button type="button" class="button modal-btn"
data-dismiss="modal">CLOSE</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<h2 align="center" id="threedhead">Merchandise</h1>
<br>
<div class="modelbox">
<div class="sketchfab-embed-wrapper" id="myMod">
<h2 align="center">3D View</h2><br>
<iframe title="A 3D model" width="590" height="480"
src="https://sketchfab.com/models/a210ecfbea3a4d64b157ae4b41215164/embed?preload=1&ui_controls=1&ui_infos=1&ui_inspector=1&ui_stop=1&ui_watermark=1&ui_watermark_link=1"
frameborder="0" allow="autoplay; fullscreen; vr" mozallowfullscreen="true"
webkitallowfullscreen="true"></iframe>
<p style="font-size: 13px; font-weight: normal; margin: 5px; color: #4A4A4A;">
<a href="https://sketchfab.com/3d-models/mammamiacup-a210ecfbea3a4d64b157ae4b41215164?utm_medium=embed&utm_source=website&utm_campaign=share-popup"
target="_blank" style="font-weight: bold; color: #1CAAD9;"></a>
<a href="https://sketchfab.com/Raghav.Agrawal?utm_medium=embed&utm_source=website&utm_campaign=share-popup"
target="_blank" style="font-weight: bold; color: #1CAAD9;"></a>
<a href="https://sketchfab.com?utm_medium=embed&utm_source=website&utm_campaign=share-popup"
target="_blank" style="font-weight: bold; color: #1CAAD9;"></a>
</p>
</div>
<div class="modelboximg">
<h2 align="center" style="padding-left: 20%;"> Rendered Image </h2><br>
<img src="Original Works\3d\finalrender.png">
</div>
</div>
<h1 align="center" id="text"> Tours </h1>
</div>
<br>
<br>
<section id="dlc">
<div class="container">
<div class="row text-center small-margin">
<div class="col-md-6">
<div class="dlc-card">
<img src="images/Poster3.jpeg" class="img-fluid" style="height: 50%;">
<h2 class="short-hr-center">Gurgaon Tour</h2>
<a href="https://broadway.com" class="button dlc" target="_blank">BUY ON Broadway.com</a>
<a href="https://bookmyshow.com/events" class="button dlc" target="_blank">BUY ON BookMyShow</a>
<a href="https://insider.in" class="button dlc" target="_blank">BUY ON Insider</a>
<div class="dlc-features" align="left">
<p>Join us in MP Hall, Powergrid Complex, Sector-43, Gurgaon and experience the
New York City experience of Broadway.
</p>
<ul>
<li>Futuristic MP Hall</li>
<li>Bose surround sound systems</li>
<li>Prime Location</li>
</ul>
</div><br>
</div>
</div>
<div class="col-md-6">
<div class="dlc-card">
<img src="images/Poster5.jpeg" class="img-fluid">
<h2 class="short-hr-center">Mumbai Tour</h2>
<a href="https://broadway.com" class="button dlc" target="_blank">BUY ON Broadway.com</a>
<a href="https://bookmyshow.com/events" class="button dlc" target="_blank">BUY ON BookMyShow</a>
<a href="https://www.eventshigh.com/mumbai/live+shows" class="button dlc" target="_blank"> BUY
ON
EventsHigh</a>
<div class="dlc-features" align="left">
<p>Join us at Royal Opera House, Charni Road East, Mumbai and experience the
New York City experience of Broadway.
</p>
<ul>
<li>India's best auditorium</li>
<li>Co-axial Ceiling Speaker System</li>
<li>Beautiful Architecture</li>
</ul>
</div><br>
</div>
</div>
</div>
<div id="disqus_thread" style="height: auto; width:auto"></div>
<script>
(function () { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://https-broadwayplay-github-io-mammamia.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a
href="https://disqus.com/?ref_noscript">comments.</a></noscript>
<hr>
<br><br><br>
<div class="row text-center">
<div class="col-md-6">
<div id="newsletter-box">
<h3 class="short-hr-center">NEWSLETTER</h3>
<form id="newsletter" data-toggle="validator">
<input type="email" id="emailsign" placeholder="Your email adress"> <!-- Email Field -->
<button type="submit" id="form-signup" class="button">SUBSCRIBE</button>
<div id="msgSignup" class="h3 text-center hidden"></div>
</form>
</div>
</div>
<div class="col-md-6">
<h3 class="short-hr-center">OUR SOCIALS</h3>
<ul class="social-links">
<!-- Social Media Icons -->
<li><a href="https://www.facebook.com/MammaMiaMusical/" target="_blank"><i
class="fab fa-facebook-square fa-3x icon-social"></i></a></li>
<li><a href="https://twitter.com/mammamiamusical" target="_blank"><i
class="fab fa-twitter-square fa-3x icon-social"></i></a></li>
<li><a href="https://www.instagram.com/mammamiamusical/?hl=en" target="_blank"><i
class="fab fa-instagram fa-3x icon-social"></i></a>
<li><a href="#"><i class="fab fa-youtube fa-3x icon-social"></i></a>
</ul>
</div>
</div>
</div>
</section>
<!-- /// FOOTER /// -->
<div id="footer">
<div class="container">
<div class="row text-center">
<div class="col-md-12">
<ul>
<li><a href="https://mamma-mia.com/privacy-notice.php" target="_blank">Privacy & Cookie
Policy</a></li>
<li><a href="https://mamma-mia.com/terms-and-conditions.php" target="_blank">Terms &
Conditions</a></li>
</ul>
</div>
</div>
<div class="row text-center">
<div class="col-md-12">
<p id="copyright">© Mamma M!a <span id="year"> </span> - Broadway Landing Page by <a
href="https://amity.edu/ais/gurgaon43/" target="_blank">AISG-43</a></p>
<!-- Copyright Text -->
</div>
</div>
</div>
</div>
<!-- //// SCRIPTS //// -->
<script src="js/jquery-3.4.0.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/blazy.min.js"></script>
<script src="js/jquery-modal-video.min.js"></script>
<script src="js/validator.min.js"></script>
<script src="js/script.js"></script>
<script src="https://vjs.zencdn.net/7.7.6/video.js"></script>
<script src="js/videoplayer.js"></script>
<script src="js/lightbox.min.js"></script>
</body>
</html>
<!--<div class="sketchfab-embed-wrapper">
<iframe title="A 3D model" width="640" height="480" src="https://sketchfab.com/models/a210ecfbea3a4d64b157ae4b41215164/embed?preload=1&ui_controls=1&ui_infos=1&ui_inspector=1&ui_stop=1&ui_watermark=1&ui_watermark_link=1" frameborder="0" allow="autoplay; fullscreen; vr" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
<p style="font-size: 13px; font-weight: normal; margin: 5px; color: #4A4A4A;">
<a href="https://sketchfab.com/3d-models/mammamiacup-a210ecfbea3a4d64b157ae4b41215164?utm_medium=embed&utm_source=website&utm_campaign=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">MammaMiaCup</a>
by <a href="https://sketchfab.com/Raghav.Agrawal?utm_medium=embed&utm_source=website&utm_campaign=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Raghav.Agrawal</a>
on <a href="https://sketchfab.com?utm_medium=embed&utm_source=website&utm_campaign=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Sketchfab</a>
</p>
</div>
-->