-
Notifications
You must be signed in to change notification settings - Fork 30
/
index.html
executable file
·534 lines (533 loc) · 23.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Mozilla Delhi | MozPacers</title>
<!-- Please add proper comments to everything that you add. It makes easier for others to read your code. -->
<!-- Import Font Face -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<!--Font Awesome Style sheet -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<!-- Tabzilla stylesheet -->
<link rel="stylesheet" type="text/css" href="src/client/css/tabzilla.css" media="screen" />
<!-- Custom Stylesheet -->
<link rel="stylesheet" href="src/client/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script id="card-template" type="text/html">
<li class="col-xs-12 col-sm-6 col-md-4 col-lg-4">
<figure class="cardfigure">
<img src="" alt="">
<figcaption>
<div class="info-box">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<h3></h3>
</div>
</div>
<div class="row">
<div class="col-xs-offset-6 col-xs-offset-6 col-md-offset-6 col-lg-offset-6 col-xs-6 col-sm-6 col-md-6 col-lg-6">
<h4 class="pull-right"></h4>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 text-center">
<div class="ellipsis">
<p></p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<span></span>
</div>
</div>
<a id="" class="more click" >More info</a>
<a class="register" href="">Register</a>
</figcaption>
</figure>
</li>
</script>
<script id="single-template" type=text/html>
<div>
<section class="info col-xs-12 col-sm-12 col-md-offset-2 col-md-8 col-lg-offset-2 col-lg-8">
<h1 class="text-center"></h1>
<div class="col-xs-12 col-sm-5 col-md-5 col-lg-5">
<h3 class="pull-left"><br></h3>
</div>
<div class="col-xs-12 col-sm-offset-2 col-sm-5 col-md-offset-2 col-md-5 col-lg-offset-2 col-lg-5">
<h3 class="pull-right"><br><br>-</h3>
</div>
<!-- <h3 class="pull-right"></h3> -->
<p></p>
<div class="buttons">
<a class="reg" href=""><button id="registersingle" type="button" class="btn btn-lg pull-left">Register Here</button></a>
<a class="meetup" href=""><button id="meetupsingle" type="button" class="btn btn-lg pull-right">Meetup Page</button></a>
</div>
</section>
</div>
</script>
</head>
<body>
<div id="outer-wrapper">
<!-- Tabzilla and navbar goes here-->
<header id="masthead" class="col-md-12">
<div class="container col-md-8 col-md-offset-2">
<div id="tabzilla">
<a href="https://www.mozilla.org/" target="_blank">Mozilla</a>
</div>
<nav id="nav-main" role="navigation">
<span class="toggle" role="button" aria-controls="nav-main-menu" tabindex="0">Menu</span>
<ul id="nav-main-menu">
<li class="first"><a href="http://mozpacers.org/blog" target="_blank">Blog</a></li>
<li><a href="#events">Events</a></li>
<li><a href="#About">About Us</a></li>
<li class="last"><a href="#contact_form">Contact Us</a></li>
</ul>
</nav>
</div>
</header>
<!-- Sticky Events section goes here -->
<!-- <h3 class="text-center disclaimer">This is Alpha v0.3 of Mozpacers powered by MozAwesomeness ;)</h3> -->
<!-- Hero Image goes here -->
<section id="Hero_Image">
<div class ="row">
<div id ="hero_col" class="col-xs-12 col-sm-12 col-md-12 col-lg-12" >
<img id="hero_main" src="src/client/img/hero/back2.jpg" class ="img-responsive animated fadeInDown" />
<img id="hero_logo" src="src/client/img/hero/logo2.png" class="img-responsive col-xs-3 col-sm-2 col-md-2 col-lg-2 animated fadeInDown" />
</div>
</div>
</section>
<!-- Hero Image ends Here -->
<!-- Firefox Download section goes here -->
<section id="download-section">
<div class="container">
<div class="row">
<div class="col-md-8 col-sm-12">
<div class="row">
<h1 class="col-md-4">
<img id="ff-download-img" src="src/client/img/firefox-logo-wordmark-white.png" class="img-responsive" alt="Firefox Logo" height="190" width="190" />
</h1>
<h1 id="ff-download-message-h" class="col-md-8 text-center hidden-xs">
Committed to <strong>you, your privacy</strong> and an<strong> open web</strong>
</h1>
</div>
</div>
<div class="col-md-4 col-sm-12">
<div class="row">
<h1 id="ff-download-btn-h" class="col-sm-12">
<a id="ff-download-btn" class="center-block button" href="https://www.mozilla.org/en-US/firefox/new/#download-fx" target="_blank">FREE DOWNLOAD</a>
</h1>
</div>
</div>
</div><!-- Row End -->
</div><!-- Container End -->
</section>
<!-- Events section goes here -->
<section id="events" class="container-fluid">
<div class="row grid">
<header>
<h1 class="text-center">Upcoming events</h1>
</header>
</div>
<div class="row">
<ul class="grid cs-style-3 event future">
</ul>
</div>
<div class="row grid">
<button id="future-more" type="button" class="click btn btn-more btn-lg center-block">More events</button>
</div>
<div class="row grid">
<header>
<h1 class="text-center">Past events</h1>
</header>
</div>
<div class="row">
<ul class="grid cs-style-3 event past">
</ul>
</div>
<div class="row grid">
<button id="past-more" type="button" class="click btn btn-more btn-lg center-block">More events</button>
</div>
</section>
<section id="testcase" class="container-fluid testing">
<div class="row grid">
<div class="container-back">
<!-- <a class="back"><i class="fa fa-4x fa-chevron-left"></i></a> -->
<div class="back"></div>
</div>
</div>
<div class="row">
<ul class="grid cs-style-3 event-view">
</ul>
<div class="single-event col-xs-12 col-sm-12 col-md-12 col-lg-12">
</div>
</div>
</section>
<!-- Slider goes here -->
<section class="pillars">
<ul class="accordion">
<li id="panel-friends" class="panel" tabindex="0">
<h2 class="panel-title">Firefox Friends</h2>
<div class="panel-inner">
<div class="panel-content">
<a href="http://friends.mozilla.org" target="_blank">
<h3>Join The Innovators</h3>
<p>
Firefox Friends is our ever-growing team of social-sharers and word-spreaders. By joining, you’ll be helping us bring an open and innovative Web to people everywhere.
</p>
<p class="go">
Visit Firefox Friends
</p>
</a>
</div>
</div>
</li>
<li id="panel-webmaker" class="panel" tabindex="0">
<h2 class="panel-title"><i>The Web</i> You Want</h2>
<div class="panel-inner">
<div class="panel-content">
<a href="https://www.webmaker.org" hreflang="en-US" target="_blank">
<h3>Make The Web You Want</h3>
<p>
Join us at Mozilla Web Maker and help shape the web you want. Web Maker helps you to create your own web.
</p>
<p class="go">
Mozilla Web Maker
</p>
</a>
</div>
</div>
</li>
<li id="panel-FSA" class="panel" tabindex="0">
<h2 class="panel-title"><i>Firefox Student</i> Ambassador</h2>
<div class="panel-inner">
<div class="panel-content">
<a href="https://www.mozilla.org/en-US/contribute/studentambassadors/" target="_blank">
<h3>Help Change the Web</h3>
<p>
Individuals who are passionate about Mozilla and raise awareness about many benefits of firefox
and other Mozilla products.
</p>
<p class="go">
Become a student ambassador
</p>
</a>
</div>
</div>
</li>
<li id="panel-fxos" class="panel" tabindex="0">
<h2 class="panel-title"><i>Discover </i><br> Firefox OS</h2>
<div class="panel-inner">
<div class="panel-content">
<a href="https://www.mozilla.org/en-US/firefox/os/2.0/" target="_blank">
<h3>Discover Firefox OS</h3>
<p>
Designed to give you what you need, just when you need it. Firefox OS is an open source OS based on web
technologies to bring you the best experience.
</p>
<p class="go">
Get Firefox OS
</p>
</a>
</div>
</div>
</li>
<li id="panel-reps" class="panel" tabindex="0">
<h2 class="panel-title"><i>Mozilla</i><br> Representatives</h2>
<div class="panel-inner">
<div class="panel-content">
<a href="https://www.mozilla.org/mission/" target="_blank">
<h3>Mozilla Representatives</h3>
<p>
The program aims at those enthusiastic volunteers of Mozilla who want to become official representatives of Mozilla in
their locale/region.
</p>
<p class="go">
Join the Mozilla Mission
</p>
</a>
</div>
</div>
</li>
</ul>
</section>
<!-- About us goes here -->
<section id="About">
<div class="container">
<div class="row">
<div id="AboutUs" class="col-md-8 col-md-offset-2">
<h1>Who are Mozpacers?</h1>
<p>Mozpacers are the active Mozillians of the Delhi Mozilla Community. Two ReMos (Mozilla Representatives) <em>Anup Kumar Mishra</em> and <em>Ajay Kumar</em>, along with <em>Bhuvnesh Dogra</em> took up initiatives in early 2014, to ameliorate the existing Delhi Mozilla Community. Ever since then, the Community has been deluged with contributors from diverse disciplines.</p>
<p>We strongly believe in building up an Open and Dynamic Community, that will contribute actively to achieve Mozilla’s Mission i.e. <i>Making a better Web.</i></p>
<h1>Regions Covered</h1>
<p>Apart from Delhi and NCR , we also propagate the idea of Open Source Community and Mozilla in various other North Indian states viz <strong>Himachal Pradesh, Rajasthan, Punjab</strong> etc, through various workshops, seminars and events.</p>
<h1>Structure of the Community</h1>
<p>Two major groups constitute the Community. These are:</p>
<ul>
<li>Technical Contributors</li>
<li>Non technical Contributors</li>
</uL>
<p>But, an individual contributing in a technical project , can also be an active part of another non technical project and vice versa. We make sure , that everyone gets the opportunity to take up various leadership and managerial roles. We heartily welcome any type of contributor and they can opt to be a part of any of the project, depending on his/her field of interest.</p>
</div>
<div id="coreContributers" class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<ul class="ContributerImages">
<h1 id="contributors">Meet the team</h1>
<li>
<div class="ch-item ch-img-1">
<div class="ch-info">
<h3>Ajay Kumar</h3>
<p>Community Mentor<a href="https://reps.mozilla.org/u/ajaysinghi1188/" target="_blank">View on Reps</a></p>
</div>
</div>
</li>
<li>
<div class="ch-item ch-img-2">
<div class="ch-info">
<h3>Anup Mishra</h3>
<p>Community Mentor<a href="https://reps.mozilla.org/u/anupkumarmishra29/" target="_blank">View on Reps</a></p>
</div>
</div>
</li>
<li>
<div class="ch-item ch-img-3">
<div class="ch-info">
<h3>Bhuvnesh Kumar</h3>
<p>Community Mentor<a href="https://mozillians.org/en-US/u/BhuvneshDogra/" target="_blank">View on Mozillians</a></p>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- About(Community) goes here -->
<section id="community">
<div class="container">
<div class="row">
<div class="col-sm-4 col-md-4 col-lg-4">
<span class="spanContributer">
<i class="fa fa-users fa-lg"></i>
10,554
</span>
<br>
<span class='content'>
active Mozillians
<br>
worldwide
</span>
</div>
<div class="col-sm-4 col-md-4 col-lg-4">
<span class="spanOrganiser">
<i class="fa fa-heart fa-lg"></i>
121
</span>
<br>
<span class='content'>
upcoming events
<br>
around the globe
</span>
</div>
<div class="col-sm-4 col-md-4 col-lg-4">
<span class="statCountries">
<i class="fa fa-globe fa-lg"></i>
87
</span>
<br>
<span class='content'>
languages and counting,
<br>
on every continent
</span>
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<a class="contribute-btn" href="https://www.mozilla.org/en-US/contribute/" target="_blank" data-element-location="button-click" data-link-type="Get Involved with Mozilla today">Get Involved with Mozilla today</a>
</div>
</div>
</div>
</section>
<!-- Contact Form goes here -->
<section id="contact_form" class="contact">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 style="color:white" class="section-heading">Contact Us</h2>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="row">
<div class="col-lg-offset-2 col-lg-8 col-md-offset-2 col-md-8">
<div class="form-group">
<input class="form-control" type="text" name="name" id="name" placeholder="Name*" />
<span class="error" id="error_name"></span>
</div>
<div class="form-group">
<input class="form-control" type="email" name="email" id="email" placeholder="Email Address*" />
<span class="error" id="error_email"></span>
</div>
<div class="form-group">
<textarea class="form-control" name="message" placeholder="Message*" id="message"></textarea>
<span class="error" id="error_message"></span>
</div>
<div class="form_group">
<div class="row">
<input type="submit" name="send" id="send" value="Send" class="btn btn-lg send-button center-block" >
<span id="success" class="center-block"></span>
</div>
<!-- <div class="row">
</div> -->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- Footer goes here -->
<!-- Developers Modal -->
<div class="modal fade" id="developersModal" 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">Developers</h4>
</div>
<div class="modal-body text-center">
This site is developed by a collaborative effort of following MozPacers:
<div id="developers-list-container">
<ul>
<li><a href="https://mozillians.org/en-US/u/CuriousLearner/" target="_blank">Sanyam Khurana</a></li>
<li><a href="https://mozillians.org/en-US/u/slayslot/" target="_blank">Nikhil Handa</a></li>
<li><a href="https://mozillians.org/en-US/u/vikramj74/" target="_blank">Vikram Jaswal</a></li>
<li><a href="https://mozillians.org/en-US/u/ManrajSingh/" target="_blank">Manraj Singh</a></li>
<li><a href="#" target="_blank">Abhijeet Chauhan</a></li>
<li><a href="https://mozillians.org/en-US/u/askprateek/" target="_blank">Prateek</a></li>
<li><a href="https://mozillians.org/en-US/u/batrachirag/" target="_blank">Chirag Batra</a></li>
<li><a href="https://mozillians.org/en-US/u/kanikaa/" target="_blank">Kanikaa Murarka</a></li>
<li><a href="https://mozillians.org/en-US/u/chawlaaditya8/" target="_blank">Aditya Chawla</a></li>
<li><a href="https://mozillians.org/en-US/u/vipinkhushu/" target="_blank">Vipin Khushu</a></li>
<li><a href="https://mozillians.org/en-US/u/saurabh_badhwar/" target="_blank">Saurabh Badhwar</a></li>
</ul>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!--Developers Modal end -->
<footer class="navbar-static-bottom clearfix" >
<div class="container">
<div class="row">
<div class="text-center col-xs-12 col-sm-12 col-md-3 col-lg-3">
<div class="footer-logo" >
<a href="http://mozilla.org" target="_blank">
<img src="src/client/img/mozilla-logo-footer/mozilla-logo.jpg" alt="Mozilla" width=183 height=72>
</a>
<p id="file-bugs" class="links">Have feedback? <a href="https://github.com/Mozpacers/Mozpacers.github.io/issues" target="_blank">File a bug</a><p>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-5 col-lg-5">
<div class="row">
<div class="col-xs-6 text-center thin">
<ul class="links">
<li>
<a href="#About">About Us</a>
</li>
<li>
<a href="#contact_form">Contact Us</a>
</li>
<li>
<a href="https://www.mozilla.org/mission/" target="_blank">Mission</a>
</li>
</ul>
</div>
<div class="col-xs-6 text-center thin" >
<ul class="links">
<li>
<a href="#contributors">Contributors</a>
</li>
<li>
<a href="http://mozpacers.org/blog" target="_blank">Blog</a>
</li>
<li>
<a href="#" data-toggle="modal" data-target="#developersModal">Developers</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4">
<div class="row" id="social_icons">
<div class="col-xs-12 text-center">
<h2> Connect with us </h2>
</div>
</div>
<div class="row">
<div class="col-xs-12 text-center">
<a target="_blank" href="https://github.com/mozpacers">
<i class="fa fa-github fa-3x"></i>
</a>
<a target="_blank" href="https://www.facebook.com/mozpacers">
<i class="fa fa-facebook fa-3x"></i>
</a>
<a target="_blank" href="https://twitter.com/mozpacers">
<i class="fa fa-twitter fa-3x"></i>
</a>
<a target="_blank" href="https://www.youtube.com/channel/UCeT3xFmGkKhvjUMjNCiBLkg">
<i class="fa fa-youtube fa-3x"></i>
</a>
<a target="_blank" href="https://mozpacers.slack.com/">
<i class="fa fa-slack fa-3x"></i>
</a>
</div>
</div> <!--Social Icon's END -->
</div> <!--Connect with us END -->
</div>
</div>
</footer>
<section id="copyright">
<div class="row">
<div class="col-xs-12 text-center">
<p><b>© Mozilla Delhi 2015 - 2016 </b>| Powered by <b>Mozpacers</b></p>
</div>
</div>
</section>
<!--
==========================================================================
All Scripts go here!
==========================================================================
-->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://code.jquery.com/jquery-2.1.1.js"></script>
<script src="src/client/js/jquery.dotdotdot.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed-->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<!-- Custom Script -->
<script src="src/client/js/script.js"></script>
<!-- Google Analytics code -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-75253538-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>