-
Notifications
You must be signed in to change notification settings - Fork 0
/
event.html
687 lines (587 loc) · 25.4 KB
/
event.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
<!doctype html>
<html>
<head>
<!-- ## SITE META ## -->
<meta charset="utf-8">
<title>Event.</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="shortcut icon" href="includes/img/placeholder/favicon.ico">
<!-- ## LOAD STYLSHEETS ## -->
<link rel="stylesheet" media="all" href="includes/css/style.css"/>
<!-- ## GOOGLE FONTS ## -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway:100,300,400' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="includes/css/font-awesome.min.css">
<link rel="stylesheet" href="includes/css/bootstrap.min.css">
<script src="dist/sweetalert.min.js"></script>
<link rel="stylesheet" type="text/css" href="dist/sweetalert.css">
<link rel="stylesheet" href="includes/font-awesome-4.4.0/css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" type="text/css" href="includes/css/bootstrap.min.css">
<script src="includes/js/2.1.1.jquery.min.js"></script>
<script src="includes/js/bootstrap.min.js"></script>
<script src="dist/sweetalert.min.js"></script>
<link rel="stylesheet" type="text/css" href="dist/sweetalert.css">
<link rel="stylesheet" href="includes/font-awesome-4.4.0/css/font-awesome.min.css" type="text/css">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="includes/css/main.css" type="text/css">
</head>
<body>
<nav class="navbar navbar-fixed-bottom" style="background-color: #1DB6AD; 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">
<p>Call For Papers.</p>
</div>
</div>
</nav>
<!-- ## HEADER ## -->
<header id="qcHeader">
<div class="row">
<!-- ## LOGO ## -->
<div id="qcLogo" class="col-6 col" style="text-align: center">
<a href="index.html"><img src="includes/img/logoheader.png" style="width : 300px;" alt='ThinkFOSS Conf 2.0'/></a>
</div>
<!-- ## SITE NAVIGATION ## -->
<nav id="qcPriNav" class="col-6 col">
<ul class="clearfix">
<li class="current"><a href="event.html"><i class="icon-calendar-2 icon"></i> <span>Event Details</span></a></li>
<li><a href="ticket.html"><i class="icon-ticket icon"></i> <span>Buy Tickets</span></a></li>
</ul>
</nav>
</div>
</header>
<!-- ## HEADER END ## -->
<!-- ## CONTENT WRAPPER ## -->
<div id="qcContentWrapper">
<!-- ## PAGE TITLE ## -->
<section id="qcSecbar">
<div class="qcContainer">
<h1>Event. <span>Know more about the event</span></h1>
</div>
</section>
<!-- ## PAGE CONTENT ## -->
<section id="qcContent">
<div class="qcContainer">
<!-- ## MOB NAV ## -->
<div id="qcMbTrigger"></div>
<!-- ## TABS ## -->
<div id="qcTabs" class="tabs">
<!-- ## TAB NAV ## -->
<ul id="qcTabNav" class="clearfix">
<li><a href="#tab-1"><i class="icon-book-open icon"></i> <span>About</span></a></li>
<li><a href="#tab-2"><i class="icon-clock-1 icon"></i> <span>Schedule</span></a></li>
<li><a href="#tab-3"><i class="icon-user-add icon"></i> <span>Speakers</span></a></li>
<li><a href="#tab-4"><i class="icon-map icon"></i> <span>Venue</span></a></li>
<!--<li><a href="#tab-5"><i class="icon-picture icon"></i> <span>Gallery</span></a></li>-->
</ul>
<!-- ===============================================
PAGE 1 - ABOUT
=============================================== -->
<div id="tab-1" class="qcTabPage clearfix">
<!-- ## ROW ## -->
<div class="stretch row clearfix">
<!-- ## TAB TITLE & DESC ## -->
<div class="col-4 col">
<div class="qcTabTitle">
<h4 style="text-align: center">ThinkFOSS <br>2.0</h4>
</div>
<p class="qcPageDesc">ThinkFOSS 2.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.</p>
</div>
<!-- ## SLIDER ## -->
<div class="col-8 col" style="padding-top: 5%">
<div class="video box no-border">
<!-- ## EMBEDED VIDEO [ YOUTUBE, VIMEO ] ## -->
<div class="qcFitVids">
<iframe width="640" height="360" src="https://www.youtube.com/embed/fB_MqsJX1C8" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<!-- ## SLIDER END ## -->
</div>
</div>
<!-- ## ROW END ## -->
<!-- ## ROW ## -->
<div class="dblBorder">
<div class="row clearfix">
<div class="col-12 col">
<!-- ## TESTIMONIALS END ## -->
</div>
</div>
</div>
<!-- ## ROW END ## -->
<!-- ## ROW ## -->
<div class="dblBorder">
<div class="row clearfix">
<div class="col-12 col">
<!-- ## FEATURE COUNTER ## -->
<div id="qcAbtCount" class="qcEventlayout clearfix">
<div class="col-3 col">
<div class="box">
<i class="icon-trophy icon"></i>
<div class="abtCountNum">5+</div>
<div class="abtCountTitle">Prizes</div>
</div>
</div>
<div class="col-3 col">
<div class="box">
<i class="icon-direction icon"></i>
<div class="abtCountNum">15+</div>
<div class="abtCountTitle">Speakers</div>
</div>
</div>
<div class="col-3 col">
<div class="box">
<i class="icon-mic icon"></i>
<div class="abtCountNum">20+</div>
<div class="abtCountTitle">Talks</div>
</div>
</div>
<div class="col-3 col">
<div class="box">
<i class="icon-globe-1 icon"></i>
<div class="abtCountNum">72</div>
<div class="abtCountTitle">Hours</div>
</div>
</div>
</div>
<!-- ## FEATURE COUNTER END ## -->
</div>
</div>
</div>
<!-- ## ROW END ## -->
</div>
<!-- ## PAGE 1 END ## -->
<!-- ===============================================
PAGE 2 - SCHEDULE
=============================================== -->
<div id="tab-2" class="qcTabPage clearfix">
<!-- ## ROW ## -->
<div class="row clearfix">
<!-- ## TAB TITLE ## -->
<div class="col-4 col">
<div class="qcTabTitle no-border">
<h4>Schedule<span> Official Schedule for the event</span></h4>
</div>
</div>
<!-- ## TAB DESC ## -->
<div class="col-8 col">
<div class="box no-border nopad">
<p class="qcPageDesc full"></p>
</div>
</div>
</div>
<!-- ## ROW END ## -->
<!-- ## ROW ## -->
<div class="dblBorder">
<div class="row clearfix">
<div class="col-12 col">
<!-- ## SCHEDULE LIST ## -->
<div id="qcScheduleWrapper">
<!-- ## DAY 1 ## -->
<div class="qcScheduleDay">
<header class="qcSchDay">
<p>Friday <span>08 Jan</span></p>
</header>
<ul class="qcScheduleList clearfix">
<li>
<a href="#" class="tips" title="INTRODUCTION">
<img src="../../wordpress/musicvent/wp-content/uploads/2014/03/ultraba14a_129.jpg" alt="" />
<div class="qcSchDesc">
<p class="qcSchTime">10:00 <sup>AM Onwards</sup></p>
<p class="qcSchSpeaker">Introduction <span>- Tony Thomas</span></p>
</div>
</a>
</li>
<li>
<a href="#" class="tips" title="PHILOSOPHY">
<img src="../../wordpress/musicvent/wp-content/uploads/2014/03/ultrasa14b_138.jpg" alt="" />
<div class="qcSchDesc">
<p class="qcSchTime">11:30 <sup>AM Onwards</sup></p>
<p class="qcSchSpeaker">Philosophy <span>- Tony Thomas</span></p>
</div>
</a>
</li>
<li>
<a href="#" class="tips" title="HISTORY">
<img src="../../wordpress/musicvent/wp-content/uploads/2014/03/ultrasa14b_072.jpg" alt="" />
<div class="qcSchDesc">
<p class="qcSchTime">01:00 <sup>PM Onwards</sup></p>
<p class="qcSchSpeaker">History <span>- Tony Thomas</span></p>
</div>
</a>
</li>
<li>
<a href="#" class="tips" title="GEOGRAPHY">
<img src="../../wordpress/musicvent/wp-content/uploads/2014/03/ultrasa14b_155.jpg" alt="" />
<div class="qcSchDesc">
<p class="qcSchTime">10:00 <sup>AM Onwards</sup></p>
<p class="qcSchSpeaker">Introduction <span>- Tony Thomas</span></p>
</div>
</a>
</li>
<li>
<a href="#" class="tips" title="INTRODUCTION">
<img src="../../wordpress/musicvent/wp-content/uploads/2014/03/ultraba14a_129.jpg" alt="" />
<div class="qcSchDesc">
<p class="qcSchTime">11:30 <sup>AM Onwards</sup></p>
<p class="qcSchSpeaker">Introduction <span>- Tony Thomas</span></p>
</div>
</a>
</li>
</ul>
</div>
<!-- ## DAY 1 END ## -->
<!-- ## DAY 2 ## -->
<div class="qcScheduleDay">
<header class="qcSchDay">
<p>Saturday <span>09 Jan</span></p>
</header>
<ul class="qcScheduleList clearfix">
<li>
<a href="#" class="tips" title="INTRODUCTION">
<img src="../../wordpress/musicvent/wp-content/uploads/2014/03/ultraba14a_008.jpg" alt="" />
<div class="qcSchDesc">
<p class="qcSchTime">10:00 <sup>AM Onwards</sup></p>
<p class="qcSchSpeaker">Introduction <span>- Tony Thomas</span></p>
</div>
</a>
</li>
<li>
<a href="#" class="tips" title="PHILOSOPHY">
<img src="../../wordpress/musicvent/wp-content/uploads/2014/03/ultraba14a_129.jpg" alt="" />
<div class="qcSchDesc">
<p class="qcSchTime">11:30 <sup>AM Onwards</sup></p>
<p class="qcSchSpeaker">Philosophy <span>- Tony Thomas</span></p>
</div>
</a>
</li>
<li>
<a href="#" class="tips" title="HISTORY">
<img src="../../wordpress/musicvent/wp-content/uploads/2014/03/ultraba14a_150.jpg" alt="" />
<div class="qcSchDesc">
<p class="qcSchTime">01:00 <sup>PM Onwards</sup></p>
<p class="qcSchSpeaker">History <span>- Tony Thomas</span></p>
</div>
</a>
</li>
<li>
<a href="#" class="tips" title="GEOGRAPHY">
<img src="../../wordpress/musicvent/wp-content/uploads/2014/03/ultrasa14b_138.jpg" alt="" />
<div class="qcSchDesc">
<p class="qcSchTime">10:00 <sup>AM Onwards</sup></p>
<p class="qcSchSpeaker">Introduction <span>- Tony Thomas</span></p>
</div>
</a>
</li>
<li>
<a href="#" class="tips" title="INTRODUCTION">
<img src="../../wordpress/musicvent/wp-content/uploads/2014/03/ultrasa14b_072.jpg" alt="" />
<div class="qcSchDesc">
<p class="qcSchTime">11:30 <sup>AM Onwards</sup></p>
<p class="qcSchSpeaker">Introduction <span>- Tony Thomas</span></p>
</div>
</a>
</li>
</ul>
</div>
<!-- ## DAY 2 END ## -->
<!-- ## DAY 3 ## -->
<div class="qcScheduleDay">
<header class="qcSchDay">
<p>Sunday <span>10 Jan</span></p>
</header>
<ul class="qcScheduleList clearfix">
<li>
<a href="#" class="tips" title="INTRODUCTION">
<img src="../../wordpress/musicvent/wp-content/uploads/2014/03/ultraba14a_008.jpg" alt="" />
<div class="qcSchDesc">
<p class="qcSchTime">10:00 <sup>AM Onwards</sup></p>
<p class="qcSchSpeaker">Introduction <span>- Tony Thomas</span></p>
</div>
</a>
</li>
<li>
<a href="#" class="tips" title="PHILOSOPHY">
<img src="../../wordpress/musicvent/wp-content/uploads/2014/03/ultraba14a_129.jpg" alt="" />
<div class="qcSchDesc">
<p class="qcSchTime">11:30 <sup>AM Onwards</sup></p>
<p class="qcSchSpeaker">Philosophy <span>- Tony Thomas</span></p>
</div>
</a>
</li>
<li>
<a href="#" class="tips" title="HISTORY">
<img src="../../wordpress/musicvent/wp-content/uploads/2014/03/ultraba14a_150.jpg" alt="" />
<div class="qcSchDesc">
<p class="qcSchTime">01:00 <sup>PM Onwards</sup></p>
<p class="qcSchSpeaker">History <span>- Tony Thomas</span></p>
</div>
</a>
</li>
<li>
<a href="#" class="tips" title="GEOGRAPHY">
<img src="../../wordpress/musicvent/wp-content/uploads/2014/03/ultrasa14b_138.jpg" alt="" />
<div class="qcSchDesc">
<p class="qcSchTime">10:00 <sup>AM Onwards</sup></p>
<p class="qcSchSpeaker">Introduction <span>- Tony Thomas</span></p>
</div>
</a>
</li>
<li>
<a href="#" class="tips" title="INTRODUCTION">
<img src="../../wordpress/musicvent/wp-content/uploads/2014/03/ultrasa14b_072.jpg" alt="" />
<div class="qcSchDesc">
<p class="qcSchTime">11:30 <sup>AM Onwards</sup></p>
<p class="qcSchSpeaker">Introduction <span>- Tony Thomas</span></p>
</div>
</a>
</li>
</ul>
</div>
<!-- ## DAY 3 END ## -->
</div>
<!-- ## SCHEDULE LIST END ## -->
</div>
</div>
</div>
</div>
<!-- ## PAGE 2 END ## -->
<!-- ===============================================
PAGE 3 - SPEAKERS
=============================================== -->
<div id="tab-3" class="qcTabPage clearfix">
<!-- ## ROW ## -->
<div class="speakers row clearfix">
<!-- ## TAB TITLE & DESC ## -->
<div class="col-4 col">
<div class="qcTabTitle">
<h4>Speakers<span> Who Will Speak at the event</span></h4>
</div>
<p class="qcPageDesc">Speakers here will talk widely on General FOSS topics.</p>
</div>
<!-- ## SPEAKERS ## -->
<div class="col-8 col">
<div class="box no-border nopad">
<!-- ## SPEAKERS LIST ## -->
<ul class="3-col-carousel owl-carousel qcTeamCol row">
<!-- ## SPEAKER 1 ## -->
<li>
<div class="small-box">
<img src="../studioo1/standard/assets/img/placeholder/t2.png" alt="Team-1" title="http://photodune.net/item/smart-teacher/856363?WT.ac=search_thumb&WT.oss_phrase=smart%20&WT.oss_rank=65&WT.z_author=Pressmaster"/>
<h4>Tony Thomas</h4>
<p>CTO, ThinkFOSS.</p>
<p>A random Wikimedian guy who promotes FOSS.</p>
<ul class="qcGlyphSocial clearfix">
<li><a href="#" class="tips" title="FACEBOOK"><i class="icon-facebook"></i></a></li>
<li><a href="#" class="tips" title="TWITTER"><i class="icon-twitter"></i></a></li>
<li><a href="#" class="tips" title="BLOG"><i class="icon-wordpress"></i></a></li>
<li><a href="#" class="tips" title="GOOGLE +"><i class="icon-google"></i></a></li>
<li><a href="#" class="tips" title="LINKEDIN"><i class="icon-linkedin"></i></a></li>
</ul>
</div>
</li>
<!-- ## SPEAKER 2 ## -->
<li>
<div class="small-box">
<img src="../studioo1/standard/assets/img/placeholder/t3.png" alt="Team-2" title="http://photodune.net/item/photographer/7897851?WT.ac=search_thumb&WT.oss_phrase=photographer&WT.oss_rank=77&WT.z_author=Minervastudio"/>
<h4>Bithin Alangot</h4>
<p>PhD Research Scholar in Cyber Security Systems & Networks and Mentor of FOSS@Amrita.</p>
<ul class="qcGlyphSocial clearfix">
<li><a href="#" class="tips" title="FACEBOOK"><i class="icon-facebook"></i></a></li>
<li><a href="#" class="tips" title="TWITTER"><i class="icon-twitter"></i></a></li>
<li><a href="#" class="tips" title="BLOG"><i class="icon-wordpress"></i></a></li>
<li><a href="#" class="tips" title="GOOGLE +"><i class="icon-google"></i></a></li>
<li><a href="#" class="tips" title="LINKEDIN"><i class="icon-linkedin"></i></a></li>
</ul>
</div>
</li>
<!-- ## SPEAKER 3 ## -->
</ul>
<!-- ## SPEAKERS LIST END ## -->
</div>
</div>
<!-- ## SPEAKERS END ## -->
</div>
<!-- ## ROW END ## -->
<!-- ## ROW ## -->
<div class="dblBorder">
<div class="row clearfix">
<div class="col-12 col">
<!-- ## MODULE TITLE ## -->
<!--<div class="qcModTitle">
<h1>Partners</h1>
<p>Those helping hands</p>
</div>
<ul class="qcSposnsorList clearfix">
<li>
<a href="#" class="tips" title="INTRODUCTION">
<img src="includes/light/partner-1.png" alt="" />
</a>
</li>
<li>
<a href="#" class="tips" title="INTRODUCTION">
<img src="includes/light/partner-2.png" alt="" />
</a>
</li>
<li>
<a href="#" class="tips" title="INTRODUCTION">
<img src="includes/light/partner-3.png" alt="" />
</a>
</li>
<li>
<a href="#" class="tips" title="INTRODUCTION">
<img src="includes/light/partner-4.png" alt="" />
</a>
</li>
<li>
<a href="#" class="tips" title="INTRODUCTION">
<img src="includes/light/partner-5.png" alt="" />
</a>
</li>
<li>
<a href="#" class="tips" title="INTRODUCTION">
<img src="includes/light/partner-6.png" alt="" />
</a>
</li>
<li>
<a href="#" class="tips" title="INTRODUCTION">
<img src="includes/light/partner-1.png" alt="" />
</a>
</li>
</ul>
-->
</div>
</div>
</div>
<!-- ## ROW END ## -->
</div>
<!-- ## PAGE 3 END ## -->
<!-- ===============================================
PAGE 4 - VENUE
=============================================== -->
<div id="tab-4" class="qcTabPage clearfix">
<!-- ## ROW ## -->
<div class="row clearfix">
<!-- ## TAB TITLE ## -->
<div class="col-5 col">
<div class="qcTabTitle no-border">
<h4>Venue<span>Location of to the event</span></h4>
</div>
</div>
<!-- ## ADDRESS LIST ## -->
<div class="col-7 col">
<ul class="qcAddress">
<li><i class="icon-map"></i><p><strong>ADDRESS</strong>: FOSS@amrita, Amritapuri, Clappana P.O, Kollam, Kerala 690525 India</p></li>
<li><i class="icon-user-1"></i><p><strong>PHONE</strong>: +91-9809806169</p></li>
<li><i class="icon-mail-1"></i><p><strong>EMAIL</strong>: [email protected]</p></li>
<li><i class="icon-globe-1"></i><p><strong>WEBSITE</strong>: <a title="website" href="http://event.thinkfoss.com/" target="_blank">tfc.amrita.edu</a></p></li>
</ul>
</div>
</div>
<!-- ## ROW END ## -->
<!-- ## ROW ## -->
<div class="dblBorder">
<div class="row clearfix">
<div class="col-12 col">
<!-- ## VENUE LAYOUT PLAN ## -->
<div class="dblBorder only"></div>
<!-- ## VENUE MAP ## -->
<div class="qcEventlayout">
<h1>Map</h1>
<div id="qcContactMap"></div>
<div id="qcMapAddress" data-lat="9.0939296" data-lng="76.4918123" data-add="Amritapuri Vallikavu, Kerala 690525"></div>
</div>
</div>
</div>
</div>
<!-- ## ROW END ## -->
</div>
<!-- ## PAGE 4 END ## -->
<!-- ===============================================
PAGE 5 - GALLERY
=============================================== -->
</div>
<!-- ## TABS END ## -->
</div>
</section>
<!-- ## PAGE CONTENT END ## -->
</div>
<!-- ## CONTENT WRAPPER END ## -->
<!-- ## FOOTER ## -->
<footer id="qcFooter" class="clearfix">
<div class="qcContainer">
<!-- ## FOOTER NAV ## -->
<div class="col-5 col">
<nav id="qcFooterNav">
<ul class="clearfix">
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</div>
<!-- ## FOOTER LOGO ## -->
<div id="qcFooterLogo" class="col-2 col">
<a href="#">
<img style="height:4em" src="includes/img/placeholder/logo-footer.png" alt="LOGO" />
</a>
</div>
<!-- ## FOOTER COPYRIGHTS ## -->
<div id="qcFooterPara" class="col-5 col">
<p>Some rights reserved <br /> <span>POWERED BY FOSS@Amrita, AMRITAPURI</span></p>
</div>
</div>
</footer>
<!-- ## FOOTER END ## -->
<!-- ## HEADER END ## -->
<nav class="navbar navbar-fixed-bottom" style="background-color: #ff4e00; color: white">
<div class="container" style="padding-top: 10px">
<div class="pull-left fnav">
<a style="color:white;" class="click"><button class="btn btn-primary" data-toggle="modal" data-target="#myModal">Sponsor Us</button></a>
Built with <i class="fa fa-heart"></i> towards Open Source by <a href="http://foss.amrita.ac.in" style="color: black;" target="_blank">FOSS@Amrita</a> and <a href="http://www.thinkfoss.com" target="_blank" style="color: black">ThinkFOSS</a> with CSE Department, Amritapuri
</div>
<div class="pull-right fnav">
<a style="color:white" href = 'https://confthinkfoss.talkfunnel.com/thinkfossconference/new' target="_blank"><button class="btn btn-primary">Submit Talk <i class="fa fa-thumbs-up"></i></button></a>
</div>
</div>
</nav>
<!-- Modal -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="myModalLabel" style="text-align: center">Why Sponsor Us?</h4>
</div>
<div class="modal-body" style="text-align: justify">
Accredited with ‘A’ from NAAC for its excellence and with the grace of Mata Amritanandamayi Devi, Amrita University
fosters one of the most active and tech-oriented Open Source student clubs in India - FOSS@Amrita.
The club soars with powerful young and enthusiastic minds with the urge to contribute to Open Source and back to the community. Students of the University get encouraged to hack and learn more, and later start companies while maintaining their Academic excellence.
<br>
Your contribution would be a motivation for loads of students and professionals to get into the free software movement
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
<a href="mailto:[email protected]"><button type="button" class="btn btn-primary">Contact Us </button></a>
</div>
</div>
</div>
</div>
<!-- ## LOAD JAVASCRIPTS ## -->
<script src="includes/js/2.1.1.jquery.min.js" type="text/javascript"></script>
<script src="includes/js/owl.carousel.min.js" type="text/javascript"></script>
<script src="includes/js/library.js" type="text/javascript"></script>
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false&ver=3.5" type="text/javascript"></script>
<script src="includes/js/init.js" type="text/javascript"></script>
<script>
document.querySelector('.click').onclick = function(){
swal("Why Sponsor Us?", "The Youngest University accredited with ‘A’ from NAAC, with the grace of Mata Amritanandamayi Devi with the, 4th most active FOSS club in India, with young and enthusiastic minds with the urge to contribute to Open Source. Only University in Kerala with 5 GSoC ‘s in the year 2015 in various open source organisations.The hard work and dedication of the youth in contribution to open source apart from the academics is to be appreciated. Your support and motivation would add to the development of a much stronger FOSS community.\nMail us at : [email protected]")
};
</script>
</body>
</html>