-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
616 lines (553 loc) · 22.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HackrGirls | Developer Bootcamp for Women | Mozilla Kerala</title>
<meta content="IE=edge" http-equiv="X-UA-Compatible"></meta>
<meta content="width=device-width, initial-scale=1, user-scalable=yes" name="viewport"></meta>
<meta name="description" content="HackrGirls : A Developer Bootcamp for Women organized by Mozilla Kerala on February 21-22, 2015. The event focuses on bringing the women folk of Kerala to the world of open-source code and bootstrap and kickstart the participants to contributing code to open-source projects.">
<meta name="keywords" content="Girls, HackrGirls, Hackr Girls, WoMoz, WoMoz Kerala, Bootcamp, Developer Bootcamp, Open-source, Code, Coding, Kerala, Mozilla Kerala">
<link rel="shortcut icon" type="image/png" href="favicon.png">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Josefin+Slab:400,600' rel='stylesheet' type='text/css'>
<link type="text/css" href="css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/timeline.css">
<link rel="stylesheet" type="text/css" href="css/foundation.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</head>
<body>
<section class="all-wrap clearfix">
<section class="landing-section full-width row">
<div class="small-12 columns mobile-logo-div">
</div>
<div class="landing-section-half logo-half small-12 medium-6 columns">
</div>
<div class="landing-section-half desc-half small-12 medium-6 columns text-center">
<p class="title">EMPOWERING THE WOMEN WITHIN</p>
<div class="small-12 columns register-button-div text-center">
<a href="#register" class="button">Register</a>
<a href="#schedule" class="button">Schedule</a>
</div>
<div class="event-date small-12 columns small-text-center">FEBRUARY 21-22</div>
<div class="venue small-12 columns small-text-center">FISAT, Angamaly</div>
<div class="small-12 columns sharing-div">
<p class="share-text small-12 columns text-center">Follow Us On</p>
<div class="small-12 columns share-buttons">
<a href="https://www.facebook.com/HackrGirls" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://twitter.com/HackrGirls" target="_blank"><i class="fa fa-twitter-square"></i></a>
<!-- <a href="https://www.youtube.com/channel/UCXRYRbiU4X1w87vVB34n_-w"><i class="fa fa-youtube-square"></i></a> -->
</div>
</div>
<div class="seats small-12 columns">Hurry up! Only <strong>50</strong> seats!!</div>
</div>
</section>
<section class="speakers-section full-width row">
<h2 class="small-12 columns heading text-center">HELPING HANDS</h2>
<div class="small-12 medium-6 large-3 columns speaker-item-outer">
<div class="small-12 columns speaker-item-inner">
<div class="small-12 columns speaker-image text-center">
<img src="img/speaker1.jpeg">
</div>
<div class="small-12 columns name-div text-center">
Bhavana Bajaj
</div>
<div class="small-12 columns title-div text-center">
Release Manager | Firefox OS
</div>
<div class="small-12 columns title-div text-center">
Mozilla
</div>
<div class="icon-div text-center small-12 columns">
<!-- <a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-google-plus"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a> -->
<a href="https://www.linkedin.com/pub/bhavana-bajaj/13/9b6/355">
<i class="fa fa-linkedin" target="_blank"></i>
</a>
</div>
</div>
</div>
<div class="small-12 medium-6 large-3 columns speaker-item-outer">
<div class="small-12 columns speaker-item-inner">
<div class="small-12 columns speaker-image text-center">
<img src="img/speaker2.jpeg">
</div>
<div class="small-12 columns name-div text-center">
Chinmay S K
</div>
<div class="small-12 columns title-div text-center">
Founder
</div>
<div class="small-12 columns title-div text-center">
Saakshin Technolgies
</div>
<div class="icon-div text-center small-12 columns">
<!-- <a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-google-plus"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a> -->
<a href="https://in.linkedin.com/pub/chinmayi-sk/7/177/859"><i class="fa fa-linkedin" target="_blank"></i></a>
</div>
</div>
</div>
<div class="small-12 medium-6 large-3 columns speaker-item-outer">
<div class="small-12 columns speaker-item-inner">
<div class="small-12 columns speaker-image text-center">
<img src="img/speaker3.jpeg">
</div>
<div class="small-12 columns name-div text-center">
Tessy Joseph
</div>
<div class="small-12 columns title-div text-center">
Web QA Intern
</div>
<div class="small-12 columns title-div text-center">
Mozilla
</div>
<div class="icon-div text-center small-12 columns">
<!-- <a href="https://www.facebook.com/tessyjj"><i class="fa fa-facebook"></i></a> -->
<!-- <a href="#"><i class="fa fa-google-plus"></i></a>
<!-- <a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-google-plus"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a> -->
<a href="http://in.linkedin.com/in/tessyj"><i class="fa fa-linkedin" target="_blank"></i></a>
</div>
</div>
</div>
<div class="small-12 medium-6 large-3 columns speaker-item-outer">
<div class="small-12 columns speaker-item-inner">
<div class="small-12 columns speaker-image text-center">
<img src="img/speaker4.jpeg">
</div>
<div class="small-12 columns name-div text-center">
Sijo Kuruvila
</div>
<div class="small-12 columns title-div text-center">
Founding CEO
</div>
<div class="small-12 columns title-div text-center">
Startup Village
</div>
<div class="icon-div text-center small-12 columns">
<!-- <a href="https://www.facebook.com/vadakemuri"><i class="fa fa-facebook"></i></a>
<a href="https://plus.google.com/+SijoKuruvilla/posts"><i class="fa fa-google-plus"></i></a>
<a href="https://twitter.com/sijokuruvilla"><i class="fa fa-twitter"></i></a> -->
<a href="https://in.linkedin.com/in/sijokuruvillageorge" target="_blank"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</section>
<section class="row main" id="schedule">
<h2 class="small-12 columns heading text-center">
EVENT SCHEDULE
</h2>
<div class="day small-12 columns text-center">Day 1</div>
<div id="cd-timeline" class="cd-container small-12 columns">
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-others bounce-in">
<span class="fa fa-2x fa-fw margin-bottom fa-legal"></span>
</div>
<div class="cd-timeline-content">
<h2>09:00AM - 10:00AM</h2>
<p>Ice breaker session</p>
</div>
</div>
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-session bounce-in">
<span class="fa fa-2x fa-fw margin-bottom fa-linux"></span>
</div>
<div class="cd-timeline-content">
<h2>10:00AM - 11:30AM</h2>
<p>Open Source Programming and Version Control</p>
<p><strong><a href="https://mozillians.org/u/shine/" target="_blank">Shine Nelson</a></strong></p>
</div>
</div>
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-food bounce-in">
<span class="fa fa-2x fa-fw margin-bottom fa-coffee"></span>
</div>
<div class="cd-timeline-content">
<h2>11:30AM - 11:45AM</h2>
<p>Coffee Break</p>
</div>
</div>
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-others bounce-in">
<span class="fa fa-2x fa-fw margin-bottom fa-female"></span>
</div>
<div class="cd-timeline-content">
<h2>11:45AM - 12:00PM</h2>
<p><strong><em>HackrGirls</em></strong> : WoMoz Developer Bootcamp</p>
<p><strong><a href="https://mozillians.org/u/shine/" target="_blank">Shine Nelson</a></strong></p>
</div>
</div>
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-code bounce-in">
<span class="fa fa-2x fa-fw margin-bottom fa-github"></span>
</div>
<div class="cd-timeline-content">
<h2>12:00Noon - 12:30PM</h2>
<p>Git Basics</p>
</div>
</div>
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-session bounce-in">
<span class="fa fa-2x fa-fw margin-bottom fa-bolt"></span>
</div>
<div class="cd-timeline-content">
<h2>12:30PM - 01:30PM</h2>
<p>Imposter Syndrome & Women in Technology</p>
<p><strong><a href="https://in.linkedin.com/pub/shivani-gupta/51/320/402" target="_blank">Shivani Rekha Gupta</a></strong></p>
</div>
</div>
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-food bounce-in">
<span class="fa fa-2x fa-fw margin-bottom fa-spoon"></span>
</div>
<div class="cd-timeline-content">
<h2>01:30PM - 02:00PM</h2>
<p>Lunch Break</p>
</div>
</div>
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-code bounce-in">
<span class="fa fa-2x fa-fw margin-bottom fa-html5"></span>
</div>
<div class="cd-timeline-content">
<h2>02:00PM - 03:00PM</h2>
<p>HTML5</p>
</div>
</div>
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-code bounce-in">
<span class="fa fa-2x fa-fw margin-bottom fa-css3"></span>
</div>
<div class="cd-timeline-content">
<h2>03:00PM - 04:00PM</h2>
<p>CSS3</p>
</div>
</div>
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-food bounce-in">
<span class="fa fa-2x fa-fw margin-bottom fa-coffee"></span>
</div>
<div class="cd-timeline-content">
<h2>04:00PM - 04:30PM</h2>
<p>Tea Break / Games</p>
</div>
</div>
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-code bounce-in">
<span class="fa fa-2x fa-fw margin-bottom fa-legal"></span>
</div>
<div class="cd-timeline-content">
<h2>04:30PM - 05:45PM</h2>
<p>JavaScript & WebAPI</p>
</div>
</div>
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-others bounce-in">
<span class="fa fa-2x fa-fw margin-bottom fa-dollar"></span>
</div>
<div class="cd-timeline-content">
<h2>05:45PM - 06:00PM</h2>
<p>The Man behind Startup Village and the Entrepreneur trend in Kerala</p>
<p>A walk with <a href="https://in.linkedin.com/in/sijokuruvillageorge" target="_blank"><strong>Sijo Kuruvilla George</strong></a></p>
</div>
</div>
<div class="button-tab small-12 columns text-center">
<a class="day load-more">Day 2 <i class="fa fa-hand-o-up"></i></a>
</div>
<div class="day day-2-date hide small-12 columns text-center">Day 2</div>
<div class="hide day-2 ">
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-others bounce-in">
<span class="fa fa-2x fa-fw margin-bottom fa-legal"></span>
</div>
<div class="cd-timeline-content">
<h2>09:00AM - 10:00AM</h2>
<p>Ideation & Brainstorming</p>
</div>
</div>
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-code bounce-in">
<span class="fa fa-2x fa-fw margin-bottom fa-lightbulb-o"></span>
</div>
<div class="cd-timeline-content">
<h2>10:00AM - 11:30AM</h2>
<p>Implementation of the Ideas</p>
</div>
</div>
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-food bounce-in">
<span class="fa fa-2x fa-fw margin-bottom fa-coffee"></span>
</div>
<div class="cd-timeline-content">
<h2>11:30AM - 11:45AM</h2>
<p>Coffee Break</p>
</div>
</div>
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-session bounce-in">
<span class="fa fa-2x fa-fw margin-bottom fa-table"></span>
</div>
<div class="cd-timeline-content">
<h2>11:45AM - 12:30PM</h2>
<p>Responsive Web Design & Webapp Design</p>
</div>
</div>
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-code bounce-in">
<span class="fa fa-2x fa-fw margin-bottom fa-code"></span>
</div>
<div class="cd-timeline-content">
<h2>12:30PM - 01:30PMPM</h2>
<p> { Code On }</p>
</div>
</div>
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-food bounce-in">
<span class="fa fa-2x fa-fw margin-bottom fa-spoon"></span>
</div>
<div class="cd-timeline-content">
<h2>01:30PM - 02:00PM </h2>
<p>Lunch Break</p>
</div>
</div>
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-session bounce-in">
<span class="fa fa-2x fa-fw margin-bottom fa-mobile-phone"></span>
</div>
<div class="cd-timeline-content">
<h2>02:00PM - 03:00PM</h2>
<p><a href="https://www.linkedin.com/pub/bhavana-bajaj/13/9b6/355" target="_blank"><strong>Bhavna Bajaj</strong></a></p>
</div>
</div>
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-code bounce-in">
<span class="fa fa-2x fa-fw margin-bottom fa-code"></span>
</div>
<div class="cd-timeline-content">
<h2>03:00PM - 03:45PM</h2>
<p>{ Code On }</p>
</div>
</div>
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-others bounce-in">
<span class="fa fa-2x fa-fw margin-bottom fa-coffee"></span>
</div>
<div class="cd-timeline-content">
<h2>03:45PM - 04:00PM</h2>
<p>Break</p>
</div>
</div>
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-code bounce-in">
<span class="fa fa-2x fa-fw margin-bottom fa-code"></span>
</div>
<div class="cd-timeline-content">
<h2>04:00PM - 04:30PM</h2>
<p>{ Code On }</p>
</div>
</div>
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-others bounce-in">
<span class="fa fa-2x fa-fw margin-bottom fa-paperclip"></span>
</div>
<div class="cd-timeline-content">
<h2>04:30PM - 04:45PM</h2>
<p>Feedback</p>
</div>
</div>
<div class="cd-timeline-block">
<div class="cd-timeline-img cd-others bounce-in">
<span class="fa fa-2x fa-fw margin-bottom fa-camera"></span>
</div>
<div class="cd-timeline-content">
<h2>04:45PM - 05:00PM </h2>
<p>Photo Session</p>
</div>
</div>
</div>
</div>
</section>
<section class="full-width row google-form-div" id="register">
<h2 class="small-12 columns heading text-center">REGISTRATION FORM</h2>
<div class="small-12 columns">
<iframe src="https://docs.google.com/forms/d/1EHyKNJqT-nT6qdudxk09MHPMvZ24Jnr5esrcv7NtW6A/viewform?embedded=true" height="2550" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</div>
</section>
<section id="section-4" class="row">
<h2 class="small-12 columns faq text-center">Frequently Asked Questions</h2>
<div class="question-div small-12 medium-6 large-6 columns">
<div class="small-12 question-wrapper">
<div class="small-12 question-head columns">
What is this about?
</div>
<div class="small-12 question-body columns">
This is a Mozilla event aimed at encouraging and empowering the women folk of Kerala to join the world of open-source code and contribute to open-source projects, communities and organizations
HackrGirls aims to empower women, in the field of technology, to explore outside the curriculum and to engage and contributing to open-source projects. The bootcamp is centered on imparting the idea of self-learning and to encourage the participants to explore and use the internet in the best possible way to create a new wave of coders and developers in Kerala / India.
We have created an extremely positive and relaxed environment all geared towards developing your skills whether you are an absolute beginner trying to get off the ground or an accomplished player looking to move to the next level.
</div>
</div>
</div>
<div class="question-div small-12 medium-6 large-6 columns">
<div class="small-12 question-wrapper">
<div class="small-12 question-head columns">
Can anybody attend this event?
</div>
<div class="small-12 question-body columns">
No. This event is invite-only. We have a very tight capacity. To ensure maximum productivity, we have fixed a capacity of only <strong>50</strong>.
So, if you're a woman and want to be a part of the elite 50, register yourself now!
</div>
</div>
</div>
<div class="question-div small-12 medium-6 large-6 columns">
<div class="small-12 question-wrapper">
<div class="small-12 question-head columns">
Is there a registration amount for this event? </div>
<div class="small-12 question-body columns">
No. You don't have to worry about food or accommodation either. We've got all that covered for you.
</div>
</div>
</div>
<div class="question-div small-12 medium-6 large-6 columns">
<div class="small-12 question-wrapper">
<div class="small-12 question-head columns">
Should I meet any pre-requisites to attend this event? </div>
<div class="small-12 question-body columns">
No. Not at all. We are focusing on helping women with no / very little coding experience to be able to contribute code to the open-source world. We'll start from scratch and move all the way to big-time coding with APIs.
</div>
</div>
</div>
<div class="question-div small-12 medium-6 large-6 columns">
<div class="small-12 question-wrapper">
<div class="small-12 question-head columns">
What all should I bring along? </div>
<div class="small-12 question-body columns">
A laptop,
Laptop battery charger, yourself and
necessary stuff to survive for 2 days.
</div>
</div>
</div>
</section>
<section class="full-width row maps-div" id="map-canvas">
</section>
</section>
<footer>
<div class="row">
<div class="small-12 medium-3 columns">
<div class="small-12 columns credits">Credits</div>
<div class="small-12 columns initiative">
A <a href="http://mozillakerala.org">Mozilla Kerala</a> Initiative in association with <a href="http://fisat.ac.in">FISAT</a><!-- ,Angamaly -->
</div>
</div>
<div class="small-12 medium-6 columns contacts">
<div class="small-12 columns help">Help?</div>
<div class="small-12 medium-6 columns helper">
<div class="helper-name small-12 columns">
Sirajul Muneer
</div>
<div class="helper-role small-12 columns">
Mozillian
</div>
<div class="helper-phone small-12 columns">
Phone: +91 9496-805-898
</div>
<div class="helper-email small-12 columns">
Email: siraj.mussafirr@gmail.com
</div>
</div>
<div class="small-12 medium-6 columns helper">
<div class="helper-name small-12 columns">
Binoy Balu
</div>
<div class="helper-role small-12 columns">
Mozilla Rep
</div>
<div class="helper-phone small-12 columns">
Phone: +91 8547-864-065
</div>
<div class="helper-email small-12 columns">
Email: binoybalu1993@gmail.com
</div>
</div>
<!-- <div class="small-12 medium-6 columns hide-for-small-only helper">
<div class="helper-name small-12 columns">
Midhun Manoj
</div>
<div class="helper-role small-12 columns">
Mozilla Rep
</div>
<div class="helper-phone small-12 columns">
Phone: +91 9446-534-463
</div>
<div class="helper-email small-12 columns">
Email: this4midhun@gmail.com
</div>
</div> -->
<div class="small-12 medium-6 columns helper">
<div class="helper-name small-12 columns">
Nidhiya V Raj
</div>
<div class="helper-role small-12 columns">
Mozillian
</div>
<div class="helper-phone small-12 columns">
Phone: +91 9400-905-171
</div>
<div class="helper-email small-12 columns">
Email: nidhiyarsnd@gmail.com
</div>
</div>
<div class="small-12 medium-6 columns hide-for-small-only helper">
<div class="helper-name small-12 columns">
Shine Nelson
</div>
<div class="helper-role small-12 columns">
Mozillian
</div>
<div class="helper-phone small-12 columns">
Phone: +91 8089-960-650
</div>
<div class="helper-email small-12 columns">
Email: radioactive.life@gmail.com
</div>
</div>
</div>
<div class="small-12 medium-3 columns links-outer">
<div class="small-12 columns">
<!-- <div class="small-12 columns credits">Social Media</div> -->
<ul class="links">
<li><a href="https://facebook.com/MozillaKerala">Facebook</a></li>
<li><a href="https://facebook.com/groups/MozillaKerala">Facebook Group</a></li>
<li><a href="https://twitter.com/MozillaKerala">Twitter</a></li>
<li><a href="https://plus.google.com/114831280089581546580">Google+</a></li>
<!-- <li><a href="#">Download Firefox</a></li>
--> <li><a href="https://github.com/MozillaKerala">Github</a></li>
</ul>
</div>
</div>
<div class="small-12 medium-4 columns">
</div>
</div>
</footer>
<script src="https://maps.googleapis.com/maps/api/js"></script>
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//piwik.mozillakerala.org/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', 8]);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="//piwik.mozillakerala.org/piwik.php?idsite=8" style="border:0;" alt="" /></p></noscript>
</body>
</html>