-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·710 lines (659 loc) · 53.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Syntax V2.0 — Are you a 0 or a 1? </title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content=""/>
<meta property="og:image" content=""/>
<meta property="og:url" content=""/>
<meta property="og:site_name" content=""/>
<meta property="og:description" content=""/>
<meta name="twitter:title" content="" />
<meta name="twitter:image" content="" />
<meta name="twitter:url" content="" />
<meta name="twitter:card" content="" />
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,400italic,700' rel='stylesheet' type='text/css'>
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Simple Line Icons -->
<link rel="stylesheet" href="css/simple-line-icons.css">
<!-- Magnific Popup -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/style.css">
<!-- Styleswitcher ( This style is for demo purposes only, you may delete this anytime. ) -->
<link rel="stylesheet" id="theme-switch" href="css/style.css">
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header role="banner" id="fh5co-header">
<div class="container">
<!-- <div class="row"> -->
<nav class="navbar navbar-default">
<div class="navbar-header">
<!-- Mobile Toggle Menu Button -->
<a href="#" class="js-fh5co-nav-toggle fh5co-nav-toggle" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"><i></i></a>
<!--<a class="navbar-brand" href="index.html">Syntax V2.0</a>-->
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav center">
<li class="active margin-left-fix"><a href="#" data-nav-section="home"><span>Home</span></a></li>
<li><a href="#" data-nav-section="testimonials"><span>Principal's Message</span></a></li>
<li><a href="#" data-nav-section="work"><span>Events</span></a></li>
<li><a href="#" data-nav-section="services"><span>Timetable</span></a></li>
<li><a href="#" data-nav-section="about"><span>About</span></a></li>
<li class="margin-right-fix"><a href="#" data-nav-section="contact"><span>Contact</span></a></li>
</ul>
</div>
</nav>
<!-- </div> -->
</div>
</header>
<section id="fh5co-home" data-section="home" style="background-image: url(images/maxresdefault.jpg); background-size: cover;" data-stellar-background-ratio="0.5">
<!--
<div class = "logo_column">
<img src = "images/dps_logo.png" width="140" class = "logo" style = "float: right;">
</div>
<div class = "logo_column">
<img src = "images/syntax_logo.png" width="140" class = "logo" style = "float: left;">
</div>
</div>
-->
<div class = "logo_row">
<img src = "images/dps_logo.png" class = "logo" style = "float: right;">
<img src = "images/syntax_logo.png" class = "logo" style = "float: left;">
</div>
<!--
<img src = "images/dps_logo.png" width="140" class = "logo" style = "float: right; padding: none; margin:none">
<img src = "images/syntax_logo.png" width="140" class = "logo" style = "float: left; padding: none; margin: none;">-->
<div class="gradient"></div>
<style>
@media all and (max-width: 700px) {
.bottom-fix {
position: relative;
bottom:10%;
}
}
@media all and (min-width: 700px) {
.bottom-fix {
position: relative;
bottom:20%;
}
}
</style>
<div class="container bottom-fix">
<div class="text-wrap">
<div class="text-inner">
<div class="row">
<div>
<h2 class="to-animate" style = "font-family: Abrade">DPS INTERNATIONAL, SAKET presents </h2>
<h1 class="to-animate" style = "font-size: 70px; font-family: Abrade-Heavy">SYNTAX v2.0</h1>
<br><br>
<h2 class="to-animate" style = "font-family: Abrade"> Are you a 1 or a 0? </h2>
<br><br>
<div class = "center">
<form action = "https://goo.gl/forms/QVmdsmso8GnD7SbD3" target="_blank">
<input class="btn btn-primary btn-lg to-animate" style = "float: right; width: 40%; height: 60px;" value="Register" type="submit">
</form>
<form action = "brochure.pdf" target = "_blank">
<input class="btn btn-primary btn-lg to-animate" style = "float: left; width: 40%; height: 60px;" value="Invite" type="submit">
</form>
</div>
<div class="clearfix visible-sm-block"></div>
<br><br><br><br><br>
<!--
<h3 class = "to-animate" style = "font-family: Abrade; color: white">SyntaxProgramming is now the latest added event. Register for the event <a style = "color:black" href = "https://goo.gl/forms/QVmdsmso8GnD7SbD3">here</a>.</h3>-->
</div>
</div>
</div>
</div>
</div>
<div class="slant"></div>
</section>
<section id="fh5co-testimonials" data-section="testimonials">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="to-animate">Principal's Message</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext to-animate">
<h3 style = "font-size:30px">Welcome to Syntax V2.0</h3>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4" style = "width: 100%">
<div class="box-testimony" style = "width: 100%;">
<blockquote class="to-animate-2">
<p>“
DPS International, Saket welcomes you to SYNTAX v2.0, to be held on <b>4th August 2018</b>. This is a platform for you to display your skills through technology. <br>
In the times we live in, technology plays a vital role in our everyday lives. With every passing day, a new innovation is being brought into the market which advances an already existing software or gadget. These advancements have greatly improved our lives. Technology is increasingly gaining importance in every sector, especially in education. The profound effect of technology on students lives cannot be denied.
<br>
With the firm belief that it is possible to explore new horizons of technology through innovation and practical learning, we take great pleasure in inviting your school to participate in <b>SYNTAX V2.0</b>.
”</p>
</blockquote>
<div class="author to-animate">
<figure><img src="images/mrs. mishra photo.jpg" alt="Person"></figure>
<p>
Amita Mishra, Principal <span class="subtext">Delhi Public School International</span>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="fh5co-work" data-section="work">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="to-animate">Events</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext to-animate">
<h3>It's time to prove, are you a 1 or a 0?</h3>
</div>
</div>
</div>
</div>
<div class="row row-bottom-padded-sm">
<div class="col-md-4 col-sm-6 col-xxs-12">
<a href = "images/Design.jpg" class="fh5co-project-item image-popup">
<img src="images/Design.jpg" alt="Image" class="img-responsive">
<div class="fh5co-text">
<span>
<ol>
<li>Number of participants: 1</li>
<li>Eligibility: Classes 10th to 11th</li>
<li>Students will get the topic on the event day itself.</li>
<li>Each team needs to submit one entry.</li>
<li>Softwares provided: Adobe Photoshop CS5</li>
</ol>
</span>
</div>
</a>
</div>
<div class="col-md-4 col-sm-6 col-xxs-12">
<a href = "images/Photography.jpg" class="fh5co-project-item image-popup to-animate">
<img src="images/Photography.jpg" alt="Image" class="img-responsive">
<div class="fh5co-text">
<span>
<ol>
<li>Number of participants: 1</li>
<li>Eligibility: Classes 8th to 11th</li>
<li>Students will get the topic on the event day itself.</li>
<li>Students will be given 1 hour for clicking the photograph within the school campus and 30 minutes to edit it.</li>
<li>Students need to get their own cameras, laptops (for editing) and any other devices if required.</li>
</ol>
</span>
</div>
</a>
</div>
<div class="clearfix visible-sm-block"></div>
<div class="col-md-4 col-sm-6 col-xxs-12">
<a href = "images/Group Discussion.jpg" class="fh5co-project-item image-popup to-animate">
<img src="images/Group Discussion.jpg" alt="Image" class="img-responsive">
<div class="fh5co-text">
<span>
<ol>
<li>Number of participants: 1</li>
<li>Eligibility: Classes 11th to 12th</li>
<li>Students will get the topic on the event day itself.</li>
<li>Speakers will get the rules and regulations on the event day by the event coordinators.</li>
</ol>
</span>
</div>
</a>
</div>
<div class="clearfix visible-sm-block"></div>
<div class="col-md-4 col-sm-6 col-xxs-12">
<a href = "images/Presentation.jpg" class="fh5co-project-item image-popup to-animate">
<img src="images/Presentation.jpg" alt="Image" class="img-responsive">
<div class="fh5co-text">
<span>
<ol>
<li>Number of participants: 2</li>
<li>Eligibility: Classes 7th to 8th</li>
<li>Students will get the topic on the event day itself.</li>
<li>Students will be given internet access for 10 minutes, if any research is required.</li>
<li>Students need to make a PowerPoint presentation of 6-8 slides.</li>
</ol>
</span>
</div>
</a>
</div>
<div class="clearfix visible-sm-block"></div>
<div class="col-md-4 col-sm-6 col-xxs-12">
<a href = "images/Quizzing.jpg" class="fh5co-project-item image-popup to-animate">
<img src="images/Quizzing.jpg" alt="Image" class="img-responsive">
<div class="fh5co-text">
<span>
<ol>
<li>Number of participants: 2</li>
<li>Eligibility: Classes 9th to 12th</li>
<li>Students will have a written preliminary round.</li>
<li>6 teams will be selected for the quizzing finals.</li>
<li>Rules and regulations for preliminary round and final round will be given on the event day.</li>
</ol>
</span>
</div>
</a>
</div>
<div class="clearfix visible-sm-block"></div>
<div class="col-md-4 col-sm-6 col-xxs-12">
<a href = "images/Movie Making.jpg" class="fh5co-project-item image-popup to-animate">
<img src="images/Movie Making.jpg" alt="Image" class="img-responsive">
<div class="fh5co-text">
<span>
<ol>
<li>Number of participants: 4</li>
<li>Eligibility: OPEN</li>
<li>Students will get the topic/s, duration and other important details on 18th July, 2018 on the school website.</li>
<li>Students need to upload their movie on Youtube and send the link to the Syntax Email Id by 27th July, 2018 23:59:59 hours. Syntax Email Id: syntax@dpsi.ac.in</li>
</ol>
</span>
</div>
</a>
</div>
<div class="clearfix visible-sm-block"></div>
<div class="col-md-4 col-sm-6 col-xxs-12">
<a href = "images/Programming.jpg" class="fh5co-project-item image-popup to-animate">
<img src="images/Programming.jpg" alt="Image" class="img-responsive">
<div class="fh5co-text">
<span>
<ol>
<li>Number of participants: 2</li>
<li>Eligibility: OPEN</li>
<li>Teams will be required to create solutions using their algorithmic knowledge, mathematics and logic, to the given problems, in their preferred programming language.</li>
<li>Prelims will be held online. The date for the prelims will be declared on the school website.</li>
</ol>
</span>
</div>
</a>
</div>
<div class="clearfix visible-sm-block"></div>
<div class="col-md-4 col-sm-6 col-xxs-12" >
<a href = "images/Surprise.jpg" class="fh5co-project-item image-popup to-animate">
<img src="images/Surprise.jpg" alt="Image" class="img-responsive">
<div class="fh5co-text">
<span>
<ol>
<li>Number of participants: 2</li>
<li>Eligibility: Classes 9th to 12th</li>
<b><li>Duibh lbbia kui dbb</li></b> <!--key=haha--> <!--t00 pr0 f0r y0u-->
<li>If a student is participating in SyntaxSurprise, he/she must not participate in any other event.</li>
</ol>
</span>
</div>
</a>
</div>
<div class="clearfix visible-sm-block"></div>
<div class="col-md-4 col-sm-6 col-xxs-12">
<a href = "images/Gaming.jpg" class="fh5co-project-item image-popup to-animate">
<img src="images/Gaming.jpg" alt="Image" class="img-responsive">
<div class="fh5co-text">
<span>
<ol>
<li>Number of participants: 2</li>
<li>Eligibility: OPEN</li>
<li>The event would be conducted across three rounds.</li>
<li>Participants can get their own controllers and other gaming accesories (mouse, headsets, etc).</li>
<li>Participants would not be allowed to use their accessories if the event in-charges believe it would provide an unfair advantage in any way.</li>
</ol>
</span>
</div>
</a>
</div>
<div class="clearfix visible-sm-block"></div>
<style>
@media all and (max-width: 768px) {
.visibility_fix {
display: none;
}
}
@media all and (min-width: 768px) {
.visibility_fix {
visibility: hidden;
}
}
</style>
<div class="col-md-4 col-sm-6 col-xxs-12 visibility_fix"> <!--just a placeholder to help fix shit.. no need to edit this block-->
<a href = "images/Crossword.jpg" class="fh5co-project-item image-popup to-animate">
<img src="images/Crossword.jpg" alt="Image" class="img-responsive">
<div class="fh5co-text">
<span>
<ol>
</ol>
</span>
</div>
</a>
</div>
<div class="clearfix visible-sm-block"></div>
<div class="col-md-4 col-sm-6 col-xxs-12">
<a href = "images/Crossword.jpg" class="fh5co-project-item image-popup to-animate">
<img src="images/Crossword.jpg" alt="Image" class="img-responsive">
<div class="fh5co-text">
<span>
<ol>
<li>Number of participants: 2</li>
<li>Eligibility: Classes 10th to 11th</li>
<li>Partcipants would first have to take part in a written preliminary round.</li>
<li>Top 6 teams would qualify for the final round.</li>
</ol>
</span>
</div>
</a>
</div>
<div class="clearfix visible-sm-block"></div>
</div>
<div class="row" style = "margin-top: -100%">
<form action = "https://goo.gl/forms/QVmdsmso8GnD7SbD3" target="_blank" class="center">
<input class="btn btn-primary btn-lg to-animate" style = "width: 50%; height: 75px" value="Register" type="submit">
</form>
</div>
</div>
</section>
<section id="fh5co-services" data-section="services">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="to-animate">Timetable</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext to-animate">
<h3>Please make sure none of your participants have clashes with other events.</h3>
</div>
<div class="to-animate" style = "margin: auto">
<img src="images/syntax_timetable.png" width = 100% alt="Image" >
</div>
</div>
</div>
</div>
</div>
</section>
<!--
<section id="fh5co-about" data-section="about">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="to-animate">Our Team</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext to-animate">
<h3>Meet the members of DPSI's IT Club, Syntax</h3>
</div>
</div>
</div>
</div>
<table style = "width: 100%">
<col style = "width: 16.666666%">
<col style = "width: 16.666666%">
<col style = "width: 16.666666%">
<col style = "width: 16.666666%">
<col style = "width: 16.666666%">
<col style = "width: 16.666666%">
<tr align="centre">
<td colspan = "1"></td>
<td colspan = "1"></td>
<td colspan = "2">
<div align = "center">
<div class="fh5co-person text-center to-animate">
<figure><img src="images/deeptimaam.jpg" alt="Image"></figure>
<h3>Deepti Chandiramani</h3>
<span class="fh5co-position">Founder and In-Charge</span>
<span style = "font-size: 16px">
<p >Contact Number: +91 9910504888</p>
<p>Email Address: deepti.chandiramani@gmail.com</p>
</span>
</div>
</div>
</td>
<td colspan = "1"></td>
<td colspan = "1"></td>
</tr>
<tr align = "center">
<td colspan = "1" align="centre"></td>
<td colspan = "2" "align=centre">
<div align = "center">
<div class="fh5co-person text-center to-animate">
<figure><img src="images/amaan.png" alt="Image"></figure>
<h3>Amaan Rastogi</h3>
<span class="fh5co-position">Deputy Student Coordinator</span>
<span style = "font-size: 18px">
<p >Contact Number: +91 8587013160</p>
<p>Email Address: knngpt@gmail.com</p>
</span>
</div>
</div>
</td>
<td colspan = "2">
<div align = "center">
<div class="fh5co-person text-center to-animate">
<figure><img src="images/tanavya.jpg" alt="Image"></figure>
<h3>Tanavya Dimri</h3>
<span class="fh5co-position">Deputy Student Coordinator</span>
<span style = "font-size: 18px">
<p >Contact Number: +91 7338470415</p>
<p>Email Address: tanavya.dimri@gmail.com</p>
</span>
</div>
</div>
</td>
<td colspan = "1"></td>
</tr>
<tr align="centre">
<td colspan = "2">
<div align = "center">
<div class="fh5co-person text-center to-animate">
<figure><img src="images/kanan.jpg" alt="Image"></figure>
<h3>Kanan Gupta</h3>
<span class="fh5co-position">Head Student Coordinator</span>
<span style = "font-size: 18px">
<p >Contact Number: +91 9811300721</p>
<p>Email Address: knngpt@gmail.com</p>
</span>
</div>
</div>
</td>
<td colspan = "2">
<div align = "center">
<div class="fh5co-person text-center to-animate">
<figure><img src="images/akhtar.jpg" alt="Image"></figure>
<h3>Akhtar Hossain</h3>
<span class="fh5co-position">Deputy Student Coordinator</span>
<span style = "font-size: 18px">
<p >Contact Number: +91 9910044102</p>
<p>Email Address: hakhtar350@gmail.com</p>
</span>
</div>
</div>
</td>
<td colspan = "2">
<div align = "center">
<div class="fh5co-person text-center to-animate">
<figure><img src="images/anirup.png" alt="Image"></figure>
<h3>Anirup Biswas</h3>
<span class="fh5co-position">Deputy Student Coordinator</span>
<span style = "font-size: 18px">
<p >Contact Number: +91 8750659555</p>
<p>Email Address: anirup.b@gmail.com</p>
</span>
</div>
</div>
</td>
</tr>
</table>
</div>
</section>
-->
<section id="fh5co-contact" data-section="contact" style = "text-align: center;">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="to-animate">Get In Touch</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext to-animate">
<h3>Have any queries? Contact us! We'd be glad to help you out.</h3>
</div>
</div>
</div>
</div>
<div class="row row-bottom-padded-md">
<style>
</style>
<div class="col-md-6 to-animate" style = "width: 35%;">
<h3>Contact Info</h3>
<ul class="fh5co-contact-info">
<li class="contact-address">
<i class="icon-home"></i>
P-37, Sector VI, Pushp Vihar Saket,<br>New Delhi - 110017
</li>
<li><i class="icon-phone"></i> +91-11-2956 1187/4889</li>
<li><i class="icon-envelope"></i>syntax@dpsi.ac.in</li>
<li><i class="icon-globe"></i> <a href="http://dpsi.ac.in/" target="_blank">dpsi.ac.in</a></li>
</ul>
</div>
<div class="col-md-6 to-animate" style = "width: 65%;">
<div id="map"></div>
</div>
<div class = "col-md-4" style = "margin-top: 150px; width: 100%; text-align: center">
<h3>Contact the co-ordinaters directly</h3>
</div>
<table style = "width: 100%">
<tr align="centre">
<td align="centre">
<h4>Teacher In-Charge - Deepti Chandiramani </h4>
<p style = "font-size: 1em">
deepti.chandiramani@gmail.com </br>
+91 9910504888
</p>
<h4>Deputy Coordinator - Tanavya Dimri </h4>
<p style = "font-size: 1em">
tanavya.dimri@gmail.com</br>
91 7338470415
</p>
<h4>Event Head - Pulkit Bhasin </h4>
<p style = "font-size: 1em">
pulkitb123@gmail.com
</p>
<h4>Event Head - Sarthak Sethi </h4>
<p style = "font-size: 1em">
sarthaksethi232@gmail.com
</p>
</td>
<td align="centre">
<h4>Head Coordinator - Kanan Gupta </h4>
<p style = "font-size: 1em">
knngpt@gmail.com</br>
+91 9811300721
</p>
<h4>Deputy Coordinator - Akhtar Hossain </h4>
<p style = "font-size: 1em">
hakhtar350@gmail.com</br>
</p>
<h4>Event Head - Yash Gupta </h4>
<p style = "font-size: 1em">
yashgupta657@gmail.com
</p>
<h4>Event Head - Tanvi Gupta</h4>
<p style = "font-size: 1em">
tanvi949@gmail.com
</p>
</td>
</tr>
</table>
<!--
<div class = "col-md-5" style = "margin-top: 50px; width: 50%">
<h4>Teacher In-Charge - Deepti Chandiramani </h4>
<ul>
<li>deepti.chandiramani@gmail.com</li>
<li>+91 9910504888</li>
</ul>
<h4>Head Student Coordinator - Kanan Gupta </h4>
<ul>
<li>knngpt@gmail.com</li>
<li>+91 9811300721</li>
</ul>
<h4>Deputy Student Coordinator - Tanavya Dimri </h4>
<ul>
<li>tanavya.dimri@gmail.com</li>
<li>+91 7338470415</li>
</ul>
<h4>Deputy Student Coordinator - Akhtar Hossain </h4>
<ul>
<li>hakhtar350@gmail.com</li>
<li>+91 9910044102</li>
</ul>
</div>
<div class = "col-md-4" style = "margin-top: 50px; width: 50%;">
<h4>Deputy Student Coordinator - Amaan Rastogi </h4>
<ul>
<li>amaanr247@gmail.com</li>
<li>+91 8587013160</li>
</ul>
<h4>Deputy Student Coordinator - Anirup Biswas </h4>
<ul>
<li>anirup.b@gmail.com</li>
<li>+91 8750659555</li>
</ul>
<h4>For any Movie Making related queries - Tanush Jain</h4>
<ul>
<li>jain.tanush@gmail.com</li>
<li>+91 8826417606</li>
</ul>
</div>
-->
</div>
</div>
</section>
<footer id="footer" role="contentinfo">
<a href="#" class="gotop js-gotop"><i class="icon-arrow-up2"></i></a>
<div class="container">
<div class="">
<div class="col-md-12 text-center">
<p>Created by Tanavya Dimri and Pulkit Bhasin</p>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<ul class="social social-circle">
<li><a href="https://www.facebook.com/Syntaxdpsi/"><i class="icon-facebook"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Stellar Parallax -->
<script src="js/jquery.stellar.min.js"></script>
<!-- Counter -->
<script src="js/jquery.countTo.js"></script>
<!-- Magnific Popup -->
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/magnific-popup-options.js"></script>
<!-- Google Map -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCefOgb1ZWqYtj7raVSmN4PL2WkTrc-KyA&sensor=false"></script>
<script src="js/google_map.js"></script>
<script src="js/main.js"></script>
</body>
</html>