-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
773 lines (641 loc) · 32.3 KB
/
index.html
File metadata and controls
773 lines (641 loc) · 32.3 KB
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
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<script src="./js/aframe.js"></script>
<script src="https://cdn.jsdelivr.net/gh/donmccurdy/aframe-extras@v6.1.1/dist/aframe-extras.min.js"></script>
<script
src="https://cdn.rawgit.com/tizzle/aframe-orbit-controls-component/v0.1.14/dist/aframe-orbit-controls-component.min.js">
</script>
<link rel="stylesheet" href="./css/final.css" />
<script src="https://cdn.tailwindcss.com"></script>
<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=Architects+Daughter&family=Permanent+Marker&family=Press+Start+2P&family=Ubuntu+Mono:wght@700&display=swap"
rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Nova+Round&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/5.4.5/css/swiper.css" />
<!-- Preloader -->
<script src="https://cdn.jsdelivr.net/npm/pace-js@latest/pace.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/pace-js@latest/pace-theme-default.min.css">
<link rel="stylesheet" href="./css/loading-bar.css">
<script type="text/javascript">
paceOptions = {
className: 'preloadthing'
}
</script>
<title>Kashiyatra'22</title>
</head>
<body class="background cursor1">
<div class="preloadthing">
<div class="giflogo">
<img src="https://c.tenor.com/icFIJZnyfwYAAAAC/circle-hoop.gif" height="100px" width="100px" alt="">
</div>
</div>
<div class="container1 fluid">
<div class="row cursors">
</div>
<nav class="rounded-b-md">
<input id="nav-toggle" type="checkbox" />
<div class="logo ">
</div>
<a href="#home">
<div class="logodiv "></div>
</a>
<ul class="links">
<li><a href="#about">About</a></li>
<li><a href="#throwback">Throwback</a></li>
<li><a href="#testimonials">Testimonials</a></li>
<li><a href=" #contact">Contact</a></li>
<li><a href="#login">
<img src="/SVG/Login.svg" width="24px" />
</a></li>
</ul>
<label for="nav-toggle" class="icon-burger">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</label>
</nav>
<section id="home">
<div id="addclass"></div>
<div class="textcandle ">
<div class="textforportrait">
<h1>KASHIYATRA</h1>
<h4>A Cultural Resurgence</h4>
</div>
<div class="m-[5%] p-[40px] relative kytext">
<h1
class=" text-[52px] lg:text-[60px] left-[64px] xl:text-[96px] sm:left-[144px] absolute hot samarkan h-4/6 sm:top-[16px] lg:left-[144px] lg:px-[8px] text-[#FB3C5E]">
KASHIYATRA
</h1>
<h4 id="hello" class="
hidden
xl:hover:block
bg-black
h-[150px]
px-[8px]
absolute
hover:z-10
-top-0
w-[480px]
hex
text-[36px]
xl:text-[128px]
lg:left-[144px]
whitespace-nowrap
ext
clipper
text-[#FB3C5E]
kruti
">
dk'kh;k=k
</h4>
<h1
class="-left-[12px] relative top-[64px] lg:top-[40px] text-[32px] whitespace-nowrap sm:top-[40px] sm:left-[96px] xl:top-[100px] samarkan lg:left-[112px] xl:left-[112px] CR text-white">
A Cultural Resurgence
</h1>
</div>
<div class="btnreg">
<button class="rbtn">Register</button>
</div>
<div class="candle" id="test">
<a-scene device-orientation-permission-ui="enabled: false" vr-mode-ui="enabled: false" class="aframebox"
embedded renderer="colorManagement: true">
<a-assets>
<a-asset-item id="candle" src="/model/mandala.gltf"></a-asset-item>
</a-assets>
<a-entity id="camera" camera="fov: 80; zoom: 1.25;" position="0 2 5" orbit-controls="
autoRotate: false;
enableZoom: false;
target: #target;
minPolarAngle: 0;
maxPolarAngle:0;
enableDamping: true;
dampingFactor: 0.125;
rotateSpeed:0.25;
minDistance:6;
maxDistance:100;
" mouse-cursor="">
<a-entity geometry="primitive:cone; radius-bottom:1; radius-top:0" scale=".33 1 .33" position="0 0 0"
rotation="90 0 0" material="color: #0099ff; transparent: true; opacity:0.5">
</a-entity>
</a-entity>
<a-entity light="type: ambient; color: #fff ; intensity:0.7"></a-entity>
<a-entity position="0 0.1 0" id="target">
<a-entity gltf-model="#candle" animation-mixer="timeScale:0.2" scale="3 3 3" position="0 0 0"></a-entity>
</a-entity>
<!-- <a-entity position=" 0 0.1 0" id="target">
<a-entity gltf-model="#candle" animation-mixer scale="0.05 0.05 0.05" position="0.5 -1.5 -1.25">
</a-entity>
</a-entity> -->
</a-scene>
</div>
</div>
<a href="#about">
<svg class="arrows">
<path class="a1" d="M0 0 L30 32 L60 0"></path>
<path class="a2" d="M0 20 L30 52 L60 20"></path>
<path class="a3" d="M0 40 L30 72 L60 40"></path>
</svg>
</a>
</section>
<section id="about" class="wrapper">
<div class="us">
<!-- <img class="about_img" src="svgFolder/About-Us.svg" /> -->
<img src="SVG/LEFT WHITE.svg" />
<h1>ABOUT US</h1>
<img class="rotated" src="SVG/LEFT WHITE.svg" />
</div>
<div class="about_content">
<p class="about_text">
Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy text
ever since the 1500s, when an unknown printer took a galley of type
and scrambled it to make a type specimen book. It has survived not
only five centuries, but also the leap into electronic typesetting,
remaining essentially unchanged. It was popularised in the 1960s
with the release of Letraset sheets containing Lorem Ipsum passages,
and more recently with desktop publishing software like Aldus
PageMaker including versions of Lorem Ipsum.
</p>
</div>
<section class="counters">
<div class="container justify-center">
<div class="card">
<svg class="icons" width="42" height="40" viewBox="0 0 54 50" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M20.75 20a8.749 8.749 0 0 0 3.349-16.834A8.75 8.75 0 1 0 20.75 20v0ZM37.76 3.75a8.744 8.744 0 0 1 4.24 7.5 8.745 8.745 0 0 1-4.24 7.5M2 46v1.5h37.5V46c0-5.6 0-8.4-1.09-10.54a10 10 0 0 0-4.37-4.37C31.9 30 29.1 30 23.5 30H18c-5.6 0-8.4 0-10.54 1.09a10 10 0 0 0-4.37 4.37C2 37.6 2 40.4 2 46ZM52 47.5V46c0-5.6 0-8.4-1.09-10.54a10 10 0 0 0-4.37-4.37"
stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" />
</svg>
<div class="counter" data-target="70000">0</div>
<h3>PEOPLE</h3>
</div>
<div class="card">
<svg class="icons" width="42" height="40" viewBox="0 0 42 40" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M.375 9v1.375a.687.687 0 0 0 .688.688h2.062v1.03c0 .57.462 1.032 1.031 1.032h33.688c.57 0 1.031-.462 1.031-1.031v-1.031h2.063a.687.687 0 0 0 .687-.688V9a.687.687 0 0 0-.425-.635L21.263.802a.687.687 0 0 0-.526 0L.8 8.365A.688.688 0 0 0 .375 9Zm2.063 26.125h37.124c1.14 0 2.063.923 2.063 2.063v1.374a.687.687 0 0 1-.688.688H1.063a.687.687 0 0 1-.688-.688v-1.374c0-1.14.923-2.063 2.063-2.063ZM34.75 14.5V31h3.094c.57 0 1.031.462 1.031 1.031v1.719H3.125v-1.719c0-.57.462-1.031 1.031-1.031H7.25V14.5h5.5V31h5.5V14.5h5.5V31h5.5V14.5h5.5Z"
fill="#fff" />
</svg>
<div class="counter" data-target="350">0</div>
<h3>COLLEGES</h3>
</div>
<div class="card">
<svg class="icons" width="40" height="40" viewBox="0 0 48 48" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M42.667 5.333h-5.334V0H10.667v5.333H5.333C2.4 5.333 0 7.733 0 10.667v2.666c0 6.8 5.12 12.347 11.707 13.174a13.36 13.36 0 0 0 9.626 7.893v8.267H10.667V48h26.666v-5.333H26.667V34.4a13.36 13.36 0 0 0 9.626-7.893C42.88 25.68 48 20.133 48 13.333v-2.666c0-2.934-2.4-5.334-5.333-5.334Zm-37.334 8v-2.666h5.334v10.186c-3.094-1.12-5.334-4.053-5.334-7.52Zm18.667 16c-4.4 0-8-3.6-8-8v-16h16v16c0 4.4-3.6 8-8 8Zm18.667-16c0 3.467-2.24 6.4-5.334 7.52V10.667h5.334v2.666Z"
fill="#fff" />
</svg>
<div class="counter" data-target="60">0</div>
<h3>EVENTS</h3>
</div>
</div>
</section>
</div>
</section>
<section id="throwback" class="demo-2 background">
<div class="headings headings2">
<img class="stylers" src="./SVG/LEFT WHITE.svg" alt="">
<h1>Throwback</h1>
<img class="stylers rotated" src="./SVG/LEFT WHITE.svg" alt="">
</div>
<svg class="hidden">
<symbol id="icon-arrow-nav" viewBox="208.3 352 4.2 6.4">
<title>arrow-nav</title>
<polygon points="212.1,357.3 211.5,358 208.7,355.1 211.5,352.3 212.1,353 209.9,355.1"></polygon>
</symbol>
</svg>
<main class="site-wrapper">
<div class="content-of-images">
<div class="slide-wrapper">
<div class="slide-item">
<img src="./img/1.jpg" class="slide-item__image">
</div>
<div class="slide-item">
<img src="./img/2.jpg" class="slide-item__image">
</div>
<div class="slide-item">
<img src="./img/3.jpg" class="slide-item__image">
</div>
<div class="slide-item">
<img src="./img/4.jpg" class="slide-item__image">
</div>
<div class="slide-item">
<img src="./img/1.jpg" class="slide-item__image">
</div>
<div class="slide-item">
<img src="./img/2.jpg" class="slide-item__image">
</div>
<div class="slide-item">
<img src="./img/3.jpg" class="slide-item__image">
</div>
<div class="slide-item">
<img src="./img/4.jpg" class="slide-item__image">
</div>
<div class="slide-item">
<img src="./img/3.jpg" class="slide-item__image">
</div>
</div>
<button class="scene-nav scene-nav--prev" data-nav="previous"><img src="./SVG/Vector.svg"
class="icon icon--arrow-nav-prev"></img></button>
<button class="scene-nav scene-nav--next" data-nav="next"><img src="./SVG/Vector.svg"
class="icon icon--arrow-nav-next"></img></button>
</div>
</main>
<div class="nuke"></div>
</section>
<section id="testimonials" class="carousel background">
<div class="testi">
<img src="SVG/LEFT WHITE.svg" />
<h1>Testimonial</h1>
<img class="rotated" src="SVG/LEFT WHITE.svg" />
</div>
<div class="blog-slider">
<div class="blog-slider__wrp swiper-wrapper">
<div class="blog-slider__item swiper-slide">
<div class="blog-slider__img">
<img src="img/ssl.jpg" alt="" />
</div>
<div class="blog-slider__content">
<div class="blog-slider__title">
<img src="/SVG/LEFT BLACK.svg" width="20px" />
<h2>Salim-Sulaiman</h2>
<img class="rotated" src="/SVG/LEFT BLACK.svg" width="20px" />
</div>
<div class="blog-slider__text">
Felt the energy of the crowd in every minute of the performance, loved the overall experience.
</div>
</div>
</div>
<div class="blog-slider__item swiper-slide">
<div class="blog-slider__img">
<img src="img/zkl.jpg" alt="" />
</div>
<div class="blog-slider__content">
<div class="blog-slider__title">
<img src="/SVG/LEFT BLACK.svg" width="20px" />
<h2>Zakir Khan</h2>
<img class="rotated" src="/SVG/LEFT BLACK.svg" width="20px" />
</div>
<div class="blog-slider__text">
The crowd was amazing, and enjoyed as much as them and the hospitality that the team presented me with touched my heart.
</div>
</div>
</div>
<div class="blog-slider__item swiper-slide">
<div class="blog-slider__img">
<img src="img/TLT TEST.jpg" alt="" />
</div>
<div class="blog-slider__content">
<div class="blog-slider__title">
<img src="/SVG/LEFT BLACK.svg" width="20px" />
<h2>The Local Train</h2>
<img class="rotated" src="/SVG/LEFT BLACK.svg" width="20px" />
</div>
<div class="blog-slider__text">
Best crowd that we have seen in a while, and their appreciation for the music was amazing.
</div>
</div>
</div>
<div class="blog-slider__item swiper-slide">
<div class="blog-slider__img">
<img src="img/ritvizl.jpg" alt="" />
</div>
<div class="blog-slider__content">
<div class="blog-slider__title">
<img src="/SVG/LEFT BLACK.svg" width="20px" />
<h2>Ritviz</h2>
<img class="rotated" src="/SVG/LEFT BLACK.svg" width="20px" />
</div>
<div class="blog-slider__text">
Great people, great energy, wouldn't have been tired to even go on for the entire night
</div>
</div>
</div>
<div class="blog-slider__item swiper-slide">
<div class="blog-slider__img">
<img src="img/atl.jpg" alt="" />
</div>
<div class="blog-slider__content">
<div class="blog-slider__title">
<img src="/SVG/LEFT BLACK.svg" width="20px" />
<h2>AMIT TRIVEDI</h2>
<img class="rotated" src="/SVG/LEFT BLACK.svg" width="20px" />
</div>
<div class="blog-slider__text">
Right from the beginning till the end the crowd participation was amazing. This is definately one of the best crowds we have come across.
</div>
</div>
</div>
<div class="blog-slider__item swiper-slide">
<div class="blog-slider__img">
<img src="img/divine.jpg" alt="" />
</div>
<div class="blog-slider__content">
<div class="blog-slider__title">
<img src="/SVG/LEFT BLACK.svg" width="20px" />
<h2>Divine</h2>
<img class="rotated" src="/SVG/LEFT BLACK.svg" width="20px" />
</div>
<div class="blog-slider__text">
Great energy!, superb atmosphere!,
amazing crowd!, bhot hard!! bhot hard!!
</div>
</div>
</div>
<div class="blog-slider__item swiper-slide">
<div class="blog-slider__img">
<img src="img/aakash.jpg" alt="" />
</div>
<div class="blog-slider__content">
<div class="blog-slider__title"> <img src="/SVG/LEFT BLACK.svg" width="20px" />
<h2>Akash Gupta</h2>
<img class="rotated" src="/SVG/LEFT BLACK.svg" width="20px" />
</div>
<div class="blog-slider__text">
You gave us one of the best nights of our career.
</div>
</div>
</div>
</div>
<div class="blog-slider__pagination"></div>
<div class="swiper-button-next slider_btn">
<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg">
<path class="svgpath"
d="M6.03522 16.7411C5.6958 15.8732 5.89149 15.1189 6.35329 14.5686C4.45676 10.9188 2.84888 7.13006 1.241 3.34133C0.51916 1.63793 2.42762 -0.452022 4.18324 0.461087C13.6856 5.43598 23.3095 10.1844 33.071 14.6831C34.8516 15.51 34.8359 18.0838 33.034 18.8687C22.9357 23.2425 13.2699 28.3692 3.99004 34.3062C1.98998 35.5887 -0.137465 33.7647 0.539565 31.5914C1.72245 27.7334 3.07244 23.963 4.66673 20.2782L6.03522 16.7411ZM12.0757 24.19C12.9754 23.6244 13.7563 22.9011 14.5894 22.262C14.5713 22.2082 14.5424 22.1401 14.5261 22.0737C14.125 22.4659 13.544 22.679 12.993 22.6785C12.8162 23.8455 11.6076 24.3293 10.6196 23.9726C10.1616 24.5875 9.66934 25.1719 9.17711 25.7564C10.1685 25.2677 11.1473 24.7772 12.0757 24.19Z" />
</svg>
</div>
<div class="swiper-button-prev slider_btn">
<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg">
<path class="svgpath"
d="M28.6026 16.5259C28.9368 15.6713 28.7441 14.9286 28.2894 14.3867C30.1569 10.7927 31.7402 7.06191 33.3235 3.33114C34.0343 1.65379 32.155 -0.404191 30.4262 0.494951C21.0692 5.39374 11.5925 10.0696 1.98034 14.4994C0.227027 15.3137 0.242408 17.8481 2.01682 18.621C11.9606 22.9279 21.4786 27.9761 30.6165 33.8223C32.586 35.0852 34.6809 33.2891 34.0142 31.1491C32.8494 27.3501 31.52 23.6374 29.9501 20.0089L28.6026 16.5259ZM22.6545 23.8609C21.7686 23.3039 20.9996 22.5917 20.1793 21.9624C20.1971 21.9094 20.2255 21.8423 20.2416 21.777C20.6366 22.1631 21.2087 22.373 21.7513 22.3725C21.9254 23.5217 23.1155 23.998 24.0883 23.6468C24.5394 24.2523 25.0241 24.8278 25.5088 25.4033C24.5325 24.9221 23.5687 24.4392 22.6545 23.8609Z" />
</svg>
</div>
</div>
</section>
<div id="contact" class="relative h-screen w-screen overflow-y-hidden background">
<div class="headings relative top-16 ">
<img class="stylers" src="/SVG/LEFT WHITE.svg" alt="">
<h1 class="text-white text-center text-[36px] md:text-[48px] lg:text-[64px] p-[8px] Dehors ">CONTACT</h1>
<img class="stylers rotated" src="/SVG/LEFT WHITE.svg" alt="">
</div>
<div class="relative
grid
top-[20px]
lg:top-[144px]
lg:grid-cols-5
grid-cols-1
justify-items-center
place-content-center
items-center">
<!--<iframe
class="aspect-video w-full relative lg:top-3 rounded-xl"
src="https://www.youtube.com/embed/tgbNymZ7vqY?controls=0"
>
</iframe>
<!--<iframe width="1046" height="447" src="https://www.youtube.com/embed/mrLQ_TPQ6tI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>-->
<div class="youtube-container rounded-lg m-[8px] p-[8px] col-start-1 col-span-2 p-[20px] z-50 col-start-1 col-span-2 p-[20px] z-50">
<div class="youtube-player" data-id="mrLQ_TPQ6tI" data-thumbnail="./SVG/yttt.svg"></div>
</div>
<!--<button class="lg:hidden bg-white rounded-xl p-1 transition ease-in-out hover:scale-110
hover:shadow-2xl block m-auto Nova" id="btn-modal">For More Information</button>
<div class="overlay " id="overlay"></div>
<div class="modal glass " id="modal">
<button class="modal-close-btn" id="close-btn"><img src="/SVG-2/x-circle.svg" class="w-5"></img></button>
<div
class="grid py-2 text-white content-center justify-items-center grid-cols-3 z-50 relative lg:top-3 text-xs lg:text-base">
<a><button class="contact-sm-btn">Theme</button></a>
<a><button class="contact-sm-btn">Events</button></a>
<a><button class="contact-sm-btn">F.A.Q</button></a>
<a><button class="contact-sm-btn">Login</button></a>
<a><button class="contact-sm-btn">Team</button></a>
<a><button class="contact-sm-btn">Sponsors</button></a>
</div>
</div>-->
<div
class=" mt-[20px] col-start-1 lg:col-start-3 lg:col-span-3 w-10/12 lg:w-9/12 relative -top-[20px] lg:top-0 sm:grid sm:gap-y-[40px] Nova hidden sm:grid-rows-1">
<div class="lg:row-start-1 grid grid-rows-4 text-white text-sm nova">
<h2
class="xl:text-[22px] lg:py-2 flex items-center row-start-1 whitespace-nowrap text-sm Nova font-nova">
Marketing
</h2>
<h1
class="xl:text-[22px] lg:py-2 flex items-center row-start-1 whitespace-nowrap text-sm Nova font-nova col-start-2">
-</h1>
<div class="flex space-x-2 p-2 lg:py-4 items-center row-start-1 col-start-3 px-4">
<img src="./SVG/user.svg" class="w-5"></img>
<h3 class="xl:text-[22px] whitespace-nowrap text-sm">Priyashu Raj</h3>
</div>
<div class="flex space-x-2 p-2 lg:py-4 items-center col-start-4 row-start-1">
<img src="./SVG/phone.svg" class="w-5"></img>
<h3 class=" xl:text-[22px] text-sm">9876543219</h3>
</div>
<div class="flex space-x-2 p-2 lg:py-4 items-center col-strat-5 row-start-1">
<img src="./SVG//mail.svg" class="w-5"></img>
<a href="mailto:webmaster@example.com">
<h3 class="xl:text-[22px] ">Mail</h3>
</a>
</div>
<h2 class="xl:text-[22px] lg:py-2 flex items-center col-start-1 row-start-2 whitespace-nowrap">
Publicity
</h2>
<h1
class="xl:text-[22px] lg:py-2 flex items-center col-start-2 row-start-2 whitespace-nowrap text-sm Nova font-nova">
-</h1>
<div class="flex space-x-2 p-2 lg:py-4 items-center row-start-2 col-start-3 px-4">
<img src="./SVG/user.svg" class="w-5"></img>
<h3 class="xl:text-[22px] whitespace-nowrap">Sharad Ghodke</h3>
</div>
<div class="flex space-x-2 p-2 lg:py-4 items-center row-start-2 col-start-4 ">
<img src="./SVG/phone.svg" class="w-5"></img>
<h3 class=" xl:text-[22px]">9876543210</h3>
</div>
<div class="flex space-x-2 p-2 lg:py-4 items-center col-start-5 row-start-2 ">
<img src="./SVG/mail.svg" class="w-5"></img>
<a href="mailto:webmaster@example.com">
<h3 class="xl:text-[22px] ">Mail</h3>
</a>
</div>
<div class="flex space-x-2 p-2 lg:py-4 items-center row-start-3 col-start-3 px-4">
<img src="./SVG/user.svg" class="w-5"></img>
<h3 class="xl:text-[22px] whitespace-nowrap">Sharad Ghodke</h3>
</div>
<div class="flex space-x-2 p-2 lg:py-4 items-center row-start-3 col-start-4 ">
<img src="./SVG/phone.svg" class="w-5"></img>
<h3 class=" xl:text-[22px]">9876543210</h3>
</div>
<div class="flex space-x-2 p-2 lg:py-4 items-center col-start-5 row-start-3 ">
<img src="./SVG/mail.svg" class="w-5"></img>
<a href="mailto:webmaster@example.com">
<h3 class="xl:text-[22px] ">Mail</h3>
</a>
</div>
<h2 class="xl:text-[22px] lg:py-2 flex items-center col-start-1 row-start-4 whitespace-nowrap">
Public Relations
</h2>
<h1
class="xl:text-[22px] lg:py-2 flex items-center col-start-2 row-start-4 whitespace-nowrap text-sm Nova font-nova">
-</h1>
<div class="flex space-x-2 p-2 lg:py-4 items-center row-start-4 col-start-3 px-4">
<img src="./SVG/user.svg" class="w-5"></img>
<h3 class="xl:text-[22px] whitespace-nowrap">Sharad Ghodke</h3>
</div>
<div class="flex space-x-2 p-2 lg:py-4 items-center row-start-4 col-start-4 ">
<img src="./SVG/phone.svg" class="w-5"></img>
<h3 class=" xl:text-[22px]">9876543210</h3>
</div>
<div class="flex space-x-2 p-2 lg:py-4 items-center col-start-5 row-start-4 ">
<img src="./SVG/mail.svg" class="w-5"></img>
<a href="mailto:webmaster@example.com">
<h3 class="xl:text-[22px] ">Mail</h3>
</a>
</div>
</div>
<div
class="flex space-x-4 justify-center lg:grid py-[8px] content-center grid-cols-3 z-50 relative lg:top-[12px] text-[14px] lg:text-base row-start-2 justify-items-start ">
<div class=" border-l-2 absolute top-[32px] h-[80px] lineX "></div>
<div class=" border-l-2 absolute top-[32px] h-[80px] lineX"></div>
<a href="./Theme/themeIndex.html" target="_blank"><button class="contactbtn ">Theme</button></a>
<a href="./events/index.html" target="_blank"><button class="contactbtn ">Events</button></a>
<a href="./faq/index.html" target="_blank"><button class="contactbtn">F.A.Q</button></a>
<a><button class="contactbtn">Login</button></a>
<a href="./teampage/final-team.html" target="_blank"><button class="contactbtn">Team</button></a>
<a><button class="contactbtn">Sponsors</button></a>
</div>
</div>
</div>
<div class="sm:hidden grid grid-cols-2 justify-items-center
place-content-center !text-[14px] sm:text-[14px] Nova my-[20px] text-white">
<div class="col-start-1 rounded-md p-[8px] w-2/3">
<h2 class="xl:text-[22px] lg:py-[8px] flex items-center row-start-1 whitespace-nowrap text-[18px]">
Marketing
</h2>
<div class="flex space-x-2 py-[8px] lg:py-[16px] items-center ">
<img src="./SVG/user.svg" class="w-[20px]"></img>
<h3 class="xl:text-[22px] whitespace-nowrap ">Priyashu Raj</h3>
</div>
<div class="flex space-x-2 py-[8px] lg:py-[16px] items-center ">
<img src="./SVG/phone.svg" class="w-[20px]"></img>
<h3 class=" xl:text-[22px] ">9876543219</h3>
</div>
<div class="flex space-x-2 py-[8px] lg:py-[16px] items-center">
<img src="./SVG/mail.svg" class="w-[20px]"></img>
<a href="mailto:webmaster@example.com">
<h3 class="xl:text-[22px] ">Mail</h3>
</a>
</div>
</div>
<div class="col-start-2 rounded-md p-2 w-2/3 sm:text-sm">
<h2 class="xl:text-[22px] lg:py-[8px] flex items-center whitespace-nowrap text-[18px]">
Publicity
</h2>
<div class="flex space-x-2 py-[8px] lg:py-[16px] items-center ">
<img src="./SVG/user.svg" class="w-[20px]"></img>
<h3 class="xl:text-[22px] whitespace-nowrap ">Sharad Ghodke</h3>
</div>
<div class="flex space-x-2 py-[8px] lg:py-[16px] items-center row-start-3">
<img src="./SVG/phone.svg" class="w-[20px]"></img>
<h3 class=" xl:text-[22px] ">9876543219</h3>
</div>
<div class="flex space-x-2 py-[8px] lg:py-[16px] items-center row-start-4">
<img src="./SVG/mail.svg" class="w-[20px]"></img>
<a href="mailto:webmaster@example.com">
<h3 class="xl:text-[22px] ">Mail</h3>
</a>
</div>
</div>
</div>
<div
class=" sm:hidden flex space-x-4 justify-center py-[8px] content-center grid-cols-3 z-50 relative lg:top-[12px] text-[14px] lg:text-base row-start-2 justify-items-start Nova ggg ">
<a href="./Theme/themeIndex.html" target="_blank"><button class="contactbtn sm:hidden ">Theme</button></a>
<a href="./events/index.html" target="_blank"><button class="contactbtn sm:hidden">Events</button></a>
<a href="./faq/index.html" target="_blank"><button class="contactbtn sm:hidden">F.A.Q</button></a>
<a><button class="contactbtn sm:hidden">Login</button></a>
<a href="./teampage/final-team.html" target="_blank"><button class="contactbtn sm:hidden">Team</button></a>
<a><button class="contactbtn sm:hidden">Sponsors</button></a>
</div>
<div
class="flex lg:flex-col lg:absolute lg:space-y-4 lg:top-12 lg:h-full px-5 right-0 justify-center space-x-4 lg:space-x-0 w-full lg:w-fit relative top-10 sm:top-12 z-50 ff">
<a href="https://www.instagram.com/kashiyatra_iitbhu/" target="_blank">
<button class="hover:bg-pink-500 socialbtn">
<img src="./SVG/insta.svg" class="xl:w-[40px] w-[28px]" /><img />
</button>
</a>
<a href="https://www.youtube.com/user/kashiyatraiitbhu" target="_blank">
<button class="hover:bg-red-500 socialbtn">
<img src="./SVG/yt.svg" class="xl:w-[40px] w-[28px]" /><img />
</button>
</a>
<a href="https://www.facebook.com/kashiyatra.IITBHU/" target="_blank">
<button class="hover:bg-blue-500 socialbtn">
<img src="./SVG/fb.svg" class="xl:w-[40px] w-[28px]" /><img />
</button>
</a>
<a href="https://twitter.com/ky_iitbhu?lang=en" target="_blank">
<button class="hover:bg-cyan-400 socialbtn">
<img src="./SVG/twitter.svg" class="xl:w-[40px] w-[28px]" /><img />
</button>
</a>
</div>
<a href="#home">
<button class="absolute bottom-[20px] sm:bottom-[80px] right-[16px] socialbtn z-50 ss">
<svg class=" w-[40px] xl:w-[54px] " width="48" height="48" viewBox="0 0 48 48" fill="none"
xmlns="http://www.w3.org/2000/svg">
<circle cx="24" cy="24" r="23" stroke="white" stroke-width="2" />
<path d="M30.4286 29L24 22.75L17.5714 29L14 29L24 19L34 29L30.4286 29Z" fill="white" />
</svg>
<!--<img src="/SVG-2/arrow-up.svg" class="w-[28px] xl:w-[40px]"></img>-->
</button>
</a>
</div>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/5.4.5/js/swiper.min.js"></script>
<script src="./js/jquery.js"></script>
<script src="./js/counterUp.js"></script>
<script src="./js/yt.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.18.0/TweenMax.min.js"></script>
<script src="./js/script.js"></script>
<script src="./js/demo.js"></script>
<script src="./js/pixi.min.js"></script>
<script src="./js/TweenMax.min.js"></script>
<script src="./js/main2.js"></script>
<script src="./js/imagesloaded.pkgd.min.js"></script>
<script>
var spriteImages = document.querySelectorAll('.slide-item__image');
var spriteImagesSrc = [];
var text3 = [];
for (var i = 0; i < spriteImages.length; i++) {
var img = spriteImages[i];
spriteImagesSrc.push(img.getAttribute('src'));
}
var initCanvasSlideshow = new CanvasSlideshow({
sprites: spriteImagesSrc,
displacementImage: './img/dmaps/512x512/clouds.jpg',
autoPlay: true,
autoPlaySpeed: [0.3, 0.3],
displaceScale: [800, 500],
displaceAutoFit: true,
displacementCenter: true,
interactive: true,
interactionEvent: 'click', // 'click', 'hover', 'both'
});
</script>
</body>
</html>