-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathayf.html
740 lines (658 loc) · 37.3 KB
/
ayf.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
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
<!DOCTYPE html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if (IE 9)]><html class="no-js ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--> <html lang="en-US"> <!--<![endif]-->
<head>
<!-- Meta Tags -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>eDC Amity University</title>
<meta name="description" content="Insert Your Site Description" />
<!-- Mobile Specifics -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="HandheldFriendly" content="true"/>
<meta name="MobileOptimized" content="320"/>
<!-- Mobile Internet Explorer ClearType Technology -->
<!--[if IEMobile]> <meta http-equiv="cleartype" content="on"> <![endif]-->
<!-- Bootstrap -->
<link href="css/bootstrap.ayf.min.css" rel="stylesheet">
<!-- Main Style -->
<link href="css/main.css" rel="stylesheet">
<link rel="shortcut icon" href="favicon.ico">
<link rel="icon" type="image/gif" href="animated_favicon1.gif">
<!-- Supersized -->
<link href="css/supersized.css" rel="stylesheet">
<link href="css/supersized.shutter.css" rel="stylesheet">
<!-- FancyBox -->
<link href="css/fancybox/jquery.fancybox.css" rel="stylesheet">
<!-- Font Icons -->
<link href="css/fonts.css" rel="stylesheet">
<!-- Shortcodes -->
<link href="css/shortcodes.css" rel="stylesheet">
<!-- Responsive -->
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<!-- Supersized -->
<link href="css/supersized.css" rel="stylesheet">
<link href="css/supersized.shutter.css" rel="stylesheet">
<!-- Google Font -->
<link href='https://fonts.googleapis.com/css?family=Titillium+Web:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900' rel='stylesheet' type='text/css'>
<!-- Fav Icon -->
<link rel="shortcut icon" href="#">
<link rel="apple-touch-icon" href="#">
<link rel="apple-touch-icon" sizes="114x114" href="#">
<link rel="apple-touch-icon" sizes="72x72" href="#">
<link rel="apple-touch-icon" sizes="144x144" href="#">
<!-- Modernizr -->
<script src="js/modernizr.js"></script>
<!-- Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'Insert Your Code']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
$(document).ready(function() {
$('.popup-with-zoom-anim').magnificPopup({
type: 'inline',
fixedContentPos: false,
fixedBgPos: true,
overflowY: 'auto',
closeBtnInside: true,
preloader: false,
midClick: true,
removalDelay: 300,
mainClass: 'my-mfp-zoom-in'
});
});
</script>
<!-- End Analytics -->
</head>
<body>
<!-- This section is for Splash Screen -->
<div class="ole">
<section id="jSplash">
<div id="circle"></div>
</section>
</div>
<!-- End of Splash Screen -->
<!-- Homepage Slider -->
<div id="home-slider">
<div class="overlay"></div>
<div class="slider-logo ">
<span class="logo-left ">
<a href="#about"><img src="img/logo_new.png" width="180px" height="120px"/></a></span><!--left div ends here-->
<span class="logo-right ">
<a href="http://www.amity.edu/ayf"><img src="img/ayf.jpg" width="180px" height="140px"/></a></span><!--right div ends here-->
</div>
<div class="slider-text">
<div id="slidecaption"></div>
</div>
<div class="control-nav">
<a id="prevslide" class="load-item"><i class="font-icon-arrow-simple-left"></i></a>
<a id="nextslide" class="load-item"><i class="font-icon-arrow-simple-right"></i></a>
<ul id="slide-list"></ul>
<a id="nextsection" href="#about"><i class="font-icon-arrow-simple-down"></i></a>
</div>
</div>
<!-- End Homepage Slider -->
<!-- Header -->
<header>
<div class="sticky-nav">
<a id="mobile-nav" class="menu-nav" href="#menu-nav"></a>
<div id="logo">
<a id="goUp" href="https://www.edcamity.com" title="eDC"><img src="img/logo_new.png" width="100" height="70" /></a>
</div>
<nav id="menu">
<ul id="menu-nav">
<li class="current"><a href="#home-slider">Home</a></li>
<li><a href="#about">Events</a></li>
<li><a href="#work">Gallery</a></li>
<li><a href="#banner">Video</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</nav>
</div>
</header>
<!-- End Header -->
<!-- About Section -->
<div id="about" class="page-alternate">
<div class="container">
<!-- Title Page -->
<div class="row">
<div class="span12">
<div class="title-page">
<h2 class="title">EVENTS</h2>
<a href="#signup"><h3 class="title-description">Register Now</h3></a>
</div>
</div>
</div>
<!-- End Title Page -->
<!-- People -->
<div class="row">
<!-- Start Profile -->
<div class="span4 profile">
<div class="image-wrap">
<div class="hover-wrap">
<span class="overlay-img"></span>
<a href='http://www.amity.edu/ayf/webpages/website/Registerframe.aspx?eid=971' id="solution1" onclick="openSolution();" ><span class="overlay-text-thumb">Register Now</span></a>
</div>
<img src="img/nextceo2.png" alt="nextCEO">
</div>
<h3 class="profile-name">next CEO</h3>
<p class="profile-description">nextCEO is an executive simulation competition. Student will pose as CEOs of multi-billion dollar corporations and will have to think on their feet as they answer questions on how their companies should respond to complex business crises and major world events.
</p>
<div class="social">
<ul class="social-icons">
<li><a href="#"><i class="font-icon-social-twitter"></i></a></li>
<li><a href="https://www.facebook.com/edcamity"><i class="font-icon-social-facebook"></i></a></li>
</ul>
</div>
</div>
<!-- End Profile -->
<!-- Start Profile -->
<div class="span4 profile">
<div class="image-wrap">
<div class="hover-wrap">
<span class="overlay-img"></span>
<a href="http://www.amity.edu/ayf/webpages/website/Registerframe.aspx?eid=972" id="solution2" onclick="openSolution();" ><span class="overlay-text-thumb">Register Now</span></a>
</div>
<img src="img/rocketsingh.png" alt="Rocket Singh">
</div>
<h3 class="profile-name">Rocket Singh</h3>
<p class="profile-description">RocketSingh is similar to a JAM but with an entrepreneurial and comedic twist. Participants are to sell an object/idea to the audience. The audience votes with its wallet (fake tokens provided by us) and selects the best idea. The top 3 ideas as selected by the audience are given the prizes. The event tests the participant’s soft skills, speaking skills, negotiation skills and most importantly how good of a salesman he is and how many sales he can close in the 5 minutes he has on stage.</p>
<div class="social">
<ul class="social-icons">
<li><a href="#"><i class="font-icon-social-twitter"></i></a></li>
<li><a href=""https://www.facebook.com/edcamity""><i class="font-icon-social-facebook"></i></a></li>
</ul>
</div>
</div>
<!-- End Profile -->
<!-- Start Profile -->
<div class="span4 profile">
<div class="image-wrap">
<div class="hover-wrap">
<span class="overlay-img"></span>
<a href="http://www.amity.edu/ayf/webpages/website/Registerframe.aspx?eid=973" id="solution3" onclick="openSolution();" ><span class="overlay-text-thumb">Register Now</span></a>
</div>
<img src="img/find the man.png" alt="Find The Man">
</div>
<h3 class="profile-name">Find The Man</h3>
<p class="profile-description">FindTheMan is a treasure hunt in which participants will be given clues which they are required to solve in succession and reach the final prize. Those who solve the riddles fastest will be given the prize. There is only first prize for the team finishing the treasure hunt in the minimum possible time.</p>
<div class="social">
<ul class="social-icons">
<li><a href="#"><i class="font-icon-social-twitter"></i></a></li>
<li><a href="https://www.facebook.com/edcamity"><i class="font-icon-social-facebook"></i></a></li>
</ul>
</div>
</div>
<!-- End Profile -->
</div>
<!-- End People -->
</div>
</div>
<!-- End About Section -->
<!--Interested Section-->
<div class="signup s3" id="signup">
<div class="container">
<h3 class="m_3">Are you Interested ? <br> Register Now</h3>
<div class="contact-form">
<form method="post" action="contact.php">
<input type="text" class="textbox" value="First Name" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'First Name';}">
<input type="text" class="textbox" value="Last Name" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Last Name';}">
<input type="text" class="textbox" value="Email address" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Email address';}">
<input type="submit" value="APPLY">
</form>
</div>
</div>
</div>
<!--Register section ends here-->
<!-- Our Work Section -->
<div id="work" class="page">
<div class="container">
<!-- Title Page -->
<div class="row">
<div class="span12">
<div class="title-page">
<h2 class="title">Gallery</h2>
<h3 class="wall">WALL OF FAME</h3>
</div>
</div>
</div>
<!-- End Title Page -->
<!-- Portfolio Projects -->
<div class="row">
<div class="span3">
<!-- Filter -->
<nav id="options" class="work-nav">
<ul id="filters" class="option-set" data-option-key="filter">
<li class="type-work">Our Events</li>
<li><a href="#filter" data-option-value=".envoyage" class="selected">ENVOYAGE</a></li>
<li><a href="#filter" data-option-value=".induction">INDUCTION</a></li>
<li><a href="#filter" data-option-value=".quiz">BRAND QUIZ</a></li>
<li><a href="#filter" data-option-value=".team">TEAM MEMBERS</a></li>
</ul>
</nav>
<!-- End Filter -->
</div>
<div class="span9">
<div class="row">
<section id="projects">
<ul id="thumbs">
<!-- Item Project and Filter Name -->
<!--ENVOYAGE-->
<li class="item-thumbs span3 envoyage">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="The Envoyage" href="img/ENVOYAGE/1.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/ENVOYAGE/1.jpg" alt="Envoyage">
</li>
<li class="item-thumbs span3 envoyage">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="The Envoyage" href="img/ENVOYAGE/2.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/ENVOYAGE/2.jpg" alt="Envoyage">
</li>
<li class="item-thumbs span3 envoyage">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="The Envoyage" href="img/ENVOYAGE/3.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/ENVOYAGE/3.jpg" alt="Envoyage">
</li>
<li class="item-thumbs span3 envoyage">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="The Envoyage" href="img/ENVOYAGE/4.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/ENVOYAGE/4.jpg" alt="Envoyage">
</li>
<li class="item-thumbs span3 envoyage">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="The Envoyage" href="img/ENVOYAGE/5.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/ENVOYAGE/5.jpg" alt="Envoyage">
</li>
<!--END ENVOYAGE-->
<!--INDUCTION-->
<li class="item-thumbs span3 induction">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="The Induction" href="img/Induction/1.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/Induction/1.jpg" alt="">
</li>
<li class="item-thumbs span3 induction">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="The Induction" href="img/Induction/2.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/Induction/2.jpg" alt="">
</li>
<li class="item-thumbs span3 induction">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="The Induction" href="img/Induction/3.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/Induction/3.jpg" alt="">
</li>
<li class="item-thumbs span3 induction">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="The Induction" href="img/Induction/4.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/Induction/4.jpg" alt="">
</li>
<li class="item-thumbs span3 induction">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="The Induction" href="img/Induction/5.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/Induction/5.jpg" alt="">
</li>
<!-- End Item Project -->
<li class="item-thumbs span3 induction">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="The Induction" href="img/Induction/6.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/Induction/6.jpg" alt="">
</li>
<!-- Item Project and Filter Name -->
<!-- End Item Project -->
<!--END INDUCTION-->
<!-- BRAND QUIZ-->
<!-- Item Project and Filter Name -->
<li class="item-thumbs span3 quiz">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="The Brand Quiz" href="img/Quiz/1.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/Quiz/1.jpg" alt="">
</li>
<li class="item-thumbs span3 quiz">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="The Brand Quiz" href="img/Quiz/2.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/Quiz/2.jpg" alt="">
</li>
<li class="item-thumbs span3 quiz">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="The Brand Quiz" href="img/Quiz/3.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/Quiz/3.jpg" alt="">
</li>
<li class="item-thumbs span3 quiz">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="The Brand Quiz" href="img/Quiz/4.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/Quiz/4.jpg" alt="">
</li>
<li class="item-thumbs span3 quiz">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="The Brand Quiz" href="img/Quiz/5.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/Quiz/5.jpg" alt="">
</li>
<li class="item-thumbs span3 quiz">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="The Brand Quiz" href="img/Quiz/6.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/Quiz/6.jpg" alt="">
</li>
<li class="item-thumbs span3 quiz">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="The Brand Quiz" href="img/Quiz/7.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/Quiz/7.jpg" alt="">
</li>
<li class="item-thumbs span3 quiz">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="The Brand Quiz" href="img/Quiz/8.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/Quiz/8.jpg" alt="">
</li>
<li class="item-thumbs span3 quiz">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="The Brand Quiz" href="img/Quiz/9.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/Quiz/9.jpg" alt="">
</li>
<!-- End Item Project -->
<!--END BRAND QUIZ-->
<!-- START TEAM MEMBERS-->
<!-- Item Project and Filter Name -->
<li class="item-thumbs span3 team">
<!-- Fancybox Media - Gallery Enabled - Title - Link to team -->
<a class="hover-wrap fancybox-media" data-fancybox-group="team" title="TEAM MEMBERS" href="img/team/1.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/team/1.jpg" alt="team">
</li>
<li class="item-thumbs span3 team">
<!-- Fancybox Media - Gallery Enabled - Title - Link to team -->
<a class="hover-wrap fancybox-media" data-fancybox-group="team" title="TEAM MEMBERS" href="img/team/2.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/team/2.jpg" alt="team">
</li>
<li class="item-thumbs span3 team">
<!-- Fancybox Media - Gallery Enabled - Title - Link to team -->
<a class="hover-wrap fancybox-media" data-fancybox-group="team" title="TEAM MEMBERS" href="img/team/3.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/team/3.jpg" alt="team">
</li>
<li class="item-thumbs span3 team">
<!-- Fancybox Media - Gallery Enabled - Title - Link to team -->
<a class="hover-wrap fancybox-media" data-fancybox-group="team" title="TEAM MEMBERS" href="img/team/4.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/team/4.jpg" alt="team">
</li>
<li class="item-thumbs span3 team">
<!-- Fancybox Media - Gallery Enabled - Title - Link to team -->
<a class="hover-wrap fancybox-media" data-fancybox-group="team" title="TEAM MEMBERS" href="img/team/5.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/team/5.jpg" alt="team">
</li>
<li class="item-thumbs span3 team">
<!-- Fancybox Media - Gallery Enabled - Title - Link to team -->
<a class="hover-wrap fancybox-media" data-fancybox-group="team" title="TEAM MEMBERS" href="img/team/6.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/team/6.jpg" alt="team">
</li>
<li class="item-thumbs span3 team">
<!-- Fancybox Media - Gallery Enabled - Title - Link to team -->
<a class="hover-wrap fancybox-media" data-fancybox-group="team" title="TEAM MEMBERS" href="img/team/7.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/team/7.jpg" alt="team">
</li>
<li class="item-thumbs span3 team">
<!-- Fancybox Media - Gallery Enabled - Title - Link to team -->
<a class="hover-wrap fancybox-media" data-fancybox-group="team" title="TEAM MEMBERS" href="img/team/8.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/team/8.jpg" alt="team">
</li>
<li class="item-thumbs span3 team">
<!-- Fancybox Media - Gallery Enabled - Title - Link to team -->
<a class="hover-wrap fancybox-media" data-fancybox-group="team" title="TEAM MEMBERS" href="img/team/9.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/team/9.jpg" alt="team">
</li>
<li class="item-thumbs span3 team">
<!-- Fancybox Media - Gallery Enabled - Title - Link to team -->
<a class="hover-wrap fancybox-media" data-fancybox-group="team" title="TEAM MEMBERS" href="img/team/10.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/team/10.jpg" alt="team">
</li>
<!-- End Item Project -->
<!-- END TEAM MEMBERS-->
</ul>
</section>
</div>
</div>
</div>
<!-- End Portfolio Projects -->
</div>
</div>
<!-- End Our Work Section -->
<!--Video section start-->
<div id="banner">
<a class="play-icon popup-with-zoom-anim" href="#small-dialog"><span id="vid"> </span></a>
<!-- pop-up-box -->
<script type="text/javascript" src="js/modernizr.js"></script>
<link href="css/popuo-box.css" rel="stylesheet" type="text/css" media="all" />
<script src="js/jquery.magnific-popup.js" type="text/javascript"></script>
<!--//pop-up-box-->
<div id="small-dialog" class="mfp-hide">
<iframe src="https://www.youtube.com/embed/g9h_1VPEweI" width="500" height="500" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div> </div><!--banner ends here-->
<!-- Contact Section -->
<div id="contact" class="page">
<div class="container">
<!-- Title Page -->
<div class="row">
<div class="span12">
<div class="title-page">
<h2 class="title">Get in Touch</h2>
</div>
</div>
</div>
<!-- End Title Page -->
<!-- Contact Form -->
<div class="row">
<div class="span9">
<form id="contact-form" class="contact-form" action="contact.php" method="post">
<p class="contact-name">
<input id="contact_name" type="text" placeholder="Full Name" value="" name="name" />
</p>
<p class="contact-email">
<input id="contact_email" type="text" placeholder="Email Address" value="" name="email" />
</p>
<p class="contact-message">
<textarea id="contact_message" placeholder="Your Message" name="message" rows="15" cols="40"></textarea>
</p>
<p class="contact-submit">
<a id="contact-submit" class="submit" href="contact.php">Send Your Email</a>
</p>
<div id="response">
</div>
</form>
</div>
<div class="span3">
<div class="contact-details">
<h3>Contact Details</h3>
<ul>
<li><a href="#">[email protected]</a></li>
<li>
Amity University
<br>
Sec-125,Noida
<br>
India
</li>
</ul>
</div>
</div>
</div>
<!-- End Contact Form -->
</div>
</div>
<!-- End Contact Section -->
<!-- Socialize -->
<div id="social-area" class="page">
<div class="container">
<div class="row">
<div class="span12">
<h2>Follow On Social</h2>
<nav id="social">
<ul>
<li><a href="https://www.twitter.com/edcamity" title="Follow Me on Twitter" target="_blank"><span class="font-icon-social-twitter"></span></a></li>
<li><a href="https://www.facebook.com/edcamity" title="Follow Me on Facebook" target="_blank"><span class="font-icon-social-facebook"></span></a></li>
<li><a href="https://plus.google.com/+Edcamity" title="Follow Me on Google Plus" target="_blank"><span class="font-icon-social-google-plus"></span></a></li>
<li><a href="https://www.youtube.com/user/edcamity" title="Follow Me on YouTube" target="_blank"><span class="font-icon-social-youtube"></span></a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
<!-- End Socialize -->
<!-- Footer -->
<footer>
<p class="credits">©2014 - eDC. All rights reserved.</p>
</footer>
<!-- End Footer -->
<!-- Back To Top -->
<a id="back-to-top" href="#">
<i class="font-icon-arrow-simple-up"></i>
</a>
<!-- End Back to Top -->
<!-- Js -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <!-- jQuery Core -->
<script src="js/bootstrap.ayf.min.js"></script> <!-- Bootstrap -->
<script src="js/supersized.3.2.7.min.js"></script> <!-- Slider -->
<script src="js/waypoints.js"></script> <!-- WayPoints -->
<script src="js/waypoints-sticky.js"></script> <!-- Waypoints for Header -->
<script src="js/jquery.isotope.js"></script> <!-- Isotope Filter -->
<script src="js/jquery.fancybox.pack.js"></script> <!-- Fancybox -->
<script src="js/jquery.fancybox-media.js"></script> <!-- Fancybox for Media -->
<script src="js/jquery.tweet.js"></script> <!-- Tweet -->
<script src="js/plugins.js"></script> <!-- Contains: jPreloader, jQuery Easing, jQuery ScrollTo, jQuery One Page Navi -->
<script src="js/main.js"></script> <!-- Default JS -->
<script>
function openSolution(){
var element1 = document.getElementById("solution1");
element1.innerHTML = "<b> <a href='http://www.amity.edu/ayf/webpages/website/Registerframe.aspx?eid=971' title='registering you now'></a></b>";
var element2 = document.getElementById("solution2");
element2.innerHTML = "<b> <a href='http://www.amity.edu/ayf/webpages/website/Registerframe.aspx?eid=972' title='registering you now'></a></b>";
var element3 = document.getElementById("solution3");
element3.innerHTML = "<b> <a href='http://www.amity.edu/ayf/webpages/website/Registerframe.aspx?eid=973' title='registering you now'></a></b>";
}
</script>
<!-- End Js -->
</body>
</html>