forked from fcckarachi/fcckarachi.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
504 lines (493 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
<!DOCTYPE html>
<html>
<head>
<title>freeCodeCampKarachi</title>
<meta charset="UTF-8">
<meta name="author" content="Nawazish Ali">
<meta name="keywords" content="HTML,CSS,JavaScript,freeCodeCamp,Nawazish Ali, fccKarachi, freeCodeCampKarachi, Chai & Code Sessions, Meetups, Karachi">
<meta name="description" content="One of the Local study groups of freeCodeCamp.org, Our goal is to foster a friendly, caring and helpful communtiy under the umbrella of freeCodeCamp
and guide Students about Web Development using JS.">
<link rel="icon" href="./source/images/favicon.png" type="image/png" sizes="16x16">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
crossorigin="anonymous">
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css">
<link rel="stylesheet" type="text/css" href="./source/scss/styles.scss">
<!-- Open Graph data -->
<meta property="og:title" content="freeCodeCampKarachi">
<meta property="og:url" content="https://fcckarachi.github.io">
<meta property="og:image" content="./source/images/favicon.png">
<meta property="og:description" content="One of the Local study groups of freeCodeCamp.org, Our goal is to foster a friendly, caring and helpful communtiy under the umbrella of freeCodeCamp
and guide Students about Web Development using JS.">
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="navbar-fixed">
<nav>
<div class="nav-wrapper">
<a href="#home" class="brand-logo">
<img src="./source/images/fcc-khi.png">
</a>
<a href="#" data-activates="mobile-menu" class="button-collapse">
<i class="fa fa-bars fa-2x" aria-hidden="true"></i>
</a>
<ul class="right hide-on-med-and-down">
<li>
<a href="https://web.facebook.com/groups/free.code.camp.karachi" rel="noopener"target="_blank" />
<i class="fa fa-facebook fa-2x" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://freecodecampkarachi.slack.com" rel="noopener" target="_blank">
<i class="fa fa-slack fa-2x" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://github.com/fcckarachi" rel="noopener" target="_blank">
<i class="fa fa-github fa-2x" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
</nav>
</div>
<ul class="side-nav" id="mobile-menu">
<li>
<a href="https://web.facebook.com/groups/free.code.camp.karachi" rel="noopener" target="_blank" />
<i class="fa fa-facebook fa-2x" aria-hidden="true"></i> Facebook
</a>
</li>
<li>
<a href="https://freecodecampkarachi.slack.com" rel="noopener" target="_blank">
<i class="fa fa-slack fa-2x" aria-hidden="true"></i> Slack
</a>
</li>
<li>
<a href="https://github.com/fccpakistan" rel="noopener" target="_blank">
<i class="fa fa-github fa-2x" aria-hidden="true"></i> Github
</a>
</li>
</ul>
<div id="home" class="parallax-container parallax-height">
<div class="parallax">
<img src="./source/images/mazar-quaid-karachi-07.jpg">
</div>
</div>
<section class="center-align green-background">
<div class="seperator-top">
<svg id="bigHalfCircle" xmlns="http://www.w3.org/2000/svg" version="1.1" width="100%" height="100" viewBox="0 0 100 100"
preserveAspectRatio="none">
<path d="M0 100 C40 0 60 0 100 100 Z" />
</svg>
</div>
<h2>The official local group of</h2>
<h2>
<a class="dotted-underline-white" href="https://freecodecamp.org" rel="noopener" target="_blank">FreeCodeCamp</a> in Karachi, Pakistan</h2>
<img class="flag" src="./source/images/pakistani-flag.png">
<hr>
<div class="row">
<div class="col s12 m4">
<div class="card-panel">
<div class="circle-icon-container">
<i class="fa fa-free-code-camp fa-5x" aria-hidden="true"></i>
</div>
<span class="green-text">
<h4>Shared Values</h4>
<hr class="hr-white">
<p>We completely share the values and ideas of the freeCodeCamp's platform.</p>
</span>
</div>
</div>
<div class="col s12 m4">
<div class="card-panel">
<div class="circle-icon-container">
<i class="fa fa-connectdevelop fa-5x" aria-hidden="true"></i>
</div>
<span class="green-text">
<h4>Connectivity</h4>
<hr class="hr-white">
<p>We connect developers and help beginners. We get people into coding.</p>
</span>
</div>
</div>
<div class="col s12 m4">
<div class="card-panel">
<div class="circle-icon-container">
<i class="fa fa-calendar fa-5x" aria-hidden="true"></i>
</div>
<span class="green-text">
<h4>Events</h4>
<hr class="hr-white">
<p>We organize meetups, workshops, coding sessions and just have fun. :)</p>
</span>
</div>
</div>
</div>
<div class="seperator-bottom">
<svg id="bigTriangleShadow" xmlns="http://www.w3.org/2000/svg" version="1.1" width="100%" height="100" viewBox="0 0 100 100"
preserveAspectRatio="none">
<path id="trianglePath1" d="M0 0 L50 100 L100 0 Z" />
<path id="trianglePath2" d="M50 100 L100 40 L100 0 Z" />
</svg>
</div>
</section>
<div class="parallax-container ">
<div class="parallax">
<img src="./source/images/session.jpg">
</div>
</div>
<section class="center-align">
<div class="seperator-top">
<svg id="curveUpColor" xmlns="http://www.w3.org/2000/svg" version="1.1" width="100%" height="100" viewBox="0 0 100 100" preserveAspectRatio="none">
<path d="M0 100 C 20 0 50 0 100 100 Z" />
</svg>
</div>
<h1 class="text-green">Goals</h1>
<p>These are some of the goals we are planning to accomplish with our efforts.</p>
<div class="container row">
<div class="col l4 m6 s12">
<div class="goals">
<i class="fa fa-4x fa-free-code-camp"></i>
<h5>Increase the number of Campers in Karachi.</h5>
</div>
</div>
<div class="col l4 m6 s12">
<div class="goals">
<i class="fa fa-4x fa-code-fork"></i>
<h5>Foster the environment of Open source contributions in Pakistan.</h5>
</div>
</div>
<div class="col l4 m6 s12">
<div class="goals">
<i class="fa fa-4x fa-question-circle-o"></i>
<h5>Help and guide students about Web Development with Javascript.</h5>
</div>
</div>
<div class="col l4 m6 s12">
<div class="goals">
<i class="fa fa-4x fa-connectdevelop"></i>
<h5>Provide students with an opportunity to connect with professionals.</h5>
</div>
</div>
<div class="col l4 m6 s12">
<div class="goals">
<i class="fa fa-4x fa-users"></i>
<h5>Build a friendly, caring and helpful community under the umbrella of freeCodeCamp.</h5>
</div>
</div>
<div class="col l4 m6 s12">
<div class="goals">
<i class="fa fa-4x fa-code"></i>
<h5>Build beginner friendly repos where new contributors can find easy task to contribute to.</h5>
</div>
</div>
</div>
</section>
<hr class="hr-white">
<section class="center-align">
<h1 class="text-green">The Numbers</h1>
<p>Below is our work so far refelected in numbers.</p>
<div class="row">
<div class="col s12 m4 l2">
<div class="numbers">
<h5>Total Events</h5>
<h5>14</h5>
</div>
</div>
<div class="col s12 m4 l2">
<div class="numbers">
<h5>Meetups</h5>
<h5>06</h5>
</div>
</div>
<div class="col s12 m4 l2">
<div class="numbers">
<h5>Chai & Code</h5>
<h5>07</h5>
</div>
</div>
<div class="col s12 m4 l2">
<div class="numbers">
<h5>Workshops</h5>
<h5>01</h5>
</div>
</div>
<div class="col s12 m4 l2">
<div class="numbers">
<h5>Group Members</h5>
<h5>2k+</h5>
</div>
</div>
<div class="col s12 m4 l2">
<div class="numbers">
<h5>Created</h5>
<h5>May 10, 2015</h5>
</div>
</div>
</div>
</section>
<hr class="hr-white">
<section class="center-align">
<h1>Our Sponsors & Partners</h1>
<p>We are always looking out for sponsors to cover free chai and food, or the space where we can host our meetups!
<br>
<a class="dotted-underline-green" href="#contact-us">Get in contact with one of the organizers to discuss further details.</a>
</p>
<div class="carousel">
<a class="carousel-item" href="https://www.appbakerz.com/" rel="noopener" target="_blank">
<img src="./source/images/sponsors/appbakerz.png">
</a>
<a class="carousel-item" href="http://recurship.com/" rel="noopener" target="_blank">
<img src="./source/images/sponsors/recurship.png">
</a>
<a class="carousel-item" href="http://devncode.tech/" rel="noopener" target="_blank">
<img src="./source/images/sponsors/devncode.png">
</a>
<a class="carousel-item" href="https://blackfirehost.com/index.php" rel="noopener" target="_blank">
<img src="./source/images/sponsors/blackfirehost.png">
</a>
</div>
<div class="seperator-bottom">
<svg id="curveDownColor" xmlns="http://www.w3.org/2000/svg" version="1.1" width="100%" height="100" viewBox="0 0 100 100"
preserveAspectRatio="none">
<path d="M0 0 C 50 100 80 100 100 0 Z" />
</svg>
</div>
</section>
<div class="parallax-container ">
<div class="parallax">
<img src="./source/images/Nagan_Ch_Karachi-1024x675.jpg">
</div>
</div>
<section class="center-align green-background">
<div class="seperator-top">
<svg id="curveUpColor" class="curveUpColorGreen" xmlns="http://www.w3.org/2000/svg" version="1.1" width="100%" height="100"
viewBox="0 0 100 100" preserveAspectRatio="none">
<path d="M0 100 C 20 0 50 0 100 100 Z" />
</svg>
</div>
<h1>Contributors</h1>
<p class="container">These are the people who have contributed actively more than once with content for our meetings. Without these contributors
FCCKarachi won't be like it is now.</p>
<div class="row">
<div class="col s12 m4">
<div class="card-panel">
<img class="circle-img" src="./source/images/contributors/Ali.jpeg" alt="Ali's Picture">
<span class="green-text">
<h4>Muhammad Ali</h4>
<hr class="hr-white">
<p>I.T Student with an aim to become a Hybrid App Developer. Started freeCodeCamp to earn certificates and get some
hands on experience, Now helping others to do the same.</p>
<span class="social-links">
<a href="https://www.facebook.com/M.Ali.Khan.1994" target="_blank"><i class="fa fa-facebook fa-2x fa-fw" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/muhammad-ali-khan-6b27b9b3/" target="_blank"><i class="fa fa-linkedin fa-2x fa-fw" aria-hidden="true"></i></a>
<a href="https://github.com/Ali-Khan5/" target="_blank"><i class="fa fa-github fa-2x fa-fw" aria-hidden="true"></i></a>
</span>
</span>
</div>
</div>
<div class="col s12 m4">
<div class="card-panel">
<img class="circle-img" src="./source/images/contributors/raza.jpeg" alt="Raza's Picture">
<span class="green-text">
<h4>Ahmed Raza</h4>
<hr class="hr-white">
<p>Electronics Engineer by profession and a Coder at heart, CS50 motivated him to start his journey, He is Now focusing
on learning react.js and mastering Javascript.
</p>
<span class="social-links">
<a href="https://www.facebook.com/raza403" target="_blank"><i class="fa fa-facebook fa-2x fa-fw" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/ahmed-r-b4197b71/" target="_blank"><i class="fa fa-linkedin fa-2x fa-fw" aria-hidden="true"></i></a>
<a href="https://github.com/Raza403" target="_blank"><i class="fa fa-github fa-2x fa-fw" aria-hidden="true"></i></a>
</span>
</span>
</div>
</div>
<div class="col s12 m4">
<div class="card-panel">
<img class="circle-img" src="./source/images/contributors/shumail.jpeg" alt="Shumail's Picture">
<span class="green-text">
<h4>Shumail Mehdi</h4>
<hr class="hr-white">
<p>CS student and an enthusiastic Fullstack Javascript Developer at Tectonic, He managed to get a job even before
finishing his degree with the help of freeCodeCamp.
</p>
<span class="social-links">
<a href="https://www.facebook.com/hbshezy" target="_blank"><i class="fa fa-facebook fa-2x fa-fw" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/syed-shumail-b64887119/" target="_blank"><i class="fa fa-linkedin fa-2x fa-fw" aria-hidden="true"></i></a>
<a href="https://github.com/shumailmehdi" target="_blank"><i class="fa fa-github fa-2x fa-fw" aria-hidden="true"></i></a>
</span>
</span>
</div>
</div>
<div class="col s12 m4">
<div class="card-panel">
<img class="circle-img" src="./source/images/contributors/hassan-jahagir.jpg" alt="Hassan Jahangir's Picture">
<span class="green-text">
<h4>Hassan Jahangir</h4>
<hr class="hr-white">
<p>
A PHP developer, running a company called BlackFire Host, having experience in multiple programming languages including Python, React JS and Java.
</p>
<span class="social-links">
<a href="https://www.facebook.com/hassan.jahangir.54" target="_blank"><i class="fa fa-facebook fa-2x fa-fw" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/hassaan-jahangir-25429a15b/" target="_blank"><i class="fa fa-linkedin fa-2x fa-fw" aria-hidden="true"></i></a>
<a href="https://github.com/hassanbilal621/" target="_blank"><i class="fa fa-github fa-2x fa-fw" aria-hidden="true"></i></a>
</span>
</span>
</div>
</div>
<div class="col s12 m4">
<div class="card-panel">
<img class="circle-img" src="./source/images/contributors/zain.jpg" alt="Zain Ahmed's Picture">
<span class="green-text">
<h4>Zain Ahmed</h4>
<hr class="hr-white">
<p>
An enthusiastic Frontend Developer at Codexnow & Co-Fouder of Etechcore.
He improved his skills through freeCodeCamp and is now helping others to improve theirs
</p>
<span class="social-links">
<a href="https://web.facebook.com/zain.ahmed.1276" target="_blank">
<i class="fa fa-facebook fa-2x fa-fw" aria-hidden="true"></i>
</a>
<a href="https://www.linkedin.com/in/zain-zahoor/" target="_blank">
<i class="fa fa-linkedin fa-2x fa-fw" aria-hidden="true"></i>
</a>
<a href="https://github.com/zainu" target="_blank">
<i class="fa fa-github fa-2x fa-fw" aria-hidden="true"></i>
</a>
</span>
</span>
</div>
</div>
</div>
<hr>
<h1>Core Members</h1>
<p class="container">These are the people who kick started the group and started organizing the events when there was no one to look after
the group, Without these members FCCKarachi wouldn't have picked up at all.</p>
<div class="row">
<div class="col s12 m4">
<div class="card-panel">
<img class="circle-img" src="./source/images/contributors/moiz.jpeg" alt="Moiz's Picture">
<span class="green-text">
<h4>Abdul Moiz</h4>
<hr class="hr-white">
<p>A Fulltime Web Developer, Javascript enthusiast and an Open source contributor, Looking forward to make a difference
with freeCodeCamp Karachi, by helping & guiding others.</p>
<span class="social-links">
<a href="https://www.facebook.com/aamoizansari" target="_blank"><i class="fa fa-facebook fa-2x fa-fw" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/abdul-moiz-ansari/" target="_blank"><i class="fa fa-linkedin fa-2x fa-fw" aria-hidden="true"></i></a>
<a href="https://github.com/abdul-moiz-ansari" target="_blank"><i class="fa fa-github fa-2x fa-fw" aria-hidden="true"></i></a>
</span>
</span>
</div>
</div>
<div class="col s12 m4">
<div class="card-panel">
<img class="circle-img" src="./source/images/contributors/nawazish.jpeg" alt="Nawazish's Picture">
<span class="green-text">
<h4>Nawazish Ali</h4>
<hr class="hr-white">
<p>A self taught Fullstack Web App Developer working at Recurship and an Open source contributor. He is helping
others like him to break into tech with the help of freeCodeCamp Karachi</p>
<span class="social-links">
<a href="https://www.facebook.com/nawazsih.ali" target="_blank"><i class="fa fa-facebook fa-2x fa-fw" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/nawazish-ali-86b8222b/" target="_blank"><i class="fa fa-linkedin fa-2x fa-fw" aria-hidden="true"></i></a>
<a href="https://github.com/nawazishali" target="_blank"><i class="fa fa-github fa-2x fa-fw" aria-hidden="true"></i></a>
</span>
</span>
</div>
</div>
<div class="col s12 m4">
<div class="card-panel">
<img class="circle-img" src="./source/images/contributors/hassan.jpeg" alt="Hassan's Picture">
<span class="green-text">
<h4>Mohammad Hasan</h4>
<hr class="hr-white">
<p>Software Developer at 10Pearls and Programmer by Passion. He loves to help and guide others about programming
and enjoys organizing meetups under the umbrella of freeCodeCamp.</p>
<span class="social-links">
<a href="https://fb.com/mhkapasi" target="_blank"><i class="fa fa-facebook fa-2x fa-fw" aria-hidden="true"></i></a>
<a href="https://linkedin.com/in/hasankapasi" target="_blank"><i class="fa fa-linkedin fa-2x fa-fw" aria-hidden="true"></i></a>
<a href="https://github.com/techkapasi" target="_blank"><i class="fa fa-github fa-2x fa-fw" aria-hidden="true"></i></a>
</span>
</span>
</div>
</div>
</div>
<div class="spacer"></div>
</section>
<section class="remove-bottom-padding">
<div class="seperator-top">
<svg id="clouds" xmlns="http://www.w3.org/2000/svg" version="1.1" width="100%" height="100" viewBox="0 0 100 100" preserveAspectRatio="none">
<path d="M-5 100 Q 0 20 5 100 Z
M0 100 Q 5 0 10 100
M5 100 Q 10 30 15 100
M10 100 Q 15 10 20 100
M15 100 Q 20 30 25 100
M20 100 Q 25 -10 30 100
M25 100 Q 30 10 35 100
M30 100 Q 35 30 40 100
M35 100 Q 40 10 45 100
M40 100 Q 45 50 50 100
M45 100 Q 50 20 55 100
M50 100 Q 55 40 60 100
M55 100 Q 60 60 65 100
M60 100 Q 65 50 70 100
M65 100 Q 70 20 75 100
M70 100 Q 75 45 80 100
M75 100 Q 80 30 85 100
M80 100 Q 85 20 90 100
M85 100 Q 90 50 95 100
M90 100 Q 95 25 100 100
M95 100 Q 100 15 105 100 Z"></path>
</svg>
</div>
<div class="row center-align">
<div class="col s12 m6">
<h3>About</h3>
<p>This is one of the local study groups of
<a class="dotted-underline-green" href="https://freecodecamp.org" rel="noopener" target="_blank">FreeCodeCamp's</a> platform. It is being run by some of the very enthusiastic members of the group itself who are
like minded and share the same goal of supporting, guiding and connecting newcomers and experienced developers
alike.
</p>
</div>
<div id="contact-us" class="col s12 m6">
<h3>Contact Us</h3>
<p>[email protected]</p>
<div class="footer-links">
<a href="https://web.facebook.com/groups/free.code.camp.karachi/" rel="noopener" target="_blank">
<i class="fa fa-facebook fa-2x" aria-hidden="true"></i>
</a>
<a href="https://freecodecampkarachi.slack.com" rel="noopener" target="_blank">
<i class="fa fa-slack fa-2x" aria-hidden="true"></i>
</a>
<a href="https://github.com/fcckarachi" rel="noopener" target="_blank">
<i class="fa fa-github fa-2x" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<hr class="hr-white">
<footer class="center-align">
<p>©
<span id="copyright-year"></span> Copyright freeCodeCamp Karachi</p>
<p>Designed and developed by
<a class="dotted-underline-green" href="https://nawazishali.github.io" rel="noopener" target="_blank"> Nawazish Ali</a>, Logo Designed by
<a class="dotted-underline-green" href="https://web.facebook.com/usamaejaz.ejaz" rel="noopener" target="_blank"> Usama Ejaz</a>
</p>
</footer>
</section>
<script async defer src="./source/js/index.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-102929420-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-102929420-2');
</script>
</body>
</html>