-
Notifications
You must be signed in to change notification settings - Fork 0
/
events.php
executable file
·576 lines (416 loc) · 22.7 KB
/
events.php
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
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Events</title>
<link rel="shortcut icon" href="img/icon.png" type="image/png">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/style2.css">
<link href='https://fonts.googleapis.com/css?family=Nova+Mono' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merienda:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lily+Script+One' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Freckle+Face' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Black+Ops+One|Luckiest+Guy|Sonsie+One|Shojumaru&effect=3d|3d-float|anaglyph|brick-sign|canvas-print|
crackle|decaying|destruction|distressed|distressed-wood|emboss|fire|fire-animation|fragile|grass|ice|mitosis|neon|outline|putting-green|
scuffed-steel|shadow-multiple|splintered|static|stonewash|vintage|wallpaper'
rel='stylesheet' type='text/css'>
<!-- Custom CSS -->
<script src = "js/jquery.min.js"></script>
<script src="js/jquery-1.12.1.min.js"></script>
<script type="text/javascript" src="js/jquery.chocolate.js"></script>
<script>
$(function() {
$('body').chocolate({
images : ['img/15.jpg','img/23.jpg','img/24.jpg'],
interval : 5000,
speed : 3000,
});
});
</script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"> </script>
<link href="css/style7.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="css/demo.css">
<link rel="stylesheet" type="text/css" href="css/set1.css">
<style>
T22
{
font-size:18px;
}
T33
{
font-size:20px;
color : #660066;
}
.modal {
/* display: block;*/
margin-top:70px;
padding-right: 0px;
height:94%;
width:100%;
background-color: rgba(4, 4, 4, 0.8);
}
@media(max-width:500px) {
.modal
{
margin-left:5px;
}
}
.modal-dialog {
width: 100%;
position: absolute;
}
.modal-content {
border-radius: 0px;
border: none;
top: 40%;
}
.modal-body {
background-color: #0f8845;
color: white;
border:2px solid #666666 ;
border-radius:10px;
}
</style>
<style type="text/css">
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
html{
overflow: hidden;
height: 100%;
}
body{
overflow: auto;
height: 100%;
}
}
</style>
</head>
<body>
<?php include"header.php" ?>
<div style=" margin-top:100px; " >
<div class="content" data-rotate-x="90deg" data-move-z="-500px" data-move-y="200px" >
<div class="grid"> <center>
<figure class="effect-layla">
<img src="img/art.jpg" alt="img15">
<figcaption>
<button type="button" class="btn btn-primary " data-toggle="modal" data-target=".bs-example-modal-lg13" style="position:absolute; bottom:10px; left:40%;">Full Description</button>
<div class="modal fade bs-example-modal-lg13" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-body" style="text-align:justify; text-transform: none; font-family: 'Merienda', cursive; font-weight:bold;" >
<T22> Art Exhibition is place where you can present your art. </T22> <br><br>
Photography    Poetry <br><br> Calligraphy    Sand art <br><br> Paper art     Tattoo on paper <br><br> Robots       Fine arts and Paintings <br><br> String arts
   Rangoli <br><br> Drawing     Computer graphics <br><br> Caricatures    Ada dwar <br><br> Pottery      Clay modeling and Sculptures <br><br> Phad       Cloths and textile design <br><br>
