This repository has been archived by the owner on May 30, 2020. It is now read-only.
forked from atulsuresh/makerpartykochid1
-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
executable file
·532 lines (463 loc) · 29.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<title>Maker Party Kochi</title>
<meta name="description" content="A FESTIVAL OF LEARNING, SHARING, CREATIVITY, MUSIC, CODE, ENGINEERING, CRAFTS, FOOD, INSPIRING AND FUN">
<meta name="keywords" content="Maker Party, Mozilla, Teach The Web, WebMaker, Learn, Mozilla Kerala">
<link rel="shortcut icon" href="assets/img/icon/makerparty_favicon.png">
<link rel="apple-touch-icon" href="assets/img/apple-touch-icon.jpg">
<link rel="apple-touch-icon" sizes="72x72" href="assets/img/apple-touch-icon-72x72.jpg">
<link rel="apple-touch-icon" sizes="114x114" href="assets/img/apple-touch-icon-114x114.jpg">
<link href='//fonts.googleapis.com/css?family=Lato:100,300,400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="assets/css/bootstrap.min.css" type="text/css" media="all" />
<link rel="stylesheet" href="assets/css/font-awesome.min.css" type="text/css" media="all" />
<link rel="stylesheet" href="assets/css/font-lineicons.css" type="text/css" media="all" />
<link rel="stylesheet" href="assets/css/animate.css" type="text/css" media="all" />
<link rel="stylesheet" href="assets/css/toastr.min.css" type="text/css" media="all" />
<link rel="stylesheet" href="assets/css/style.css" type="text/css" media="all" />
<link rel="stylesheet" href="assets/css/zup.css" type="text/css" media="all" />
<link rel="stylesheet" src="/your/css/folder/popup.css">
<!--[if lt IE 9]>
<script src="assets/js/html5.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body id="maker-party-kochi">
<!-- Preloader -->
<div id="mask">
<div id="loader"></div>
</div>
<header>
<nav class="navigation navigation-header">
<div class="container">
<div class="navigation-brand">
<div class="brand-logo">
</div>
<button class="navigation-toggle visible-xs" type="button" data-toggle="dropdown" data-target=".navigation-navbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navigation-navbar">
<ul class="navigation-bar navigation-bar-left">
<li class="active"><a href="#hero">Home</a></li>
<li><a href="#what">What & Why ?</a></li>
<li><a href="#hackathon">FFOS Hackathon</a></li>
<li><a href="#mozk">Mozilla Kerala</a></li>
<li><a href="#partner">Partners</a></li>
<li><a href="#register">Register</a></li>
<li><a href="#contacts">Contacts</a></li>
</ul>
<ul class="navigation-bar navigation-bar-right">
<a href="register.html"><img src="assets/img/register.png" width="100px"></a>
</ul>
</div>
</div>
</nav>
</header>
<div id="hero" class="static-header light clearfix">
<div class="text-heading">
<!--<h1 class="animated hiding" data-animation="bounceInDown" data-delay="0">A Festival of Inventions and Inspiration!</h1>-->
</div>
<ul class="list-inline">
<li></li>
</ul>
<div class="container">
<img src="assets/img/features/MakerPartylogo.png" style="display: block; margin-left: auto; margin-right: auto;" alt="video" class="img-responsive animated hiding" data-animation="bounceInUp" />
<div style="text-align: center;">
<h3 class="animated hiding" data-animation="fadeInDown" data-delay="500">2014 September 21,22.</h3>
<h3 class="animated hiding" data-animation="fadeInDown" data-delay="500">Cochin University of Science And Technology, Kochi</h3>
<ul class="list-inline">
<li><a href="register.html" class="btn btn-default register2" data-animation="bounceIn">Register Now</a></li>
</ul>
</div>
</div>
<div class="text-heading">
<div class="col-md-3 col-sm-6 col-xs-12">
<article class="center">
<span class="h1" style="text-align:center;color: #E65546;font-size: 5em;font-weight: bolder;margin-bottom: 1px;">3</span>
<p class="thin" style="color: #FFE600;font-size: 2.5em;letter-spacing: -1px;text-transform: none;">Days</p>
</article>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<article class="center">
<span class="h1" style="color: #E65546;font-size: 5em;font-weight: bolder;margin-bottom: 1px;">40+</span>
<p class="thin" style="color: #FFE600;font-size: 2.5em;letter-spacing: -1px;text-transform: none;">Makers</p>
</article>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<article class="center">
<span class="h1" style="color: #E65546;font-size: 5em;font-weight: bolder;margin-bottom: 1px;">50+</span>
<p class="thin" style="color: #FFE600;font-size: 2em;letter-spacing: 0px;text-transform: none;">Learning Stations</p>
</article>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<article class="center">
<span class="h1" style="color: #E65546;font-size: 5em;font-weight: bolder;margin-bottom: 1px;">10+</span>
<p class="thin" style="color: #FFE600;font-size: 2.5em;letter-spacing: -1px;text-transform: none;">Talks</p>
</article>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<article class="center">
<span class="h1" style="color: #E65546;font-size: 5em;font-weight: bolder;margin-bottom: 1px;">3000+</span>
<p class="thin" style="color: #FFE600;font-size: 2.5em;letter-spacing: -1px;text-transform: none;">Attendees</p>
</article>
</div>
</div>
</div>
</div>
<a id="showHere"></a>
<section id="what" class="section dark">
<div class="container">
<ul class="nav nav-tabs alt">
<li class="active"><a href="#first-tab-alt" data-toggle="tab">LEARN</a></li>
<li class=""><a href="#second-tab-alt" data-toggle="tab">DISCOVER</a></li>
<li><a href="#third-tab-alt" data-toggle="tab">TEACH</a></li>
</ul>
<div class="tab-content alt">
<div class="tab-pane active" id="first-tab-alt">
<div class="section-content row">
<div class="col-sm-6 pull-right animated hiding " data-animation="fadeInRight"><h4><span class="highlight light">HIGHTLIGHTS</span></h4>
<ul class="list-group"style="padding-left: 47px;">
<li class = "lighter h2">Learn From Masters</li>
<li class = "lighter h2">Hands On Sessions Only</li>
<li class = "lighter h2">No More Theories Please ;)</li>
<li class = "lighter h2">Completely Open And Free</li>
<li class = "lighter h2">Share Your Knowledge</li>
<li class = "lighter h2">Interact With Your Masters</li>
</ul>
<div onClick="window.location.href ='register.html##mainreg';">
<ul class="list-inline">
<li><a href="register.html#mainreg" class="btn btn-primary animated hiding" data-animation="bounceIn" data-delay="700">REGISTER AS LEARNER</a></li>
</ul></div>
<div onClick="window.location.href ='register.html##plan';">
<ul class="list-inline">
<li><a href="register.html#plan" class="btn btn-primary animated hiding" data-animation="bounceIn" data-delay="700">REGISTER AS TEACHER</a></li>
</ul></div>
</div>
<div class="col-sm-6 animated hiding" data-animation="fadeInLeft">
<article class="center" style="margin-right: 183px;margin-left: 97px;">
<h3><span class="highlight bold">LEARN THE <span class="highlight bold">WEB</span></h3>
<div class="sub-title">Start sharing your knowledge.</div><p>Get your hands dirty. The best way to learn is through hands-on making and building!</p>
<p>Share what you know. Anyone can teach. Whether you’re an educator in the classroom or an enthusiastic mentor, parent or friend, we’ve got activities and teaching guides that can help.Ranging from high end electronics to basic household activities that require expertise. About 40+ areas will be teach/train during the event.</p>
</article>
</div>
</div>
</div>
<div class="tab-pane" id="second-tab-alt">
<div class="section-content row">
<div class="col-sm-6 pull-right animated hiding " data-animation="fadeInRight"><h4><span class="highlight light">HIGHTLIGHTS</span></h4>
<ul class="list-group"style="padding-left: 47px;">
<li class = "lighter h2">From Fin to Photography</li>
<li class = "lighter h2">Learn how they make it</li>
<li class = "lighter h2">Meet your Mentor</li>
<li class = "lighter h2">Share Your Knowledge</li>
<li class = "lighter h2">Interact With Your Masters</li>
</ul>
<div onClick="window.location.href ='register.html##maker';">
<ul class="list-inline">
<li><a href="register.html#maker" class="btn btn-primary animated hiding" data-animation="bounceIn" data-delay="700">REGISTER AS MAKER</a></li>
</ul></div>
</div>
<div class="col-sm-6 animated hiding" data-animation="fadeInLeft">
<article class="center" style="margin-right: 183px;margin-left: 97px;">
<h3><span class="highlight bold">DISCOVER</span></h3>
<div class="sub-title">”An art exhibition can be engaging, fun and deeply intellectually satisfying and serious”</div>
<p>Get your feet wet. Introduce yourself to new digital skills quickly through fun things to read, watch, listen or share.Kerala being the new entrepreneurial hub in south, this could be one platform to bring all new age technologies, products like FIN, 3D Printers under one roof. This could help throw some inspiration to young entrepreneurs. 50+ stalls will be up for the audience.</p>
</article>
</div>
</div>
<br/>
<br/>
</div>
<div class="tab-pane" id="third-tab-alt">
<div class="section-content row">
<div class="col-sm-6 pull-right animated hiding " data-animation="fadeInRight"><h5><span class="highlight light">LIST COMING SOON</span></h5>
<!-- <ul class="list-group">
<li class = "lighter h2"></li>
<li class = "lighter h2"></li>
<li class = "lighter h2"></li>
<li class = "lighter h2"></li>
<li class = "lighter h2"></li>
</ul> -->
</div>
<div class="col-sm-6 animated hiding" data-animation="fadeInLeft">
<article class="center" style="margin-right: 183px;margin-left: 97px;">
<h3><span class="highlight bold">INSPIRE</span></h3>
<div class="sub-title">From the horse’s mouth</div>
<p>Successful, proved entrepreneurs will be sharing their views, stories with an interactive crowd over 3 days.
</p>
</article>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="hackathon">
<div class="container">
<div class="tab-pane" id="second-tab-alt">
<div class="section-content row">
<div class="col-sm-6 pull-right animated hiding" data-animation="fadeInRight">
<img src="assets/img/features/firefox-os.png" class="img-responsive pull-right" alt="process 2" />
</div>
<div class="col-sm-6 animated hiding" data-animation="fadeInLeft">
<br/><br/>
<article class="center">
<h3 style="color:white;"><strong>24 Hour Firefox OS Hackathon</strong></h3>
<div class="sub-title" style="color:#3F3D3D">Yes !!! Hack an OS :)</div>
<p> Firefox OS, the new operating mobile system from Mozilla, represents a wonder for many students and developers who want to create apps for it. Here at this Hackathon, you have a chance to prove your abilities with Web technologies (CSS, HTML and JavaScript), to learn new things about Firefox OS and to test apps on new devices (Keon and Peak). </p>
<div onClick="window.location.href ='register.html##hackathon';"><ul class="list-inline">
<li><a class="btn btn-primary animated hiding" data-animation="bounceIn" data-delay="700">REGISTER NOW</a></li>
</ul></div>
</article>
</div>
</div>
</div>
</div>
</section>
<section id="process" class="section dark">
<div class="container">
<div class="section-content row">
<div class="col-sm-6 pull-right animated hiding" data-animation="fadeInRight">
<img src="assets/img/features/content_image1.png" class="img-responsive" alt="process 2" />
</div>
<div class="col-sm-6 animated hiding" data-animation="fadeInLeft">
<br/><br/>
<article>
<h3>What is <span class="highlight"> Maker Party</span> ?</h3>
<p>Maker Party is Mozilla's global campaign to teach the web. Through thousands of community-run events around the world, Maker Party unites educators, organizations and enthusiastic web users with hands-on learning and making. </p>
<div class="sub-title">Web Maker Party website : <a href="https://party.webmaker.org/" target="_blank">Click Here</a></div>
<div class="sub-title">Web Maker website : <a href="https://webmaker.org/" target="_blank">Click Here</a></div>
<div class="sub-title">Wikipedia page : <a href="https://wiki.mozilla.org/Maker_Party" target="_blank">Click Here</a></div>
<!-- <a href="http://www.makesummer.org/"><img src="assets/img/logos/MakeSummer_logo.png" class="img-responsive" width="400px"></a> -->
</article>
</div>
<hr class="clearfix" />
</div>
</div>
</section>
<div class="video-wrapper">
<div class="container">
<div class="video-container animated hiding" data-animation="bounceInUp" data-delay="1000">
<div class="embed-container">
<iframe src='https://www.youtube.com/embed/oko6TzPQE6Y' allowFullScreen></iframe>
</div>
</div>
</div>
</div>
<section id="mozk" class="section inverted">
<div class="container">
<div class="section-content">
<div id="featuredTab">
<ul class="list-unstyled animated hiding" data-animation="fadeInRight">
<li class="active">
<a href="#mentor" data-toggle="tab">
<div class="tab-info">
<div class="tab-title">Mentors</div>
<div class="tab-desc">Know more about our <br >supporters, our backbone.</div>
</div>
<!--<div class="tab-icon"><span class="icon icon-seo-icons-27"></span></div>-->
</a>
</li>
<li>
<a href="#mozkl" data-toggle="tab">
<div class="tab-info">
<div class="tab-title">About Mozilla Kerala</div>
<div class="tab-desc">Know more about the <br />Mozilla Kerala Community.</div>
</div>
<!--<div class="tab-icon"><span class="icon icon-multimedia-20"></span></div>-->
</a>
</li>
<li>
<a href="#team" data-toggle="tab">
<div class="tab-info">
<div class="tab-title">The Team</div>
<div class="tab-desc">Meet the Team at <br />Developer Boot Camp.</div>
</div>
<!-- <div class="tab-icon"><span class="icon icon-seo-icons-28"></span></div>-->
</a>
</li>
</ul>
<div class="tab-content animated hiding" data-animation="fadeInLeft">
<div class="tab-pane in active" id="mentor">
<img src="assets/img/mentors.png" class="img-responsive animated hiding" width="850px" data-animation="fadeInLeft" alt="mentor maker party kochi" />
</div>
<div class="tab-pane" id="mozkl">
<div class="col-sm-6 pull-right animated hiding " data-animation="fadeInRight"><h3><span class="highlight light">WE</span></h3>
<p>At Mozilla we’re a global community of technologists, thinkers and builders working together to keep the Internet alive and accessible, so people worldwide can be informed contributors and creators of the Web. We believe this act of human collaboration across an open platform is essential to individual growth and our collective future.In Kerala, we are a bunch of enthusiastic open-source enthusiasts, who came together to contribute to the world’s largest open source community.
<br><br><i>“Strength lies in differences, not in similarities”</i> – Stephen R. Covey</p></div>
</div>
<div class="tab-pane" id="team">
<img src="assets/img/mozk.png" class="img-responsive animated hiding" width="850px" data-animation="fadeInLeft" alt="mozilla kerala" />
</div>
</div>
</div>
</div>
</div>
</section>
<ul class="list-inline">
<li></li>
</ul>
<section id="partner" class="section dark">
<div class="container">
<div class="section-header animated hiding" data-animation="fadeInDown">
<h2><span class="highlight">Partner Organizations</span></h2>
<div class="sub-heading">
Our Sponsers and Partners !
<br />
</div>
</div>
<ul class="list-inline logos">
<li><a href="//www.mozilla.org" target="_blank"><img class="animated fadeInUp visible" data-animation="fadeInUp" data-delay="0" src="assets/img/logos/mozilla-logo.png" alt="mozilla" width="200px"></a></li>
<li><a href="//www.cusat.ac.in" target="_blank"><img class="animated fadeInUp visible" data-animation="fadeInUp" data-delay="400" src="assets/img/logos/cusat-logo.jpg" alt="cusat" width="150px"></a></li>
<li><a href="https://www.mozilla.org/en-US/firefox/os/" target="_blank"><img class="animated fadeInUp visible" data-animation="fadeInUp" data-delay="600" src="https://assets.mozilla.org/Brands-Logos/Firefox%20OS/logo-wordmark/firefox-os_logo-wordmark_RGB-vertical.png" alt="Firefox OS" width="200px"></a></li>
<li><a href="//www.webmaker.org" target="_blank"><img class="animated fadeInUp visible" data-animation="fadeInUp" data-delay="800" src="assets/img/logos/webmaker_logo.png" alt="Webmaker" width="400px"></a></li>
<li><a href="http://www.questapp.co/" target="_blank"><img class="animated fadeInUp visible" data-animation="fadeInUp" data-delay="800" src="http://www.questapp.co/image/logo_home_page.png" alt="Quest App" width="150px"></a></li>
<li><a href="http://www.roboinventions.com/" target="_blank"><img class="animated fadeInUp visible" data-animation="fadeInUp" data-delay="800" src="assets/img/roboinventions.png" alt="Robo Inventions" width="200px"></a></li>
<li><a href="//smc.org.in/" target="_blank"><img class="animated fadeInUp visible" data-animation="fadeInUp" data-delay="800" src="//smc.org.in/img/logo.png" alt="SMC" width="150px"></a></li>
<li><a href="//www.wikimedia.org/" target="_blank"><img class="animated fadeInUp visible" data-animation="fadeInUp" data-delay="800" src="https://upload.wikimedia.org/wikipedia/commons/3/31/Wikimedia_Foundation_logo_-_vertical.svg" alt="Wikimedia" width="150px"></a></li>
<li><a href="http://www.wearfin.com" target="_blank"><img class="animated fadeInUp visible" data-animation="fadeInUp" data-delay="800" src="http://www.wearfin.com/img/logo.gif" alt="WearFin" width="150px"></a></li>
<li><a href="//tridz.com/" target="_blank"><img class="animated fadeInUp visible" data-animation="fadeInUp" data-delay="800" src="http://startuptown.in/wp-content/uploads/2013/07/logo%20%2807-18-13-03-31-47%29.png" alt="Tridz" width="150px"></a></li>
<li><a href="http://bagyourjob.com/" target="_blank"><img class="animated fadeInUp visible" data-animation="fadeInUp" data-delay="800" src="https://fbcdn-sphotos-a-a.akamaihd.net/hphotos-ak-xpa1/v/t1.0-9/549367_350389575080110_132267940_n.png?oh=de1d59d9ac20539299e20dfc72f6432e&oe=5488A383&__gda__=1418791279_fa771e3fb29040f223004de10e265784" alt="Webmaker" width="150px"></a></li>
<li><a href="https://www.elopapp.com/" target="_blank"><img class="animated fadeInUp visible" data-animation="fadeInUp" data-delay="800" src="https://elop.s3.amazonaws.com/static/home/img/elop-logo.png" alt="Webmaker" width="150px"></a></li>
</ul>
</ul>
</div>
</section>
<section id="register" class="long-block light">
<div class="container">
<div class="col-md-12 col-lg-9">
<i class="icon icon-seo-icons-24 pull-left"></i>
<article class="pull-left">
<h2><strong>What are you waiting for ?</strong></h2>
<p class="thin">Join the Maker Party at CUSAT.</p>
</article>
</div>
<div class="col-md-12 col-lg-3">
<a href="register.html" class="btn btn-default">REGISTER NOW</a>
</div>
</div>
</section>
<footer id="contacts" class="footer light">
<div class="container">
<div class="footer-content row">
<div class="row">
<div class="col-md-3">
<div id="endcredits">
<h2>Credits</h2>
<h4><a href="http://mozillakerala.org/">A Mozilla Kerala Initative</a></h4>
<h4>In Association With CUSAT, Kochi</h4>
<h4>CITTIC, CUSAT</h4>
</div>
</div>
<div class="col-md-6">
<h2>Need Help ?</h2>
<div class="col-sm-4">
<p>
<strong>Abid Aboobaker</strong></br>
Event Head / Mozilla Rep
</br>
Phone : 9746223022
</br>abid2020-[@]-gmail.com
</br></br>
<strong>Eby Jose</strong>
</br>
Sponsorship / Marketing
</br>
Mob: 8089150636
</br>mail.eby.jose-[@]-gmail.com
</p>
</div>
<div class="col-sm-4">
<p>
<strong>Anatharaman</strong></br>
HR / Marketing
</br>
Phone : 8111920207
</br>anantharaman.aassk-[@]-gmail.com
</br></br>
<strong>Midhun M</strong>
</br>
Finance and Mozilla Rep
</br>
Mob: 9446534463
</br>this4midhun-[@]-gmail.com
</p>
</div>
<div class="col-sm-4">
<p>
<strong>Anush Anil Kumar</strong></br>
Talks Organizer / Mozilla Rep
</br>
Phone : 8891026874
</br>anushbmx -at- gmail.com
</br></br>
<strong>Mehar MP</strong>
</br>
Operations / Relations
</br>
Mob: 9020024148
</br>mehar-[@]-anamega.com
</p>
</div>
</div>
<div class="col-sm-3 social-wrap">
<h3>Social Networks</h3>
<ul class="list-inline socials">
<li><a href="//facebook.com/MozillaKerala"><span class="icon icon-socialmedia-08"></span></a></li>
<li><a href="//twitter.com/MozillaKerala"><span class="icon icon-socialmedia-07"></span></a></li>
<li><a href="//plus.google.com/114831280089581546580"><span class="icon icon-socialmedia-16"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="copyright"><a href="http://www.simpli5d.in" target="_blank"> A lovely contribution from Simpli5d Solutions</a> 2014. <a href="https://github.com/funnyakhil/MakerPartyKochi" target="_blank">Fork on Github.</a></div>
</footer>
<div class="back-to-top"><i class="fa fa-angle-up fa-3x"></i></div>
<!--[if lt IE 9]>
<script type="text/javascript" src="assets/js/jquery-1.11.0.min.js?ver=1"></script>
<![endif]-->
<!--[if (gte IE 9) | (!IE)]><!-->
<script type="text/javascript" src="assets/js/jquery-2.1.0.min.js?ver=1"></script>
<!--<![endif]-->
<!--<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>-->
<script type="text/javascript" src="assets/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.popup.js"></script>
<script type="text/javascript" src="assets/js/jquery.popup.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.flexslider-min.js"></script>
<script type="text/javascript" src="assets/js/jquery.nav.js"></script>
<script type="text/javascript" src="assets/js/jquery.appear.js"></script>
<script type="text/javascript" src="assets/js/jquery.plugin.js"></script>
<script type="text/javascript" src="assets/js/jquery.countdown.js"></script>
<script type="text/javascript" src="assets/js/waypoints.min.js"></script>
<script type="text/javascript" src="assets/js/waypoints-sticky.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.validate.js"></script>
<script type="text/javascript" src="assets/js/toastr.min.js"></script>
<script type="text/javascript" src="assets/js/headhesive.min.js"></script>
<script type="text/javascript" src="assets/mailchimp/js/mailing-list.js"></script>
<script type="text/javascript" src="assets/js/scripts.js"></script>
<!-- Start of StatCounter Code for Default Guide
<script type="text/javascript">
var sc_project=10004292;
var sc_invisible=1;
var sc_security="0810299c";
var scJsHost = (("https:" == document.location.protocol) ?
"https://secure." : "http://www.");
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>
<noscript><div class="statcounter"><a title="free hit
counter" href="http://statcounter.com/" target="_blank"><img
class="statcounter"
src="http://c.statcounter.com/10004292/0/0810299c/1/"
alt="free hit counter"></a></div></noscript>
End of StatCounter Code for Default Guide -->
</body>
</html>