-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
478 lines (302 loc) · 17.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<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"> <!-- 1 -->
<!--
- google font link(web-fonts)
-->
<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"> <!-- 2 -->
<!--
- 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>
<!--
- #HEADER
-->
<h1 class="test">nihao</h1>
<header class="header active" data-header>
<div class="container">
<a href="#" class="logo">
<img src="./assets/images/logo.svg" alt="unigine home" width="110px" height="53px">
<!-- 11o=110px? why use a? -->
</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="#contact" 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>
<!-- data-x? -->
</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 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="850px" height="414px" alt="herobanner"
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 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="2024-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="esting Bitch Faces" class="card-banner">
<h3 class="h3 card-title">esting 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: ; --height: ;">
<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>
<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>
<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>
</ul>
</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>
<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>
<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>
</ul>
</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>
<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>
<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>
</ul>
</div>
</li>
</ul>
</div>
</section>
</article>
</main>
<!--
- custom js link
-->
<script src="./assets/js/script.js"></script>
<!--
- ionicon link 3.
-->
<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>