-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
669 lines (594 loc) · 32.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
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
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
<!DOCTYPE html>
<html lang="en">
<head>
<script defer src="https://cloud.umami.is/script.js" data-website-id="caea55cd-d2b6-47df-854b-c3396e23b6f2"></script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5FR959D');</script>
<!-- End Google Tag Manager -->
<meta name="p:domain_verify" content="b953416bcdcbc55e4db021d6d5eb53cc"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link rel="stylesheet" href="/cookiebanner.style.css">
<script src="/cookiebanner.script.js"></script>
<style>
*{margin:0;padding:0;text-decoration:none;list-style:none;box-sizing:border-box;}
</style>
<script>
$(document).ready(function() {
cookieBanner.init();
});
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZGTJM66NZG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ZGTJM66NZG');
</script>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Creepercraft | Home</title>
<link rel="shortcut icon" href="/assets/img/favicon.ico">
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i&display=swap" rel="stylesheet">
<link href="https://cdn.materialdesignicons.com/5.4.55/css/materialdesignicons.min.css" rel="stylesheet">
<link rel="stylesheet" href="/font/font.css" />
<link rel="stylesheet" type="text/css" href="/assets/built/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="/assets/built/theme.css" />
<link rel="stylesheet" type="text/css" href="/assets/built/main.css" />
<script src="https://cdn.jsdelivr.net/npm/vue@2.6.12/dist/vue.js"></script>
<meta name="description" content="Creepercraft is working to offer a powerfull Minecraft server for everyone for free." />
<meta name="keywords" content="minecraft, minecraft server, minigames, Bedwars, games, videogames, mc, mc server, server, creeper, creepercraft, creepercraftoff, creepercraftmc">
<meta name="author" content="CreeperHUB">
<link rel="icon" href="/assets/img/favicon.ico" type="image/png" />
<link rel="canonical" href="https://creepercraft.net" />
<meta name="referrer" content="no-referrer-when-downgrade" />
<link rel="next" href="https://creepercraft.net" />
<meta property="og:locale" content="en_US">
<meta property="og:site_name" content="Creepercraft | Home" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Creepercraft | Home" />
<meta property="og:description" content="Creepercraft is working to offer a powerfull Minecraft server for everyone for free." />
<meta property="og:url" content="https://creepercraft.net" />
<meta property="og:image" content="https://creepercraft.net/assets/img/logo1.png" />
<meta name="twitter:card" content="summary">
<meta name="twitter:image:alt" content="https://creepercraft.net/assets/img/logo1.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Creepercraft | Home" />
<meta name="twitter:description" content="Creepercraft is working to offer a powerfull Minecraft server for everyone for free." />
<!-- Discord Embed -->
<meta name="theme-color" content="#FFD700">
<meta property="discord:invite" content="Ttyg95fszY">
<meta name="generator" content="Ghost 3.42" />
<link rel="alternate" type="application/rss+xml" title="Creepercraft" href="https://creepercraft.net" />
<script>
window.ndznGiveaways = [{
iconClassName: 'mdi-clock-alert-outline',
name: 'Skyblock Chaos Rank Giveaway',
description: 'We are giving away an Overlord rank (worth $250) to 1x lucky winner! ',
end: 1608402600,
link: '',
}, ];
<script src="https://cdn.jsdelivr.net/npm/@widgetbot/html-embed"></script>
<!-- PurgeCSS removing these, oops, put'em back -->
<style>
#ndzn-header .header-nav .nav-link .mdi[data-label="Support"]::before {
content: "\F087E";
font-size: 28px;
margin-right: 9px;
top: 5px;
}
.modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1049;
width: 100vw;
height: 100vh;
background-color: #202230;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.show {
opacity: 0.975;
}
</style>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZGTJM66NZG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ZGTJM66NZG');
</script>
<!-- Meta Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1392998618063958');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1392998618063958&ev=PageView&noscript=1"
/></noscript>
<!-- End Meta Pixel Code -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-ZGTJM66NZG');
</script>
</head>
<body class="home-template">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5FR959D"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="site-wrapper">
<div id="ndzn-bg"></div>
<div id="ndzn-header">
<div class="header-glow"></div>
<div class="header-content">
<div class="header-socials">
<div class="container flex-center">
<div class="socials flex-center">
<script type="text/javascript" src="https://cdnjs.buymeacoffee.com/1.0.0/button.prod.min.js" data-name="bmc-button" data-slug="creepercraft" data-color="#FFDD00" data-emoji="🎮" data-font="Inter" data-text="Support us" data-outline-color="#000000" data-font-color="#000000" data-coffee-color="#ffffff" ></script>
<a href="https://twitter.com/creepercraftoff" class="button button-twitter button-social flex-center" target="_blank">
<i class="mdi mdi-twitter"></i>
<span>Twitter</span>
</a>
<a href="https://instagram.com/creepercraftoff" class="button button-instagram button-social flex-center" target="_blank">
<i class="mdi mdi-instagram"></i>
<span>Instagram</span>
</a>
<a href="https://tiktok.com/@creepercraftoff" class="button button-tiktok button-social flex-center" target="_blank">
<i class="mdi mdi-music"></i>
<span>Tiktok</span>
</a>
<a href="https://reddit.com/r/creepercraftoff" class="button button-reddit button-social flex-center" target="_blank">
<i class="mdi mdi-reddit"></i>
<span>Reddit</span>
</a>
<a href="https://www.youtube.com/@creepercraftoff/" class="button button-youtube button-social flex-center" target="_blank">
<i class="mdi mdi-youtube"></i>
<span>Youtube</span>
</a>
<a href="https://guilded.gg/creepercraft" class="button button-guilded button-social flex-center" target="_blank">
<i class="mdi mdi-shield"></i>
<span>Guilded</span>
</a>
<a href="https://t.me/creepercraftoff" class="button button-telegram button-social button-social flex-center" target="_blank">
<i class="mdi mdi-telegram"></i>
<span>Telegram</span>
</a>
<a href="/discord" class="button button-discord button-social button-social-highlighted flex-center" target="_blank">
<i class="mdi mdi-discord"></i>
<span>Discord</span>
</a>
</div>
</div>
</div>
<div class="header-main">
<div class="container flex-center">
<div class="main-left">
<a href="/" class=""></a>
</div>
</div>
</div>
<div class="header-nav">
<div class="container">
<div class="nav-inner flex-center">
<div class="nav-items">
<a href="/" class="nav-link flex-center active">
<i class="mdi" data-label="Home"></i>
<span>Home</span>
</a>
<a href="/vote"class="nav-link flex-center">
<i class="mdi" data-label="Vote"></i>
<span>Vote</span>
</a>
<a href="/discord" class="nav-link flex-center">
<i class="mdi" data-label="Support"></i>
<span>Support</span>
</a>
<a href="https://status.creepercraft.net" class="nav-link flex-center">
<i class="mdi" data-label="Status"></i>
<span>Status</span>
</a>
</div>
<a hef="javascript:;" class="mobile-nav flex-center collapsed" data-toggle="collapse" data-target=".ndzn-mobile-nav">
<span class="mdi mdi-menu"></span>
<b>Menu</b>
</a>
<a href="https://shop.creepercraft.net" class="flex-center button-store" >
<i class="mdi mdi-cart"></i>
<span>Store</span>
</a>
</div>
</div>
<div class="container ndzn-mobile-nav collapse">
<div class="inner">
<div class="card">
<div class="card-body">
<a href="/" class="nav-link flex-center active">
<i class="mdi" data-label="Home"></i>
<span>Home</span>
</a>
</a>
<a href="/vote"class="nav-link flex-center">
<i class="mdi" data-label="Vote"></i>
<span>Vote</span>
</a>
<a href="/discord" class="nav-link flex-center">
<i class="mdi" data-label="Support"></i>
<span>Support</span>
</a>
<a href="https://status.creepercraft.net" class="nav-link flex-center">
<i class="mdi" data-label="Status"></i>
<span>Status</span>
</a> </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<main id="site-main">
<div class="container">
<div class="row justify-content-center posts">
<div class="post mb-3 col-12 ">
<article class="card small-card card-inline">
<a class="article-image">
<div class="img card-img-top" style="background-image: url(/assets/img/logo1.png?width=1440&height=533)"></div>
</a>
<div class="card-body">
<h3 class="card-title">Creepercraft</h3>
<div class="bar"></div>
<div class="card-text article-content">
<p>Hello everyone! Welcome to the official website of Creepercraft!!</p>
</div>
</a>
</div>
</article>
</div>
<div class="post mb-3 col-md-6 col-lg-4 ">
<article class="card small-card ">
<a class="article-image">
<div class="img card-img-top" style="background-image: url(/assets/img/hF9CNZFSLjgAAAAASUVORK5CYII.png?width=1044&height=587)"></div>
</a>
<div class="card-body">
<h3 class="card-title">Survival:</h3>
<div class="bar"></div>
<div class="card-text article-content">
<p>Survival mode is one of the main game modes in Minecraft. Players must collect resources, build structures, battle mobs, eat, and explore the world in an effort to survive and then thrive.</p>
</div>
</a>
</div>
</article>
</div>
<div class="post mb-3 col-md-6 col-lg-4 ">
<article class="card small-card ">
<a class="article-image">
<div class="img card-img-top" style="background-image: url(/assets/img/9k.png)"></div>
</a>
<div class="card-body">
<h3 class="card-title">Bedwars:</h3>
<div class="bar"></div>
<div class="card-text article-content">
<p>BedWars is a strategic PVP game with many styles that can lead you to victory or defeat! ... Each base also has merchants, from these you can buy almost everything you'll need in the game including such things as blocks for building out to the other islands and protecting your bed, weapons, armour and even base upgrades.</p>
</div>
</a>
</div>
</article>
</div>
<div class="post mb-3 col-md-6 col-lg-4 ">
<article class="card small-card ">
<a class="article-image">
<div class="img card-img-top" style="background-image: url(/assets/img/2Q.png?width=1174&height=587)"></div>
</a>
<div class="card-body">
<h3 class="card-title">Minigames</h3>
<div class="bar"></div>
<div class="card-text article-content">
<p>Minigames are types of games that can be played alone or with other players. Many multiplayer servers include a wide range of different minigames. The most common type of minigames are PvP minigames, where players fight each other. There are also minigames where players build competitively. The minigames which we have are; BombLobbers
TNT Run,
TNT Tag,
Party Games,
Mini Games,
Splegg,
Temple Run,
Prop Hunt,
Quake,
Block Party,
Parkour.</p>
</div>
</a>
</div>
</article>
</div>
</div>
</nav>
</div>
</main>
</div>
<footer class="jumbotron site-footer mt-5 mb-0">
<div class="footer-main">
<div class="container flex-center">
<section class="section-left">
<div class="section-heading">About us</div>
<div class="section-body">
<p>
Creepercraft offers Skyblock, Prison, Skywars, Bedwars, Survival, and more! also all players are welcome: cracked, premium, java and bedrock players! We can't wait to see you online on <b style="text-transform:lowercase" class="ndzn-js--ip">our minecraft server!</b>
</p>
</div>
</section>
<section class="section-middle">
<div class="section-heading">Other links</div>
<div class="section-body">
<a href="https://bsky.app/profile/creepercraft.net" class="social flex-center" target="_blank">
<i class="mdi mdi-butterfly"></i>
<span>Bluesky</span>
</a>
<a href="https://github.com/creepercraftoff" class="social flex-center" target="_blank">
<i class="mdi mdi-github"></i>
<span>Github</span>
</a>
<section class="section-right">
<a href="https://vimeo.com/creepercraft" class="social flex-center" target="_blank">
<i class="mdi mdi-vimeo"></i>
<span>Vimeo</span>
</a>
<a href="https://facebook.com/creepercraftoff" class="social flex-center" target="_blank">
<i class="mdi mdi-facebook"></i>
<span>Facebook</span>
</a>
<a href="https://www.patreon.com/creepercraftoff" class="social flex-center" target="_blank">
<i class="mdi mdi-patreon"></i>
<span>Patreon</span>
</a>
<a href="https://www.twitch.tv/creepercraftoff" class="social flex-center" target="_blank">
<i class="mdi mdi-twitch"></i>
<span>Twitch</span>
</a>
</div>
</div>
<div class="footer-bottom">
<div class="container flex-center">
<div class="copyright">
<h5><script>document.write(new Date().getFullYear())</script> © Creepercraft • All rights reserved </h5>
<br>
<h6> Not associated with Mojang Studios or Microsoft Corporation. </h6>
<br>
<a href="/terms/" <span>Terms of service</span> </a>
<br>
<a href="/cookies/" <span>Cookies</span> </a>
<br>
<a href="/privacy-policy" <span>Privacy</span> </a>
<a href="mailto:support@creepercraft.store" class="support-button">
<svg fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke="currentColor" viewBox="0 0 24 24"><path d="M8.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg>
</a>
<script>
var images = document.querySelectorAll('.kg-gallery-image img');
images.forEach(function(image) {
var container = image.closest('.kg-gallery-image');
var width = image.attributes.width.value;
var height = image.attributes.height.value;
var ratio = width / height;
container.style.flex = ratio + ' 1 0%';
})
</script>
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.4/clipboard.min.js" integrity="sha256-FiZwavyI2V6+EXO1U+xzLG3IKldpiTFf3153ea9zikQ=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/2.1.2/sweetalert.min.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@700&display=swap" rel="stylesheet">
<script src="/assets/built/script.js"></script>
<div id="blogSubscribe" class="modal fade">
<div class="modal-dialog modal-content-blog modal-content">
<form method="post" class="af-form-wrapper" accept-charset="UTF-8" action="https://www.aweber.com/scripts/addlead.pl" onsubmit="mySubmitFunc()" id="myFormId">
<div style="display: none;">
<input type="hidden" name="meta_web_form_id" value="1450165256" />
<input type="hidden" name="meta_split_id" value="" />
<input type="hidden" name="listname" value="awlist5583668" />
<input type="hidden" name="redirect" value="/" id="redirect_1e798d71120fe3fb1afc03ffdc5e9e87" />
<input type="hidden" name="meta_redirect_onlist" value="/" />
<input type="hidden" name="meta_adtracking" value="My_Web_Form_2" />
<input type="hidden" name="meta_message" value="1" />
<input type="hidden" name="meta_required" value="name,email" />
<input type="hidden" name="meta_tooltip" value="" />
</div>
<div class="modal-header">
<h5 class="modal-title">Email List</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">
<svg viewBox="0 0 20 20">
<path d="M2.93 17.07A10 10 0 1 1 17.07 2.93 10 10 0 0 1 2.93 17.07zm1.41-1.41A8 8 0 1 0 15.66 4.34 8 8 0 0 0 4.34 15.66zm9.9-8.49L11.41 10l2.83 2.83-1.41 1.41L10 11.41l-2.83 2.83-1.41-1.41L8.59 10 5.76 7.17l1.41-1.41L10 8.59l2.83-2.83 1.41 1.41z"/>
</svg>
</span>
</button>
</div>
<div id="af-form-1450165256" class="af-form modal-body">
<p>Subscribe to receive emails from Creepercraft for a reward in-game!</p>
<div id="af-body-1450165256" class="af-body af-standards">
<div class="form-group">
<label class="previewLabel" for="awf_field-106173851">Minecraft username: </label>
<input id="awf_field-106173851" class="form-control form-control-lg" type="text" name="name" class="text" value="" onfocus=" if (this.value == '') { this.value = ''; }" onblur="if (this.value == '') { this.value='';} " tabindex="500" required placeholder="Steve"
/>
<div class="af-clear"></div>
</div>
<div class="form-group">
<label class="previewLabel" for="awf_field-106173852">Email: </label>
<input class="form-control form-control-lg" id="awf_field-106173852" type="email" name="email" value="" tabindex="501" onfocus=" if (this.value == '') { this.value = ''; }" onblur="if (this.value == '') { this.value='';} " required placeholder="my@email.com"
/>
<div class="af-clear"></div>
</div>
<div class="form-group submitbtn">
<input name="submit" class="btn btn-primary btn-lg btn-block submit" type="submit" value="Subscribe" tabindex="502" />
<div class="af-clear"></div>
</div>
</div>
</div>
<div style="display: none;"><img src="https://forms.aweber.com/form/displays.htm?id=jCysDIxsrEysbA==" alt="" /></div>
</form>
</div>
</div>
<script type="text/javascript">
// Special handling for in-app browsers that don't always support new windows
(function() {
function browserSupportsNewWindows(userAgent) {
var rules = [
'FBIOS',
'Twitter for iPhone',
'WebView',
'(iPhone|iPod|iPad)(?!.*Safari\/)',
'Android.*(wv|\.0\.0\.0)'
];
var pattern = new RegExp('(' + rules.join('|') + ')', 'ig');
return !pattern.test(userAgent);
}
if (!browserSupportsNewWindows(navigator.userAgent || navigator.vendor || window.opera)) {
document.getElementById('af-form-1450165256').parentElement.removeAttribute('target');
}
})();
<!--
(function() {
var IE = /*@cc_on!@*/ false;
if (!IE) {
return;
}
if (document.compatMode && document.compatMode == 'BackCompat') {
if (document.getElementById("af-form-1450165256")) {
document.getElementById("af-form-1450165256").className = 'af-form af-quirksMode';
}
if (document.getElementById("af-body-1450165256")) {
document.getElementById("af-body-1450165256").className = "af-body inline af-quirksMode";
}
if (document.getElementById("af-header-1450165256")) {
document.getElementById("af-header-1450165256").className = "af-header af-quirksMode";
}
if (document.getElementById("af-footer-1450165256")) {
document.getElementById("af-footer-1450165256").className = "af-footer af-quirksMode";
}
}
})();
-->
</script>
<!-- /w 3.0.1 -->
<div id="freeRank" class="modal fade hide-scrollbar" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header flex-center">
<span>Claim TWO FREE RANKS using code "<b class="ndzn-js--freeRankCode"></b>"</span>
<button class="mdi mdi-close" type="button" data-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<h5>STEP 1</h5>
<p>Visit our Store and find the "Free Rank" section in the navigation. Click it.</p>
<a id="open-store-link" class="btn btn-orange" href="" target="_blank">Open Store</a>
<h5>STEP 2</h5>
<p>Add the Free Rank Package to your Cart. (it will become free once you complete all 5 Steps)
</p>
<div class="img img-step-2">
<img src="/assets/img/rank-help-step2.png" />
</div>
<h5>STEP 3</h5>
<p>Choose which realm you'd like to receive your rank on.</p>
<p class="green">Use this code TWICE to claim a rank on TWO realms!.</p>
<div class="img img-step-3">
<img src="/assets/img/rank-help-step3.png" />
</div>
<div class="input-box">
<h5>STEP 4</h5>
<p>Enter this code in the "Free Rank Code" input box:</p>
<div class="img img-step-4">
<div class="code ndzn-js--freeRankCode"></div>
<img id="img-step-4" src="/assets/img/rank-help-step4-go.png" style="border:1px solid #535779" />
</div>
</div>
<h5>STEP 5</h5>
<p>Enter this code in the "Free Rank Code" input box:</p>
<div class="img img-step-5">
<img src="/assets/img/rank-help-step5.png" />
</div>
<h5>ONE MORE?</h5>
<p>Repeat this process TWICE to get another free rank on a different realm!</p>
<button type="button" class="btn btn-green" onclick="document.getElementById('freeRank').scroll({top:0,behavior:'smooth'})">
Scroll to Top
</button>
</div>
</div>
</div>
</div>
<script>
(function() {
// openStoreLink:
const osl = document.getElementById('open-store-link');
const ga = osl.getAttribute;
const sa = osl.setAttribute;
const setFreeRankCode = function(text) {
document.querySelectorAll('.ndzn-js--freeRankCode').forEach(function(el) {
el.innerHTML = text;
});
};
if (window.location.pathname.startsWith('/how-to-play/')) {
setFreeRankCode('START');
osl.setAttribute('href', osl.getAttribute('href') + '#free-rank-code=START');
document.getElementById("img-step-4").src = "/assets/img/rank-help-step4-start.png";
} else if (window.location.pathname.startsWith('/how-to-play-google/')) {
setFreeRankCode('GO');
osl.setAttribute('href', osl.getAttribute('href') + '#free-rank-code=GO');
document.getElementById("img-step-4").src = "/assets/img/rank-help-step4-go.png";
}
})();
</script>
<div id="videoTutorial" class="modal fade">
<div class="modal-dialog"></div>
<div class="modal-header flex-center">
<button class="mdi mdi-close-circle" type="button" data-dismiss="modal" aria-label="Close"></button>
</div>
<iframe id="video" allow="autoplay"></iframe>
</div>
</div>
<script>
const videoEl = document.getElementById("video");
(function() {
if (window.location.pathname.startsWith('/how-to-play/')) {
videoEl.src = "https://www.youtube.com/embed/aeOE4uaUAg0?mute=1&enablejsapi=1";
} else if (window.location.pathname.startsWith('/how-to-play-google/')) {
videoEl.src = "https://www.youtube.com/embed/hbAw-6f6LW8?mute=1&enablejsapi=1";
}
})();
$('#videoTutorial').on('show.bs.modal', function() {
videoEl.contentWindow.postMessage('{"event":"command","func":"playVideo","args":""}', '*');
});
$('#videoTutorial').on('hidden.bs.modal', function() {
videoEl.contentWindow.postMessage('{"event":"command","func":"stopVideo","args":""}', '*');
videoEl.contentWindow.postMessage('{"event":"command","func":"seekTo","args":"0"}', '*');
});
</script>
</body>
</html>