-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html~
executable file
·675 lines (568 loc) · 28.3 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html lang="en" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html lang="en" class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html lang="en" class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
<head>
<!-- meta character set -->
<meta charset="utf-8">
<!-- Always force latest IE rendering engine or request Chrome Frame -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>ThinkFOSS 2.0</title>
<!-- Meta Description -->
<meta name="description" content="Blue One Page Creative HTML5 Template">
<meta name="keywords" content="one page, single page, onepage, responsive, parallax, creative, business, html5, css3, css3 animation">
<meta name="author" content="Muhammad Morshed">
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/png" href="img/logo-title.png"/>
<!-- CSS
================================================== -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
<!-- Fontawesome Icon font -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- bootstrap.min -->
<link rel="stylesheet" href="css/jquery.fancybox.css">
<!-- bootstrap.min -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- bootstrap.min -->
<link rel="stylesheet" href="css/owl.carousel.css">
<!-- bootstrap.min -->
<link rel="stylesheet" href="css/slit-slider.css">
<!-- bootstrap.min -->
<link rel="stylesheet" href="css/animate.css">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="css/main.css">
<!-- Modernizer Script for old Browsers -->
<script src="js/modernizr-2.6.2.min.js"></script>
<link href='http://fonts.googleapis.com/css?family=Varela+Round|Open+Sans:400,300,600' rel='stylesheet' type='text/css'>
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
<script>
$(document).ready(function() {
$("#loginLink").click(function( event ){
event.preventDefault();
$(".overlay1").fadeToggle("fast");
});
$(".overlayLink").click(function(event){
event.preventDefault();
var action = $(this).attr('data-action');
$("#loginTarget").load("ajax/" + action);
$(".overlay1").fadeToggle("fast");
});
$(".close").click(function(){
$(".overlay1").fadeToggle("fast");
});
$(document).keyup(function(e) {
if(e.keyCode == 27 && $(".overlay1").css("display") != "none" ) {
event.preventDefault();
$(".overlay1").fadeToggle("fast");
}
});
});
</script>
<script type="text/javascript">//<![CDATA[
$(window).load(function(){
var $select = $('#type');
$('a[href="register.php"]').click(function () {
$select.val( $(this).data('select') );
});
});//]]>
</script>
</head>
<body id="body">
<!-- preloader -->
<div id="preloader">
<div class="loder-box">
<div class="battery"></div>
</div>
</div>
<!-- end preloader -->
<!--
Fixed Navigation
==================================== -->
<header id="navigation" class="navbar-inverse navbar-fixed-top animated-header" style="background-color:#009ee3">
<div class="container" >
<div class="navbar-header">
<!-- responsive nav button -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- /responsive nav button -->
<!-- logo -->
<a class="navbar-brand" href="#" style="font-weight: bold; color:black">Think<span style="color:white">FOSS2.0</span></a>
<!-- /logo -->
</div>
<!-- main nav -->
<nav class="collapse navbar-collapse navbar-right" role="navigation" >
<ul id="nav" class="nav navbar-nav" >
<li><a href="#body">Home</a></li>
<li><a href="#service">Goals</a></li>
<li><a href="#portfolio">About Us</a></li>
<li><a href="#testimonials">Speakers</a></li>
<li><a href="#price">registration</a></li>
<li><a href="#faq">faq</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<!-- /main nav -->
</div>
</header>
<!--
End Fixed Navigation
==================================== -->
<main class="site-content" role="main">
<!--
Home Slider
==================================== -->
<section id="home-slider">
<div id="slider" class="sl-slider-wrapper" >
<div class="bg-img bg-img-1"></div>
<div class="slide-caption">
<div class="caption-content">
<h2 class="sec-title"><span style=" font-weight: 600;"> Think</span><span style="font-weight: 900; color: #a6e1ec">FOSS 2.0</span></h2>
<h3 style="color: white; font-weight: bold">< talk| code | hack ></h3> <br><br>
<a href="#price" class="btn btn-blue btn-effect">Register NOW !</a>
</div>
</div>
<nav class="navbar navbar-fixed-bottom" style="background-color: #009ee3; color: white">
<div class="container" style="padding-top: 10px">
<div class="pull-left fnav">
<p>Why Sponsor Us?</p>
</div>
<div class="pull-right fnav">
<a href="http://facebook.com/thinkfoss" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://plus.google.com/102089872995784319229/about" target="_blank"><i class="fa fa-google-plus"></i></a>
<a href="https://twitter.com/thinkfoss" target="_blank"><i class="fa fa-twitter"></i></a>
</div>
</div>
</nav>
</div><!-- /slider-wrapper -->
</section>
<!-- Service section -->
<section id="service">
<div class="container">
<div class="row">
<div class="sec-title text-center">
<h2 class="wow animated bounceInLeft">Goals</h2>
<p class="wow animated bounceInRight">Why ThinkFOSS 2.0 ?</p>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 text-center wow animated zoomIn">
<div class="service-item">
<div class="service-icon">
<i class="fa fa-code fa-3x"></i>
</div>
<h3>Code Contribution</h3>
<p>To contribute for major organisations.</p>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 text-center wow animated zoomIn" data-wow-delay="0.3s">
<div class="service-item">
<div class="service-icon">
<i class="fa fa-comment fa-3x"></i>
</div>
<h3>Talks</h3>
<p>Conduct talks by various speakers across India.</p>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 text-center wow animated zoomIn" data-wow-delay="0.6s">
<div class="service-item">
<div class="service-icon">
<i class="fa fa-cogs fa-3x"></i>
</div>
<h3>Workshop</h3>
<p>Learn a lot from quality mentors practically.</p>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 text-center wow animated zoomIn" data-wow-delay="0.9s">
<div class="service-item">
<div class="service-icon">
<i class="fa fa-terminal fa-3x"></i>
</div>
<h3>Hackathon</h3>
<p>A platform for everyone to bring their ideas to life.</p>
</div>
</div>
</div>
</div>
</section>
<!-- end Service section -->
<!-- portfolio section -->
<section id="portfolio">
<div class="container">
<div class="row">
<div class="sec-title text-center wow animated fadeInDown">
<h2>About Us</h2>
<p>What is ThinkFOSS 2.0?</p>
</div>
<ul class="project-wrapper wow animated fadeInUp">
<li class="portfolio-item">
<img src="img/fosslogo.jpg" class="img-responsive" alt="We aim at encouraging students to embrace the free and open source approach that is fast gaining momentum and support and guide each other towards making open source contributions, and towards the usage of free software.">
<figcaption class="mask">
<h3>FOSS@Amrita</h3>
<p>We encourage and support students to improve their technical and social skills.</p>
</figcaption>
<ul class="external">
<li><a class="fancybox" title="FOSS@Amrita" data-fancybox-group="works" href="img/fosslogo.jpg"><i class="fa fa-chevron-circle-down"></i></a></li>
<li><a href="http://foss.amrita.ac.in/"><i class="fa fa-link"></i></a></li>
</ul>
</li>
<li class="portfolio-item">
<img style="height:17em;padding-left:3em" src="img/logo.png" class="img-responsive" alt="thinkFOSS 2.0 is a forum for the open source contributors and enthusiasts to meet up, share knowledge, contribute, learn, play, and most importantly have fun.The conference is a vibrant occasion for collaboration and exchange of ideas, skills, thoughts among like minded people who are passionate about open source.">
<figcaption class="mask">
<h3>ThinkFOSS 2.0</h3>
<p>We promote the use of free and open source software and technologies. </p>
</figcaption>
<ul class="external">
<li><a class="fancybox" title="ThinkFOSS 2.0" href="img/logo.png" data-fancybox-group="works" ><i class="fa fa-chevron-circle-down"></i></a></li>
<li><a href=""><i class="fa fa-link"></i></a></li>
</ul>
</li>
<li class="portfolio-item">
<img src="img/portfolio/amritapuri.png"style="height:17em;padding-left:4em" class="img-responsive" alt="Amrita University is a multi-campus, multi-disciplinary research university that is accredited 'A' by NAAC and is ranked as one of the best research universities in India. ">
<figcaption class="mask">
<h3>Amrita University</h3>
<p>Amrita University is ranked as one of the best research universities in India.</p>
</figcaption>
<ul class="external">
<li><a class="fancybox" title="Amrita University" data-fancybox-group="works" href="img/portfolio/amritapuri.png"><i class="fa fa-chevron-circle-down"></i></a></li>
<li><a href="https://www.amrita.edu/"><i class="fa fa-link"></i></a></li>
</ul>
</li>
</ul>
</div>
</div>
</section>
<!-- end portfolio section -->
<!-- Testimonial section -->
<section id="testimonials" class="parallax">
<div class="overlay">
<div class="container">
<div class="row">
<div class="sec-title text-center white wow animated fadeInDown">
<h2>Speakers</h2>
</div>
<div id="testimonial" class=" wow animated fadeInUp">
<div class="testimonial-item text-center">
<img src="img/speaker1.jpg" alt="Our Clients">
<div class="clearfix">
<span>Tony Thomas</span>
<p>CTO, ThinkFOSS.<br>A random open source guy and wikimedian who promotes FOSS.</p>
</div>
</div>
<div class="testimonial-item text-center">
<img src="img/speaker2.jpg" alt="Our Clients">
<div class="clearfix">
<span>Bithin Alangot</span>
<p>PhD Research Scholar in Cyber Security Systems & Networks and Mentor of FOSS@amrita.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end Testimonial section -->
<!-- Price section -->
<section id="price">
<div class="container">
<div class="row">
<div class="sec-title text-center wow animated fadeInDown">
<br> <h2 class="section-title"> REGISTRATION </h2>
<div class="col-md-4 wow animated fadeInLeft"data-wow-delay="0.4s">
<div align="right" style="padding-left:10em">
<a href="http://conf-thinkfoss.doattend.com" <button class="btn btn-blue btn-effect" id="registration-submit-btn"><i class="fa fa-graduation-cap fa-5x "></i><br>Register As Participant</button></a>
</div>
</div>
<div class="col-md-4 wow animated fadeInRight" data-wow-delay="0.8s">
<div align="right" style="padding-left:20em">
<a href="http://goo.gl/forms/7ye2Z8JQT2"><button type="submit" class="btn btn-blue btn-effect" id="registration-submit-btn"><i class="fa fa-bullhorn fa-5x "></i><br>Register As Speaker</button></a>
</div>
</div>
</div>
</div>
<br>
</br>
<section id="registration" class="overlay1" style="display: none;">
<div class="login-wrapper">
<div class="login-content" id="loginTarget">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="col-md-4 wow animated fadeInUp">
</div>
</div>
</div>
</div>
<form action="#" id="registration-form">
<div class="row">
<div class="col-md-12" id="registration-msg" style="display:none;">
<div class="alert"></div>
</div>
<div class="col-sm-6">
<div class="form-group">
<input type="text" class="form-control" placeholder="First Name" id="fname" name="firstname" required>
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="Last Name" id="lname" name="lastname" required>
</div>
<div class="form-group">
<input type="email" class="form-control" placeholder="Email" id="email" name="email" required>
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="Phone" id="cell" name="phone" required>
</div>
</div>
<div class="col-sm-6">
<div class="amrita" style="display:none;" >
<div class="form-group">
<select class="form-control" name="college" id="college" required>
<option value="amritapuri">Amritpuri Campus</option>
<option value="bangalore">Banglore Campus</option>
<option value="coimbatore">Ettimadai Campus</option>
<option value="kochi">Kochi Campus</option>
<option value="mysore">Mysore Campus</option>
</select>
</div>
<div class="form-group">
<input type="text" class="form-control" value="AM." id="college_id" name="college_id" required>
</div>
</div>
<div class="amrita" style="display:none;" >
<div class="form-group">
<input type="text" class="form-control" placeholder="College" id="college" name="college" required>
</div>
</div>
<div class="form-group">
<div class ="radio-btn">
<input type="radio" id="radio01" name="radio" />
<label for="radio01"><span></span>Male</label>
<input type="radio" id="radio02" name="radio" />
<label for="radio02"><span></span>Female</label>
</div>
<div class="form-group">
<form action="">
<label class="checkbox-inline"><input type="checkbox" value="food">Food</label>
<label class="checkbox-inline"><input type="checkbox" value="accomodation">Accomodation</label>
</form>
</div>
</div>
<div class="form-group">
<select class="form-control" name="type" id="type" required>
<option value="am_student">Amrita Student: 200</option>
<option value="student">Non-Amrita Student: 300</option>
<option value="industrial">Industrial: 500</option>
</select>
</div>
</div>
</div>
<div class="text-center mt20">
<button type="submit" class="btn btn-blue btn-effect" id="registration-submit-btn">Submit</button>
</div>
<br><p style="text-align: center">*Food and Accomodation extra</p>
</div>
</div>
</div>
</form>
</div>
</section>
</section>
<!-- end Price section -->
<div style="text-align:center">
<br> *Food and Accomodation Extra</br>
</div>
</div>
</section>
<!-- Social section -->
<section id="social" class="parallax">
<div class="overlay">
<div class="container">
<div class="row">
<div class="sec-title text-center white wow animated fadeInDown">
<h2>FOLLOW US</h2>
<p>Let's keep in touch.</p>
</div>
<ul class="social-button">
<li class="wow animated zoomIn"><a href="https://www.facebook.com/thinkfoss2.0"><i class="fa fa-facebook fa-2x"></i></a></li>
<li class="wow animated zoomIn" data-wow-delay="0.3s"><a href="twitter.com/thinkfoss"><i class="fa fa-twitter fa-2x"></i></a></li>
<li class="wow animated zoomIn" data-wow-delay="0.6s"><a href="https://plus.google.com/106811264728500468417/about"><i class="fa fa-google-plus fa-2x"></i></a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- end Social section -->
<section id="faq" class="section faq">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="sec-title text-center wow animated bounceInUp" data-wow-delay="0.2s">
<h2 class="section-title">FAQ's</h2>
</div>
</div>
</div>
<div style="text-align:center;" class="row">
<div class="col-md-12">
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
<div class="panel panel-default wow animated bounceInLeft">
<div class="panel-heading background-color: #cccd94" role="tab" id="headingOne">
<h4 class="panel-title">
<a class="faq-toggle collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne">What is ThinkFOSS2.0?</a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingOne">
<div class="panel-body">
<p>ThinkFOSS2.0 is a platform for open source contributors and enthusiasts to meet up, share their knowledge, contribute, learn, play, and most importantly have fun. It is organized to promote the use of free and open source software and technologies. It is the perfect arena for collaboration and exchange of ideas, skills, thoughts among like minded people who are passionate about open source.</p>
</div>
</div>
</div>
<div class="panel panel-default wow animated bounceInRight" data-wow-delay="0.6s">
<div class="panel-heading" role="tab" id="headingTwo">
<h4 class="panel-title">
<a class="faq-toggle collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">Who can attend ThinkFOSS2.0 ?</a>
</h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo">
<div class="panel-body">
<p>Anyone who is interested in exploring the wonders in the world of Open Source are most welcome to attend.</p>
</div>
</div>
</div>
<div class="panel panel-default wow animated bounceInLeft" data-wow-delay="0.8s">
<div class="panel-heading" role="tab" id="headingThree">
<h4 class="panel-title">
<a class="faq-toggle collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseThree" aria-expanded="false" aria-controls="collapseThree">Is there a Registration fee ?</a>
</h4>
</div>
<div id="collapseThree" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree">
<div class="panel-body">
<p>Yes. If you are a student of Amrita University, then you have registration fees of ₹200 per person. If you are a non-Amritian, then you have to pay an amount of ₹300 per person. If you don’t belong to either of the above groups, then you have a registration amount of ₹500 per person.</p>
</div>
</div>
<div class="panel panel-default wow animated bounceInRight" data-wow-delay="1.0s">
<div class="panel-heading" role="tab" id="headingFour">
<h4 class="panel-title">
<a class="faq-toggle collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseFour" aria-expanded="false" aria-controls="collapseFour"> Is there any pre-requisites?</a>
</h4>
</div>
<div id="collapseFour" class="panel-collapse collapse " role="tabpanel" aria-labelledby="headingFour">
<div class="panel-body">
<p> “A mind to learn something new with a passion to Open Source”.
Recommended: Linux installed laptop (We will help you install linux in case if you don’t have)Knowledge in github</p>
</div>
</div>
</div>
<div class="panel panel-default wow animated bounceInRight" data-wow-delay="1.2s">
<div class="panel-heading" role="tab" id="headingFive">
<h4 class="panel-title">
<a class="faq-toggle collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseFive" aria-expanded="false" aria-controls="collapseFive"> I have specific questions that are not addressed here. Who can help me ?</a>
</h4>
</div>
<div id="collapseFive" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingFive">
<div class="panel-body">
</div>
<p>You may email us (see below).</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact section -->
<section id="contact" >
<div class="container">
<div class="row">
<div class="sec-title text-center wow animated fadeInDown">
<h2>Contact US</h2>
<p>Leave a Message, and we will get back to you soon</p>
</div>
<div class="col-md-7 contact-form wow animated fadeInLeft well">
<form action="http://formspree.io/[email protected]" method="POST" >
<form class="form-inline">
<div class="form-group">
<label class="sr-only" for="exampleInputAmount">Your Name</label>
<div class="input-group">
<div class="input-group-addon"><i class="fa fa-user"></i> </div>
<input type="text" class="form-control" id="contact-name" placeholder="Your Name" name="name">
</div>
</div>
<div class="form-group">
<label class="sr-only" for="exampleInputEmail1">Email id</label>
<div class="input-group">
<div class="input-group-addon"><i class="fa fa-envelope"></i> </div>
<input type="email" class="form-control" id="contact-email" placeholder="Enter email" name="_replyto">
</div>
</div>
<div class="form-group">
<label class="sr-only" for="exampleInputEmail1">Message</label>
<div class="input-group">
<div class="input-group-addon"><i class="fa fa-book"></i> </div>
<textarea class="form-control" rows="3" name="message" id="message" placeholder="Your message" ></textarea>
</div>
</div>
<button type="submit" class="btn btn-blue btn-effect">Submit</button>
</form>
</form>
</div>
<div class="col-md-5 wow animated fadeInRight">
<address class="contact-details">
<h1>REACH US</h1>
<div class="well">
<p>FOSS@amrita <br><span>Amritapuri,</span> <span>Clappana P.O, <br>Kollam, Kerala 690525 </span><span>India</span></p><br>
<p><i class="fa fa-envelope"></i> <a href="mailto:[email protected]">[email protected]</a> </p>
</div>
</address>
</div>
</div>
</div>
</section>
<!-- end Contact section -->
<section id="google-map">
<div id="map-canvas" class="wow animated fadeInUp"></div>
</section>
</main>
<footer id="footer">
<div class="container">
<div class="row text-center">
<div class="footer-content">
<div class="footer-social">
<ul>
<li class="wow animated zoomIn"><a href="https://www.facebook.com/FossatAmrita"><i class="fa fa-facebook fa-3x"></i></a></li>
<li class="wow animated zoomIn" data-wow-delay="0.3s"><a href="https://twitter.com/amritafoss"><i class="fa fa-twitter fa-3x"></i></a></li>
<li class="wow animated zoomIn" data-wow-delay="0.6s"><a href="http://foss.amrita.ac.in/"><i class="fa fa-home fa-3x"></i></a></li>
<li class="wow animated zoomIn" data-wow-delay="0.9s"><a href="http://webchat.freenode.net/?channels=amfoss"><i class="fa fa-users fa-3x"></i></a></li>
</ul>
</div>
<p>Powered By FOSS students, Amritapuri </p>
</div>
</div>
</div>
</footer>
<!-- Essential jQuery Plugins
================================================== -->
<!-- Main jQuery -->
<script src="js/jquery-1.11.1.min.js"></script>
<!-- Twitter Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Single Page Nav -->
<script src="js/jquery.singlePageNav.min.js"></script>
<!-- jquery.fancybox.pack -->
<script src="js/jquery.fancybox.pack.js"></script>
<!-- Google Map API -->
<script src="http://maps.google.com/maps/api/js?sensor=false"></script>
<!-- Owl Carousel -->
<script src="js/owl.carousel.min.js"></script>
<!-- jquery easing -->
<script src="js/jquery.easing.min.js"></script>
<!-- Fullscreen slider -->
<script src="js/jquery.slitslider.js"></script>
<script src="js/jquery.ba-cond.min.js"></script>
<!-- onscroll animation -->
<script src="js/wow.min.js"></script>
<!-- Custom Functions -->
<script src="js/main.js"></script>
</body>
</html>