-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
433 lines (406 loc) · 22.2 KB
/
index.html
File metadata and controls
433 lines (406 loc) · 22.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--Compiled and minified CSS-->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<link rel="stylesheet" href="grt-youtube-popup.css">
<!-- Font Awesome-->
<script src="https://kit.fontawesome.com/6a79530112.js" crossorigin="anonymous"></script>
<!-- Material Icons-->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<title>Home - Morissette</title>
<link rel="icon" href="images/titlebar.png" type="image/icon type">
</head>
<body style="overflow: hidden;">
<!--Preloader-->
<div class="preloader_bg">
<div class="preloader-wrapper big active">
<div class="spinner-layer spinner-red-only">
<div class="circle-clipper left">
<div class="circle"></div>
</div><div class="gap-patch">
<div class="circle"></div>
</div><div class="circle-clipper right">
<div class="circle"></div>
</div>
</div>
</div>
</div>
<!--Navbar-->
<div class="navbar-fixed">
<nav>
<div class="nav-wrapper red accent-1" style="height:100px;">
<div class="wrapper" style="padding-top: 20px;">
<a href="index.html" class="brand-logo grey-text text-darken-4 center" style="margin-top: -35px;"><img width="250" src="images/mori_logo1.png" alt=""></a>
<a href="#" data-target="slide-out" class="sidenav-trigger left"><i class="material-icons grey-text text-darken-4">menu</i></a>
<ul id="nav-mobile" class="left hide-on-med-and-down" style="margin-left: 50px; font-family:sans-serif; font-weight: bold;">
<li><a href="merch.html" target="_blank" class="grey-text text-darken-4">Merch</a></li>
<li><a href="events.html" class="grey-text text-darken-4">Events</a></li>
<li class="modal-trigger" data-target="modal1"><a class="grey-text text-darken-4">Newsletter</a></li>
<li><a href="https://music.apple.com/ph/album/signature-ep/1578631670" target="_blank" class="waveswaves-effect waves-light btn grey darken-4 red-text text-accent-1">Signature</a></li>
</ul>
<ul id="nav-mobile" class="right hide-on-med-and-down icon-wrapper" style="margin-right: 50px;">
<li><a href="https://www.facebook.com/MorissettePh/" target="_blank"><i class="fab fa-facebook grey-text text-darken-4" aria-hidden="true"></i></a></li>
<li><a href="https://twitter.com/itsMorissette" target="_blank"><i class="fab fa-twitter grey-text text-darken-4" aria-hidden="true"></i></a></li>
<li><a href="https://www.instagram.com/itsmorissette/" target="_blank"><i class="fab fa-instagram grey-text text-darken-4" aria-hidden="true"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCthcmfysauZUtj0sMlldgAQ" target="_blank"><i class="fab fa-youtube grey-text text-darken-4" aria-hidden="true"></i></a></li>
<li><a href="https://open.spotify.com/artist/62WbvkXqQGvXQvw74GU3kQ" target="_blank"><i class="fab fa-spotify grey-text text-darken-4" aria-hidden="true"></i></a></li>
<li><a href="https://music.apple.com/us/artist/morissette/342785077" target="_blank"><i class="fab fa-itunes grey-text text-darken-4" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</nav>
</div>
<div>
<ul>
<li></li>
<li></li>
<li></li>
</ul>
</div>
<!--SideNav-->
<ul id="slide-out" class="sidenav red accent-1">
<li>
<div class="user-view">
<div class="background">
<img src="images/mori_headerback.png" style="max-width: 100%;">
</div>
<a href="#user"><img class="circle" src="images/titlebar.png"></a>
<a href="#name"><span class="red-text text-accent-1 name" style="font-weight: bold; font-size: large;">Morissette</span></a>
<span class="red-text text-accent-1">Singer | Performer | Songwriter</span>
</div>
</li>
<li><a href="merch.html" target="_blank" class="grey-text text-darken-4"><i class="material-icons grey-text text-darken-4">local_mall</i>Merch</a></li>
<li><a href="events.html" class="grey-text text-darken-4"><i class="material-icons grey-text text-darken-4">event</i>Events</a></li>
<li class="modal-trigger" data-target="modal1"><a target="_blank" class="grey-text text-darken-4"><i class="material-icons grey-text text-darken-4">mail</i>Newsletter</a></li>
<li><div class="container center"><span class="grey-text text-darken-4" style="font-weight: bold;">Stream </span><a href="https://music.apple.com/ph/album/signature-ep/1578631670" target="_blank" class="waveswaves-effect waves-light btn-flat grey darken-4 red-text text-accent-1" style="font-weight: bold;">Signature</a></li>
<li><div class="divider grey darken-4"></div></li>
<div class="socials center">
<h6 class="grey-text text-darken-4 center" style="font-weight: bold;">Links</h6> <br>
<div class="wrapper center" style="font-size: 20px;">
<a href="https://www.facebook.com/MorissettePh/" target="_blank"><i class="fab fa-facebook grey-text text-darken-4" aria-hidden="true"></i></a><br><br>
<a href="https://twitter.com/itsMorissette" target="_blank"><i class="fab fa-twitter grey-text text-darken-4" aria-hidden="true"></i></a><br><br>
<a href="https://www.instagram.com/itsmorissette/" target="_blank"><i class="fab fa-instagram grey-text text-darken-4" aria-hidden="true"></i></a><br><br>
<a href="https://www.youtube.com/channel/UCthcmfysauZUtj0sMlldgAQ" target="_blank"><i class="fab fa-youtube grey-text text-darken-4" aria-hidden="true"></i></a><br><br>
<a href="https://open.spotify.com/artist/62WbvkXqQGvXQvw74GU3kQ" target="_blank"><i class="fab fa-spotify grey-text text-darken-4" aria-hidden="true"></i></a><br><br>
<a href="https://music.apple.com/us/artist/morissette/342785077" target="_blank"><i class="fab fa-itunes grey-text text-darken-4" aria-hidden="true"></i></a><br><br>
</div>
</div>
</ul>
<!--Email Floating Btn-->
<div class="fixed-action-btn email-button modal-trigger" data-target="modal1" style="display: none;">
<a class="btn-floating btn-large red accent-1 z-depth-3 waves-effect waves-dark">
<i class="large material-icons grey-text text-darken-4">email</i>
</a>
</div>
<!--Section: Morissette Signature Store-->
<div class="home" style="margin-bottom: -5px;">
<a href="https://music.apple.com/ph/album/signature-ep/1578631670"><video muted autoplay loop style="width: 100%;" class="hide-on-med-and-down"> <source src="videos/firstvid.mp4" type="video/mp4"></video></a>
<a href="https://music.apple.com/ph/album/signature-ep/1578631670"><video muted autoplay loop style="width: 100%;" class="hide-on-large-only"> <source src="videos/secvid.mp4" type="video/mp4"></video></a>
</div>
<!--Second Banner-->
<div class="second-banner" style="margin-bottom: -6px;">
<a href="merch.html" target="_blank"><img style="width:100%;" class="hide-on-med-and-down" src="images/second-banner.jpg" alt=""></a>
<a href="merch.html" target="_blank"><img style="width:100%;" class="hide-on-large-only" src="images/second-banner-2.jpg" alt=""></a>
</div>
<!-- Slideshow container -->
<div class="slideshow-container" style="border: solid 10px #212121">
<div class="slides-container">
<!-- Full-width images with number and caption text -->
<div class="mySlides">
<img src="images/Phoenix_thumb.jpg" class="youtube-link" youtubeid="RJ8Hrl0uqkQ" style="width:100%">
<div class="text">PHOENIX (OFFICIAL MUSIC VIDEO)</div>
</div>
<div class="mySlides">
<img src="images/Mirror_thumb.jpg" class="youtube-link" youtubeid="LYh4MKmljv0" style="width:100%">
<div class="text">MIRROR (VISUALIZER/LYRIC VIDEO)</div>
</div>
<div class="mySlides">
<img src="images/LYS_thumb.jpg" class="youtube-link" youtubeid="wi6J69NaLkA" style="width:100%">
<div class="text">LOVE YOU STILL (OFFICIAL MUSIC VIDEO)</div>
</div>
<div class="mySlides">
<img src="images/WYS_thumb.jpg" class="youtube-link" youtubeid="dz4qs7dvAIQ" style="width:100%">
<div class="text">WILL YOU STAY (VISUALIZER/LYRIC VIDEO)</div>
</div>
<div class="mySlides">
<img src="images/trophy_thumb.jpg" class="youtube-link" youtubeid="OlA29K1lPug" style="width:100%">
<div class="text">TROPHY (OFFICIAL MUSIC VIDEO)</div>
</div>
</div>
<!-- Next and previous and play button -->
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<!--Newsletter Section-->
<div class="email-img" style="width: 100%;" id="newsletter">
<div class="row">
<div class="container center">
<div class="col s12">
<div class="card z-depth-5" style="border-radius: 30px; width: 100%;">
<div class="card-content white-text" style="border-radius: 30px; width: 100%;">
<h3 class="grey-text text-darken-4 hide-on-med-and-down" style="font-family: arial; letter-spacing: 2px; font-weight: bold; margin-top: 10px;">SIGN UP TO RECEIVE UPDATES</h3>
<h4 class="grey-text text-darken-4 hide-on-large-only" style="font-family: arial; letter-spacing: 2px; font-weight: bold; margin-top: 10px;">SIGN UP TO RECEIVE UPDATES</h4>
<div class="row">
<div class="input-field col s12 m6">
<input id="email" type="email" class="validate">
<label for="email">Email</label>
</div>
<div class="input-field col s12 m6">
<select>
<option value="0">PHILIPPINES</option>
<option value="1">United State of America</option>
<option value="2">South Korea</option>
<option value="3">United Arab Emirates</option>
</select>
<label>Country</label>
</div>
</div>
<div class="hide-on-large-only" style="margin-top: -10px;">
<div class="datapriv grey-text text-darken-4">
<div class="container">
<div class="row">
<div class="col s12">
<span>By providing this information, you are opting to receive emails from Morissette with news, special offers, promotions and messages tailored to your interests, and you agree to the CCP/Morissette privacy policy and terms of use.</span>
</div>
</div>
<br>
<div class="row" >
<div class="col s12">
<span>Fields marked with an asterisk (*) are required. International customers will receive an email to confirm your subscription to above mailing list.</span>
</div>
</div>
<div class="row">
<div class="col s12">
<a class="btn red accent-1 grey-text text-darken-4 waves-effect waves-dark" onclick="return validateEmail()" type="submit" name="action" style="font-weight: bold;">Submit
<i class="material-icons right">send</i>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="hide-on-med-and-down">
<div class="datapriv grey-text text-darken-4">
<div class="container">
<div class="row">
<div class="col s12">
<span>By providing this information, you are opting to receive emails from Morissette with news, special offers, promotions and messages tailored to your interests, and you agree to the CCP/Morissette privacy policy and terms of use.</span>
</div>
</div>
<br>
<div class="row">
<div class="col s12">
<span>Fields marked with an asterisk (*) are required. International customers will receive an email to confirm your subscription to above mailing list.</span>
</div>
</div>
<div class="row">
<div class="col s12">
<a id="submitbtn" class="btn red accent-1 grey-text text-darken-4 waves-effect waves-dark" onclick="return validateEmail()" name="action" style="font-weight: bold;">Submit
<i class="material-icons right">send</i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Footer-->
<footer class="section red accent-1 grey-text text-darken-4 center" style="margin-top: -20px;">
<div class="icons-wrapper" style="margin-top: 20px;">
<a href="https://www.facebook.com/MorissettePh/" target="_blank"><i class="fab fa-facebook fa-2x grey-text text-darken-4" aria-hidden="true"></i></a>
<a href="https://twitter.com/itsMorissette" target="_blank"><i class="fab fa-twitter fa-2x grey-text text-darken-4" aria-hidden="true"></i></a>
<a href="https://www.instagram.com/itsmorissette/" target="_blank"><i class="fab fa-instagram fa-2x grey-text text-darken-4" aria-hidden="true"></i></a>
<a href="https://www.youtube.com/channel/UCthcmfysauZUtj0sMlldgAQ" target="_blank"><i class="fab fa-youtube fa-2x grey-text text-darken-4" aria-hidden="true"></i></a>
<a href="https://open.spotify.com/artist/62WbvkXqQGvXQvw74GU3kQ" target="_blank"><i class="fab fa-spotify fa-2x grey-text text-darken-4" aria-hidden="true"></i></a>
<a href="https://music.apple.com/us/artist/morissette/342785077" target="_blank"><i class="fab fa-itunes fa-2x grey-text text-darken-4" aria-hidden="true"></i></a>
</div>
<div style="margin-top: 20px;" class="copyright"><a href="">@2022 Morissette, CCP </a><a href="">Terms</a><a href="">/ Privacy</a><a href="">/ Accessibility</a><a href="">/ Cookie Choices</a></div>
</footer>
<!--Email Newsletter Sticky-->
<div class="red accent-1 grey-text text-darken-4 sticky z-depth-3">
<div class="container center">
<h5 style="font-weight: bold;">Sign up to receive updates and special offers! <a class="waves-effect waves-light btn-flat grey darken-4 red-text text-accent-1 modal-trigger" data-target="modal1" style="font-family: sans-serif; font-weight: bold;"><i class="material-icons right">email</i>Yes, I'm in!</a><a href="#!" class="secondary-content delete"><i class="material-icons grey-text text-darken-4">close</i></a></h5>
</div>
</div>
<!-- Modal Structure for Newsletter-->
<div id="modal1" class="modal" style="min-height: 100%; margin-top:-10vh; min-width: 100%;">
<div class="modal-close"><i class="material-icons right">close</i></div>
<div class="modal-content center">
<h3 class="grey-text text-darken-4 hide-on-med-and-down" style="font-family: arial; letter-spacing: 2px; font-weight: bold; margin-top: 10px;">SIGN UP TO RECEIVE UPDATES</h3>
<h4 class="grey-text text-darken-4 hide-on-large-only" style="font-family: arial; letter-spacing: 2px; font-weight: bold; margin-top: 10px;">SIGN UP TO RECEIVE UPDATES</h4>
<div class="row">
<div class="input-field col s12 m6">
<input id="email1" type="email" class="validate">
<label for="email1">Email</label>
</div>
<div class="input-field col s12 m6">
<select>
<option value="0">PHILIPPINES</option>
<option value="1">United State of America</option>
<option value="2">South Korea</option>
<option value="3">United Arab Emirates</option>
</select>
<label>Country</label>
</div>
</div>
<div class="hide-on-large-only" style="margin-top: -10px;">
<div class="datapriv grey-text text-darken-4">
<div class="container">
<div class="row">
<div class="col s12">
<span>By providing this information, you are opting to receive emails from Morissette with news, special offers, promotions and messages tailored to your interests, and you agree to the CCP/Morissette privacy policy and terms of use.</span>
</div>
</div>
<br>
<div class="row" >
<div class="col s12">
<span>Fields marked with an asterisk (*) are required. International customers will receive an email to confirm your subscription to above mailing list.</span>
</div>
</div>
<div class="row">
<div class="col s12">
<a class="btn red accent-1 grey-text text-darken-4 waves-effect waves-dark" onclick="return validateEmail1()" type="submit" name="action" style="font-weight: bold;">Submit
<i class="material-icons right">send</i>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="hide-on-med-and-down">
<div class="datapriv grey-text text-darken-4">
<div class="container">
<div class="row">
<div class="col s12">
<span>By providing this information, you are opting to receive emails from Morissette with news, special offers, promotions and messages tailored to your interests, and you agree to the CCP/Morissette privacy policy and terms of use.</span>
</div>
</div>
<br>
<div class="row">
<div class="col s12">
<span>Fields marked with an asterisk (*) are required. International customers will receive an email to confirm your subscription to above mailing list.</span>
</div>
</div>
<div class="row">
<div class="col s12">
<a class="btn red accent-1 grey-text text-darken-4 waves-effect waves-dark" onclick="return validateEmail1()" type="submit" name="action" style="font-weight: bold;">Submit
<i class="material-icons right">send</i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Jquery CDN-->
<script src="https://code.jquery.com/jquery-3.6.1.min.js" integrity="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ=" crossorigin="anonymous"></script>
<script
src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
crossorigin="anonymous"></script>
<!-- Compiled and minified Javascript-->
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<!--canva chart-->
<script src="https://canvasjs.com/assets/script/canvasjs.min.js"></script>
<!--GRT Youtube Popup-->
<script src="grt-youtube-popup.js"></script>
<script>
//Delete Sticky Email
$('.sticky').on('click', '.delete', function() {
$(this).parent().remove();
console.log(this);
$('.email-button').show();
})
</script>
<script>
$(document).ready(function(){
//Side Nav
$('.sidenav').sidenav();
//select
$('select').formSelect();
//Parallax
$('.parallax').parallax();
//modals
$('.modal').modal();
});
//Submit
function validateEmail() {
var x = document.getElementById("email").value;
if (x== "") {
M.toast({html: 'Please enter an email.'})
}
else if (document.getElementById("email").validity.valid) {
M.toast({html: 'You have succesfully signed up!'})
return false;
}
else {
M.toast({html: 'Please enter a valid email.'})
}
}
//SubmitforModal
function validateEmail1() {
var x = document.getElementById("email1").value;
if (x== "") {
M.toast({html: 'Please enter an email.'})
}
else if (document.getElementById("email1").validity.valid) {
M.toast({html: 'You have succesfully signed up!'})
return false;
}
else {
M.toast({html: 'Please enter a valid email.'})
}
}
</script>
<script> $(".youtube-link").grtyoutube(); </script>
<script>
//slideshow
let slideIndex = 1;
showSlides(slideIndex);
// Next/previous controls
function plusSlides(n) {
showSlides(slideIndex += n);
}
// Thumbnail image controls
function currentSlide(n) {
showSlides(slideIndex = n);
}
function showSlides(n) {
let i;
let slides = document.getElementsByClassName("mySlides");
let dots = document.getElementsByClassName("dot");
if (n > slides.length) {slideIndex = 1}
if (n < 1) {slideIndex = slides.length}
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex-1].style.display = "block";
dots[slideIndex-1].className += " active";
}
</script>
<script>
setTimeout(function(){
$('.preloader_bg').fadeToggle();
},1500)
setTimeout(function(){
document.body.style.overflow = "visible";
},1500)
</script>
</body>
</html>