-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevents.html
More file actions
681 lines (604 loc) · 48.8 KB
/
events.html
File metadata and controls
681 lines (604 loc) · 48.8 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<title>EVENTS | Ignitia "the youth fest"</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="Cache-Control" content="no-store">
<meta http-equiv="keywords" content="design, designer, Ignitia, Psit, PSGI, tech-fest, counter strike,nfs,pes,kanpur,ashcoolshivam,ashuzero8,2011,psat" lang="en">
<meta name="copyright" content="©ignitia-2011">
<meta name="Distribution" content="Global">
<meta name="Rating" content="General">
<link rel="Shortcut Icon" href="images/favicon.png">
<link rel="stylesheet" href="css/style_eve.css" type="text/css">
<link rel="stylesheet" href="css/noscroll.css" type="text/css">
<link rel="stylesheet" href="css/jquery.css" type="text/css" media="screen">
<script type="text/javascript" src="js/j1.js"></script>
<script type="text/javascript" src="js/j2.js"></script>
<script type="text/javascript" src="js/scroll.js"></script>
<script type="text/javascript" src="js/jquery.roundabout.js"></script>
<script type="text/javascript" src="js/gol.js"></script>
<script type="text/javascript" src="js/j3.js"></script>
<script type="text/javascript" src="js/s.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$("a.group").fancybox();
});
</script>
<script type="text/javascript">
var link_nohandler= window.clientInformation? null : window.undefined;
function link_down() { this.onfocus= this.blur; }
function link_up() { this.onfocus= link_nohandler; } function link_bind() {
for (var i= document.links.length; i-->0;) {
document.links[i].onmousedown= link_down; document.links[i].onmouseup= link_up;
} }
</script>
<!--[if IE 6]>
<script type="text/javascript" src="js/supersleight-min.js"></script>
<![endif]-->
</head><body>
<div id="container">
<div id="psit">
<a href="http://www.psit.ac.in" target="_blank" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"></a>
</div>
<h1 id="logo">
<a href="#footer" class="up" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"></a>
</h1>
<div id="header" class="part">
<div id="menu_bg">
<ul id="menu">
<li id="menuMain">
<a href="index.html" title="Main" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"><span class="linkText">MAIN</span></a>
</li>
<li id="menuevent">
<a href="#events" title="Events" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"><span class="linkText">EVENTS</span></a>
</li>
<li id="menuContact">
<a href="protocol" title="Lan Gaming" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"><span class="linkText">PROTOCOL</span></a>
</li>
<li id="menuContact">
<a href="autumn" title="Battle of Bands" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"><span class="linkText">AUTUMN</span></a>
</li>
<li id="menuContact">
<a href="robokant" title="Robowar" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"><span class="linkText">ROBOKANT</span></a>
</li>
<li id="menuContact">
<a href="http://www.psit.in/ignitia/cause" title="Cause" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"><span class="linkText">CAUSE</span></a>
</li>
<li id="menuContact">
<a href="http://psit.in/ignitia" title="Sponsors" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"><span class="linkText">SPONSORS</span></a>
</li>
<li><a href="prize" title="Prize Money" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"><span class="linkText">PRIZE</span></a>
</li>
<li id="menuWork">
<a href="register" title="Register Here!" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"><span class="linkText">REGISTER</span></a>
</li>
<li id="menuContact">
<a href="index.html" title="Contact" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"><span class="linkText">CONTACT</span></a>
</li>
<li><a href="#fb_like" title="Facebook" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"><img src="images/Inside-facebook-256.png" alt="facebook" width="32" height="32" /></a></li>
<!--<li><a href="http:\\www.twitter.com\ignitia2011" title="Follow Us" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"><img src="images/twitter.png" alt="Follow Us" height="30px" /></a>
</li>--></ul>
</div>
<div class="title">
<img src="images/logo-final.png" title="Made by Akrati" alt="Are you Nuts?" ismap="ismap">
</div>
</div>
<div id="wrapper">
<div id="content">
<!-- main -->
<div id="events">
<div class="title">
<img src="images/events.png" >
<div>
<img src="images/line.jpg" alt="OMG! Another Line" ismap="ismap">
</div>
</div>
<div id="loop">
<ul id="myRoundabout">
<li>
<div class="techxi">
<a href="#techxi" title="Techxi" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"> <img src="images/tech1.png"> </a></div>
</li>
<li>
<div class="techxi2">
<a href="#techxi" title="Techxi-2" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"> <img src="images/tech2.png"> </a></div>
</li>
<li>
<div class="protocol">
<a href="protocol" title="Protocol" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"> <img src="images/protokol.png"> </a></div>
</li>
<li id="fineart">
<a href="#manageria" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"><img src="images/mane.png"></a>
</li>
<li id="razz">
<a href="#razmatz" onMouseDown="this.onfocus=this.blur" onMouseUp="this.onfocus=window.clientInformation?null:window.undefined"><img src="images/rzmz.png"></a></li>
<li id="phar">
<a href="#pharmakon" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined" ><img src="images/phm.png"> </a>
</li>
<li>
<div class="pronite">
<a href="#pronite" title="Pronites" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"> <img src="images/pro.png"> </a></div>
</li>
<li>
<div class="rockband">
<a href="autumn" title="Rock-Knight" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"> <img src="images/rk.png"> </a></div>
</li>
<li>
<div class="frees">
<a href="#fstyl" title="Free-Ishtyle" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"> <img src="images/frest.png"> </a></div>
</li>
</ul>
</div>
<div id="top_about"><a href="#header" class="up" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"></a></div>
</div>
<div id="techxi">
<div class="title">
<h2>TECHxi</h2>
</div>
<div><img src="images/line.jpg" alt="OMG! Another Line" ismap="ismap"><div>
<div id="small_menu">
<table border="0">
<tbody><tr>
<td><a href="#techx" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined">Robo-Kant</a></td>
<td><a href="#jy" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined">Junk-Yard</a></td>
<td><a href="#bob" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined">Bob the bulilder</a></td></tr>
<tr><td><a href="#softi" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined">Softogenesis</a></td>
<td><a href="#webd" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined">Web 'D'</a></td>
<td><a href="#atcad" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined">Auto-Caddiction</a></td>
</tr>
<tr><td><a href="#innvs" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined">Inno-vision</a></td>
<td><a href="#letc" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined">Lets 'C'</a></td>
<td><a href="#circ" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined">Circuit-eshwar</a></td>
</tr>
<tr><td align="center"><a href="#ville" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined">Infra-Ville</a></td></tr>
</tbody></table>
</div>
<br><br><br>
<div id="techx">
<p class="hd">The Robo-Kant<a href="http://psit.in/ignitia/robokant"><img class="det" src="images/det.png"></a></p>
<p class="prot">Future world of complex, atomised gadgets had its root in today's
robots of simple functionality… even basics objectives like locomotion and coordination need advanced mechanism and elaborate technology.Having welcomed the multitude of robots in past…. ROBOTICS once again is on this year... If you have a strong inclination in creating robo models... This is the place where you can prove your undefeatable dominance in robotics... CHALLENGES AWAITS YOU…
<p class="cntct"><a class="eventc">EVENT CHAIR:</a>VARUN ABBOTT (CS 3RD PSIT) <a class="eventc">CONTACT:</a>+91-9956426256
</p>
</p>
</div>
<div id="top_main"><a href="#events" class="up" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"></a></div>
<div id="jy">
<p class="hd">Junk-Yard<a href="pdf/JUNKYARD.pdf"><img class="det" src="images/det.png"></a></p>
<p class="prot">Jubilance, Glittering, Enthusiasm, Zeal, Passion… The REJUVENTED junk-yard is back with all the shades of youth and much more… here d most unexpected crap, waste, can give us the best of them which is unimaginable…because a will find its way.. And all it can give us a constructive model… here is a challenge for you to recycle the bin by your own creation and innovation which was set by someone..</p>
<p class="cntct"><a class="eventc">EVENT CHAIR:</a>PRAJYOT PRATAP SINGH (EN 3RD PSIT)<a class="eventc">CONTACT:</a>+91-9935765301<br>
MOHIT KUMAR (ME 3RD PSIT)
+91-9198534938
</p>
</p></div>
<div id="bob">
<p class="hd">Bob the Builder<a href="pdf/BOB_THE_BUILDER.pdf"><img class="det" src="images/det.png"></a></p>
<p class="prot">Bob-the builder… Ahhhh… sounds a bit childish???????... Must say it's really gonna test you… Bring out the architect in you... It's high time to grab this opportunity to prove yourself and show your skills in designing really innovative damage proof structures...it's all about having FUN by playing with cements, sands, stones, bricks and making up the bridges, buildings, towers, dams…and shaping up the world with creation and innovations of our own….
<p class="cntct"><a class="eventc">EVENT CHAIR:</a>PIYUSH SINGH (CE 3RD PSAT) <a class="eventc">CONTACT:</a>+91-8765059813
</p>
</p></div>
<div id="ville">
<p class="hd">INFRAVILLE<a href="pdf/infraville.pdf"><img class="det" src="images/det.png"></a></p>
<p class="prot">a brand new tech event for all those geeks who have innovative ideas for framing them into a building...!!
we will provide u the materials...and you will be set free....the twist of the event is the five
judgment rounds on the basis of height,architectural beauty,wind test,earthquake test & economy,
judged by judges 4m ACC Cement and college faculty in the infraville arena... winners will be hampered with exciting prizes....come and frame your ideas....
<p class="cntct"><a class="eventc">EVENT CHAIR:</a>ROHIT SINGH (CE 3RD PSAT) <a class="eventc">CONTACT:</a>+91-9451546639
</p>
</p></div>
<div id="top_main"><a href="#events" class="up" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"></a></div>
<div id="softi">
<p class="hd">Softogenesis<a href="pdf/SOFTOGENISIS.pdf"><img class="det" src="images/det.png"></a></p>
<p class="prot" align="center">In the world without walls and fences, who needs windows and gate. Its now the time for all those budding software developers to show the real computer engineers within themselves...It's an event for programming a software. Team may use java based languages /.NET platform languages/c/c++/visual basic or xml/dhtml/flash/html/php/web based projects/software's.
<h2>Topic</h2>Who wants to be a millionaire<br>
<h2>Dsceription:</h2>It is based on Game show "Kaun banega crorepati".Game must contain a minimum of 10 questions.
<p class="cntct"><a class="eventc">EVENT CHAIR:</a>VANDANA SINGH (CS 3RD PSIT)<a class="eventc">CONTACT:</a>+91- 9506081722<br>
HINA INAYAT (CS 2ND PSIT)</p>
</p></div>
<div id="webd">
<p class="hd">Web 'D'<a href="pdf/WEB-D.pdf"><img class="det" src="images/det.png"></a></p>
<p class="prot">Pour your creativity out and let the whole world hear your innovations shout… make your web page as presentable as attractive as user friendly as you can, so that the WAVES of your creativity rise and makes you stand out, among the crowds...Web wave is basically a way of creating the best web sites for the daily usage in the everyday life...
<p class="cntct"><a class="eventc">EVENT CHAIR:</a>SHIVA YADAV (EC 3RD PSIT)<a class="eventc">CONTACT:</a>+91- 9335455139<br>
PRIYANKA KESWANI (CS 2ND PSIT)</p>
</p></div>
<div id="top_main"><a href="#events" class="up" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"></a></div>
<div id="atcad">
<p class="hd">Auto-Caddiction<a href="pdf/AUTO_CADDICTION.pdf"><img class="det" src="images/det.png"></a></p>
<p class="prot">Feeling the heat on your palm???...... Here we present before you the auto cad… for all those who are installed with the graphic card...Its time to show your zeal and mousify your imagination...When teams will fight to draw 2D and 3D figures as soon and accurate as possible..
2
<p class="cntct"><a class="eventc">EVENT CHAIR:</a>PRASHANT VERMA (ME 3RD PSIT)<a class="eventc">CONTACT:</a>+91-8004416441<br>
NAVNEET HANS (ME 3RD PSIT)
+91-8765069068</p>
</p></div>
<div id="innvs">
<p class="hd">Inno-vision<a href="pdf/INNOVISION.pdf"><img class="det" src="images/det.png"></a></p>
<p class="prot">Innovision is derived from the word "INNOVATIVE" and "VISION" which means carving out the innovative and new ideas with the students... This is basically a multimedia presentation for the students to show their scintillating and pioneering ideas regarding the new technologies and their advancement in enhancing our life...
<p class="cntct"><a class="eventc">EVENT CHAIR:</a>KUSHBOO CHAWLA (CS 2ND PSIT)<a class="eventc">CONTACT:</a>+91-9598309767<br>
SUSHMITA (IT 3RD PSIT)
+91-9794544987
</p>
</p></div>
<div id="top_main"><a href="#events" class="up" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"></a></div>
<div id="letc">
<p class="hd">Lets 'C'<a href="pdf/LET_C.pdf"><img class="det" src="images/det.png"></a></p>
<p class="prot">Debugging event in c-language. Well it's not all about an art of correctness... itzz beyond this… it's about how you master the codes, programs, n think logically.. This is an event which gives you one shot to prove that master in you to everybody. So bring out that sword and swatting those irritating coding bugs. We assure you a tough and a splendid time…
<p class="cntct"><a class="eventc">EVENT CHAIR:</a>ADYANT (CS 3RD PSAT)<a class="eventc">CONTACT:</a>+91-9984021544<br>
ANKIT NIGAM (IT 3RD PSIT)
+91-9936238916
</p>
</p></div>
<div id="circ">
<p class="hd">Circuit-eshwar<a href="pdf/CIRCUIT.pdf"><img class="det" src="images/det.png"></a></p>
<p class="prot">R U ELECTRIFIED??? ... STILL NOT!!!! then Just look around from computers, laptops, television, remotes -electronics does it all…. Ever wondered how these things works on… Here we give you the chance to implement ur ideas and design circuits … both your visual and memory skills are being tested... Tighten the circuits of your mind to simplify the complexity of connections, wires, bolts, nutss n much more… Remember to remember the circuits as much as u can...Focus your mind, don't be star struck and of course don't let those freaky circuits blow your mind away... Be sure to concentrate... Keep the track of the sequence and order...
<p class="cntct"><a class="eventc">EVENT CHAIR:</a>SHEFALI JAIN (EN 2ND PSIT)<a class="eventc">CONTACT:</a>+91-9795093795<br>
SUNIL (EN 2ND PSIT)
+91-8081947906
</p>
</p></div>
<div id="top_main"><a href="#events" class="up" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"></a></div>
</div>
</div>
<!-- events end -->
<!--Manageria-->
<div id="manageria">
<div class="title">
<h2>ManageRia</h2>
<div>
<img src="images/line.jpg" alt="OMG! Another Line" ismap="ismap">
</div>
</div>
<div id="small_menu1">
<table border="0">
<tbody><tr>
<td><a href="#bpl" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined">B-Plan</a></td>
<td><a href="#admd" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined">Ad-Mad</a></td>
<td><a href="#amb" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined">A Minute Battle</a></td></tr>
<tr><td><a href="#ww3" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined">Word War-3</a></td>
<td><a href="#ficn" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined">The Fiction Insect</a></td></tr></tbody></table></div>
<div id="mg"><BR>
<p class="cntct"><a class="eventc">EVENT CHAIR:</a>RAJNEESH MISHRA (MBA 2ND)<a class="eventc">CONTACT:</a>+91-7376504476<br>
ANKITA JAIN (MBA 2ND)
+91-9455227585</p></div>
<div id="bpl">
<p class="hd">The B-Plan<a href="pdf/B-PLAN.docx"><img class="det" src="images/det.png"></a></p>
<p class="prot">Soon India will gonna to be the super gun in the global village and this is the time for making the bullets for it . The upcoming potential of young guns of india will be tested to make India taste the new horizons of success. Business planning will be the venue of laying out the new paths with the upgraded version of both technical and managerial minds. Comprising of two rounds, just participate and go ahead to grab the economy in ur hand.
<p class="cntct"><a class="eventc">EVENT CHAIR:</a>MOHIT ROHIRA (MBA 2ND)<a class="eventc">CONTACT:</a>+91-8808281499<br>
SYED ZEESHAN ALI (MBA 1ST) +91-8009954238<br>
PRATIKSHA GUPTA (MBA 1ST) +91-9838827200 </p>
</p></div>
<div id="top_reg"><a href="#events" class="up" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"></a></div>
<div id="admd">
<p class="hd">Ad-Mad<a href="pdf/AD-MAD.pdf"><img class="det" src="images/det.png"></a></p>
<p class="prot">Just think- how about selling a desi toffee for the price of a delicious chocolate. Isn't it lip smashing. Well, this is the time to rediscover your best side and create and innovate advertisement-the perfect time to bring the salesman of you... so here is the opportunity to show your wildness and madness in you by building up your own advertisement..
<p class="cntct"><a class="eventc">EVENT CHAIR:</a>SHAURYA VARDHAN SINGH (IT 3RD)<a class="eventc">CONTACT:</a>+91-9648989211<br>
RATNA GARG URVASHI SHARMA PRERNA GUPTA </p>
</p></div>
<div id="amb">
<p class="hd">A Minute Battle<a href="pdf/A_MINUTE_BATTL1.pdf"><img class="det" src="images/det.png"></a></p>
<p class="prot">Just a minute and lots to say….this is the cruxof the whole story here. You will be given a topic and with the mike in ur hand and you'll have to blurt out all you got in your head and remember, taking any pause may cost you a lot b'coz sixty sec's slip fast.. It all depend upon the selection of your WORDS to mould your LUCK…
<p class="cntct"><a class="eventc">EVENT CHAIR:</a>ANKITA AGRAWAL (MCA)<a class="eventc">CONTACT:</a>+91-980720960<br>
ANISHA AGRAWAL (MCA)
+91-9807269139</p>
</p></div>
<div id="top_reg"><a href="#events" class="up" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"></a></div>
<div id="ww3">
<p class="hd">Word War-3<a href="pdf/WORD_WAR-3.pdf"><img class="det" src="images/det.png"></a></p>
<p class="prot">Here comes the MAHABHARATA of words, a fun filled MAHABHARATA in which the team members are going to fight among themselves. If one decides to go right, then the other will be tempted to go the other way-is the theme of this event. Its a debate competition where you have to win the hearts with enchanting words, ravishing smile, unbreakable<br><br>
"Teams have to choose only one Topic"
<h2 class="l">Management vs. Ownership</h2>
<h2 class="l">Nuclear Proliferation-</h2><p class="lm">will the development of nuclear weapon fuel a third World War?</p>
<h2 class="l">Bribe-</h2> <p class="lm">an easy way to get the things done.</p>
<h2 class="l">Surrogative Advertising-</h2>
<p class="lm"> Companies selling alcohol should not advertise sports events.</p>
<p class="cntct"><a class="eventc">EVENT CHAIR:</a>DEEPENDRA SINGH (MBA 2ND)<a class="eventc">CONTACT:</a>+91-9807203023<br>
ASHISH YADAV (MBA 2ND)</p>
</p></div>
<div id="ficn">
<p class="hd">The Fiction Insect<a href="pdf/THE_FICTION_INSECTS.pdf"><img class="det" src="images/det.png"></a></p>
<p class="prot">Ever had an experience of roaming with aliens of Pluto, having a party on poles with polar bears or soaring in the air with jet engines fixed by your side. It not ,then have one by penning down your thoughts in the contest of creative writing and who knows, those new funny adventurous experiences might gain you prizes.
<p class="cntct"><a class="eventc">EVENT CHAIR:</a>VIBHA PATHAK (MBA 2ND)<a class="eventc">CONTACT:</a>+91-8960771022<br>
AKANSHA (PSAT MBA 1st) +91-7376521436
</p>
</p></div>
<div id="top_reg"><a href="#events" class="up" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"></a></div>
</div>
<div id="pharmakon">
<div class="title">
<h2>Pharmakon</h2>
<div>
<img src="images/line.jpg" alt="OMG! Another Line" ismap="ismap">
</div>
</div>
<div id="phm">
<p class="hd1">-Aware n Care<a href="pdf/PHARMAKON.doc"><img class="det" src="images/det.png"></a></p>
<p class="hd1">-Abhikalp (Poster & Model)</p>
<p class="hd1">-Pharma quest(Quiz)</p>
<p class="hd1">-3'F' CHALLENGE</p>
<p class="cntct"><a class="eventc">EVENT CHAIR:</a>SHIVAM GUPTA ( B.PHARM 3RD YEAR) <a class="eventc">CONTACT:</a>+91-9889657245
</p>
</div>
<div id="top_reg"><a href="#events" class="up" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"></a></div>
</div>
<div id="razmatz">
<div class="title">
<h2>Razzmattazz</h2>
<div>
<img src="images/line.jpg" alt="OMG! Another Line" ismap="ismap">
</div>
</div>
<br><br><br><br><br>
<div id="raz">
<p class="hd2">-Poster Making<br>-Face Painting<br>-Calligraphy<a href="pdf/RAZZMATTAZZ.pdf"><img class="det" src="images/det.png"></a><br>-T-shirt designing</p>
<p class="prot">A white sheet lies, come all who are keen with colours in your hands and make a colourful sheen….<br>
Paint the expressions on the faces and let's see who wins creativities' races….<br>
So write it down and write the elegant like pearls…. Let's see the prize goes to whose magnificent curls.<br>
Pour something on your cloths to show what'sin your mind...What lies ahead of this is now for you to find.
<p class="cntct"><a class="eventc">EVENT CHAIR:</a>RIMJHIM GARG (EC 3RD PSIT)<a class="eventc">CONTACT:</a>+91-9616652826<br>
SAURABH GUPTA (ME 3RD PSIT)
+91-9889753710
</p>
</p>
</div>
<div id="top_reg"><a href="#events" class="up" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"></a></div>
</div>
<div id="pronite">
<div class="title">
<h2>Pro-nites</h2>
<div>
<img src="images/line.jpg" alt="OMG! Another Line" ismap="ismap">
</div>
</div>
<br><br><br><br><br>
<div id="small_menu">
<table border="0">
<tbody><tr>
<td><a href="#day1" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined">DAY-1</a></td>
<td><a href="#day2" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined">DAY-2</a></td>
<td><a href="autumn" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined">DAY-3</a></td></tr></tbody></table></div>
<div id="day1">
<p class="hd">DAY-1</p>
<p class="hd3">Dr. KUMAR VISHWAS</p>
</p>
</div>
<div id="day2">
<p class="hd">DAY-2</p>
<p class="hd3">MOVES N RHYTHMSS<a href="pdf/MOVES_N_RHYTHMS.pdf"><img class="det" src="images/det.png"></a></p>
<p class="hd4">Singing and Group dance competition</p>
<p class="cntct"><a class="eventc">EVENT CHAIR:</a>ALAKH SHANKER DIXIT (IT 3RD PSIT)<a class="eventc">CONTACT:</a>+91-9616805157<br>
SATYAM PANDEY (ME 3RD PSIT)
+91-9532095263
</p>
</p>
</div>
<div id="day2">
<p class="hd3">PSIT Crucible Quiz<a href="pdf/PSIT_CRUCIBLE_QUIZ.pdf"><img class="det" src="images/det.png"></a></p>
<p class="prot">No planning, No preparations, No rules, No bounds... honest, youthful, abandon, is what AWAIT you... You don't need to be the brightest or the fastest to enjoy a QUIZ. At IGNITIA'11 we have a quiz for everyone... the general ones are for the best quizzing minds... while the other theme base quizzes are for everyone... no one will miss out a fun those of knowledge...
<p class="cntct"><a class="eventc">EVENT CHAIR:</a>MANISHA PATEL (CE 2ND PSAT)<a class="eventc">CONTACT:</a>+91-9532396100<br>
KARISHMA SINHA (IT 3RD PSAT)
+91-9889817676
</p>
</p>
</p>
</div>
<div id="top_reg"><a href="#events" class="up" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"></a></div>
</div>
<div id="fstyl">
<div class="title">
<h2 class="bdahd">Free-Ishtyle</h2>
<div>
<img src="images/line.jpg" alt="OMG! Another Line" ismap="ismap">
</div>
</div>
<div id="small_menu1">
<table border="0">
<tbody><tr>
<td><a href="#blm" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined">BLENDER MENDER </a></td>
<td><a href="#ppa" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined">PAPARAZZI GROOVES</a></td>
<td><a href="#rabi" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined">RABBIT TYPING</a></td></tr>
<tr><td><a href="#dd1" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined">DEAF DRUMMERS</a></td>
</tr></tbody></table></div>
<div id="blm">
<p class="hd">BLENDER MENDER [BLIND PROGRAMING]</p>
<p class="prot">Going against the torrent flow is always the signature of the brave. Go through this mind-boggling event to test how deceiving can you be to the comps. The craziness of IGNITIA has brought to you to explore in yourself your TECH-DECEPTIVE skills. The jittery and complex program that drives you crazy with their monotonous comments and errors should be told that man is still and will always be 100 steps ahead of the technology
</p></div>
<div id="top_reg"><a href="#events" class="up" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"></a></div>
<div id="ppa">
<p class="hd">PAPARAZZI GROOVES [FREE STYLE DANCING]</p>
<p class="prot">IGNITIA brings you the opportunity to be a rock-star. Are you bored with the cybro-techy events again and again?????? Put up your groovy moves, your peppy zeal and your Bollywood ishtyle…….to show how grizzling and scintillating you could be. Paparazzi grooves gives you the freedom to be a dancing star and steal away the hearts. Show your moon-walk or you bhangra moves to enchant the crowd. The reward for this can be a "Dancing Star" title for you and of-course the hearts you steal away.
<p class="cntct"><a class="eventc">EVENT CHAIR:</a>SAKSHI SHUKLA (CS 2ND PSAT)<a class="eventc"> CONTACT:</a>+91-9621392701<br>
AMIT NARAYAN TRIPATHI (EN 2ND PSIT)
+91-9005848523
</p>
</p></div>
<div id="rabi">
<p class="hd">THE RABBIT TYPING</p>
<p class="prot">Slow and steady wins the race?????..... Really????? While in kindergarten, you must have learnt this lesson. We at PSGI will compel you to think again. Here the slow tortoise will finally lose and the only speedy rabbit will grab the trophy. So here we have a game for all the speedy rabbits. The rabbits don't have to run actually but run their fingers on the keyboard, and let's see who wins.
</p></div>
<div id="top_reg"><a href="#events" class="up" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"></a></div>
<div id="dd1">
<p class="hd">THE DEAF DRUMMERS</p>
<p class="prot">A clichéd, yet the most entertaining past time have to be dumb, but not dumb enough to make your team lose. It's very difficult to understand and make others understand. So let's see who can do the best… as we know ACTION SPEAKS LOUDER THAN WORDS…..
</p></div>
</div>
<div id="silver">
<div class="title">
<h2></h2>
<div>
<img src="images/line.jpg" alt="OMG! Another Line" ismap="ismap">
</div>
</div>
<div id="slv">
<p class="hd1">The Silver Screen<a href="pdf/SILVER_SCREEN.pdf"><img class="det" src="images/det.png"></a></p>
<p class="cntct"><a class="eventc">EVENT CHAIR:</a>ASHISH NARAYAN(IT 3RD PSIT) <a class="eventc">CONTACT:</a>+91-9936613591
</p>
</div>
<div id="pix">
<p class="hd1">Pixture<a href="pdf/PIXTURE.pdf"><img class="det" src="images/det.png"></a></p><BR><BR>
<p class="cntct"><a class="eventc">EVENT CHAIR:</a>HARMEET SINGH(ME 2ND PSIT) <a class="eventc">CONTACT:</a>+91-9044198809 <br>
AVI SRIVASTAVA (CS 2ND PSIT)
+91-9794344422
</p>
</div>
</div>
</div>
<!-- Content end -->
</div>
<div id="side_events">
<div class="label"><span>EVENTS</span></div>
<img src="images/scoba_events.png"alt="Are you sure you see a bracket here?!" width="25" height="748">
</div>
<div id="side_techxi">
<div class="label"><span>TECHxi</span></div>
<div id="side_menu_techxi">
<a href="#header" class="up"><span>MAIN</span></a>
<div class="divider"></div>
<a href="#manageria" class="up"><span>ManageRia</span></a>
<a href="#pharmakon" class="up"><span>Pharmakon</span></a>
<a href="#razmatz" class="up"><span>Razzmattazz</span></a>
<a href="#pronite" class="up"><span>Pro-nites</span></a>
<a href="#fstyl" class="up"><span>Free-Ishtyle</span></a>
</div>
<div class="label2"><span>TECHxi</span></div>
<div id="side_menu_techxi2">
<a href="#header" class="up"><span>MAIN</span></a>
<div class="divider"></div>
<a href="#manageria" class="up"><span>ManageRia</span></a>
<a href="#pharmakon" class="up"><span>Pharmakon</span></a>
<a href="#razmatz" class="up"><span>Razzmattazz</span></a>
<a href="#pronite" class="up"><span>Pro-nites</span></a>
<a href="#fstyl" class="up"><span>Free-Ishtyle</span></a>
</div>
<div class="label3"><span>TECHxi</span></div>
<div id="side_menu_techxi3">
<a href="#header" class="up"><span>MAIN</span></a>
<div class="divider"></div>
<a href="#manageria" class="up"><span>ManageRia</span></a>
<a href="#pharmakon" class="up"><span>Pharmakon</span></a>
<a href="#razmatz" class="up"><span>Razzmattazz</span></a>
<a href="#pronite" class="up"><span>Pro-nites</span></a>
<a href="#fstyl" class="up"><span>Free-Ishtyle</span></a>
</div>
<div class="label4"><span>TECHxi</span></div>
<div id="side_menu_techxi4">
<a href="#header" class="up"><span>MAIN</span></a>
<div class="divider"></div>
<a href="#manageria" class="up"><span>ManageRia</span></a>
<a href="#pharmakon" class="up"><span>Pharmakon</span></a>
<a href="#razmatz" class="up"><span>Razzmattazz</span></a>
<a href="#pronite" class="up"><span>Pro-nites</span></a>
<a href="#fstyl" class="up"><span>Free-Ishtyle</span></a>
</div>
<img src="images/scoba_work.png" height="3750" width="25" alt="Are you sure you see a bracket here?!">
</div>
<div id="side_manageria">
<div class="label"><span>ManageRia</span></div>
<div id="side_menu_manageria">
<a href="#header" class="up"><span>MAIN</span></a>
<a href="#techxi" class="up"><span>TECHxi</span></a>
<div class="divider"></div>
<a href="#pharmakon" class="up"><span>Pharmakon</span></a>
<a href="#razmatz" class="up"><span>Razzmattazz</span></a>
<a href="#pronite" class="up"><span>Pro-nites</span></a>
<a href="#fstyl" class="up"><span>Free-Ishtyle</span></a>
</div>
<div class="label1"><span>ManageRia</span></div>
<div id="side_menu_manageria2">
<a href="#header" class="up"><span>MAIN</span></a>
<a href="#techxi" class="up"><span>Techxi</span></a>
<div class="divider"></div>
<a href="#pharmakon" class="up"><span>Pharmakon</span></a>
<a href="#razmatz" class="up"><span>Razzmattazz</span></a>
<a href="#pronite" class="up"><span>Pro-nites</span></a>
<a href="#fstyl" class="up"><span>Free-Ishtyle</span></a>
</div>
<img src="images/scoba_manag.png" height="1900" width="25" alt="Are you sure you see a bracket here?!">
</div>
<div id="side_pharmakon">
<div class="label"><span>Pharmakon</span></div>
<div id="side_menu_pharmakon">
<a href="#header" class="up"><span>MAIN</span></a>
<a href="#techxi" class="up"><span>TECHxi</span></a>
<a href="#manageria" class="up"><span>ManageRia</span></a>
<div class="divider"></div>
<a href="#razmatz" class="up"><span>Razzmattazz</span></a>
<a href="#pronite" class="up"><span>Pro-nites</span></a>
<a href="#fstyl" class="up"><span>Free-Ishtyle</span></a>
</div>
<img src="images/scoba_main.png" height="431" width="25" alt="Are you sure you see a bracket here?!">
</div>
<div id="side_razmatz">
<div class="label"><span>Razzmattazz</span></div>
<div id="side_menu_razmatz">
<a href="#header" class="up"><span>MAIN</span></a>
<a href="#techxi" class="up"><span>TECHxi</span></a>
<a href="#manageria" class="up"><span>ManageRia</span></a>
<a href="#pharmakon" class="up"><span>Pharmakon</span></a>
<div class="divider"></div>
<a href="#pronite" class="up"><span>Pro-nites</span></a>
<a href="#fstyl" class="up"><span>Free-Ishtyle</span></a>
</div>
-
<img src="images/scoba_contact.png" height="340" width="25" alt="Are you sure you see a bracket here?!">
</div>
<div id="side_pnt">
<div class="label"><span>Pro-nites</span></div>
<div id="side_menu_pnt">
<a href="#header" class="up"><span>MAIN</span></a>
<a href="#techxi" class="up"><span>TECHxi</span></a>
<a href="#manageria" class="up"><span>ManageRia</span></a>
<a href="#pharmakon" class="up"><span>Pharmakon</span></a>
<a href="#razmatz" class="up"><span>Razzmattazz</span></a>
<div class="divider"></div>
<a href="#fstyl" class="up"><span>Free-Ishtyle</span></a>
</div>
<img src="images/scoba_about.png" height="720" width="25" alt="Are you sure you see a bracket here?!"></div>
<div id="side_razmatz1">
<div class="label"><span>Free-Ishtyle</span></div>
<div id="side_menu_razmatz1">
<a href="#header" class="up"><span>MAIN</span></a>
<a href="#techxi" class="up"><span>TECHxi</span></a>
<a href="#manageria" class="up"><span>ManageRia</span></a>
<a href="#pharmakon" class="up"><span>Pharmakon</span></a>
<a href="#razmatz" class="up"><span>Razzmattazz</span></a>
<a href="#pronite" class="up"><span>Pro-nites</span></a>
</div>
-
<img src="images/scoba_about.png" height="1370" width="25" alt="Are you sure you see a bracket here?!">
</div>
<div id="footer">
<div id="fb_like">
<a href="http://www.facebook.com/ignitia2011" title="Facebook" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined"><img src="images/fb.png"></a>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fignitia2011&layout=standard&show_faces=true&width=300&action=like&font=tahoma&colorscheme=dark&height=100" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:300px; height:100px;" allowtransparency="true"></iframe>
</div>
<div id="menu_bg_f">
<ul id="menu_f">
<li id="menuMain_f">
<a href="#header" title="Main" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined">MAIN</a>
</li>
<li id="menuevent_f">
<a href="#events" title="Events" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined">EVENTS</a>
</li>
<li id="menuWork_f">
<a href="register" title="Register Here!" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined">REGISTER</a>
</li>
<li id="menuDownloads_f">
<a href="#contact" title="Contact" onmousedown="this.onfocus=this.blur" onmouseup="this.onfocus=window.clientInformation?null:window.undefined">CONTACT</a>
</li>
</ul>
<div id="footer_copy">
© 2011
<a href="http://psit.in/ignitia">psit.in/ignitia</a> — <span style="color: rgb(0, 0, 0);">IGNITIA</span>. All Rights Reserved.                              designed by <a href="http://www.facebook.com/ashcoolshivam" id="footer_link" target="_blank">Ash</a> & <a href="http://www.facebook.com/ashuthezero8" id="footer_link" target="_blank">z8</a>
</div>
</div>
</div>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script><script src="js/ga.js" type="text/javascript"></script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-3190524-3");
pageTracker._trackPageview();
} catch(err) {}</script>
<div id="fancy_overlay"></div><div id="fancy_wrap"><div class="fancy_loading" id="fancy_loading"><div></div></div><div id="fancy_outer"><div id="fancy_inner"><div id="fancy_close"></div><div id="fancy_bg"><div class="fancy_bg fancy_bg_n"></div><div class="fancy_bg fancy_bg_ne"></div><div class="fancy_bg fancy_bg_e"></div><div class="fancy_bg fancy_bg_se"></div><div class="fancy_bg fancy_bg_s"></div><div class="fancy_bg fancy_bg_sw"></div><div class="fancy_bg fancy_bg_w"></div><div class="fancy_bg fancy_bg_nw"></div></div><a href="javascript:;" id="fancy_left"><span class="fancy_ico" id="fancy_left_ico"></span></a><a href="javascript:;" id="fancy_right"><span class="fancy_ico" id="fancy_right_ico"></span></a><div id="fancy_content"></div><div id="fancy_title"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="fancy_title" id="fancy_title_left"></td><td class="fancy_title" id="fancy_title_main"><div></div></td><td class="fancy_title" id="fancy_title_right"></td></tr></tbody></table></div></div></div></div></body></html>