forked from harshil1712/mozguj
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
500 lines (445 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Mozilla Gujarat</title>
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="192x192" href="./assets/android-icon-192x192.png">
<link rel="manifest" href="/manifest.json">
<!--jQuery-->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha256-pasqAKBDmFT4eHoN2ndd6lN370kFiGUFyTiUHWhU7k8=" crossorigin="anonymous"></script>
<!-- Bootstrap File -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
<!--<link rel="stylesheet" href="./style/bootstrap.min.css">-->
<!-- Zilla Slab Font -->
<link href="https://fonts.googleapis.com/css?family=Zilla+Slab:wght@300,400,400i,500,600,600i,700,700i&display=swap"
rel="stylesheet">
<!-- Custom css file-->
<link rel="stylesheet" href="./style/style.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<!-- Body Starts -->
<body>
<!-- Navbar Starts -->
<header class="header-menu" id="head_top">
<div class="main-menu" style="margin-top: 9%;">
<nav class="navbar fixed-top navbar-expand-lg navbar-light pb-xl-0 pb-lg-0 pb-md-0 pb-sm-0 pb-0">
<a class="navbar-brand" href="#"><img class="img" src="./assets/moz(resize).png" alt="user"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<div class="mr-auto"></div>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link mr-xl-4 mr-lg-4" href="#">
<h2>HOME</h2>
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link mr-xl-4 mr-lg-4" href="#event">
<h2>EVENTS</h2>
</a>
</li>
<li class="nav-item">
<a class="nav-link mr-xl-4 mr-lg-4" href="#club">
<h2>CLUBS</h2>
</a>
</li>
<li class="nav-item">
<a class="nav-link mr-xl-4 mr-lg-4" href="team.html">
<h2>TEAM</h2>
</a>
</li>
<!-- <li class="nav-item" style="margin-right: -40px;">
<a class="nav-link" href="#">BLOGS</a>
</li> -->
<li class="nav-item">
<a class="nav-link mr-xl-4 mr-lg-4 mb-xl-0 mb-lg-0 mb-md-0 mb-sm-0 mb-2" href="#faq">
<h2>FAQ</h2>
</a>
</li>
<li class="nav-item">
<a class="nav-link button mr-xl-2 mr-lg-4 mt-xl-2 mt-lg-2 mt-sm-2 mb-xl-0 mb-lg-0 mb-md-2 mb-sm-2 mb-2"
href="https://github.com/pransh15/moz-starter-pack.git" target="_blank">
<h4
class="px-xl-2 px-lg-2 px-md-3 px-sm-3 px-3 mt-xl-1 mt-lg-1 mt-md-1 mt-sm-1 mt-1 my-xl-n1 my-lg-n1 my-md-n1 my-sm-n1 my-n1">
<i>GET STARTED</i></h4>
</a>
</li>
</ul>
</div>
</nav>
</div>
<script src="script/nav.js"></script>
</header>
<!-- Navbar Ends -->
<!-- Start Main Area -->
<div class="container-lg" id="body">
<main class="site-main" id="about">
<!-- Start Banner Area -->
<section class="site-banner">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="paragraph">
<p class="para">
WE ARE
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="banner">
<img class="image" src="assets/Moz.png" alt="Mozilla Gujarat">
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 col-sm-12">
<p class="para1">
The most diverse Mozilla Regional Community
</p>
</div>
</div>
<div class="row align-items-center">
<div class="col-md-8 col-sm-12 mr-md-n5 ml-md-n3">
<p class="para2 button">
<a href="http://bit.ly/moz-guj-slack" target="_blank"
style="color:black;text-decoration: none;">Join Slack</a>
</p>
</div>
<div class="col-md-1 col-sm-12 mt-4 mt-md-0 ml-md-n5">
<p class="para2 button">
<a href="https://community.mozilla.org/groups/mozilla-gujarat/" target="_blank"
style="color:black;text-decoration: none;">Join Community Portal</a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-12 col-sm-12">
<p class="para3">
A highly enthusiatic community of
</p>
</div>
</div>
<div class="row">
<div class="col-md-12 col-sm-12">
<p class="para4">
Mozilla lovers in Gujarat,India
</p>
</div>
</div>
<div class="row">
<div class="col-md-12 col-sm-12">
<p class="para5">
WE ❤️ THE WEB
</p>
</div>
</div>
</section>
<!-- End Banner Area -->
</main>
<!-- End Main Area -->
<!-- Event Section Starts Here-->
<!-- Events Heading -->
<div class="row" id="event">
<div class="col-sm-12">
<section>
<h1>EVENTS</h1>
<!-- Events Heading Ends -->
</section>
</div>
</div>
<br><br>
<!-- Card Grid Starts -->
<div class="row justify-content-around ml-5">
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="card1" style="background-color: #ff003b;">
<a href="https://community.mozilla.org/events/playing-with-extensions/" target="_blank">
<div class="card4">
<h1 class="ml-2 mt-2" style="text-align: left; font-weight: normal;">12th Jul</h1>
<h2 class="ml-2 mt-5" style="font-style: italic;"><b>Build your Web Extension</b></h2>
<h3 class="ml-2 mt-3">2020<br>Online</h3>
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="card1" style="background-color: #FFAB0F;">
<a href="https://community.mozilla.org/events/hunt-from-home-gujarat/" target="_blank">
<div class="card4">
<h1 class="ml-2 mt-2" style="text-align: left; font-weight: normal;">03rd May</h1>
<h2 class="ml-2 mt-5" style="font-style: italic;"><b>Hunt From Home</b></h2>
<h3 class="ml-2 mt-3">2020<br>Online</h3>
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mt-4 mt-xl-0 mt-md-5 mt-sm-0">
<div class="card1" style="background-color: #00A2FFff;">
<a href="https://community.mozilla.org/events/hunt-from-home-gujarat-2/" target="_blank">
<div class="card4">
<h1 class="ml-2 mt-2" style="text-align: left; font-weight: normal;">10th May</h1>
<h2 class="ml-2 mt-5" style="font-style: italic;"><b>Hunt From Home 2</b></h2>
<h3 class="ml-2 mt-3">2020<br>Online</h3>
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mt-4 mt-xl-5 mt-md-5 mt-sm-0">
<div class="card1" style="background-color: #ff003b;">
<a href="https://community.mozilla.org/events/footprints-x10/" target="_blank">
<div class="card4">
<h1 class="ml-2 mt-2" style="text-align: left; font-weight: normal;">21st Feb</h1>
<h2 class="ml-2 mt-5" style="font-style: italic;"><b>FootPrints X10</b></h2>
<h3 class="ml-2 mt-5">2020<br>MSU</h3>
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mt-4 mt-xl-5 mt-md-5 mt-sm-0">
<div class="card1" style="background-color: #FFAB0F;">
<a href="https://reps.mozilla.org/e/mlh-local-hackday-building-codes/" target="_blank">
<div class="card4">
<h1 class="ml-2 mt-2" style="text-align: left; font-weight: normal;">7th Dec</h1>
<h2 class="ml-2 mt-5" style="font-style: italic;"><b>Building Codes</b></h2>
<h3 class="ml-2 mt-5">2019<br>SVIT</h3>
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mt-4 mt-xl-5 mt-md-5 mt-sm-0 mt-lg-0">
<div class="card1" style="background-color: #00A2FFff;">
<a href="https://reps.mozilla.org/e/hacktoberfest-vadodara/" target="_blank">
<div class="card4">
<h1 class="ml-2 mt-2" style="text-align: left; font-weight: normal;">13th Oct</h1>
<h2 class="ml-2 mt-5" style="font-style: italic;"><b>HacktoberFest</b></h2>
<h3 class="ml-2 mt-5">2019<br>NUV</h3>
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mt-4 mt-xl-5 mt-md-5 mt-sm-0">
<div class="card1" style="background-color: #ff003b;">
<a href="https://reps.mozilla.org/e/wiz-a-thon/" target="_blank">
<div class="card4">
<h1 class="ml-2 mt-2" style="text-align: left; font-weight: normal;">5th Oct</h1>
<h2 class="ml-2 mt-5" style="font-style: italic;"><b>Wiz-a-thon</b></h2>
<h3 class="ml-2 mt-5">2019<br>PU</h3>
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mt-4 mt-xl-5 mt-md-5 mt-sm-0">
<div class="card1" style="background-color: #FFAB0F;">
<a href="https://reps.mozilla.org/e/flutter-bootcamp/" target="_blank">
<div class="card4">
<h1 class="ml-2 mt-2" style="text-align: left; font-weight: normal;">16th June</h1>
<h2 class="ml-2 mt-5" style="font-style: italic;"><b>Flutter Bootcamp</b></h2>
<h3 class="ml-2 mt-3">2019<br>NUV</h3>
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mt-4 mt-xl-5 mt-md-5 mt-sm-0">
<div class="card1" style="background-color: #00A2FF;">
<a href="https://reps.mozilla.org/e/os-fest/" target="_blank">
<div class="card4">
<h1 class="ml-2 mt-2" style="text-align: left; font-weight: normal;">20th Apr</h1>
<h2 class="ml-2 mt-5" style="font-style: italic;"><b>OS Fest</b></h2>
<h3 class="ml-2 mt-5">2019<br>BITS</h3>
</div>
</a>
</div>
</div>
</div>
<!-- Card Grid Ends -->
<!-- Event Section Ends Here-->
<!-- Club Section Starts Here-->
<!-- Clubs Heading -->
<div class="row" id="club">
<div class="col-sm-12">
<section>
<h1>CLUBS</h1>
<!-- Clubs Heading Ends -->
</section>
</div>
</div>
<br><br>
<!-- Card Grid Starts -->
<div class="row justify-content-around ml-4 ml-sm-5">
<div class="col-lg-4 col-md-6 col-sm-12 mt-0">
<div class="card2" style="width:15.625rem; height: 210px; background-color: #ff003b;">
<a href="https://community.mozilla.org/groups/mozneurons" target="_blank">
<div class="card3">
<p style="margin-left:10px;"><img class="img mt-2 w-100 pr-2" src="./assets/MozNeurons.jpeg" alt="user"
height="90px"></p>
<h2 class="ml-2 mt-4"><b>MozNeurons</b><br><span>SVIT</span></h2>
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mt-xl-0 mt-5 mt-md-0">
<div class="card2" style="background-color: #FFAB0F;">
<a href="" target="_blank">
<div class="card3">
<p style="margin-left:10px;"><img class="img w-100" src="./assets/mozguj-horizontal-black.png"
alt="user" height="100px"></p>
<h2 class="ml-2 mt-4"><b>MozPU</b><br><span>PU</span></h2>
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mt-xl-0 mt-5 mt-md-5 mt-lg-0">
<div class="card2" style="background-color: #00A2FF;">
<a href="" target="_blank">
<div class="card3">
<p style="margin-left:10px;"><img class="img w-100" src="./assets/mozguj-horizontal-black.png"
alt="user" height="100px"></p>
<h2 class="ml-2 mt-4"><b>MozNUV</b><br><span>NUV</span></h2>
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mt-xl-5 mt-5 mt-md-5">
<div class="card2" style="background-color: #ff003b;">
<a href="https://community.mozilla.org/groups/xplora-club/" target="_blank">
<div class="card3">
<p style="margin-left:10px;"><img class="img w-100 ml-n1" src="./assets/ITM.png" alt="user"
height="100px"></p>
<h2 class="ml-2 mt-4"><b>Xplora</b><br><span>ITM</span></h2>
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mt-xl-5 mt-5 mt-md-5">
<div class="card2" style="background-color: #FFAB0F;">
<a href="" target="_blank">
<div class="card3">
<p style="margin-left:10px;"><img class="img mt-2 w-50" src="./assets/vier.jpg" alt="user"
height="100px"></p>
<h2 class="ml-2 mt-2"><b>MozVIER</b><br><span>VIER</span></h2>
</div>
</a>
</div>
</div>
</div>
<!-- Card Grid Ends -->
<!-- Club Section Ends Here-->
<!-- FAQ Section Starts Here -->
<section id="faq">
<!-- FAQ Header Start -->
<div class="row">
<div class="col-sm-12">
<h1>FAQ</h1>
</div>
</div>
<!-- FAQ Header Ends-->
<br><br>
<div class="row">
<div class="col-sm-12 col-xs-12">
<div class="accordion">Who can be a member?</div>
<div class="accordion-content ml-5">
<p>
Anyone who thinks he/she can work in and with community, feels happy to be a part of a
community is
always welcome in the community!
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-xs-12">
<div class="accordion">Are there any meetups?</div>
<div class="accordion-content ml-5">
<p>
Mozilla Gujarat holds 1 or 2 monthly meetups!
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-xs-12">
<div class="accordion">How can I contribute?</div>
<div class="accordion-content ml-5">
<p>
You can contribute to the community by volunteering in the events held by Mozilla Gujarat or
you can
contribute to various Mozilla projects like Common Voice, Pontoon, Bug Hunting, contributing
to
Mozilla Codebase, Support Mozilla etc...For that, you can click on the “Get Started” button
in the
Navbar.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-xs-12">
<div class="accordion">How to know about the upcoming events?</div>
<div class="accordion-content ml-5">
<p>
You can sign-up for the newsletter or you can join us on our Slack Channel for constant
community
updates. You can do that by clicking on that “Join Us” button in the Home Section of our
page.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-xs-12">
<div class="accordion">What are the community guidelines?</div>
<div class="accordion-content ml-5">
<p>
You can checkout the <a
href="https://www.mozilla.org/en-US/about/governance/policies/participation/">Community
Guidelines</a>.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-xs-12">
<div class="accordion">Did we miss something?</div>
<div class="accordion-content ml-5">
<p>
We hope we have solved your queries, if we have missed something then you can surely reach
out to
us, we will love to hear it from your side! You can contact us at <a
href="mailto:info@mozguj.org" target="_blank">info@mozguj.org</a>
</p>
</div>
</div>
</div>
<br>
<br>
<script src="script/main.js"></script>
</section>
</div>
<!-- FAQ Section Ends Here -->
<!-- Footer Starts -->
<footer class="mt-xl-5 mt-lg-3 pl-xl,lg,md,sm-4 pl-4 pt-xl-1 pt-lg-1 pt-md-1 pt-sm-1 pt-1">
<a href="#about"><span class="ml-xl-0 ml-lg-0 ml-md-0 ml-sm-0 ml-n2" style="font-size:20px; font-family: 'Zilla Slab', serif; color: white;">Made
with <i class="fa fa-heart pt-xl-2 pt-lg-2 pt-md-2 pt-sm-2 pt-2" aria-hidden="true" style="color:red;"></i> by MozGuj</span></a>
<a href="https://www.instagram.com/mozguj/" target="_blank"><span
class="mr-xl-4 mr-lg-4 mr-md-4 mr-sm-4 mr-3 pt-xl-1 pt-lg-1 pt-md-1 pt-sm-1 pt-1" style="float: right; color:white;"><i
class="fa fa-instagram fa-2x"></i></span></a>
<a href="https://twitter.com/mozguj?lang=en" target="_blank"> <span
class="mr-xl-4 mr-lg-4 mr-md-4 mr-sm-4 mr-3 pt-xl-1 pt-lg-1 pt-md-1 pt-sm-1 pt-1" style="float: right; color: white;"><i class="fa fa-twitter fa-2x"
aria-hidden="true"></i></span></a>
</footer>
<!-- Footer Ends -->
</body>
<!-- Body Ends -->
</html>