-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
466 lines (435 loc) · 22.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Main Page Information -->
<title>Firefox Student Ambassadors Meetup | February - March 2015 | Mozilla Kerala</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta title="description" content="Meetup of Firefox Student Ambassadors in Kerala organized by the Mozilla Kerala community in February - March 2015.">
<meta title="author" content="Mozilla Kerala">
<meta title="keywords" content="FSA, Meetup, Meet, Firefox Student Ambassadors, Kerala, Mozilla Kerala">
<meta title="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta title="HandheldFriendly" content="true">
<!-- Twitter Card data -->
<meta name="twitter:card" content="Firefox Student Ambassadors' Meetup">
<meta name="twitter:site" content="@MozillaKerala">
<meta name="twitter:title" content="Firefox Student Ambassadors' Meetup">
<meta name="twitter:description" content="Meetup of Firefox Student Ambassadors in Kerala organized by the Mozilla Kerala community in February - March 2015.">
<meta name="twitter:image" content="http://events.mozillakerala.org/fsa-meetup/bg.jpg">
<!-- Open Graph data -->
<meta property="og:title" content="Firefox Student Ambassadors' Meetup" />
<meta property="og:type" content="article" />
<meta property="og:url" content="http:/events.mozillakerala.org/fsa-meetup/" />
<meta property="og:image" content="http://events.mozillakerala.org/fsa-meetup/bg.jpg" />
<meta property="og:description" content="Meetup of Firefox Student Ambassadors in Kerala organized by the Mozilla Kerala community in February - March 2015." />
<meta property="og:site_name" content="Mozilla Kerala Events" />
<meta property="fb:admins" content="290667851051610" />
<!-- Cascade Style Sheet (CSS) linking -->
<link rel="stylesheet" type="text/css" href="css/css-reset.css"> <!-- Reset Page Default Styles -->
<link rel="stylesheet" type="text/css" href="css/styles.css"> <!-- Main StyleSheet -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css"> <!-- Bootstrap -->
<!-- Fonts -->
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open Sans:300,400,600,700"> <!-- Google Fonts - Open Sans -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <!-- Font Awesome Font Bootstrap-MaxCDN -->
<!-- Favicon -->
<link rel="shortcut icon" type="image/png" href="favicon.png">
</head>
<body>
<!-- Background -->
<section id="cover">
<div class="overlay color"></div>
<div class="container">
<div class="home-bg">
<div class="cover-content">
<div class="cover-big">Firefox Student Ambassadors Meetup</div>
<div class="cover-normal">February - March 2015</div>
<div class="cover-small">A <strong><a href="http://mozillakerala.org/" target="_blank">Mozilla Kerala</a></strong> Initiative</div>
<a class="reg-btn btn btn-3d btn-warning" role="button" href="#register"><strong>Register</strong></a>
</div>
<div class="navigation-bar"><a href="#overview" class="down"></a></div>
</div>
</div>
</section>
<!-- End Background -->
<!-- Navigation -->
<nav id="navigation" class="navigation-bar-header light hidden-xs">
<div class="container">
<nav class="navigation navigation-bar navigation-bar-right">
<li><a href="#overview">Overview</a></li>
<li><a href="#agenda">Agenda</a></li>
<li><a href="#faq">FAQ</a></li>
<li><a href="#people">Contact</a></li>
<li class="featured"><a href="#register">Register</a></li>
</nav>
</div>
</nav>
<!-- End Navigation -->
<!-- Overview -->
<section id="overview">
<div class="container">
<div class="row">
<div class="about col-lg-6">
<span class="glyphicon glyphicon-bullhorn" style="font-size: 400%"></span>
<h2>Firefox Student Ambassadors</h2>
<p>Firefox Student Ambassadors are individuals who are <strong>passionate about Mozilla</strong>, the open web, and the many benefits of Firefox and its products including <strong><a href="http://www.mozilla.org/firefox/os/" target="_blank">Firefox OS</a></strong>.</p>
<p>They are a global pack of do-gooders and dedicated defenders of the Web! Creative and resourceful, FSAs lead campaigns and projects in their communities to encourage others to <a href="http://www.mozilla.org/contribute" target="_blank">contribute</a> to the Mozilla mission. Not just that, Firefox Student Ambassadors are web educators and strives to keep the power of the Web in hands of users everywhere.</p>
<p>Student Ambassadors are given the opportunity to <strong>learn new skills, earn recognition, and advance their leadership </strong> in not just the Mozilla community, but in their school / college and local community.</p>
<br>
<a class="btn btn-warning" role="button" href="https://wiki.mozilla.org/StudentAmbassadors/" target="_blank">Learn More</a>
<a class="btn btn-warning" role="button" href="https://www.mozilla.org/contribute/studentambassadors/join/" target="_blank">Join</a>
</div>
<div class="about col-lg-6">
<span class="glyphicon glyphicon-globe" style="font-size: 400%"></span>
<h2>About the Meetup</h2>
<p>Firefox Student Ambassadors' Meetup is going to be a gathering of Firefox Student Ambassadors from around Kerala who are interested in contributing to <a href="https://mozilla.org/" target="_blank">Mozilla</a>, its <a href="https://mozilla.org/mission/" targeet="_blank">misson</a> and <a href="https://mozilla.org/firefox/os/" target="_blank">Firefox OS</a>.</p>
<p>The event is divided in 3 phases which will cover the entire state. This is done in order to make it easier for ambassadors to participate in the event. The event will be organized in 3 zones of Kerala - Trivandrum, Cochin and Malabar.</p>
<p>This event will give an insight about mozilla, its activities and how one can contribute to the amazing community. It can orientate the participants on how and where to start contributing to mozilla. The participants will get a boost to kick-start and take their next step towards contributing to the amazing world of mozilla.</p>
<br>
<a class="reg-btn btn btn-warning" role="button" href="#register">Register Now!</a>
</div>
</div>
</div>
</section>
<!-- End Overview -->
<!-- Agenda -->
<section id="agenda">
<div class="container">
<div class="row">
<h2>AGENDA</h2>
<ul class="text-left">
<li><h4>Bring Firefox Student Ambassadors from across the state and provide a platform to network and interact with each other.</h4></li>
<li><h4>Provide an overview of the activities that can be done at their clubs to keep them engaged.</h4></li>
<li><h4>Provide an insight of the many ways to <a href="https://mozilla.org/contribute/" target="_blank">contribute to mozilla</a> and the community.</h4></li>
<li><h4>Monthly meetings</h4></li>
<li><h4>Roadmap planning for the upcoming year on spreading the <a href="https://mozilla.org/mission/" target="_blank">mission of mozilla</a>, <a href="https://mozilla.org/firefox/os/" target="_blank">Firefox OS</a> and <a href="https://wiki.mozilla.org/StudentAmbassadors/" target="_blank">Firefox Student Ambassadors</a> at other colleges / institutions.</h4></li>
</ul>
</div>
</div>
</section>
<!-- End Agenda -->
<!-- FAQ -->
<section id="faq">
<div class="container">
<div class="row">
<h2>FREQUENTLY ASKED QUESTIONS</h2>
<div id="accordion" class="panel-group text-left">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#who"><span class="glyphicon glyphicon-plus"></span> Who is organizing this event?</a>
</h4>
</div>
<div id="who" class="panel-collapse collapse">
<div class="panel-body">
<h4>This is a Mozilla event, which means Mozilla is organizing this event through its community volunteers in Kerala (Mozilla Kerala).</h4>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#date"><span class="glyphicon glyphicon-plus"></span> When is this happening?</a>
</h4>
</div>
<div id="date" class="panel-collapse collapse">
<div class="panel-body">
<div class="date col-md-4 col-lg-4">
<h4><strong>Malabar</strong></h4>
<h5><em>Sunday, February 15, 2015</em></h5>
</div>
<div class="date col-md-4 col-lg-4">
<h4><strong>Kochi</strong></h4>
<h5><em>Sunday, February 8, 2015</em></h5>
</div>
<div class="date col-md-4 col-lg-4">
<h4><strong>Thiruvananthapuram</strong></h4>
<h5><em>Sunday, March 8, 2015</em></h5>
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#where"><span class="glyphicon glyphicon-plus"></span> Where will this event be hosted?</a>
</h4>
</div>
<div id="where" class="panel-collapse collapse">
<div class="panel-body">
<h4>This event will be hosted in 3 prominent regions of Kerala - Malabar, Kochi and Trivandrum. Contact the representatives mentioned above to know more details.</h4>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#time"><span class="glyphicon glyphicon-plus"></span> What time will this event happen?</a>
</h4>
</div>
<div id="time" class="panel-collapse collapse">
<div class="panel-body">
<h4>The event will be organized on a weekend probably a one-day event depending upon the available resources and venue arrangements.</h4>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#attend"><span class="glyphicon glyphicon-plus"></span> Can anyone this event?</a>
</h4>
</div>
<div id="attend" class="panel-collapse collapse">
<div class="panel-body">
<h4>If you are interested or love open-source, privacy and / or mozilla or all the three, you are more than welcome. However, please register yourself in the form below so that we can know an estimate number of participants that might attend. Thank you for understanding.</h4>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#seats"><span class="glyphicon glyphicon-plus"></span> How many seats are available?</a>
</h4>
</div>
<div id="seats" class="panel-collapse collapse">
<div class="panel-body">
<h4>We are trying our maximum to accommodate everyone who registers, however, if we're over-booked than the capacity of our venue, we'll be forced to short-list the registrants.</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End FAQ -->
<!-- Registration -->
<section id="register">
<!-- <div class="overlay"></div> -->
<div class="container">
<div class="row">
<article class="article-big animated hiding" data-animation="fadeInDown" data-delay="0">
<h2>REGISTER</h2>
<h3>Don't you want to have all the fun? <br>
What are you waiting for? Register yourself now!</h3>
<iframe src="https://docs.google.com/forms/d/1YnA1POhYb3SKZNDc8mfBik1YleCzmBUvoaovCiaI9Ww/viewform?embedded=true" width="100%" height="2250" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</article>
</div>
</div>
</section>
<!-- End Registration -->
<!-- People -->
<section id="people">
<div class="container">
<div class="row">
<div class="col-md-12 col-lg-12">
<h2>PEOPLE</h2>
<div class="pic col-xs-4 col-sm-6 col-md-6 col-lg-6 text-right">
<img src="https://mozillians.org/media/uploads/sorl-cache/35/8a/358a60cd399285a73cf538d813cd1514.jpg" width="100px" />
</div>
<div class="info col-xs-8 col-sm-3 col-md-2 col-lg-2">
<strong>Kumaresan CS</strong>
<a href="https://reps.mozilla.org/u/Kumaresan/" target="_blank">
<img src="https://reps.mozilla.org/static/base/img/remo/shortcut.ico" width="16px" />
</a>
<a href="https://mozillians.org/en-US/u/Kumaresan/" target="_blank">
<img src="https://mozillians.org/static/mozillians/img/favicon.ico" />
</a>
<br>Event Organizer<br>
<em>Mozilla Representative</em><br>
<span class="glyphicon glyphicon-phone" style="font-size: 110%;"></span>+91 944-6536-208
</div>
<div class="col-xs-offset-1 col-sm-offset-2 col-md-offset-4 col-lg-offset-4"></div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h3>Representatives for the 3 Zones</h3>
</div>
<div class="col-md-4 col-lg-4">
<h4>Malabar</h4>
<div class="person row">
<div class="pic col-xs-3 col-sm-5 col-md-4 col-lg-4 text-right">
<a href="https://mozillians.org/en-US/u/faheem/" target="_blank">
<img src="https://mozillians.org/media/uploads/sorl-cache/32/89/32898a65e43e517e479ec8cc7fd9b008.jpg" width="60px" />
</a>
</div>
<div class="info col-xs-9 col-sm-4 col-md-8 col-lg-8">
<strong>Faheem K</strong>
<a href="https://mozillians.org/en-US/u/faheem/" target="_blank">
<img src="https://mozillians.org/static/mozillians/img/favicon.ico" />
</a>
<br>
<span class="glyphicon glyphicon-envelope"></span>
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
</div>
</div>
<div class="person row">
<div class="pic col-xs-3 col-sm-5 col-md-4 col-lg-4 text-right">
<a href="https://mozillians.org/en-US/u/nadeem/" target="_blank">
<img src="https://mozillians.org/media/uploads/sorl-cache/34/41/34419cf7109d56cd898baa331292cdf2.jpg" width="60px" />
</a>
</div>
<div class="info col-xs-9 col-sm-4 col-md-8 col-lg-8">
<strong>Nadeem Ahmed</strong>
<a href="https://mozillians.org/en-US/u/nadeem/" target="_blank">
<img src="https://mozillians.org/static/mozillians/img/favicon.ico" />
</a>
<br>
<span class="glyphicon glyphicon-envelope"></span>
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4">
<h4>Kochi</h4>
<div class="person row">
<div class="pic col-xs-3 col-sm-5 col-md-4 col-lg-4 text-right">
<a href="https://mozillians.org/en-US/u/akhiljames/" target="_blank">
<img src="https://mozillians.org/media/uploads/sorl-cache/0a/f7/0af722e185feeab6e83797b0cfb1e932.jpg" width="60px" />
</a>
</div>
<div class="info col-xs-9 col-sm-4 col-md-8 col-lg-8">
<strong>Akhil James</strong>
<a href="https://mozillians.org/en-US/u/akhiljames/" target="_blank">
<img src="https://mozillians.org/static/mozillians/img/favicon.ico" />
</a>
<br>
<span class="glyphicon glyphicon-envelope"></span>
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
</div>
</div>
<div class="person row">
<div class="pic col-xs-3 col-sm-5 col-md-4 col-lg-4 text-right">
<a href="https://mozillians.org/en-US/u/Nidhiya/" target="_blank">
<img src="https://mozillians.org/media/uploads/sorl-cache/25/6e/256e156300300f913a82805033526829.jpg" width="60px" />
</a>
</div>
<div class="info col-xs-9 col-sm-4 col-md-8 col-lg-8">
<strong>Nidhiya V Raj</strong>
<a href="https://mozillians.org/en-US/u/Nidhiya/" target="_blank">
<img src="https://mozillians.org/static/mozillians/img/favicon.ico" />
</a>
<br>
<span class="glyphicon glyphicon-envelope"></span>
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4">
<h4>Thiruvananthapuram</h4>
<div class="person row">
<div class="pic col-xs-3 col-sm-5 col-md-4 col-lg-4 text-right">
<a href="https://mozillians.org/en-US/u/shine/" target="_blank">
<img src="https://mozillians.org/media/uploads/sorl-cache/cd/d5/cdd523842f741b437705465483d9dc0a.jpg" width="60px" />
</a>
</div>
<div class="info col-xs-9 col-sm-4 col-md-8 col-lg-8">
<strong>Shine Nelson</strong>
<a href="https://mozillians.org/en-US/u/shine/" target="_blank">
<img src="https://mozillians.org/static/mozillians/img/favicon.ico" />
</a>
<br>
<span class="glyphicon glyphicon-envelope"></span>
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
</div>
</div>
<div class="person row">
<div class="pic col-xs-3 col-sm-5 col-md-4 col-lg-4 text-right">
<a href="https://mozillians.org/en-US/u/riginoommen/" target="_blank">
<img src="https://mozillians.org/media/uploads/sorl-cache/eb/0b/eb0bd832ef21b5562d0a5948ca91d11b.jpg" width="60px" />
</a>
</div>
<div class="info col-xs-9 col-sm-4 col-md-8 col-lg-8">
<strong>Rigin Oommen</strong>
<a href="https://mozillians.org/en-US/u/riginoommen/" target="_blank">
<img src="https://mozillians.org/static/mozillians/img/favicon.ico" />
</a>
<br>
<span class="glyphicon glyphicon-envelope"></span>
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End People -->
<div class="back-to-top"><span class="glyphicon glyphicon-chevron-up" aria-hidden="true"></span></div>
<!-- Footer -->
<footer>
<section id="footer">
<div class="container">
<div class="row">
<div class="design pull-left">
Built <a href="#" data-toggle="modal" data-target="#video">with ♥, Internet Style</a> <br>
using <a href="http://jquery.com/" target="_blank">jQuery</a>, <a href="http://getbootstrap.com/" target="_blank">Twitter Bootstrap</a> & <a href="https://fortawesome.github.io/FontAwesome/" target="_blank">FontAwesome</a> from <span class="fa fa-maxcdn"></span> MaxCDN's <a href="http://bootstrapcdn.com/" target="_blank">BootstrapCDN</a><br>
by the Fox Lovers in <a href="http://mozillakerala.org/" target="_blank">Kerala</a>
</div>
<div class="contact pull-right">
<a title="Facebook Page" class="facebook" href="https://facebook.com/MozillaKerala" target="_blank">
<span class="fa-stack fa-lg">
<span class="fa fa-circle fa-stack-2x"></span>
<span class="fa fa-facebook fa-stack-1x fa-inverse"></span>
</span>
</a>
<a title="Facebook Group" class="facebook" href="https://facebook.com/groups/MozillaKerala" target="_blank">
<span class="fa-stack fa-lg">
<span class="fa fa-circle fa-stack-2x"></span>
<span class="fa fa-facebook fa-stack-1x fa-inverse"></span>
</span>
</a>
<a title="Twitter" class="twitter" href="https://twitter.com/MozillaKerala" target="_blank">
<span class="fa-stack fa-lg">
<span class="fa fa-circle fa-stack-2x"></span>
<span class="fa fa-twitter fa-stack-1x fa-inverse"></span>
</span>
</a>
<a title="Google+ Page" class="gplus" href="https://plus.google.com/114831280089581546580" target="_blank">
<span class="fa-stack fa-lg">
<span class="fa fa-circle fa-stack-2x"></span>
<span class="fa fa-google-plus fa-stack-1x fa-inverse"></span>
</span>
</a>
<a title="Google+ Community" class="gplus" href="https://plus.google.com/communities/114787248813145966099" target="_blank">
<span class="fa-stack fa-lg">
<span class="fa fa-circle fa-stack-2x"></span>
<span class="fa fa-google-plus fa-stack-1x fa-inverse"></span>
</span>
</a>
<a title="Github Organization" class="github" href="https://github.com/MozillaKerala" target="_blank">
<span class="fa-stack fa-lg">
<span class="fa fa-circle fa-stack-2x"></span>
<span class="fa fa-github fa-stack-1x fa-inverse"></span>
</span>
</a>
<br>
Say Hello • hello [at] mozillakerala [dot] org <br>
For Event related queries, write to events [at] mozillakerala [dot] org <br>
</div>
</div>
</div>
<!-- Video Modal -->
<div class="modal fade" id="video" tabindex="-1" role="dialog" aria-labelledby="basicModal" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<iframe width="420" height="315" src="//www.youtube.com/embed/Xe1TZaElTAs" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
<!-- End Video Modal -->
</section>
</footer>
<!-- End Footer -->
<!-- Script Includes -->
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/script.js"></script>
<script type="text/javascript" src="js/jquery.appear.js"></script>
<script type="text/javascript" src="js/jquery.nav.js"></script>
<script type="text/javascript" src="js/waypoints.min.js"></script>
<script type="text/javascript" src="js/waypoints-sticky.min.js"></script>
</body>
</html>