forked from fossasia/gci15.fossasia.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
522 lines (522 loc) · 25.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
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
---
---
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>gci15.fossasia.org by fossasia</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link rel='stylesheet prefetch' href='http://fonts.googleapis.com/css?family=Open+Sans'>
<link rel="stylesheet" type="text/css" href="stylesheets/ss.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/bootstrap.min.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/scroll.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/hover.css" media="screen">
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css">
<link rel="stylesheet" type="text/css" href="stylesheets/component.css">
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
</head>
<body>
<!--Navbar-->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
</button>
<a class="navbar-brand" href="http://fossasia.org/">
<img class="navbar-brand-logo" src="img/fossasia-dark.png">
</a>
</div>
<a href="https://codein.withgoogle.com/" class="codein-bkg hidden-xs">
<h2 class="codein-bigger">Google</h2>
<h2 class="codein-smaller">Code-in</h2>
<img src="img/google-bkg.png">
</a>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="#banner">Welcome</a></li>
<li><a href="#mentors">Mentors</a></li>
<li><a href="#students">Students</a></li>
<li><a href="#gallery">Gallery</a></li>
<li><a href="#contributors">Contributors</a></li>
<li><a href="#loklak">Loklak Peers</a></li>
<li><a href="#social_media">Social Media</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<!--End Navbar-->
<!--Slider-->
<div class="slider-container" id="banner">
<div class="slider-control left inactive"></div>
<div class="slider-control right"></div>
<ul class="slider-pagi"></ul>
<div class="slider">
<div class="slide slide-0 active">
<div class="slide__bg"></div>
<div class="slide__content">
<svg class="slide__overlay" viewBox="0 0 720 405" preserveAspectRatio="xMaxYMax slice">
<path class="slide__overlay-path" d="M0,0 150,0 455,405 0,405" />
</svg>
<div class="slide__text">
<h2 class="slide__text-heading">FOSSASIA</h2>
<p class="slide__text-desc">Bringing together an inspiring community across borders and ages to form a better future with Open Technologies and ICT</p>
<a class="slide__text-link" href="http://fossasia.org/" target="_blank">HOME</a>
</div>
</div>
</div>
<div class="slide slide-1 ">
<div class="slide__bg"></div>
<div class="slide__content">
<svg class="slide__overlay" viewBox="0 0 720 405" preserveAspectRatio="xMaxYMax slice">
<path class="slide__overlay-path" d="M0,0 150,0 455,405 0,405" />
</svg>
<div class="slide__text">
<h2 class="equal_pad slide__text-heading">Google Code-In </h2>
<p class="equal_pad slide__text-desc" >Participating in Google Code-in, a bootcamp for young minds to explore the world of open source. </p>
<a class="slide__text-link" href="https://codein.withgoogle.com/organizations/fossasia/" target="_blank">CODE-IN 2015</a>
</div>
</div>
</div>
<div class="slide slide-2">
<div class="slide__bg"></div>
<div class="slide__content">
<svg class="slide__overlay" viewBox="0 0 720 405" preserveAspectRatio="xMaxYMax slice">
<path class="slide__overlay-path" d="M0,0 150,0 455,405 0,405" />
</svg>
<div class="slide__text">
<h2 class="slide__text-heading">FOSSASIA 2016</h2>
<p class="slide__text-desc">Asia's premier Open Technology Event | March 18th - 20th 2016 in Singapore </p>
<a class="slide__text-link" href="http://2016.fossasia.org/" target="_blank">ATTEND</a>
</div>
</div>
</div>
<div class="slide slide-3">
<div class="slide__bg"></div>
<div class="slide__content">
<svg class="slide__overlay" viewBox="0 0 720 405" preserveAspectRatio="xMaxYMax slice">a
<path class="slide__overlay-path" d="M0,0 150,0 455,405 0,405" />
</svg>
<div class="slide__text">
<h2 class="slide__text-heading">FOSSASIA 2015</h2>
<p class="slide__text-desc">MARCH 13TH - 15TH 2015 SINGAPORE </p>
<a class="slide__text-link" href="http://2015.fossasia.org/" target="_blank"> 2015 HOME</a>
</div>
</div>
</div>
</div>
</div>
<!--End Slider-->
<section class="main-content">
<div class="container">
<a class="anchor" name="mentors"></a>
<div class="row mentors-wrapper">
<div class="members mentors">
<h1 class="section-h1"><span class="white-border">Mentors</span></h1>
{% for mentor in site.data.mentors %}
<div class="col-xs-4 col-sm-4 col-md-4 col-lg-3">
<div class="grid">
<figure class="effect-duke">
{% if mentor.github %}
<a href="https://github.com/{{ student.github }} " class="mobile-only"></a>
{% endif %}
<div class="card">
<div class=" avatar img-circle">
{% if mentor.image %}
<img class="card-img-top" src="" data="img/mentors/{{ mentor.image }}" alt="{{ mentor.name }}">
{% else %}
<img class="card-img-top" src="" data="img/member.png" alt="{{ mentor.name }}">
{% endif %}
{% if mentor.bio %}
<div class="pinched">
<b class="quote-container">
<b class="quote">“</b>
</b>
{{ mentor.bio }}
<b class="quote-container">
<b class="quote end-quote">”</b>
</b>
<div class="arrow-down"></div>
</div>
{% else %}
<div class="pinched">
<b class="quote-container">
<b class="quote">“</b>
</b>
Just another great mentor!
<b class="quote-container">
<b class="quote end-quote">”</b>
</b>
<div class="arrow-down"></div>
</div>
{% endif %}
</div>
<div class="card-block">
<h4 class="card-title">{{ mentor.name }}</h4>
<figcaption>
<div class="social">
<div class="icon-holder">
{% if mentor.github %}
<a href="https://github.com/{{ mentor.github }} "><i id="github" class="icon-github"></i></a>
{% endif %}
{% if mentor.blog %}
<a href="{{ mentor.blog }}"><i id="code" class="icon-code"></i></a>
{% endif %}
{% if mentor.twitter %}
<a href="https://twitter.com/{{ mentor.twitter }}"><i id="twitter" class="icon-twitter"></i></a>
{% endif %}
{% if mentor.stackexchange %}
<a href="{{ mentor.stackexchange }} "><i id="stackexchange" class="icon-stackexchange"></i></a>
{% endif %}
{% if mentor.facebook %}
<a href="https://facebook.com/{{ mentor.facebook }}"><i id="facebook" class="icon-facebook"></i></a>
{% endif %}
</div>
</div>
</figcaption>
</div>
</div>
</figure>
</div>
</div>
{% endfor %}
</div>
</div>
<a class="anchor" name="students"></a>
<div class="row students-wrapper">
<div class="members students">
<h1 class="section-h1"><span class="white-border">Students</span></h1>
{% for student in site.data.students %}
<div class="col-xs-4 col-sm-4 col-md-4 col-lg-3">
<div class="grid">
<figure class="effect-duke">
{% if student.github %}
<a href="https://github.com/{{ student.github }} " class="mobile-only"></a>
{% endif %}
<div id="{{ student.name }}" class="card">
<div class="avatar img-circle">
{% if student.image %}
<img class="card-img-top" src="" data="img/students/{{ student.image }}" alt="{{ student.name }}">
{% else %}
<img class="card-img-top" src="" data="img/member.png" alt="{{ student.name }}">
{% endif %}
{% if student.bio %}
<div class="pinched">
<b class="quote-container">
<b class="quote">“</b>
</b>
{{ student.bio }}
<b class="quote-container">
<b class="quote end-quote">”</b>
</b>
<div class="arrow-down"></div>
</div>
{% else %}
<div class="pinched">
<b class="quote-container">
<b class="quote">“</b>
</b>
Just another creative student!
<b class="quote-container">
<b class="quote end-quote">”</b>
</b>
<div class="arrow-down"></div>
</div>
{% endif %}
</div>
<div class="card-block">
<h4 class="card-title">{{ student.name }}</h4>
<figcaption>
<div class="social">
<div class="icon-holder">
{% if student.github %}
<a href="https://github.com/{{ student.github }} "><i id="github" class="icon-github"></i></a>
{% endif %}
{% if student.blog %}
<a href="{{ student.blog }}"><i id="code" class="icon-code"></i></a>
{% endif %}
{% if student.twitter %}
<a href="https://twitter.com/{{ student.twitter }}"><i id="twitter" class="icon-twitter"></i></a>
{% endif %}
{% if student.stackexchange %}
<a href="{{ student.stackexchange }} "><i id="stackexchange" class="icon-stackexchange"></i></a>
{% endif %}
{% if student.facebook %}
<a href="https://facebook.com/{{ student.facebook }}"><i id="facebook" class="icon-facebook"></i></a>
{% endif %}
{% if student.instagram %}
<a href="https://instagram.com/{{ student.instagram }}"><i id="instagram" class="icon-instagram"></i></a>
{% endif %}
</div>
</div>
</figcaption>
</div>
</div>
</figure>
</div>
</div>
{% endfor %}
</div>
</div>
<a class="anchor" name="gallery"></a>
<div class="container1">
<section id="photostack-1" class="photostack photostack-start">
<div>
<figure>
<img src="img/gallery/OpenSourceCollage.jpg" alt="img01" height="240" width="240">
<figcaption>
<h2 class="photostack-title">Open Source Collage</h2>
<h3>Max B.</h3>
</figcaption>
</figure>
<figure>
<img src="img/gallery/Treasurehunt.png" alt="img02" height="240" width="240">
<figcaption>
<h2 class="photostack-title">Treasure Hunt</h2>
<h3>Juan F. Verhook</h3>
</figcaption>
</figure>
<figure>
<img src="img/gallery/apache.png" alt="img03" height="240" width="240">
<figcaption>
<h2 class="photostack-title"><a href="https://github.com/Yathannsh/PHP_APP" target="_blank">Configuring Apache with PHP</a></h2>
<h3>Yathannsh Kulshrestha</h3>
</figcaption>
</figure>
<figure>
<img src="img/gallery/geolocation.png" alt="img04" height="240" width="240">
<figcaption>
<h2 class="photostack-title"><a href="http://github.com/codethejason/gcismallprojects2015/geolocation/">Geolocation Website</a></h2>
<h3>Jason Wong</h3>
</figcaption>
</figure>
<figure>
<img src="img/gallery/personalpage.png" alt="img05" height="240" width="240">
<figcaption>
<h2 class="photostack-title"><a href="http://github.com/vldfr/Profile_page/">Personal Page</a></h2>
<h3>Vlad Fara</h3>
</figcaption>
</figure>
<figure>
<img src="img/gallery/git-tutorial.png" alt="img06" height="240" width="240">
<figcaption>
<h2 class="photostack-title"><a href="http://github.com/oanarosca/git-tutorial">Git tutorial</a></h2>
<h3>Oana Rosca</h3>
</figcaption>
</figure>
<figure>
<img src="img/gallery/lights-out.png" alt="img07" height="240" width="240">
<figcaption>
<h2 class="photostack-title"><a href="http:/github.com/oanarosca/lights-out">Lights Out Javascript</a></h2>
<h3>Oana Rosca</h3>
</figcaption>
</figure>
<figure>
<img src="img/gallery/libreoffice.png" alt="img08" height="240" width="240">
<figcaption>
<h2 class="photostack-title">Libre Office Poster</h2>
<h3>Dea Chintia</h3>
</figcaption>
</figure>
<figure>
<img src="img/gallery/lightsout.png" alt="img09" height="240" width="240">
<figcaption>
<h2 class="photostack-title"><a href="http:/github.com/codethejason/gcismallprojects2015/lightsout/index.html">Lights Out</a></h2>
<h3>Jason Wong</h3>
</figcaption>
</figure>
<figure>
<img src="img/gallery/hangman1.png" alt="img10" height="240" width="240">
<figcaption>
<h2 class="photostack-title"><a href="https://github.com/oanarosca/hangman/tree/gh-pages">Hangman</a></h2>
<h3>Oana Rosca</h3>
</figcaption>
</figure>
<figure>
<img src="img/gallery/opensource.png" alt="img11" height="240" width="240">
<figcaption>
<h2 class="photostack-title"><a href="http://gciopensource.blogspot.ro/">Blog about Open Source</a></h2>
<h3>Selina Feng</h3>
</figcaption>
</figure>
<figure>
<img src="img/gallery/hangman2.png" alt="img12" height="240" width="240">
<figcaption>
<h2 class="photostack-title"><a href="http://github.com/codethejason/gcismallprojects2015/hangman/index.html">Hangman</a></h2>
<h3>Jason Wong</h3>
</figcaption>
</figure>
<figure>
<img src="img/gallery/learngit.png" alt="img13" height="240" width="240">
<figcaption>
<h2 class="photostack-title"><a href="http://sayanchaudhry.me/learngit">Git Tutorial</a></h2>
<h3>Sayan Chaudhry</h3>
</figcaption>
</figure>
<figure>
<img src="img/gallery/collage.jpg" alt="img14" height="240" width="240">
<figcaption>
<h2 class="photostack-title">Open Source Software Collage</h2>
<h3>Sayan Chaudhry</h3>
</figcaption>
</figure>
<figure>
<img src="img/gallery/neerajphp.png" alt="img15" height="240" width="240">
<figcaption>
<h2 class="photostack-title"><a href="https://phpapache.herokuapp.com">Git Tutorial</a></h2>
<h3>Neeraj Pandey</h3>
</figcaption>
</figure>
<figure>
<img src="img/gallery/checkers.png" alt="img16" height="240" width="240">
<figcaption>
<h2 class="photostack-title"><a href="http://github.com/codethejason/checkers">Checkers</a></h2>
<h3>Jason Wong</h3>
</figcaption>
</figure>
<figure>
<img src="img/gallery/php-script.png" alt="img17" height="240" width="240">
<figcaption>
<h2 class="photostack-title"><a href="https://github.com/yasoob/php-test">Configuring PHP and Apache</a></h2>
<h3>M.Yasoob Ullah Khalid</h3>
</figcaption>
</figure>
<figure>
<img src="img/gallery/math.png" alt="img18" height="240" width="240">
<figcaption>
<h2 class="photostack-title">FOSS Math Software Collage</h2>
<h3>Sayan Chaudhry</h3>
</figcaption>
</figure>
<figure>
<img src="img/gallery/million.png" alt="img19" height="240" width="240">
<figcaption>
<h2 class="photostack-title">Million Tweets Using Loklak</h2>
<h3>Sayan Chaudhry</h3>
</figcaption>
</figure>
<figure>
<img src="img/gallery/OpenStreetMap.png" alt="img20" height="240" width="240">
<figcaption>
<h2 class="photostack-title"><a href="http://ducphanduyagentp.github.io/ptnega-openstreetmap/">Open-Street-Map Postal Code Query</a></h2>
<h3>Duc Phan Duy</h3>
</figcaption>
</figure>
<figure>
<img src="img/gallery/distancecalculator.png" alt="img20" height="240" width="240">
<figcaption>
<h2 class="photostack-title"><a href="https://github.com/Yathannsh/distancecalculator">Distance Calculator</a></h2>
<h3>Yathannsh Kulshrestha</h3>
</figcaption>
</figure>
</div>
</section>
</div>
<a class="anchor" name="contributors" id="contributors"></a>
<div class="row contributors-wrapper">
<div class="members contributers">
<h1 class="section-h1"><span class="white-border">Contributors</span></h1>
</div>
</div>
<div class="row thanku-wrapper text-scroll scrolling-words otto" align="center" >
<p id="changingword">Thank you for contributing!</p>
</div>
<a class="anchor" name="loklak" id="loklak"></a>
<div class="row loklak-wrapper">
<div class="members loklak_peers">
<h1 class="section-h1"><span class="white-border">Loklak Peers</span></h1>
<table id="loklak_table">
<tr>
<th>IP Address</th>
<th>Last Seen</th>
</tr>
</table>
</div>
</div>
<a class="anchor" name="social_media"></a>
<div class="social_media">
<br>
<h2 class="section-h1"><span class="white-border">Social Media</span></h2>
<div class="row">
<div class="col-xs-12 col-md-6">
<div class="row">
<div class="col-xs-12 col-md-12">
<div class="twitter" style="">
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<a style="height:315px;" class="twitter-timeline" href="https://twitter.com/fossasia" data-widget-id="541955158897618944">Tweets by @fossasia.</a>
</div>
</div>
<div class="col-xs-12 col-md-12">
<iframe scrolling="no" frameborder="0" allowtransparency="true" style="margin-top:15px; border: none; overflow: hidden; width: 100%; height: 214px;" src="http://www.facebook.com/plugins/likebox.php?id=126893747338271&width=500&connections=15&stream=false&header=false&height=500"></iframe>
</div>
</div>
</div>
<div class="col-xs-12 col-md-6">
<div class="row">
<div class="col-xs-12 col-md-12">
<iframe width="100%" height="315" src="https://www.youtube.com/embed/videoseries?list=PLzZVLecTsGpIt1xH0_dSwNwsLrdhR1bh3" frameborder="0" allowfullscreen></iframe>
</div>
<div class="col-xs-12 col-md-12">
<div id="GPlusPage">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-4 links">
<h3>Other Links</h3>
<ul>
<li><a href="http://fossasia.org/" target="_blank">Main Site</a></li>
<li><a href="http://2016.fossasia.org/" target="_blank">FOSSASIA 2016</a></li>
<li><a href="https://codein.withgoogle.com/organizations/fossasia/" target="_blank">GCI Page</a></li>
<li><a href="http://blog.fossasia.org/events" target="_blank">Events</a></li> <li><a href="https://en.wikipedia.org/wiki/FOSSASIA" target="_blank">Wiki</a></li>
<li><a href="http://blog.fossasia.org/" targer="_blank">Blog</a><li>
<li><a href="#">Back to Top</a></li>
</ul>
</div>
<div class="col-md-6 blurb">
<h3>About FOSSASIA</h3>
<p>
FOSSASIA is an open source technology organization in Asia that aims to bring together an inspiring community across borders and ages to form a better future with Open Technologies and ICT.
</p>
<p>
FOSSASIA is involved in Google Code-in, which serves as a great introduction to the world of open source collaboration and an excellent mediator to involve the next generation of digital collaborators.
</p>
</div>
<div class="col-centered col-md-2 col-xs-12 col-md-offset-0 col-xs-offset-1 col-sm-12 col-sm-offset-2">
<div class="social-media-container">
<div class="facebook icon"><a href="https://www.facebook.com/fossasia" target="_blank"></a></div>
<div class="twitter2 icon"><a href="http://twitter.com/fossasia" target="_blank"></a></div>
<div class="github icon"><a href="https://github.com/fossasia" target="_blank"></a></div>
<div class="plus icon"><a href="https://plus.google.com/108920596016838318216" target="_blank"></a></div>
<div class="youtube icon"><a href="https://www.youtube.com/channel/UCQprMsG-raCIMlBudm20iLQ" target="_blank"></a></div>
<div class="flickr icon"><a href="https://www.flickr.com/photos/fossasia" target="_blank"></a></div>
<div class="linkedin icon"><a href="https://www.linkedin.com/groups/3762811/profile" target="_blank"></a></div>
<div class="mail icon"><a href="mailto:[email protected]" target="_blank"></a></div>
</div>
</div>
</div>
</div>
</footer>
<script src="js/index.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<script src="https://apis.google.com/js/platform.js" async defer></script>
<script src="js/scroll.js"></script>
<script src="js/classie.js"></script>
<script type="text/javascript" src="js/modernizr.min.js"></script>
<script src="js/photostack.js"></script>
<script type="text/javascript">
new Photostack(document.getElementById('photostack-1'));
</script>
</body>
</html>