-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
491 lines (480 loc) · 19.6 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
<!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" />
<title>Otakus Got Talent</title>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="static/css/style.css" />
<!-- This embed is shown whenever the page url is sent on discord -->
<meta property="og:title" content="Otakus Got talent Season 2" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://otakustanyoutube.github.io/ogt/" />
<meta
property="og:image"
content="https://otakustanyoutube.github.io/ogt/assets/main3-removebg-preview.png"
/>
<meta
property="og:description"
content="India's premier Online talent show. Dedicated to Otakus hosted on Discord."
/>
<meta name="theme-color" content="#311432" />
<!-- Remove this to make thumbnail smaller -->
<meta name="twitter:card" content="summary_large_image" />
</head>
<body>
<!-- Header Section -->
<header>
<nav class="navbar sticky-top navbar-expand-lg navbar-dark navbar-purple">
<div class="container-fluid nav-container">
<a class="navbar-brand" href="#hero"
><img
src="assets/main3-removebg-preview.png"
alt="OGT"
width="160"
height="80"
/></a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNavAltMarkup"
aria-controls="navbarNavAltMarkup"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav ms-auto mt-3">
<a class="nav-link" aria-current="page" href="#hero">Home</a>
<a class="nav-link" aria-current="page" href="#about">About</a>
<a class="nav-link" href="#sponsor">Sponsor</a>
<a class="nav-link" href="#prize">Prizes</a>
<a class="nav-link" href="#faq">FAQ</a>
</div>
</div>
</div>
</nav>
</header>
<!-- End Header Section -->
<!-- OGT Hero Section -->
<section id="hero" class="hero">
<div class="hero-container">
<div class="hero-logo">
<img
class="hero-logo-ogt"
src="assets/main3-removebg-preview.png"
alt="OGT"
/>
</div>
<div class="hero-sub_heding">
<p>
India's premier Online talent show. Dedicated to Otakus hosted on
Discord
</p>
</div>
<div class="hero-cta">
<button class="btn cta-discord">Join Our discord</button>
</div>
</div>
</section>
<!-- End Hero OGT Section -->
<!-- about Section -->
<section id="about" class="about">
<div class="about-season-one">
<div class="season-one-text">
<p>WATCH SEASON ONE, WE ARE GOING BIGGER THIS TIME</p>
</div>
<div class="season-one-video">
<iframe
type="text/html"
frameborder="0"
width="579"
height="321"
src="https://www.youtube.com/embed/O1MN0lpfk18"
allowfullscreen
></iframe>
</div>
</div>
<div class="about-teaser">
<div class="teaser-text"><p>WATCH THE TRAILER FOR OGT SEASON 2</p></div>
<div class="teaser-video">
<iframe
type="text/html"
frameborder="0"
width="579"
height="321"
src="https://www.youtube.com/embed/J6r5_AosYNw"
allowfullscreen
></iframe>
</div>
</div>
</section>
<!-- End about Section -->
<!-- Sponsor Section -->
<section id="sponsor" class="sponsor">
<div class="sponsor-container">
<div class="sponsor-header">
<div class="header-text">
<h1>Sponsored By</h1>
<p>Otaku Nadu's Weebshop</p>
</div>
<div class="sponsor-image">
<img src="assets/sponser section 1.png" alt="sponsors" />
</div>
</div>
<div class="sponsor-cta">
<div class="sponsor-cta-text">
<p>
Weeb shop is a merch store dedicated to all the die hard anime and
pop culture out there. From Figurines and Mangas to posters and
Masks, weeb shop is a one stop solution for all your Otaku needs.
Check out weeb shop today!!
</p>
</div>
<div>
<button class="btn cta-sponsor">Visit Weeb Shop</button>
</div>
</div>
</div>
</section>
<!-- End Sponsor Section -->
<!-- Prize Section -->
<section id="prize" class="prize">
<div class="prize-container">
<div class="prize-header">Exciting Prizes this year</div>
<div class="prize-text">
The Second season of Otaku's Got Talent is finally here, and as
promised we are going big this year!! Exciting prizes like Figurines,
Mangas, Anime posters and masks, e.t.c are here for you to win. So
what are you waiting for fill the participation form today!!
</div>
<div class="prize-images">
<img src="assets/ig1.png" alt="Prize" />
<img src="assets/ig2.png" alt="Prize" />
<img src="assets/ig3.png" alt="Prize" />
</div>
<div class="caro">
<div
id="carouselExampleFade"
class="carousel slide carousel-fade"
data-bs-ride="carousel"
>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="assets/ig1.png" class="d-block w-100" alt="..." />
</div>
<div class="carousel-item">
<img src="assets/ig2.png" class="d-block w-100" alt="..." />
</div>
<div class="carousel-item">
<img src="assets/ig3.png" class="d-block w-100" alt="..." />
</div>
</div>
<button
class="carousel-control-prev"
type="button"
data-bs-target="#carouselExampleFade"
data-bs-slide="prev"
>
<span
class="carousel-control-prev-icon"
aria-hidden="true"
></span>
<span class="visually-hidden">Previous</span>
</button>
<button
class="carousel-control-next"
type="button"
data-bs-target="#carouselExampleFade"
data-bs-slide="next"
>
<span
class="carousel-control-next-icon"
aria-hidden="true"
></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</section>
<!-- End Prize Section -->
<!-- FAQ Section -->
<section id="faq" class="faq">
<div class="faq-container">
<div class="faq-heading">
<h2>FAQ</h2>
</div>
<div class="faq-content">
<div class="accordion accordion-flush" id="accordionFlushExample">
<div class="accordion-item purple">
<h2 class="accordion-header" id="flush-headingOne">
<button
class="accordion-button collapsed purple"
type="button"
data-bs-toggle="collapse"
data-bs-target="#flush-collapseOne"
aria-expanded="false"
aria-controls="flush-collapseOne"
>
1. What is the deadline for Participating?
</button>
</h2>
<div
id="flush-collapseOne"
class="accordion-collapse collapse"
aria-labelledby="flush-headingOne"
data-bs-parent="#accordionFlushExample"
>
<div class="accordion-body">
The participation form will be available for a limited period
of time upto 23rd October 8.30 pm. You can enlist your name in
the form anytime before the mentioned deadline.
</div>
</div>
</div>
<div class="accordion-item purple">
<h2 class="accordion-header" id="flush-headingTwo">
<button
class="accordion-button collapsed purple"
type="button"
data-bs-toggle="collapse"
data-bs-target="#flush-collapseTwo"
aria-expanded="false"
aria-controls="flush-collapseTwo"
>
2. When will it be conducted?
</button>
</h2>
<div
id="flush-collapseTwo"
class="accordion-collapse collapse"
aria-labelledby="flush-headingTwo"
data-bs-parent="#accordionFlushExample"
>
<div class="accordion-body">
Recording for OGT will be held from 27th October to 29th
October and participation will depend on your slot.
</div>
</div>
</div>
<div class="accordion-item purple">
<h2 class="accordion-header" id="flush-headingThree">
<button
class="accordion-button purple collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#flush-collapseThree"
aria-expanded="false"
aria-controls="flush-collapseThree"
>
3. How the Slots will be created?
</button>
</h2>
<div
id="flush-collapseThree"
class="accordion-collapse collapse"
aria-labelledby="flush-headingThree"
data-bs-parent="#accordionFlushExample"
>
<div class="accordion-body">
The slots will be generated randomly based on the order of
filling the form. The details about your slots will be emailed
to you personally and also posted on our Instagram handle.
</div>
</div>
</div>
<div class="accordion-item purple">
<h2 class="accordion-header" id="flush-headingThree">
<button
class="accordion-button purple collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#flush-collapseFour"
aria-expanded="false"
aria-controls="flush-collapseFour"
>
4. What steps participants need to ensure?
</button>
</h2>
<div
id="flush-collapseFour"
class="accordion-collapse collapse"
aria-labelledby="flush-headingFour"
data-bs-parent="#accordionFlushExample"
>
<div class="accordion-body">
Make sure you have a good microphone along with a stable
internet connection and avoid any places with background
noise. Also while singing don't forget to play a karaoke
track.
</div>
</div>
</div>
<div class="accordion-item purple">
<h2 class="accordion-header" id="flush-headingThree">
<button
class="accordion-button purple collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#flush-collapseFive"
aria-expanded="false"
aria-controls="flush-collapseFive"
>
5. What can you Perform?
</button>
</h2>
<div
id="flush-collapseFive"
class="accordion-collapse collapse"
aria-labelledby="flush-headingFive"
data-bs-parent="#accordionFlushExample"
>
<div class="accordion-body">
You can showcase any of your Talents like: Storytelling,
Singing Anime OP/ED, Anime Characters Impressions, Playing an
Instrument, Japanese narration, Ranting or Roasting, Comedy
Skit Band Performance, Poetry e.t.c
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End FAQ Section -->
<!-- Footer Section -->
<footer id="foot" class="footer">
<div class="footer-container">
<div
class="
footer-logo
d-flex
justify-content-center
align-items-center
flex-column
"
>
<img src="assets/main3-removebg-preview.png" alt="OGT" />
<p>© OtakuStan 2021</p>
</div>
<div class="footer-links d-flex">
<h5>Follow us On</h5>
<div class="socials">
<a href="https://www.instagram.com/otakustan_/"
><svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 48 48"
width="48px"
height="48px"
>
<radialGradient
id="yOrnnhliCrdS2gy~4tD8ma"
cx="19.38"
cy="42.035"
r="44.899"
gradientUnits="userSpaceOnUse"
>
<stop offset="0" stop-color="#fd5" />
<stop offset=".328" stop-color="#ff543f" />
<stop offset=".348" stop-color="#fc5245" />
<stop offset=".504" stop-color="#e64771" />
<stop offset=".643" stop-color="#d53e91" />
<stop offset=".761" stop-color="#cc39a4" />
<stop offset=".841" stop-color="#c837ab" />
</radialGradient>
<path
fill="url(#yOrnnhliCrdS2gy~4tD8ma)"
d="M34.017,41.99l-20,0.019c-4.4,0.004-8.003-3.592-8.008-7.992l-0.019-20 c-0.004-4.4,3.592-8.003,7.992-8.008l20-0.019c4.4-0.004,8.003,3.592,8.008,7.992l0.019,20 C42.014,38.383,38.417,41.986,34.017,41.99z"
/>
<radialGradient
id="yOrnnhliCrdS2gy~4tD8mb"
cx="11.786"
cy="5.54"
r="29.813"
gradientTransform="matrix(1 0 0 .6663 0 1.849)"
gradientUnits="userSpaceOnUse"
>
<stop offset="0" stop-color="#4168c9" />
<stop offset=".999" stop-color="#4168c9" stop-opacity="0" />
</radialGradient>
<path
fill="url(#yOrnnhliCrdS2gy~4tD8mb)"
d="M34.017,41.99l-20,0.019c-4.4,0.004-8.003-3.592-8.008-7.992l-0.019-20 c-0.004-4.4,3.592-8.003,7.992-8.008l20-0.019c4.4-0.004,8.003,3.592,8.008,7.992l0.019,20 C42.014,38.383,38.417,41.986,34.017,41.99z"
/>
<path
fill="#fff"
d="M24,31c-3.859,0-7-3.14-7-7s3.141-7,7-7s7,3.14,7,7S27.859,31,24,31z M24,19c-2.757,0-5,2.243-5,5 s2.243,5,5,5s5-2.243,5-5S26.757,19,24,19z"
/>
<circle cx="31.5" cy="16.5" r="1.5" fill="#fff" />
<path
fill="#fff"
d="M30,37H18c-3.859,0-7-3.14-7-7V18c0-3.86,3.141-7,7-7h12c3.859,0,7,3.14,7,7v12 C37,33.86,33.859,37,30,37z M18,13c-2.757,0-5,2.243-5,5v12c0,2.757,2.243,5,5,5h12c2.757,0,5-2.243,5-5V18c0-2.757-2.243-5-5-5H18z"
/></svg
></a>
<a href="https://twitter.com/OtakuStan_"
><svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 48 48"
width="48px"
height="48px"
>
<path
fill="#03A9F4"
d="M42,12.429c-1.323,0.586-2.746,0.977-4.247,1.162c1.526-0.906,2.7-2.351,3.251-4.058c-1.428,0.837-3.01,1.452-4.693,1.776C34.967,9.884,33.05,9,30.926,9c-4.08,0-7.387,3.278-7.387,7.32c0,0.572,0.067,1.129,0.193,1.67c-6.138-0.308-11.582-3.226-15.224-7.654c-0.64,1.082-1,2.349-1,3.686c0,2.541,1.301,4.778,3.285,6.096c-1.211-0.037-2.351-0.374-3.349-0.914c0,0.022,0,0.055,0,0.086c0,3.551,2.547,6.508,5.923,7.181c-0.617,0.169-1.269,0.263-1.941,0.263c-0.477,0-0.942-0.054-1.392-0.135c0.94,2.902,3.667,5.023,6.898,5.086c-2.528,1.96-5.712,3.134-9.174,3.134c-0.598,0-1.183-0.034-1.761-0.104C9.268,36.786,13.152,38,17.321,38c13.585,0,21.017-11.156,21.017-20.834c0-0.317-0.01-0.633-0.025-0.945C39.763,15.197,41.013,13.905,42,12.429"
/></svg
></a>
<a href="https://discord.gg/spnFKpRwne"
><svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 48 48"
width="48px"
height="48px"
>
<path
fill="#8c9eff"
d="M40,12c0,0-4.585-3.588-10-4l-0.488,0.976C34.408,10.174,36.654,11.891,39,14c-4.045-2.065-8.039-4-15-4s-10.955,1.935-15,4c2.346-2.109,5.018-4.015,9.488-5.024L18,8c-5.681,0.537-10,4-10,4s-5.121,7.425-6,22c5.162,5.953,13,6,13,6l1.639-2.185C13.857,36.848,10.715,35.121,8,32c3.238,2.45,8.125,5,16,5s12.762-2.55,16-5c-2.715,3.121-5.857,4.848-8.639,5.815L33,40c0,0,7.838-0.047,13-6C45.121,19.425,40,12,40,12z M17.5,30c-1.933,0-3.5-1.791-3.5-4c0-2.209,1.567-4,3.5-4s3.5,1.791,3.5,4C21,28.209,19.433,30,17.5,30z M30.5,30c-1.933,0-3.5-1.791-3.5-4c0-2.209,1.567-4,3.5-4s3.5,1.791,3.5,4C34,28.209,32.433,30,30.5,30z"
/></svg
></a>
<a href="https://www.youtube.com/c/OtakuStan"
><svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 48 48"
width="48px"
height="48px"
>
<path
fill="#FF3D00"
d="M43.2,33.9c-0.4,2.1-2.1,3.7-4.2,4c-3.3,0.5-8.8,1.1-15,1.1c-6.1,0-11.6-0.6-15-1.1c-2.1-0.3-3.8-1.9-4.2-4C4.4,31.6,4,28.2,4,24c0-4.2,0.4-7.6,0.8-9.9c0.4-2.1,2.1-3.7,4.2-4C12.3,9.6,17.8,9,24,9c6.2,0,11.6,0.6,15,1.1c2.1,0.3,3.8,1.9,4.2,4c0.4,2.3,0.9,5.7,0.9,9.9C44,28.2,43.6,31.6,43.2,33.9z"
/>
<path fill="#FFF" d="M20 31L20 17 32 24z" /></svg
></a>
</div>
<div class="sponsor-info">
<img src="assets/Group 2.png" alt="sponsors" />
</div>
</div>
</div>
</footer>
<!-- End Footer Section -->
<script src="static/js/app.js"></script>
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"
integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js"
integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF"
crossorigin="anonymous"
></script>
</body>
</html>