-
Notifications
You must be signed in to change notification settings - Fork 34
/
index.html
610 lines (393 loc) · 16.7 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
<!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">
<!--
- primary meta tags
-->
<title>Unigine - Epic Games Made For True Gamers!</title>
<meta name="title" content="Unigine - Epic Games Made For True Gamers!">
<meta name="description" content="This is an esports and gaming html template made by codewithsadee">
<!--
- favicon
-->
<link rel="shortcut icon" href="./favicon.svg" type="image/svg+xml">
<!--
- google font link
-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Oxanium:wght@400;500;600;700&family=Work+Sans:wght@600&display=swap"
rel="stylesheet">
<!--
- custom css link
-->
<link rel="stylesheet" href="./assets/css/style.css">
<!--
- preload images
-->
<link rel="preload" as="image" href="./assets/images/hero-banner.png">
<link rel="preload" as="image" href="./assets/images/hero-banner-bg.png">
</head>
<body id="top">
<!--
- #HEADER
-->
<header class="header active" data-header>
<div class="container">
<a href="#" class="logo">
<img src="./assets/images/logo.svg" width="110" height="53" alt="unigine home">
</a>
<nav class="navbar" data-navbar>
<ul class="navbar-list">
<li class="navbar-item">
<a href="#home" class="navbar-link" data-nav-link>home</a>
</li>
<li class="navbar-item">
<a href="#tournament" class="navbar-link" data-nav-link>tournament</a>
</li>
<li class="navbar-item">
<a href="#news" class="navbar-link" data-nav-link>news</a>
</li>
<li class="navbar-item">
<a href="#" class="navbar-link" data-nav-link>contact</a>
</li>
</ul>
</nav>
<a href="#" class="btn" data-btn>join our team</a>
<button class="nav-toggle-btn" aria-label="toggle menu" data-nav-toggler>
<span class="line line-1"></span>
<span class="line line-2"></span>
<span class="line line-3"></span>
</button>
</div>
</header>
<main>
<article>
<!--
- #HERO
-->
<div class="hero has-before" id="home">
<div class="container">
<p class="section-subtitle">Enjoy The Games</p>
<h1 class="h1 title hero-title">Epic Games Made For <br> True Gamers!</h1>
<a href="#" class="btn" data-btn>Join With Us</a>
<div class="hero-banner">
<img src="./assets/images/hero-banner.png" width="850" height="414" alt="hero banner" class="w-100">
<img src="./assets/images/hero-banner-bg.png" alt="" class="hero-banner-bg">
</div>
</div>
</div>
<!--
- #UPCOMING
-->
<section class="section upcoming" aria-labelledby="upcoming-label" id="tournament">
<div class="container">
<p class="section-subtitle" id="upcoming-label" data-reveal="bottom">
Upcoming Matches
</p>
<h2 class="h2 section-title" data-reveal="bottom">
Battles Extreme <br> Masters <span class="span">Tournament</span>
</h2>
<p class="section-text" data-reveal="bottom">
Our success in creating business solutions is due in large part to our talented and highly committed team.
</p>
<ol class="upcoming-list">
<li class="upcoming-item">
<div class="upcoming-card left has-before" data-reveal="left">
<img src="./assets/images/team-logo-1.png" width="86" height="81" loading="lazy"
alt="Purple Death Cadets" class="card-banner">
<h3 class="h3 card-title">Purple Death Cadets</h3>
<div class="card-meta">Group 04 | Match 06th</div>
</div>
<div class="upcoming-time" data-reveal="bottom">
<time class="time" datetime="10:00">10:00</time>
<time class="date" datetime="2022-05-25">25TH May 2024</time>
<div class="social-wrapper">
<a href="#" class="social-link">
<ion-icon name="logo-youtube"></ion-icon>
</a>
<a href="#" class="social-link">
<ion-icon name="logo-twitch"></ion-icon>
</a>
</div>
</div>
<div class="upcoming-card right has-before" data-reveal="right">
<img src="./assets/images/team-logo-2.png" width="86" height="81" loading="lazy"
alt="Trigger Brain Squad" class="card-banner">
<h3 class="h3 card-title">Trigger Brain Squad</h3>
<div class="card-meta">Group 04 | Match 06th</div>
</div>
</li>
<li class="upcoming-item">
<div class="upcoming-card left has-before" data-reveal="left">
<img src="./assets/images/team-logo-3.png" width="86" height="81" loading="lazy"
alt="The Black Hat Hackers" class="card-banner">
<h3 class="h3 card-title">The Black Hat Hackers</h3>
<div class="card-meta">Group 05 | Match 02nd</div>
</div>
<div class="upcoming-time" data-reveal="bottom">
<time class="time" datetime="12:30">12:30</time>
<time class="date" datetime="2024-01-10">10TH Jan 2024</time>
<div class="social-wrapper">
<a href="#" class="social-link">
<ion-icon name="logo-youtube"></ion-icon>
</a>
<a href="#" class="social-link">
<ion-icon name="logo-twitch"></ion-icon>
</a>
</div>
</div>
<div class="upcoming-card right has-before" data-reveal="right">
<img src="./assets/images/team-logo-4.png" width="86" height="81" loading="lazy"
alt="Your Worst Nightmare" class="card-banner">
<h3 class="h3 card-title">Your Worst Nightmare</h3>
<div class="card-meta">Group 05 | Match 02nd</div>
</div>
</li>
<li class="upcoming-item">
<div class="upcoming-card left has-before" data-reveal="left">
<img src="./assets/images/team-logo-5.png" width="86" height="81" loading="lazy"
alt="Witches And Quizards" class="card-banner">
<h3 class="h3 card-title">Witches And Quizards</h3>
<div class="card-meta">Group 02 | Match 03rd</div>
</div>
<div class="upcoming-time" data-reveal="bottom">
<time class="time" datetime="04:20">04:20</time>
<time class="date" datetime="2024-12-15">15th Dec 2024</time>
<div class="social-wrapper">
<a href="#" class="social-link">
<ion-icon name="logo-youtube"></ion-icon>
</a>
<a href="#" class="social-link">
<ion-icon name="logo-twitch"></ion-icon>
</a>
</div>
</div>
<div class="upcoming-card right has-before" data-reveal="right">
<img src="./assets/images/team-logo-6.png" width="86" height="81" loading="lazy"
alt="Resting Bitch Faces" class="card-banner">
<h3 class="h3 card-title">Resting Bitch Faces</h3>
<div class="card-meta">Group 02 | Match 03rd</div>
</div>
</li>
</ol>
</div>
</section>
<!--
- #NEWS
-->
<section class="section news" aria-label="our latest news" id="news">
<div class="container">
<p class="section-subtitle" data-reveal="bottom">What's On Our Mind</p>
<h2 class="h2 section-title" data-reveal="bottom">
News And <span class="span">Headlines</span>
</h2>
<p class="section-text" data-reveal="bottom">
Our success in creating business solutions is due in large part to our talented and highly committed team.
</p>
<ul class="news-list">
<li data-reveal="bottom">
<div class="news-card">
<figure class="card-banner img-holder" style="--width: 600; --height: 400;">
<img src="./assets/images/news-1.jpg" width="600" height="400" loading="lazy"
alt="Innovative Business All Over The World." class="img-cover">
</figure>
<div class="card-content">
<a href="#" class="card-tag">Business</a>
<ul class="card-meta-list">
<li class="card-meta-item">
<ion-icon name="calendar-outline" aria-hidden="true"></ion-icon>
<time class="card-meta-text" datetime="2022-01-01">Jan 01 2022</time>
</li>
<li class="card-meta-item">
<ion-icon name="person-outline" aria-hidden="true"></ion-icon>
<p class="card-meta-text">Elliot Alderson</p>
</li>
</ul>
<h3 class="h3">
<a href="#" class="card-title">Innovative Business All Over The World.</a>
</h3>
<p class="card-text">
Financial experts support or help you to to find out which way you can raise your funds more...
</p>
<a href="#" class="link has-before">Read More</a>
</div>
</div>
</li>
<li data-reveal="bottom">
<div class="news-card">
<figure class="card-banner img-holder" style="--width: 600; --height: 400;">
<img src="./assets/images/news-2.jpg" width="600" height="400" loading="lazy"
alt="How To Start Initiating An Startup In Few Days." class="img-cover">
</figure>
<div class="card-content">
<a href="#" class="card-tag">Startup</a>
<ul class="card-meta-list">
<li class="card-meta-item">
<ion-icon name="calendar-outline" aria-hidden="true"></ion-icon>
<time class="card-meta-text" datetime="2022-01-01">Jan 01 2022</time>
</li>
<li class="card-meta-item">
<ion-icon name="person-outline" aria-hidden="true"></ion-icon>
<p class="card-meta-text">Elliot Alderson</p>
</li>
</ul>
<h3 class="h3">
<a href="#" class="card-title">How To Start Initiating An Startup In Few Days.</a>
</h3>
<p class="card-text">
Financial experts support or help you to to find out which way you can raise your funds more...
</p>
<a href="#" class="link has-before">Read More</a>
</div>
</div>
</li>
<li data-reveal="bottom">
<div class="news-card">
<figure class="card-banner img-holder" style="--width: 600; --height: 400;">
<img src="./assets/images/news-3.jpg" width="600" height="400" loading="lazy"
alt="Financial Experts Support Help You To Find Out." class="img-cover">
</figure>
<div class="card-content">
<a href="#" class="card-tag">Finance</a>
<ul class="card-meta-list">
<li class="card-meta-item">
<ion-icon name="calendar-outline" aria-hidden="true"></ion-icon>
<time class="card-meta-text" datetime="2022-01-01">Jan 01 2022</time>
</li>
<li class="card-meta-item">
<ion-icon name="person-outline" aria-hidden="true"></ion-icon>
<p class="card-meta-text">Elliot Alderson</p>
</li>
</ul>
<h3 class="h3">
<a href="#" class="card-title">Financial Experts Support Help You To Find Out.</a>
</h3>
<p class="card-text">
Financial experts support or help you to to find out which way you can raise your funds more...
</p>
<a href="#" class="link has-before">Read More</a>
</div>
</div>
</li>
</ul>
</div>
</section>
</article>
</main>
<!--
- #FOOTER
-->
<footer class="footer">
<div class="section footer-top">
<div class="container">
<div class="footer-brand">
<a href="#" class="logo">
<img src="./assets/images/logo.svg" width="150" height="73" loading="lazy" alt="Unigine logo">
</a>
<p class="footer-text">
Our success in creating business solutions is due in large part to our talented and highly committed team.
</p>
<ul class="social-list">
<li>
<a href="#" class="social-link">
<ion-icon name="logo-facebook"></ion-icon>
</a>
</li>
<li>
<a href="#" class="social-link">
<ion-icon name="logo-twitter"></ion-icon>
</a>
</li>
<li>
<a href="#" class="social-link">
<ion-icon name="logo-instagram"></ion-icon>
</a>
</li>
<li>
<a href="#" class="social-link">
<ion-icon name="logo-youtube"></ion-icon>
</a>
</li>
</ul>
</div>
<div class="footer-list">
<p class="title footer-list-title has-after">Usefull Links</p>
<ul>
<li>
<a href="#" class="footer-link">Tournaments</a>
</li>
<li>
<a href="#" class="footer-link">Help Center</a>
</li>
<li>
<a href="#" class="footer-link">Privacy and Policy</a>
</li>
<li>
<a href="#" class="footer-link">Terms of Use</a>
</li>
<li>
<a href="#" class="footer-link">Contact Us</a>
</li>
</ul>
</div>
<div class="footer-list">
<p class="title footer-list-title has-after">Contact Us</p>
<div class="contact-item">
<span class="span">Location:</span>
<address class="contact-link">
153 Williamson Plaza, Maggieberg, MT 09514
</address>
</div>
<div class="contact-item">
<span class="span">Join Us:</span>
<a href="mailto:[email protected]" class="contact-link">[email protected]</a>
</div>
<div class="contact-item">
<span class="span">Phone:</span>
<a href="tel:+12345678910" class="contact-link">+1 (234) 567-8910</a>
</div>
</div>
<div class="footer-list">
<p class="title footer-list-title has-after">Newsletter Signup</p>
<form action="./index.html" method="get" class="footer-form">
<input type="email" name="email_address" required placeholder="Your Email" autocomplete="off"
class="input-field">
<button type="submit" class="btn" data-btn>Subscribe Now</button>
</form>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="container">
<p class="copyright">
© 2022 codewithsadee All Rights Reserved.
</p>
</div>
</div>
</footer>
<!--
- #BACK TO TOP
-->
<a href="#top" class="back-top-btn" aria-label="back to top" data-back-top-btn>
<ion-icon name="arrow-up-outline" aria-hidden="true"></ion-icon>
</a>
<!--
- #CUSTOM CURSOR
-->
<div class="cursor" data-cursor></div>
<!--
- custom js link
-->
<script src="./assets/js/script.js"></script>
<!--
- ionicon link
-->
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
</body>
</html>