-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtournaments-info.html
732 lines (573 loc) · 29 KB
/
tournaments-info.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
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>GoodGames | Faker</title>
<meta name="description" content="GoodGames - Bootstrap template for communities and games store">
<meta name="keywords" content="game, gaming, template, HTML template, responsive, Bootstrap, premium">
<meta name="author" content="_nK">
<link rel="icon" type="image/png" href="assets/images/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- START: Styles -->
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700%7cOpen+Sans:400,700" rel="stylesheet" type="text/css">
<!-- Bootstrap -->
<link rel="stylesheet" href="assets/vendor/bootstrap/dist/css/bootstrap.min.css">
<!-- FontAwesome -->
<script defer src="assets/vendor/fontawesome-free/js/all.js"></script>
<script defer src="assets/vendor/fontawesome-free/js/v4-shims.js"></script>
<!-- IonIcons -->
<link rel="stylesheet" href="assets/vendor/ionicons/css/ionicons.min.css">
<!-- Flickity -->
<link rel="stylesheet" href="assets/vendor/flickity/dist/flickity.min.css">
<!-- Photoswipe -->
<link rel="stylesheet" type="text/css" href="assets/vendor/photoswipe/dist/photoswipe.css">
<link rel="stylesheet" type="text/css" href="assets/vendor/photoswipe/dist/default-skin/default-skin.css">
<!-- Seiyria Bootstrap Slider -->
<link rel="stylesheet" href="assets/vendor/bootstrap-slider/dist/css/bootstrap-slider.min.css">
<!-- Summernote -->
<link rel="stylesheet" type="text/css" href="assets/vendor/summernote/dist/summernote-bs4.css">
<!-- GoodGames -->
<link rel="stylesheet" href="assets/css/goodgames.css">
<!-- Custom Styles -->
<link rel="stylesheet" href="assets/css/custom.css">
<!-- END: Styles -->
<!-- jQuery -->
<script src="assets/vendor/jquery/dist/jquery.min.js"></script>
</head>
<!--
Additional Classes:
.nk-page-boxed
-->
<body>
<!--
Additional Classes:
.nk-header-opaque
-->
<header class="nk-header nk-header-opaque">
<!-- START: Top Contacts -->
<div class="nk-contacts-top">
<div class="container">
<div class="nk-contacts-left">
<ul class="nk-social-links">
<li><a class="nk-social-twitch" href="https://www.twitch.tv/resurgencenith?tt_content=embed_visit_channel&tt_medium=embed"><span class="fab fa-twitch"></span></a></li>
<li><a class="nk-social-instagram" href="https://www.instagram.com/resurgence_nith/"><span class="fab fa-instagram"></span></a></li>
<li><a class="nk-social-youtube" href="https://www.youtube.com/channel/UCZLHLmyqO8lNxgOp9XR57eQ/featured"><span class="fab fa-youtube"></span></a></li>
<li><a class="nk-social-discord" href="https://discord.com/invite/5CKFMsBtjV"><span class="fab fa-discord"</span></a> </li>
<!-- Additional Social Buttons
<li><a class="nk-social-behance" href="#"><span class="fab fa-behance"></span></a></li>
<li><a class="nk-social-bitbucket" href="#"><span class="fab fa-bitbucket"></span></a></li>
<li><a class="nk-social-dropbox" href="#"><span class="fab fa-dropbox"></span></a></li>
<li><a class="nk-social-dribbble" href="#"><span class="fab fa-dribbble"></span></a></li>
<li><a class="nk-social-deviantart" href="#"><span class="fab fa-deviantart"></span></a></li>
<li><a class="nk-social-flickr" href="#"><span class="fab fa-flickr"></span></a></li>
<li><a class="nk-social-foursquare" href="#"><span class="fab fa-foursquare"></span></a></li>
<li><a class="nk-social-github" href="#"><span class="fab fa-github"></span></a></li>
<li><a class="nk-social-instagram" href="#"><span class="fab fa-instagram"></span></a></li>
<li><a class="nk-social-linkedin" href="#"><span class="fab fa-linkedin"></span></a></li>
<li><a class="nk-social-medium" href="#"><span class="fab fa-medium"></span></a></li>
<li><a class="nk-social-odnoklassniki" href="#"><span class="fab fa-odnoklassniki"></span></a></li>
<li><a class="nk-social-paypal" href="#"><span class="fab fa-paypal"></span></a></li>
<li><a class="nk-social-reddit" href="#"><span class="fab fa-reddit"></span></a></li>
<li><a class="nk-social-skype" href="#"><span class="fab fa-skype"></span></a></li>
<li><a class="nk-social-soundcloud" href="#"><span class="fab fa-soundcloud"></span></a></li>
<li><a class="nk-social-slack" href="#"><span class="fab fa-slack"></span></a></li>
<li><a class="nk-social-tumblr" href="#"><span class="fab fa-tumblr"></span></a></li>
<li><a class="nk-social-vimeo" href="#"><span class="fab fa-vimeo"></span></a></li>
<li><a class="nk-social-vk" href="#"><span class="fab fa-vk"></span></a></li>
<li><a class="nk-social-wordpress" href="#"><span class="fab fa-wordpress"></span></a></li>
<li><a class="nk-social-youtube" href="#"><span class="fab fa-youtube"></span></a></li>
-->
</ul>
</div>
<div class="nk-contacts-right">
<ul class="nk-contacts-icons">
<li>
<a href="#" data-toggle="modal" data-target="#modalSearch">
<span class="fa fa-search"></span>
</a>
</li>
<li>
<a href="#" data-toggle="modal" data-target="#modalLogin">
<span class="fa fa-user"></span>
</a>
</li>
<li>
<!-- <span class="nk-cart-toggle"> -->
<!-- <span class="fa fa-shopping-cart"></span> -->
<!-- <span class="nk-badge">27</span> -->
</span>
<div class="nk-cart-dropdown">
<div class="nk-widget-post">
<a href="store-product.html" class="nk-post-image">
<img src="assets/images/product-5-xs.jpg" alt="In all revolutions of">
</a>
<h3 class="nk-post-title">
<a href="#" class="nk-cart-remove-item"><span class="ion-android-close"></span></a>
<a href="store-product.html">In all revolutions of</a>
</h3>
<div class="nk-gap-1"></div>
<div class="nk-product-price">€ 23.00</div>
</div>
<div class="nk-widget-post">
<a href="store-product.html" class="nk-post-image">
<img src="assets/images/product-7-xs.jpg" alt="With what mingled joy">
</a>
<h3 class="nk-post-title">
<a href="#" class="nk-cart-remove-item"><span class="ion-android-close"></span></a>
<a href="store-product.html">With what mingled joy</a>
</h3>
<div class="nk-gap-1"></div>
<div class="nk-product-price">€ 14.00</div>
</div>
<div class="nk-gap-2"></div>
<div class="text-center">
<a href="store-checkout.html" class="nk-btn nk-btn-rounded nk-btn-color-main-1 nk-btn-hover-color-white">Proceed to Checkout</a>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- END: Top Contacts -->
<!--
START: Navbar
Additional Classes:
.nk-navbar-sticky
.nk-navbar-transparent
.nk-navbar-autohide
-->
<nav class="nk-navbar nk-navbar-top nk-navbar-sticky nk-navbar-autohide">
<div class="container">
<div class="nk-nav-table">
<a href="index.html" class="nk-nav-logo">
<img src="assets/images/weblogo.png" alt="GoodGames" width="50">
</a>
<ul class="nk-nav nk-nav-right d-none d-lg-table-cell" data-nav-mobile="#nk-nav-mobile">
<li class=" nk-drop-item">
<a href="elements.html">
Features
</a><ul class="dropdown">
<li>
<a href="elements.html">
Elements (Shortcodes)
</a>
</li>
<li class=" nk-drop-item">
<a href="forum.html">
Forum
</a><ul class="dropdown">
<li>
<a href="forum.html">
Forum
</a>
</li>
<li>
<a href="forum-topics.html">
Topics
</a>
</li>
<li>
<a href="forum-single-topic.html">
Single Topic
</a>
</li>
</ul>
</li>
<li>
<a href="widgets.html">
Widgets
</a>
</li>
<li>
<a href="coming-soon.html">
Coming Soon
</a>
</li>
<li>
<a href="offline.html">
Offline
</a>
</li>
<li>
<a href="404.html">
404
</a>
</li>
</ul>
</li>
<li class=" nk-drop-item">
<a href="blog-list.html">
Blog
</a><ul class="dropdown">
<li>
<a href="news.html">
News
</a>
</li>
<li class=" nk-drop-item">
<a href="blog-grid.html">
Blog With Sidebar
</a><ul class="dropdown">
<li>
<a href="blog-grid.html">
Blog Grid
</a>
</li>
<li>
<a href="blog-list.html">
Blog List
</a>
</li>
</ul>
</li>
<li>
<a href="blog-fullwidth.html">
Blog Fullwidth
</a>
</li>
<li>
<a href="blog-article.html">
Blog Article
</a>
</li>
</ul>
</li>
<li>
<a href="gallery.html">
Gallery
</a>
</li>
<li class="active nk-drop-item">
<a href="tournaments-info.html">
Tournaments
</a>
<ul class="dropdown">
<li>
<a href="tournaments-info.html">
Tournament
</a>
</li>
<!-- <li>
<a href="tournaments.html">
Tournament
</a>
</li>
<li>
<a href="tournaments-teams.html">
Teams
</a>
</li>
<li>
<a href="tournaments-teammate.html">
Teammate
</a>
</li> -->
</ul>
</li>
<li class=" nk-drop-item">
<a href="store.html">
Store
</a><ul class="dropdown">
<li>
<a href="store.html">
Store
</a>
</li>
<li>
<a href="store-product.html">
Product
</a>
</li>
<li>
<a href="store-catalog.html">
Catalog
</a>
</li>
<li>
<a href="store-catalog-alt.html">
Catalog Alt
</a>
</li>
<li>
<a href="store-checkout.html">
Checkout
</a>
</li>
<li>
<a href="store-cart.html">
Cart
</a>
</li>
</ul>
</li>
</ul>
<ul class="nk-nav nk-nav-right nk-nav-icons">
<li class="single-icon d-lg-none">
<a href="#" class="no-link-effect" data-nav-toggle="#nk-nav-mobile">
<span class="nk-icon-burger">
<span class="nk-t-1"></span>
<span class="nk-t-2"></span>
<span class="nk-t-3"></span>
</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- END: Navbar -->
</header>
<!--
START: Navbar Mobile
Additional Classes:
.nk-navbar-left-side
.nk-navbar-right-side
.nk-navbar-lg
.nk-navbar-overlay-content
-->
<div id="nk-nav-mobile" class="nk-navbar nk-navbar-side nk-navbar-right-side nk-navbar-overlay-content d-lg-none">
<div class="nano">
<div class="nano-content">
<a href="index.html" class="nk-nav-logo">
<img src="assets/images/logo.png" alt="" width="120">
</a>
<div class="nk-navbar-mobile-content">
<ul class="nk-nav">
<!-- Here will be inserted menu from [data-mobile-menu="#nk-nav-mobile"] -->
</ul>
</div>
</div>
</div>
</div>
<!-- END: Navbar Mobile -->
<div class="nk-main">
<!-- START: Breadcrumbs -->
<div class="nk-gap-1"></div>
<div class="container">
<ul class="nk-breadcrumbs">
<li><a href="index.html">Home</a></li>
<li><span class="fa fa-angle-right"></span></li>
<li><span>Valorant Tournament</span></li>
</ul>
</div>
<div class="nk-gap-1"></div>
<!-- END: Breadcrumbs -->
<div class="container">
<div class="row vertical-gap">
<div class="col-lg-8">
<!-- START: Post -->
<div class="nk-blog-post nk-blog-post-single">
<!-- START: Post Text -->
<div class="nk-post-text mt-0">
<div class="nk-post-img">
</div>
<div class="nk-gap-1"></div>
<h1 class="nk-post-title h4">Rules of the Tournament:</h1>
<ul>
<li>The discipline for the tournament is set to 5 vs 5.</li>
<li>After successfully filling out the form on the website, join the Discord server (for the entire team).</li>
<li>All the players are requested to register on the Fanclash Fantasy league.</li>
<li>The tournament will only be open to the first 64 teams that will get themselves registered through the website.
</li>
<li>The format for the tournament is based on single elimination.</li>
<li>You can play in this tournament only if your registered and in-game names match, otherwise, you will be disqualified.
</li>
<li>After registering, a player or team must agree to the rules and regulations of the tournament.
</li>
<li>If any unforeseen circumstances arise, the tournament staff's decision is final.
</li>
<li>Please show respect and decency to the commentators/presenters. Also, be respectful to one another. Any offensive or malicious messages or actions will result in disqualification</li>
</ul>
<div class="nk-gap"></div>
<p>
<h1 class="nk-post-title h4">OTHER GUIDELINES:</h1>
<li>Stage 1: Qualifiers 1: Total 64 teams play (Best of 1)</li>
<li>Stage 2: Qualifiers 2: Total 32 teams play (Best of 1)</li>
<li>Stage 3: Round Robin: Total 16 teams play (Best of 1)</li>
<li>Stage 4: Quarter Finals : Total 8 teams play (Best of 1)</li>
<li>Stage 5: Semi-Finals: Total 4 teams play (Best of 3)</li>
<li>Stage 6: Finals (Best of 5 Maps)</li>
<p></p>
<p>Qualifiers 1 : 23/02/2022 & 24/02/2022</p>
<p style="color:white;">MATCH TIMINGS : </p>
<p></p>
<p>- 4:00 PM to 6:00 PM IST and 8:00 PM to 10::00 PM IST on both days.(4 matches will be held simultaneously in different slots with different observers from the organizing team==>16 matches on 24th and 16 on 25th with respect to The fixture schedule)</p>
<p>- You have to play one match in the given time ONLY.</p>
<p>Qualifiers 2 : 25/02/2022 (16 matches in 4slots (approx 4 hrs.))</p>
<p></p>
<li>5:00PM to 7:00PM & 8:00PM to10:00PM (16 matches in 4slots (approx 4 hrs.))</li>
<li>Round Robin : 25/022/2022 (8 matches in 2slots (approx 4 hrs.))</li>
<li>12:00 noon to 2:00 PM and 3:00 to 5:00 PM (8 matches in 2slots (approx 4 hrs.))</li>
<p></p>
<p>Quarter Finals:26/02/2022 (4 matches in 2slots (approx 2 hrs.))</p>
<li>8:00 PM to 10:00 PM (4 matches in 2slots (approx 2 hrs.))</li>
<p></p>
<p>Semi Finals : 27/02/2022</p>
<li>8:00PM to 10:00 PM (2 matches)</li>
<p></p>
<p>Finals :28/02/2022</p>
<li>6:00PM to 10:00 PM (3 matches)</li>
<p></p>
<p style="color:white;">ROOM CREATION : </p>
<p></p>
<li>1.Custom Room lobby will be created by one of the organisers and he will invite the IGLs of both Teams.</li>
<li>2. It will be the responsibility of the Team IGL to invite his own team into the lobby.</li>
<li>3. No one is allowed in the spectator slot except organisers . [Report Immediately if you find anyone there]</li>
<li>4. The organiser has the right to kick any unregistered player from the lobby .</li>
<li>5. Please go through all the rules before entering a match.</li>
<p></p>
<p style="color:white;">RULES : </p>
<p></p>
<li>1. Organizers' decisions will be final and binding in case of disputes.</li>
<li>2. A player is allowed to have only one (1) Valorant account active on their Fanclash account.</li>
<li>Valorant nickname has to be in format Riot ID#Tagline. (Example: Mrsmith#EUNE). Any other format will be invalid.</li>
<li>3. Match has to be played in the following format: 5v5. Each team will be allowed to have 5 main players and 1 substitute. Once the tournament starts,you cannot replace any player.</li>
<li>5. A substitute player may only be added before the Tournament Start.</li>
<li>6. This player cannot be part of any other team which is participating or has participated in the same tournament.</li>
<li>7. It is forbidden to cheat, modify the game files, exploit bugs, and/or use any third-party application which would give an unfair advantage against other users.All cheats are completely forbidden to use under any circumstance while playing in any event at Fanclash. Using any cheat will result in bans and disqualifications.</li>
<li>9. Matches to be played on Mumbai Server.</li>
<li>10. Map: Map will be decided via toss that will be held on the provided discord server.(The toss winner can either decide the map they want to play or whether they want to attack first or defend and vice versa.)Map{Only for finals}: From the 7 maps in the game,both the teams will decide 2 maps which they don’t want to play and the finals will be held from the remaining 3 maps.</li>
<li>11. Mode: Standard</li>
<li>12. Options</li>
<p> ○ Allow Cheats: Off
○ Tournament Mode: On
○ Overtime: Win by Two: On</p>
<p style="color:white;">MATCH SETTINGS : </p>
<li>Match 1</li>
<li>Mode: Standard</li>
<li>Map: Ascent / Split/ Haven / Bind / Icebox/Breeze/Fracture</li>
</p>
<div class="nk-gap"></div>
<blockquote class="nk-blockquote">
<div class="nk-blockquote-icon"><span>"</span></div>
<div class="nk-blockquote-content">
no cheats
</div>
<div class="nk-blockquote-author"><span>warning</span></div>
</blockquote>
<div class="nk-gap"></div>
</div>
<!-- END: Post Text -->
</div>
<!-- END: Post -->
</div>
<div class="col-lg-4">
<!--
START: Sidebar
Additional Classes:
.nk-sidebar-left
.nk-sidebar-right
.nk-sidebar-sticky
-->
<aside class="nk-sidebar nk-sidebar-right nk-sidebar-sticky">
<div class="nk-widget">
<div class="nk-widget-content">
<form action="#" class="nk-form nk-form-style-1" novalidate="novalidate">
<div class="input-group">
<input type="text" class="form-control" placeholder="Type something...">
<button class="nk-btn nk-btn-color-main-1"><span class="ion-search"></span></button>
</div>
</form>
</div>
</div>
<div class="nk-widget nk-widget-highlighted">
<h4 class="nk-widget-title"><span><span class="text-main-1">We</span> Are Social</span></h4>
<div class="nk-widget-content">
<!--
Social Links 3
Additional Classes:
.nk-social-links-cols-5
.nk-social-links-cols-4
.nk-social-links-cols-3
.nk-social-links-cols-2
-->
<ul class="nk-social-links-3 nk-social-links-cols-4">
<li><a class="nk-social-twitch" href="#"><span class="fab fa-twitch"></span></a></li>
<li><a class="nk-social-instagram" href="#"><span class="fab fa-instagram"></span></a></li>
<li><a class="nk-social-facebook" href="#"><span class="fab fa-facebook"></span></a></li>
<li><a class="nk-social-google-plus" href="#"><span class="fab fa-google-plus"></span></a></li>
<li><a class="nk-social-youtube" href="#"><span class="fab fa-youtube"></span></a></li>
<li><a class="nk-social-twitter" href="#" target="_blank"><span class="fab fa-twitter"></span></a></li>
<li><a class="nk-social-pinterest" href="#"><span class="fab fa-pinterest-p"></span></a></li>
<li><a class="nk-social-rss" href="#"><span class="fa fa-rss"></span></a></li>
<!-- Additional Social Buttons
<li><a class="nk-social-behance" href="#"><span class="fab fa-behance"></span></a></li>
<li><a class="nk-social-bitbucket" href="#"><span class="fab fa-bitbucket"></span></a></li>
<li><a class="nk-social-dropbox" href="#"><span class="fab fa-dropbox"></span></a></li>
<li><a class="nk-social-dribbble" href="#"><span class="fab fa-dribbble"></span></a></li>
<li><a class="nk-social-deviantart" href="#"><span class="fab fa-deviantart"></span></a></li>
<li><a class="nk-social-flickr" href="#"><span class="fab fa-flickr"></span></a></li>
<li><a class="nk-social-foursquare" href="#"><span class="fab fa-foursquare"></span></a></li>
<li><a class="nk-social-github" href="#"><span class="fab fa-github"></span></a></li>
<li><a class="nk-social-linkedin" href="#"><span class="fab fa-linkedin"></span></a></li>
<li><a class="nk-social-medium" href="#"><span class="fab fa-medium"></span></a></li>
<li><a class="nk-social-odnoklassniki" href="#"><span class="fab fa-odnoklassniki"></span></a></li>
<li><a class="nk-social-paypal" href="#"><span class="fab fa-paypal"></span></a></li>
<li><a class="nk-social-reddit" href="#"><span class="fab fa-reddit"></span></a></li>
<li><a class="nk-social-skype" href="#"><span class="fab fa-skype"></span></a></li>
<li><a class="nk-social-soundcloud" href="#"><span class="fab fa-soundcloud"></span></a></li>
<li><a class="nk-social-steam" href="#"><span class="fab fa-steam"></span></a></li>
<li><a class="nk-social-slack" href="#"><span class="fab fa-slack"></span></a></li>
<li><a class="nk-social-tumblr" href="#"><span class="fab fa-tumblr"></span></a></li>
<li><a class="nk-social-vimeo" href="#"><span class="fab fa-vimeo"></span></a></li>
<li><a class="nk-social-vk" href="#"><span class="fab fa-vk"></span></a></li>
<li><a class="nk-social-wordpress" href="#"><span class="fab fa-wordpress"></span></a></li>
-->
</ul>
</div>
</div>
<!-- END: Sidebar -->
</div>
</div>
</div>
<div class="nk-gap-2"></div>
<!-- START: Scripts -->
<!-- Object Fit Polyfill -->
<script src="assets/vendor/object-fit-images/dist/ofi.min.js"></script>
<!-- GSAP -->
<script src="assets/vendor/gsap/src/minified/TweenMax.min.js"></script>
<script src="assets/vendor/gsap/src/minified/plugins/ScrollToPlugin.min.js"></script>
<!-- Popper -->
<script src="assets/vendor/popper.js/dist/umd/popper.min.js"></script>
<!-- Bootstrap -->
<script src="assets/vendor/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- Sticky Kit -->
<script src="assets/vendor/sticky-kit/dist/sticky-kit.min.js"></script>
<!-- Jarallax -->
<script src="assets/vendor/jarallax/dist/jarallax.min.js"></script>
<script src="assets/vendor/jarallax/dist/jarallax-video.min.js"></script>
<!-- imagesLoaded -->
<script src="assets/vendor/imagesloaded/imagesloaded.pkgd.min.js"></script>
<!-- Flickity -->
<script src="assets/vendor/flickity/dist/flickity.pkgd.min.js"></script>
<!-- Photoswipe -->
<script src="assets/vendor/photoswipe/dist/photoswipe.min.js"></script>
<script src="assets/vendor/photoswipe/dist/photoswipe-ui-default.min.js"></script>
<!-- Jquery Validation -->
<script src="assets/vendor/jquery-validation/dist/jquery.validate.min.js"></script>
<!-- Jquery Countdown + Moment -->
<script src="assets/vendor/jquery-countdown/dist/jquery.countdown.min.js"></script>
<script src="assets/vendor/moment/min/moment.min.js"></script>
<script src="assets/vendor/moment-timezone/builds/moment-timezone-with-data.min.js"></script>
<!-- Hammer.js -->
<script src="assets/vendor/hammerjs/hammer.min.js"></script>
<!-- NanoSroller -->
<script src="assets/vendor/nanoscroller/bin/javascripts/jquery.nanoscroller.js"></script>
<!-- SoundManager2 -->
<script src="assets/vendor/soundmanager2/script/soundmanager2-nodebug-jsmin.js"></script>
<!-- Seiyria Bootstrap Slider -->
<script src="assets/vendor/bootstrap-slider/dist/bootstrap-slider.min.js"></script>
<!-- Summernote -->
<script src="assets/vendor/summernote/dist/summernote-bs4.min.js"></script>
<!-- nK Share -->
<script src="assets/plugins/nk-share/nk-share.js"></script>
<!-- GoodGames -->
<script src="assets/js/goodgames.min.js"></script>
<script src="assets/js/goodgames-init.js"></script>
<!-- END: Scripts -->
>>>>>>> 7741ae73023630813d537ab5b746f6efa5892830
</body>
</html>