-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathedm.html
More file actions
668 lines (441 loc) · 23.6 KB
/
edm.html
File metadata and controls
668 lines (441 loc) · 23.6 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="sst.css">
<link rel="stylesheet" href="TR.css">
<link rel="stylesheet" href="edm.css">
<link rel="stylesheet" href="footer.css">
<link rel="stylesheet" href="float.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/3.9.0/less.min.js" ></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Oswald&display=swap" rel="stylesheet">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.0/TweenMax.min.js"></script>
<script src="parallax/parallax.min.js"></script>
<script src="music.js"></script>
<link rel="stylesheet" href="event_style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" href="theme.css" type="text/css">
<meta charset="utf-8">
<title></title>
</head>
<body>
<!-- FIRST CONTAINER -->
<script>
function updateTimer() {
future = Date.parse("Feb 20, 2020 18:00:00");
now = new Date();
diff = future - now;
days = Math.floor( diff / (1000*60*60*24) );
hours = Math.floor( diff / (1000*60*60) );
mins = Math.floor( diff / (1000*60) );
secs = Math.floor( diff / 1000 );
d = days;
h = hours - days * 24;
m = mins - hours * 60;
s = secs - mins * 60;
document.getElementById("timer")
.innerHTML =
'<div style="font-size:25px;color:white;">' + d + '<span style="font-size:25px;color:white;"> Days</span></div>' +
'<div style="font-size:25px;color:white;">' + h + '<span style="font-size:25px;color:white;"> Hours</span></div>' +
'<div style="font-size:25px;color:white;">' + m + '<span style="font-size:25px;color:white;"> Minutes</span></div>' +
'<div style="font-size:25px;color:white;">' + s + '<span style="font-size:25px;color:white;"> Seconds</span></div>' ;
}
setInterval('updateTimer()', 1000 );
</script>
<style>
.container-fluid {
width: auto;
min-height: 680px;
background: transparent;
}
.tit{
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: auto;
text-align:center;
color: white;
font-size: 50px;
}
</style>
<div id="page-container">
<div id="content-wrap">
<div class="container-fluid" id = "home_id" data-parallax="scroll" data-image-src="images/land2.jpg" >
<header>
<nav class="navbar navbar-expand-md navbar-dark mb-5 pb-5 transparent" >
<div class="container">
<a class="navbar-brand" style = "font-size:30px;font-weight:500;letter-spacing:10px;" href="#home_id">HELIX'20</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarTransparentContent">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse text-center justify-content-end" id="navbarTransparentContent">
<ul class="navbar-nav">
<li class="nav-item mx-1">
<a class="nav-link align-items-center d-flex" style = "font-size:20px;font-weight:400;" href="https://technophile22.github.io/">
Home</a>
</li>
<li class="nav-item mx-1">
<a class="nav-link align-items-center d-flex" style = "font-size:20px;font-weight:400;" href="https://technophile22.github.io/edm.html">
Pronite</a>
</li>
<li class="nav-item mx-1">
<a class="nav-link align-items-center d-flex" style = "font-size:20px;font-weight:400;" href="https://technophile22.github.io/event.html">
Competitions</a>
</li>
<li class="nav-item mx-1">
<a class="nav-link align-items-center d-flex" style = "font-size:20px;font-weight:400;" href="https://technophile22.github.io/">
Our Sponsors</a>
</li>
<li class="nav-item mx-1">
<a class="nav-link align-items-center d-flex" style = "font-size:20px;font-weight:400;" href="https://technophile22.github.io/">
Contact Us</a>
</li>
<li class="nav-item mx-1">
<a class="nav-link align-items-center d-flex login-trigger" data-target="#login" data-toggle="modal" style = "font-size:20px;font-weight:400;" href="#">REGISTER NOW</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<div class="row" align="center" >
<div style ="margin-top:10%;" class="col-md-12" data-z-index="1">
<div id="timer"></div>
</div>
</div>
<div align="center" style="margin-top:10%;">
<a href="https://allevents.in/udaipur/80001560067398" >
<button class="btn btn-1e" style="position: relative;font-size:15px;padding:2%;font-weight:bold; ">GRAB YOUR PASS NOW!</button></a>
</div>
</div>
<!-- .....................................THE FIRST ROW ENDS HERE.................................................................... -->
<style>
.box{
position:relative;
width:300px;
height:400px;
display:flex;
justify-content:center;
align-items:center;
background:#060c21;
}
.box:before{
content:'';
position:absolute;
top:-2px;
left:-2px;
right:-2px;
bottom:-2px;
background:#fff;
z-index:-1;
}
.box:after{
content:'';
position:absolute;
top:-2px;
left:-2px;
right:-2px;
bottom:-2px;
background:#fff;
z-index:-2;
filter:blur(20px);
}
.box:before,.box:after{
background:linear-gradient(235deg,#89ff00, #060c21, #00bcd4);
}
.content{
padding:20px;
box-sizing:border-box;
color:#fff;
}
</style>
<div class="container-fluid" >
<h1 align="center" style="letter-spacing: 5px;color: #ffffff;margin-top:5%; font-family: 'Oswald', sans-serif;font-size:32px;font-weight:500;">GRAB YOUR PASSES NOW!</h1>
<hr style=" border:none;height: 4px;color:#e44e7b; background-color: #e44e7b; width: 10%;" >
<div class="row" align="center" style="margin-top:5%;">
<div class="col-md-4" align="center" style="margin-top:5%;">
<div class="box">
<div class="content">
<h1 style="align:center;color:white;" >Aravali Institute of Technical Studies</h1> <br>
<h2 style="align:center;color:white;">Krishna Kant<br> <a href="tel:+91 79034 97346">+91 79034 97346</a></h2> <br>
</div>
</div>
</div>
<div class="col-md-4" align="center" style="margin-top:5%;">
<div class="box">
<div class="content">
<h1 style="align:center;color:white;" >Pacific Institute of Technology</h1> <br>
<h2 style="align:center;color:white;">Tanya Sharma<br><a href="tel:+919582295804">+91 9582295804</a> </h2>
<h2 style="align:center;color:white;">Ambika Sharma<br><a href="tel:+916006175872">+91 6006175872</a></h2>
</div>
</div>
</div>
<div class="col-md-4" align="center" style="margin-top:5%;">
<div class="box">
<div class="content">
<h1 style="align:center;color:white;" >Techno India NJR Institute of Technology</h1> <br>
<h2 style="align:center;color:white;">Rudra Pratap Singh<br><a href="tel:+91 86961 35893">+91 86961 35893</a><br><a href="tel:+91 80055 03199">+91 80055 03199</a></h2> <br>
</div>
</div>
</div>
<div class="col-md-4" align="center" style="margin-top:5%;">
<div class="box">
<div class="content">
<h1 style="align:center;color:white;" >Geetanjali Institute of Technical Studies</h1> <br>
<h2 style="align:center;color:white;">Deekshit Sethiya<br><a href="tel:+91 95889 43469">+91 95889 43469</a></h2>
</div>
</div>
</div>
<div class="col-md-4" align="center" style="margin-top:5%;">
<div class="box">
<div class="content">
<h1 style="align:center;color:white;" >College of Technology & Engineering</h1> <br>
<h2 style="align:center;color:white;">Vishnu Pandey<br><a href="tel:+91 94617 79918">+91 94617 79918</a></h2> <br>
<h2 style="align:center;color:white;">Mahendra Pratap Singh Chouhan<br><a href="tel:+91 9166781162">+91 91667 81162</a> </h2>
</div>
</div>
</div>
</div>
</div>
<!--------
<div class="container-fluid" style="min-height:500px;">
<h1 align="center" style="letter-spacing: 5px;color: #ffffff;margin-top:5%; font-family: 'Oswald', sans-serif;font-size:32px;font-weight:500;">GET YOUR PASSES NOW!</h1>
<hr style=" border:none;height: 4px;color:#e44e7b; background-color: #e44e7b; width: 10%;" >
<div class="row" align="center">
<div class="col-md-12" align="center">
<h1 style="align:center;color:white;" >Pacific Institute of Technology</h1> <br>
<h2 style="align:center;color:white;">Ambika Sharma - <a href="tel:+916006175872">+91 6006175872</a></h2> <br>
<h2 style="align:center;color:white;">Tanya Sharma - <a href="tel:+919582295804">+91 9582295804</a> </h2>
</div>
<div class="col-md-12" align="center">
<h1 style="align:center;color:white;" >Pacific Institute of Technology</h1> <br>
<h2 style="align:center;color:white;">Ambika Sharma - <a href="tel:+916006175872">+91 6006175872</a></h2> <br>
<h2 style="align:center;color:white;">Tanya Sharma - <a href="tel:+919582295804">+91 9582295804</a> </h2>
</div>
</div>
</div>
----------->
<div class="container-fluid" style="min-height:500px;">
<h1 align="center" style="letter-spacing: 5px;color: #ffffff;margin-top:5%; font-family: 'Oswald', sans-serif;font-size:32px;font-weight:500;">MYRIS & VJ INFINITY</h1>
<hr style=" border:none;height: 4px;color:#e44e7b; background-color: #e44e7b; width: 10%;" >
<div class="row">
<div align="center" class="col-md-4">
<!--Here i have used images from 99design.com and got insipiration from their website of floating object.-->
<img style="height:200px; width:200px;" src="images/mlogon.png" alt="img">
<div class="shadow"></div>
</div>
<div class="col-md-8 col-sm-6" style="align-items: center; padding-left: 5%;padding-right: 5%;margin-top: 5%;">
<p style="text-align:justify; color:#b0b2ad; font-size: 18px;font-family: 'Nunito Sans';" >Get ready CTAE to convert your college into a music festival as Myris does not only play the music but plays the crowd as well. His super energetic performance along his witty control over the mic has made him a popular name among the campus festivals around the nation.
This is the reason why Myris is playing all the major festivals in the country. He has also shared the stage with many big artists from all around the world and he's officially supported by Heavyweights like - Ummet Ozcan, Tom Swoon, APEK, Sartek, Angemi, Timmy Trumpet and many more.His pro career began in 2014 when he was playing different clubs and colleges. His career kicked off when he started producing his own music Myris is best known for his typical festive sound. His tracks have had a unique touch from the beginning, which separates him from other mainstream artists.
</p>
<div align="center" class="col-sm-4"><a href="https://www.instagram.com/myrismusic/?igshid=1r82y7yhblt9y" target="_blank"><i style="font-size:48px;color:#e44e7b;" class="fa fa-instagram" aria-hidden="true"></i></a>
<p style="letter-spacing: 2px;color: #ffffff; font-family: 'Oswald', sans-serif;font-size:17px;font-weight:500;">MYRIS<p>
</div>
<div align="center" style="margin-right:0px;" class="col-sm-4"><a href="https://www.instagram.com/vj.infinity/" target="_blank"><i style="font-size:48px;color:#e44e7b;" class="fa fa-instagram" aria-hidden="true"></i></a>
<p style="letter-spacing: 2px;color: #ffffff; font-family: 'Oswald', sans-serif;font-size:17px;font-weight:500;">VJ INFINITY<p>
</div>
<div align="center" style="margin-right:0px;" class="col-sm-4"><a href="https://www.instagram.com/bharatbassfestival/" target="_blank"><i style="font-size:48px;color:#e44e7b;" class="fa fa-instagram" aria-hidden="true"></i></a>
<p style="letter-spacing: 2px;color: #ffffff; font-family: 'Oswald', sans-serif;font-size:17px;font-weight:500;">BHARAT BASS FESTIVAL<p>
</div>
</div>
</div>
</div>
<div class="container-fluid" style="margin-top:5%;background:white;min-height:400px;">
<h1 align="center" style="letter-spacing: 5px;margin-top:5%;color: #242831; font-family: 'Oswald', sans-serif;font-size:32px;font-weight:500;">PERFORMED FOR</h1>
<hr style=" border:none;height: 4px;color:#e44e7b; background-color: #e44e7b; width: 10%;" >
<div class="row" style="margin-top:5%;">
<div class="col-md-3" >
<img src="images/sun.png" class="center-spon">
</div>
<div class="col-md-3" >
<img src="images/enc.png" class="center-spon">
</div>
<div class="col-md-3" >
<img src="images/time.jpg" class="center-spon">
</div>
<div class="col-md-3" >
<img src="images/dunes.png" class="center-spon">
</div>
</div>
</div>
<div class="container" id="sponsors_id" style="margin-top:5%;">
<h1 align="center" style="letter-spacing: 5px;color: #ffffff; font-family: 'Oswald', sans-serif;font-size:32px;font-weight:500;">BROUGHT TO YOU BY</h1>
<hr style=" border:none;height: 4px;color:#e44e7b; background-color: #e44e7b; width: 10%;" >
<div class="row" style=" margin-top:5%;">
<div class="col-md-3">
<img src="images/bbf1.png" class="center-spon">
</div>
<div class="col-md-3 col-sm-6" >
<img src="images/hungama.png" class="center-spon">
</div>
<div class="col-md-3 col-sm-6" >
<img src="images/fever.png" class="center-spon">
</div>
<div class="col-md-3 col-sm-6" >
<img src="images/ptc.png" class="center-spon">
</div>
<div class="col-md-3">
</div>
<div class="col-md-3" style="margin-left:12%;">
<img src="images/ptcc.png" class="center-spon">
</div>
</div>
</div>
<!----------------- gallery----------------->
<div class="container">
<div class="row">
<style>
.tales {
width: 100%;
}
.carousel-inner{
max-height: 940px !important;
}
</style>
<section style="margin-top:10%; " class="container" >
<div class="row active-with-click" >
<div class="container" >
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
<li data-target="#myCarousel" data-slide-to="4"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="images/my1.jpg" class="tales">
<div class="carousel-caption">
</div>
</div>
<div class="item">
<img src="images/my2.jpg" class="tales">
<div class="carousel-caption">
</div>
</div>
<div class="item">
<img src="images/my3.jpg" class="tales">
<div class="carousel-caption">
</div>
</div>
<div class="item">
<img src="images/my4.jpg" class="tales">
<div class="carousel-caption">
</div>
</div>
<div class="item">
<img src="images/my5.jpg" class="tales">
<div class="carousel-caption">
</div>
</div>
<!------------
<div class="item">
<img src="images/Screenshot_20200206-161506_1.png" class="tales">
<div class="carousel-caption">
</div>
</div>
<div class="item">
<img src="images/Screenshot_20200206-161450_1.png" class="tales">
<div class="carousel-caption">
</div>
</div>
<div class="item">
<img src="images/Screenshot_20200206-161441_1.png" class="tales">
<div class="carousel-caption">
</div>
</div>
---------------------------->
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div></div>
</div>
<!-----------------gallery----------------->
<div class="container-fluid embed-responsive embed-responsive-4by3" align="center" style="margin-top:5%;">
<iframe width="752" height="423" src="https://www.youtube.com/embed/QoPtbKpXoK0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<footer class="footer">
<svg viewBox="0 0 120 28">
<defs>
<mask id="xxx">
<circle cx="7" cy="12" r="40" fill="#fff" />
</mask>
<filter id="goo">
<feGaussianBlur in="SourceGraphic" stdDeviation="2" result="blur" />
<feColorMatrix in="blur" mode="matrix" values="
1 0 0 0 0
0 1 0 0 0
0 0 1 0 0
0 0 0 13 -9" result="goo" />
<feBlend in="SourceGraphic" in2="goo" />
</filter>
<path id="wave" d="M 0,10 C 30,10 30,15 60,15 90,15 90,10 120,10 150,10 150,15 180,15 210,15 210,10 240,10 v 28 h -240 z" />
</defs>
<use id="wave3" class="wave" xlink:href="#wave" x="0" y="-2" ></use>
<use id="wave2" class="wave" xlink:href="#wave" x="0" y="0" ></use>
<a href="#home_id">
<g class="topball">
<circle class="ball" cx="110" cy="8" r="4" stroke="none" stroke-width="0" fill="white" />
<g class="arrow">
<polyline class="" points="108,8 110,6 112,8" fill="none" />
<polyline class="" points="110,6 110,10.5" fill="none" />
</g>
</g> </a>
<g class="gooeff">
<circle class="drop drop1" cx="20" cy="2" r="1.8" />
<circle class="drop drop2" cx="25" cy="2.5" r="1.5" />
<circle class="drop drop3" cx="16" cy="2.8" r="1.2" />
<use id="wave1" class="wave" xlink:href="#wave" x="0" y="1" />
<!-- g mask="url(#xxx)">
<path id="wave1" class="wave" d="M 0,10 C 30,10 30,15 60,15 90,15 90,10 120,10 150,10 150,15 180,15 210,15 210,10 240,10 v 28 h -240 z" />
</g>
</g -->
</svg>
<div class="footerLinks">
<ul>
<li><a href="https://technophile22.github.io/">Home</a><\t>
</li>
<li><a href="https://technophile22.github.io/edm.html">Pronite</a><\t>
</li>
<li><a href="https://technophile22.github.io/event.html">Competitions</a><\t>
</li>
<li><a href="https://technophile22.github.io/">Our Sponsors</a><\t>
</li>
</li>
<li><a href="https://technophile22.github.io/">Contact Us</a><\t>
</li>
</ul>
<div> <\t></div>
<div style="color:#242831;font-size:20px;font-weight:500;">Made with <i class="fa fa-beer"></i> and <i class="fa fa-code"></i> by Raghav and Raghvendra </div>
<div> <\t></div>
</div>
</footer>
</div>
</body>
</html>