<T22>Instructions :</T22> <br><br>
1.) You can send in your entries at given email with ESPECTRO ID Email - "[email protected] " <br><br> 2.)The shortlisted entries will be framed and exhibited. <br><br>
3.) You are allowed to stand near your art work during the visiting hours. <br><br> 4.) Separate space will be provided to art galleries and design institutes.<br><br> 5.) You can submit more than one entry. <br><br>
<T33>Entry fee : General registration 50rs /-<br><br> Co-ordinator :Daksh jain- 7568912680 <br>Naman Jain - 07737113000</T33>
</div>
</div>
</div>
</div>
</figcaption>
</figure>
</center>
</div>
<div class="grid">
<center>
<figure class="effect-jazz">
<img src="img/fun1.jpg" alt="img25">
<figcaption>
<h2 style="font-size:30px;font-weight:bold;">Fun Events <span>!! </span></h2>
<p style="font-size:13px"></p>
<button type="button" class="btn btn-primary " data-toggle="modal" data-target=".bs-example-modal-lg100" style="position:absolute; bottom:10px; left:40%;">Full Description</button>
<div class="modal fade bs-example-modal-lg100" tabindex="-2" role="dialog" aria-labelledby="myLargeModalLabel">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-body" style="text-align:justify;text-transform: none; font-family: 'Merienda', cursive; font-weight:bold;font-size:13px" >
<T22> A Task will be given at the of event.... </T22><br><br>
<T33> <br> Co-ordinator : Kartik Tickoo - 9950980580 <br> <br></T33>
</div>
</div>
</div>
</div>.
</figcaption>
</figure>
</center>
</div>
<div class="grid">
<center>
<figure class="effect-jazz">
<img src="img/rac.jpg" alt="img25">
<figcaption>
<h2 style="font-size:30px;font-weight:bold">Clash of bands <span>!! </span></h2>
<p style="font-size:13px">It’s just not a Band Competition, it’s a grand opportunity for bands to enter into the world of professionalism, and wider fame.</p>
<button type="button" class="btn btn-primary " data-toggle="modal" data-target=".bs-example-modal-lg14" style="position:absolute; bottom:10px; left:40%;">Full Description</button>
<div class="modal fade bs-example-modal-lg14" tabindex="-2" role="dialog" aria-labelledby="myLargeModalLabel">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-body" style="text-align:justify;text-transform: none; font-family: 'Merienda', cursive; font-weight:bold;font-size:13px" >
<T22> RULES </T22><br><br>
Rules and regulation : <br><br>
1. ) Each band will be given a max time of 20+5 mins including the sound check.<br> <br>
2. ) Marks will be deducted if the band exceeds the allotted time limit.<br> <br>
3. ) Each band will be provided with a standard drum kit including one ride & one hi-hat. The drummers must carry their extra drum cymbals.<br> <br>
4. ) Use of slang words is strictly prohibited.<br> <br>
5. ) The guitarists are advised to carry their own processors & adapters.<br> <br>
6. ) Bands are required to mail their Band profile along with the video links of their performances at the email addresses provided.<br> <br>
7. ) On the basis of the entries received, the top 6 bands will be selected to perform at the event.<br> <br>
8. ) Bands can have a maximum of 8 members and no member can be a part of more than one bands.<br> <br>
9. ) Decision of judges will be final & binding.<br> <br>
10.) Any team violating the above rules is subject to direct elimination.<br> <br>
<T33> Entry Fee : 1500rs /- <br> Co-ordinator : ND panwar - 7568806605<br> <br></T33>
</div>
</div>
</div>
</div>.
</figcaption>
</figure>
</center>
</div>
<div class="grid" > <center>
<figure class="effect-layla" >
<img src="img/E1.jpg" alt="img06">
<figcaption>
<h2>Foot <span>Loose</span></h2>
<p style="font-size:14px; color:#FFFFCC">Dance dance dance till your heart drops!
Set the street ablaze with your passion and turn the opposition down on spot.
Its time to party on THE STREETS!
</p>
<button type="button" class="btn btn-primary " data-toggle="modal" data-target=".bs-example-modal-lg1" style="position:absolute; bottom:10px; left:40%;">Full Description</button>
<div class="modal fade bs-example-modal-lg1" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-body" style="text-align:justify; text-transform: none; font-family: 'Merienda', cursive; font-weight:bold;" >
<T22> Rules and Regulation- </T22> <br><br>
1 . The time limit is maximum 2 minutes .<br><br>
2 . The use of props is allowed. <br><br>
3 . Vulgarity and offensive behaviour will not be tolerable. <br><br>
4 . Participants will be provided with random song on the spot by the co-ordinators . <br><br> 5. The decision of judge will be final. <br><br>
<T33>Entry fee : General registration <br><br> Co-ordinator : Rahul Sharma - 9950954883 </T33>
</div>
</div>
</div>
</div>
</figcaption>
</figure>
</center>
</div>
<div class="grid"> <center>
<figure class="effect-marley">
<img src="img/g31.jpg" alt="img11">
<figcaption>
<h2>Boogie <span>Down</span></h2>
<p style="font-size:12px"> Every individual has its own identity .dance alone to make yourself feel good, break the chain and barrier and show the world your strength.</p>
</figcaption>
<button type="button" class="btn btn-primary " data-toggle="modal" data-target=".bs-example-modal-lg4" style="position:absolute; bottom:10px; left:40%;">Full Description</button>
<div class="modal fade bs-example-modal-lg4" tabindex="-2" role="dialog" aria-labelledby="myLargeModalLabel">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-body" style="text-align:justify; font-size:14px; font-family: 'Merienda', cursive; font-weight:bold;" >
<T22> RULES </T22><br><br><br><br>
Prelims : <br><br>
1 . Time limit: Max: 3 min. Candidates are required to strictly adhere to the time limits.<br><br>
2 . Get two copies of your song one in CD and one in pen drive with music for the dance NOTE: Songs should be in .mp3 format.<br><br>
3. Song should be submitted one hour prior to the prelim.<br><br>
Finals : <br><br>
1 . The short-listed participants from the 1st Round will perform on the song of your choice (it should be available).<br><br>
2 . Time limit: Max: 5 minutes (including the setup time). Time limit should not be exceeded.<br><br>
3 . Candidates must bring two copies of their songs as stated earlier in pendrive.<br><br>
<T33> Entry Fee :- 100rs <br>Cash Prize :- 1100rs <br> Co-ordinator : Govind Gupta - 9680984822 </T33>
</div>
</div>
</div>
</div>.
</figure>
</center>
</div>
<div class="grid"> <center>
<figure class="effect-ming">
<img src="img/e11.jpg" alt="img09">
<figcaption>
<h2>Beat <span>THE BEAT</span></h2>
<p style="font-size:10px">indulge your folks and pulse into grooves and show the world that you are kinda the coolest group .</p>
<button type="button" class="btn btn-primary " data-toggle="modal" data-target=".bs-example-modal-lg6" style="position:absolute; bottom:10px; left:40%;">Full Description</button>
<div class="modal fade bs-example-modal-lg6" tabindex="-2" role="dialog" aria-labelledby="myLargeModalLabel">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-body" style="text-align:justify;text-transform: none; font-family: 'Merienda', cursive; font-weight:bold;" >
<T22>Rules and Regulation- </T22><br><br>
Prelims:<br><br>
1 The time limit of group dance is maximum 5 minutes .<br><br>
2 10% of the marks will be deducted for every minute exceeding the time limit . <br><br>
3 The use of props is allowed . <br><br>
4 Vulgarity and offensive behaviour will result in disqualification .<br><br>
5 Two copies of sound track must be submitted before the event starts . <br><br>
6 The decision of judges will be final . <br><br>
Main<br><br>
1. Only top 5 teams will perform on main stage . <br><br>
2. A dance group should have minimum 4 members in a team . <br><br>
<T33>Entry fee : 800rs <br>Cash Prize :- 3500rs<br> Co-ordinator : <br>Shivani Kain - 9636670581 <br>Sheetal Gujrati - 7728083808</T33>
</div>
</div>
</div>
</div>.
</figcaption>
</figure>
</center>
</div>
<div class="grid"> <center>
<figure class="effect-layla">
<img src="img/e15.jpg" alt="img25">
<figcaption>
<h2>Nukkad<span>Natak</span></h2>
<p class="description" style="font-size:15px" >“The theater is so endlessly fascinating because it’s so accidental. It’s so much like life.”
- Arthur Miller <br><br>
</p>
</figcaption>
<button type="button" class="btn btn-primary " data-toggle="modal" data-target=".bs-example-modal-lg2" style="position:absolute; bottom:10px; left:40%;">Full Description</button>
<div class="modal fade bs-example-modal-lg2" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-body" style="text-align:justify;text-transform: none; font-family: 'Merienda', cursive; font-weight:bold;font-size:13px" >
<T22> IT’S TIME TO SHOUT OUT LOUD “AAO AAO NATAK DEKHO”. </T22> <br><br>
1. Time Limit will be 20 minutes.<br><br>
2. Judging Criteria:Clarity of message, Overall Impact, Creativity, Humour ,Expressions.<br><br>
3. The Competition will be conducted in an open place and hence no microphones, Speakers, Music systems will be allowed or made available.<br><br>
4. Teams can sing/dance by themselves to create the necessary music or sound.<br><br>
5. No other prop is allowed except a 'dhafli' or a plate to give the rhythm and a 'chunni'. <br><br>
6. Obscenity-The judges can award negative points and even disqualify the entry if they find any act objectionable.<br><br>
7. Decision of Judges will be final and binding on all teams.<br><br>
<T33>Entry fee : 300rs<br><br>
Co-ordinator : <br>Naman jain - 7737113000<br>Kartikey - 9352497792<T33>
</div>
</div>
</div>
</div>
</figure>
</center>
</div>
<div class="grid" > <center>
<figure class="effect-oscar">
<img src="img/e16.jpg" alt="img09">
<figcaption>
<h2> <span>Harmony</span></h2>
<p style="font-size:12px"> With thousands of eyes starring and the crowd roaring, do you still have it in you to set the stage on fire?  If yes! This place is for you!
</p>
<button type="button" class="btn btn-primary " data-toggle="modal" data-target=".bs-example-modal-lg3" style="position:absolute; bottom:10px; left:40%;">Full Description</button>
<div class="modal fade bs-example-modal-lg3" tabindex="-2" role="dialog" aria-labelledby="myLargeModalLabel">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-body" style="text-align:justify;text-transform: none; font-family: 'Merienda', cursive; font-weight:bold;font-size:13px" >
<T22> RULES </T22><br><br><br><br>
Prelims : <br><br>
1. Participants can sing a song in Hindi or his/her composition.<br><br>
2. The time of the performance should be at max 3 minutes<br><br>
3. Participants have to bring sound tracks in pen drive and submit the track at the beginning of the event<br><br>
Finals : <br><br>
1. Participants have to bring sound tracks in pen drive and submit the track at the beginning of the event.<br><br>
2. In a solo event, no back vocals are allowed.<br><br>
3. Performance will be immediately disqualified for misconduct or foul language.<br><br>
4. Decision of judges will be final and binding in all cases.<br><br>
<T33>Entry Fee :-<br> 1. Solo : 100rs <br> Cash prize :1100 <br> 2. Duet : 200rs <br> Cash prize : 1500<br> <br> Co-ordinator : ND panwar - 7568806605 <br>Harshap Maheshwri - 9462010397 <T33>
</div>
</div>
</div>
</div>.
</figcaption>
</figure>
</center>
</div>
<div class="grid">
<center>
<figure class="effect-jazz">
<img src="img/e17.jpg" alt="img25">
<figcaption>
<h2 style="font-size:30px;font-weight:bold">Vogue <span>!! </span></h2>
<p style="font-size:13px">Vogue is the chance to put your best foot forward in front of industry experts and set yourself apart in front of an enthusiastic audience !!</p>
<button type="button" class="btn btn-primary " data-toggle="modal" data-target=".bs-example-modal-lg5" style="position:absolute; bottom:10px; left:40%;">Full Description</button>
<div class="modal fade bs-example-modal-lg5" tabindex="-2" role="dialog" aria-labelledby="myLargeModalLabel">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-body" style="text-align:justify;text-transform: none; font-family: 'Merienda', cursive; font-weight:bold;font-size:13px" >
<T22> RULES </T22><br><br>
Prelims : <br><br>
1 ) Registration fee is Rs. 1500.<br><br>
2 ) Teams have to submit a video, showcasing their walk and choreography only, to the Vogue (Espectro) coordinators.<br><br>
3 ) Team must have a minimum of 12 and maximum of 16 members..<br><br>
4 ) The time limit for the video is 6 min.<br><br>
5) The video should be submitted till 22nd April by 2 pm. <br><br>
Mains : <br><br>
1 . Time limit is 10 minutes; exceeding time limit will lead to marks deduction (negative points)..<br><br>
2 . Teams must submit 2 copies of track to the coordinators by 2 pm on the day of main event.<br><br>
3 . The sequence will be decided by lottery system. <br><br>
4. Vulgarity and offensive behavior will automatically prove you to be disqualified. <br><br>
<T22>JudgementCriteria:</T22><br><br>
• Costumes and props – 25% <br><br>
• Innovation and creativity – 25% <br><br>
• Walk and coordination – 10% <br><br>
• Choreography – 20% <br><br>
• Theme interpretation – 15% <br><br>
• Music Selection – 5% <br><br>
<T33>Note :- If your video is not selected , you will get 1400rs back.</br>
Co-ordinator : Pranav anand - 7726947626 <br>Lakshdeep Singh Hada - 9785073289 <br>Uttesht Dadroo - 7728824337 <br></T33>
</div>
</div>
</div>
</div>.
</figcaption>
</figure>
</center>
</div>
<div class="grid"> <center>
<figure class="effect-ruby">
<img src="img/e14.jpg">
<figcaption>
<h2>Makhan <span>Chor</span></h2>
<p style="font-size:13px;">Folks get ready and gather your tolly for the traditional event "Makhan chor" . Awaken the naughty kanha in all of us and train hard cause not all can make high enough to the matki</p>
</figcaption>
</figure>
</center>
</div>
</div>
</div>
<style type="text/css">
.rac1
{
background: #ed2553;
width: 100px;
height: 60px;
border-radius: 20%;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
color: #FFFFFF;
text-decoration:none;
font-size: 20px;
line-height: 60px;
text-align: center;
cursor: pointer;
}
.rac1:hover
{
font-size:22px;
}
</style>
<a href = "login.php"><span style="position:fixed; top:150px; left:-10px; " class="rac1">Register</span></a>
<div class="" style="position:fixed; bottom:0px; background:#000000; width:100%; height:40px;" >
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<p style="text-align:right; line-height:40px; margin-left:-200px; font-size:20px; color:#fff;">
<b> <rachit2>Like us on <a href="http://facebook.com/Espectro-1455747224717031" ><img src="img/6.png" height="35" width="35"></a></rachit2></b>
<b><rachit2>mail us on <a href="http://[email protected]"><img src="img/7.png" height="35" width="35"></a></rachit2></b>
</p>
</div>
</div>
</div>
</div>
<!-- <script src="js/event/jquery.smoove.js"></script>
<script>$('.grid').smoove({offset:'35%'});
</script>
-->
</body>
</html>