forked from fossasia/fossasia.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
778 lines (622 loc) · 32.8 KB
/
about.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
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>About FOSSASIA | Asia's Open Technology Organization for Open Hardware, Free Software, Open Design, Open Data</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="About FOSSASIA Open Tech Community - Open Source, Big Data, Design Thinking and Free Knowledge Tools with Asia's Premier Open Technology Organization">
<meta name="keywords" content="About FOSSASIA, FOSS, Free and Open Source Software, Asia">
<meta name="author" content="About FOSSASIA">
<meta property="og:title" content="About FOSSASIA" />
<meta property="og:type" content="website" />
<meta property="og:image" content="http://fossasia.github.io/fossasia15/img/fossasia-dark.png" />
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@fossasia">
<meta name="twitter:title" content="FOSSASIA">
<meta name="twitter:description" content="FOSSASIA Open Technology Community - Open Source, Big Data, Design Thinking and Free Knowledge Tools with Asia's Premier Open Technology Organization">
<meta name="twitter:creator" content="@fossasia">
<meta name="twitter:image" content="http://fossasia.github.io/fossasia15/img/fossasia-dark.png">
<link rel="shortcut icon" href="fossasia.ico" type="image/x-icon" />
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" media="all"/>
<link href="css/flexslider.min.css" rel="stylesheet" type="text/css" media="all"/>
<link href="css/elegant-icons.min.css" rel="stylesheet" type="text/css" media="all"/>
<link href="css/pe-icon-7-stroke.min.css" rel="stylesheet" type="text/css" media="all"/>
<link href="css/lightbox.min.css" rel="stylesheet" type="text/css" media="all"/>
<link href="css/theme-lava.css" rel="stylesheet" type="text/css" media="all"/>
<link href="css/custom.css" rel="stylesheet" type="text/css" media="all"/>
<link href="css/custom-blog.css" rel="stylesheet" type="text/css" media="all"/>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,300' rel='stylesheet' type='text/css'>
<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-17146009-5', 'auto');
ga('send', 'pageview');
</script>
</head>
<body class="no-loader">
<div class="loader">
<div class="strip-holder">
<div class="strip-1"></div>
<div class="strip-2"></div>
<div class="strip-3"></div>
</div>
</div>
<a id="top"></a>
<div class="nav-container">
<nav class="overlay-nav">
<div class="container">
<div class="row">
<div class="col-md-2">
<a href="./"><img alt="FOSSASIA" class="logo logo-light" src="img/fossasia-long.png">
<img alt="FOSSASIA" class="logo logo-dark" src="img/fossasia-dark.png"></a>
</div>
<div class="col-md-10 text-right">
<ul class="menu">
<li><a target="_self" class="inner-link" href="#about">About</a></li>
<li class="has-dropdown"><a href="http://labs.fossasia.org" target="_self">Labs</a>
<ul class="nav-dropdown">
<li><a target="_self" href="https://github.com/fossasia">Contribute on Github</a></li>
<li><a target="_self" href="http://labs.fossasia.org/#projects">Projects</a></li>
<li><a target="_self" href="http://labs.fossasia.org/ideas.html">Project Ideas</a></li>
<li><a target="_self" href="http://labs.fossasia.org/stipends.html">Project Stipends</a></li>
</ul>
<li><a target="_self" class="inner-link" href="#subscribe">Subscribe</a></li>
<li><a target="_self" href="http://blog.fossasia.org">Blog</a></li>
<li><a target="_self" href="http://2017.fossasia.org">FOSSASIA'17</a></li>
<li class="has-dropdown"><a href="#">Events</a>
<ul class="nav-dropdown">
<li><a target="_self" href="http://2017.fossasia.org">FOSSASIA 2017</a></li>
<li><a target="_self" href="http://2016.fossasia.org">FOSSASIA 2016</a></li>
<li><a target="_self" href="http://2015.fossasia.org">FOSSASIA 2015</a></li>
<li><a target="_self" href="http://2014.fossasia.org">FOSSASIA 2014</a></li>
<li><a target="_self" href="http://2012.fossasia.org">FOSSASIA 2012</a></li>
<li><a target="_self" href="http://2011.fossasia.org">FOSSASIA 2011</a></li>
<li><a target="_self" href="http://2010.fossasia.org">FOSSASIA 2010</a></li>
<li><a target="_self" href="http://2009.fossasia.org">GNOME.Asia 2009</a></li>
<li><a target="_self" href="http://coc.fossasia.org">Code of Conduct</a></li>
</ul>
</li>
<li><a target="_self" href="./donate/">Donate</a></li>
<li><a href="http://blog.fossasia.org/contact/" target="_self">Contact</a></li>
<li class="social-link"><a target="_self" href="http://twitter.org/fossasia"><i class="icon social_twitter"></i></a></li>
<li class="social-link"><a target="_self" href="http://facebook.com/fossasia"><i class="icon social_facebook"></i></a></li>
</ul>
<div class="sidebar-menu-toggle"><i class="icon icon_menu"></i></div>
<div class="mobile-menu-toggle"><i class="icon icon_menu"></i></div>
</div>
</div>
</div>
<div class="bottom-border"></div>
<div class="sidebar-menu">
<img alt="Logo" class="logo" src="img/fossasia-long.png">
<div class="bottom-border"></div>
<div class="sidebar-content">
<div class="widget">
<ul class="menu">
<li><a href="http://fossasia.org" target=_"self">Home</a></li>
<li><a class="inner-link" href="#about" target="_self">About</a></li>
<li><a href="http://labs.fossasia.org" target="_self">Labs</a></li>
<li><a href="https://github.com/fossasia" target="_self">Contribute</a></li>
<li><a class="inner-link" href="#support" target="_self">Support</a></li>
<li><a class="inner-link" href="#subscribe" target="_self">Subscribe</a></li>
<li><a href="http://2017.fossasia.org" target="_self">FOSSASIA'17</a></li>
<li><a href="http://blog.fossasia.org" target="_self">Blog</a></li>
<li><a href="./donate/" target="self">Donate</a></li>
<li><a href="https://groups.google.com/group/fossasia" target="_self">Mailing List</a></li>
<li><a href="http://blog.fossasia.org/contact/" target="_self">Contact</a></li>
</ul>
</div>
<div class="widget">
<ul class="social-profiles">
<li><a href="http://twitter.com/fossasia" target="_self"><i class="icon social_twitter"></i></a></li>
<li><a href="http://facebook.com/fossasia" target="_self"><i class="icon social_facebook"></i></a></li>
<li><a href="http://fossasia.net" target="_self"><i class="icon social_dribbble"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCQprMsG-raCIMlBudm20iLQ" target="_self"><i class="icon social_youtube icon-large"></i></a></li>
<li><a href="https://www.flickr.com/photos/fossasia/" target="_self"><i class="icon social_flickr"></i></a></li>
<li><a href="https://www.instagram.com/explore/tags/fossasia/" target="_self"><i class="icon social_instagram"></i></a></li>
</ul>
</div>
<div class="copy-text">
<span>© Copyright 2016 Creative Commons By License, FOSSASIA</span>
</div>
</div>
</div>
</nav>
</div>
</div>
<div class="main-container"><section class="section-header overlay preserve3d">
<div class="background-image-holder parallax-background">
<img class="background-image" alt="Background Image" src="img/hero7.jpg">
</div>
<div class="container vertical-align">
<div class="row">
<div class="col-sm-offset- col-sm-12">
<i class="icon pe-7s-global"></i>
<i class="icon pe-7s-like icon-large"></i>
<i class="icon pe-7s-sun icon-large"></i>
<h1 class="text-white">A little more about FOSSASIA</h1>
<p class="lead text-white">
FOSSASIA is an organization supporting developers and makers of Open Technologies in Asia established in 2009. We develop software applications for social change using a wide-range of technologies. Projects range from Free and Open Source software, to design, graphics and hardware. Our members organize and participate in conferences, meetups and code camps. The annual FOSSASIA OpenTechSummit is one of the largest gatherings of developers in Asia and took place in Vietnam, Cambodia and Singapore. Please join us and start contributing to our projects on <a href="https://github.com/fossasia/">GitHub.</a>
</p>
</div>
</div>
</div>
</section>
<a id="background" class="in-page-link"></a>
<section class="topics duplicatable-content">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1>What, Why, Who<br></h1>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-md-4">
<div class="topic">
<i class="pe-7s-loop icon-large"></i>
<h3>What We Do<br></h3>
<p class="lead">We bring people together to share, create, develop and make things with
Open Technologies and software. We organize science hack labs, Open Tech events, meetups and coding
programs with developers, designers and contributors.</p>
</div>
</div><div class="col-sm-6 col-md-4">
<div class="topic">
<i class="pe-7s-share icon-large"></i>
<h3>Why We Do It<br></h3>
<p class="lead">We want to see that information technology and science have a liberating impact on our society. We believe this can be achieved if people have access to digital tools and knowledge. Open Technologies offer free and open access. At FOSSASIA we are excited how sharing is possible on all layers from software, hardware and design to data and knowledge and we work hard to enable people to participate in the sharing society, expand knowledge, tools and opportunities, freedom of communication and expression for everyone.</p>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="topic">
<i class="pe-7s-users icon-large"></i>
<h3>Who We Are<br></h3>
<p class="lead">We are a network of people from all continents, who want to see progress and improvements of people's lives in Asia and everywhere. We are developers, designers, event organizers and contributors who want to learn and share ideas, create and make digital software tools and hardware, that benefits people around the world. FOSSASIA was founded <span>2009 </span>by Hong Phuc Dang and Mario Behling.Inline video</p>
</div>
</div>
</div>
</div>
</section>
<a id="contact" class="in-page-link"></a>
<section class="inline-video">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1>Contact</h1>
</div>
</div>
<div class="row">
<div class="col-md-11">
<p>
The best way to stay up to date on FOSSASIA activities is to subscribe to the <a href="#subscribe" class="btn inner-link" target="_self">newsletter</a>. If you are interested in communication within the community please get in touch on our <a href="http://groups.google.com/group/fossasia">mailing list</a>. Or, check out more ways to get in touch with the FOSSASIA core team and our projects on our <a href="http://blog.fossasia.org/contact">list of contact points</a></p>
<p>
We are looking particularly for developers who are interested to contribute to our existing projects and develop new application ideas. Many of our projects are on GitHub in the <a href="http://github.com/fossasia">FOSSASIA repository</a> or on the repo of our <a href="http://github.com/loklak">project loklak</a>. Please check out the code and start contributing.<br></div></div></p>
<a href="http://blog.fossasia.org/contact" class="btn" target="_self">Contact List</a><a href="#subscribe" class="btn inner-link" target="_self">Newsletter</a>
<a href="http://groups.google.com/group/fossasia" class="btn btn-hollow" target="_self">Mailing List</a>
</div>
</div>
</div>
</section>
<section class="duplicatable-content">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1>FOSSASIA Events</h1>
</div>
</div>
<div class="row">
<div class="col-sm-4 col-md-11">
<div class="faq-item">
<p><span>Since 2009 the </span><a href="http://2017.fossasia.org/">FOSSASIA OpenTechSummit</a><span> takes place in different countries across Asia. Events in </span><a href="http://2014.fossasia.org/" target="_self">Cambodia</a><span>, </span><a href="http://2010.fossasia.org/" target="_self">Ho Chi Minh City</a><span> (Saigon) </span><a href="http://2011.fossasia.org/" target="_self">Vietnam</a><span> and </span><a href="http://2016.fossasia.org/">Singapore</a><span> attracted up to 3000 attendees. At many events we achieve a balanced gender distribution where half of all participants are women. Other events with links to FOSSASIA are the </span><a href="http://wiki.debian.org/DebianVietnam/MiniDebConf2010">Mini-Debconf Vietnam</a><span>, </span><a href="http://libregraphicsmeeting.org/">LGM</a><span>, </span><a href="http://gnome.asia/">GNOME.Asia</a><span>, </span><a href="http://hackerspace.sg/">Hackerspace</a><span> Meetings in Singapore, LUG meetups in China, </span><a href="http://typo3cambodia.org/">TYPO3</a><span> events in Phnom Penh, </span><a href="http://opendesign.asia/">OpenDesign.Asia Weeks</a><span>, the Chaos Communication Congress, the Berlin </span><a href="http://opentechsummit.net/">OpenTechSummit</a><span> series and many others.</span></p>
</div>
</div>
</div>
</div>
</section>
<section class="lightbox-gallery preserve-3d">
<div class="gallery-holder">
<ul>
<li>
<a href="img/IMG_1180_0.JPG" data-lightbox="true" data-title="Lightbox Image">
<div class="background-image-holder">
<img class="background-image" alt="Lightbox Image" src="img/IMG_1180_0.JPG">
</div>
</a>
</li>
<li>
<a href="img/DSC_0502_1_0.JPG" data-lightbox="true" data-title="Lightbox Image">
<div class="background-image-holder">
<img class="background-image" alt="Lightbox Image" src="img/DSC_0502_1_0.JPG">
</div>
</a>
</li>
<li>
<a href="img/DSC_0450_0.JPG" data-lightbox="true" data-title="Lightbox Image">
<div class="background-image-holder">
<img class="background-image" alt="Lightbox Image" src="img/DSC_0450_0.JPG">
</div>
</a>
</li>
<li>
<a href="img/IMG_5111_0.JPG" data-lightbox="true" data-title="Lightbox Image">
<div class="background-image-holder">
<img class="background-image" alt="Lightbox Image" src="img/IMG_5111_0.JPG">
</div>
</a>
</li>
<li>
<a href="img/DSC_0446_0.JPG" data-lightbox="true" data-title="Lightbox Image">
<div class="background-image-holder">
<img class="background-image" alt="Lightbox Image" src="img/DSC_0446_0.JPG">
</div>
</a>
</li>
<li>
<a href="img/IMG_1146_0.JPG" data-lightbox="true" data-title="Lightbox Image">
<div class="background-image-holder">
<img class="background-image" alt="Lightbox Image" src="img/IMG_1146_0.JPG">
</div>
</a>
</li>
<li>
<a href="img/FOSSASIA 2011 Open Source Software Conference_0.JPG" data-lightbox="true" data-title="Lightbox Image">
<div class="background-image-holder">
<img class="background-image" alt="Lightbox Image" src="img/FOSSASIA 2011 Open Source Software Conference_0.JPG">
</div>
</a>
</li>
<li>
<a href="img/FOSSASIA Social Event on Boat_0.JPG" data-lightbox="true" data-title="Lightbox Image">
<div class="background-image-holder">
<img class="background-image" alt="Lightbox Image" src="img/FOSSASIA Social Event on Boat_0.JPG">
</div>
</a>
</li>
<li>
<a href="img/Girls in Open Source and IT FOSSASIA_0.JPG" data-lightbox="true" data-title="Lightbox Image">
<div class="background-image-holder">
<img class="background-image" alt="Lightbox Image" src="img/Girls in Open Source and IT FOSSASIA_0.JPG">
</div>
</a>
</li>
<li>
<a href="img/Free Open Source Summit Asia FOSSASIA_0.JPG" data-lightbox="true" data-title="Lightbox Image">
<div class="background-image-holder">
<img class="background-image" alt="Lightbox Image" src="img/Free Open Source Summit Asia FOSSASIA_0.JPG">
</div>
</a>
</li>
</ul>
</div>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div>
<i class="icon pe-7s-camera text-white"></i>
<h1 class="text-white">Memories from FOSSASIA Events<br></h1>
<span class="lead text-white">Follow our photostream on <strong><a class="text-white" href="https://www.flickr.com/photos/fossasia/" target="_self">Flickr</a></strong></span>
</div>
</div>
</div>
</div>
</section>
<a id="support" class="in-page-link"></a>
<section class="duplicatable-content">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1>FOSSASIA Coding Programs and Travel Support</h1>
</div>
</div>
<div class="row">
<div class="col-sm-4 col-md-11">
<div class="faq-item">
<p><span>FOSSASIA participates in the </span><a href="http://summerofcode.withgoogle.com/">Google Summer of Code</a><span> and in the </span><a href="https://codein.withgoogle.com/">Google Code-In</a><span> program as an umbrella organization for projects and developers in Asia and supports exchanges of selected FOSSASIA core developers through travel grants. </span><span>A list of mini-projects and ideas for summer projects is at: <a href="http://labs.fossasia.org/">labs.fossasia.org</a></span></p>
</div>
</div>
</div>
</div>
</section>
<a id="community" class="in-page-link"></a>
<section class="contained-gallery">
<div class="container">
<div class="row">
<div class="col-md-7 col-sm-6">
<div class="lightbox-gallery">
<ul>
<li>
<a href="img/fossaspa-app.jpg" data-lightbox="true" data-title="Lightbox Image">
<div class="background-image-holder">
<img class="background-image" alt="Lightbox Image" src="img/fossaspa-app.jpg">
</div>
</a>
</li>
<li>
<a href="img/3dprinter.JPG" data-lightbox="true" data-title="Lightbox Image">
<div class="background-image-holder">
<img class="background-image" alt="Lightbox Image" src="img/3dprinter.JPG">
</div>
</a>
</li>
<li>
<a href="img/machine-knitting.jpg" data-lightbox="true" data-title="Lightbox Image">
<div class="background-image-holder">
<img class="background-image" alt="Lightbox Image" src="img/machine-knitting.jpg">
</div>
</a>
</li>
<li>
<a href="img/bodyapps-female-3d.jpg" data-lightbox="true" data-title="Lightbox Image">
<div class="background-image-holder">
<img class="background-image" alt="Lightbox Image" src="img/bodyapps-female-3d.jpg">
</div>
</a>
</li>
<li>
<a href="img/ayab-knitting.jpg" data-lightbox="true" data-title="Lightbox Image">
<div class="background-image-holder">
<img class="background-image" alt="Lightbox Image" src="img/ayab-knitting.jpg">
</div>
</a>
</li>
<li>
<a href="img/bodyapps-ui-3d.jpg" data-lightbox="true" data-title="Lightbox Image">
<div class="background-image-holder">
<img class="background-image" alt="Lightbox Image" src="img/bodyapps-ui-3d.jpg">
</div>
</a>
</li>
<li>
<a href="img/lubuntu-netbook.jpg" data-lightbox="true" data-title="Lightbox Image">
<div class="background-image-holder">
<img class="background-image" alt="Lightbox Image" src="img/lubuntu-netbook.jpg">
</div>
</a>
</li>
<li>
<a href="img/loklak-fossasia.jpg" data-lightbox="true" data-title="Lightbox Image">
<div class="background-image-holder">
<img class="background-image" alt="Lightbox Image" src="img/loklak-fossasia.jpg">
</div>
</a>
</li>
</ul>
</div>
</div>
<div class="col-sm-6 col-md-5">
<h1>FOSSASIA Labs<div>Software and Hardware Projects</div></h1>
<p class="lead">
FOSSASIA develops software and hardware and cooperates with Open Tech projects. Please check out our Github and FOSSASIA Labs and join us as a contributor. </p>
<a href="http://github.com/fossasia" class="btn" target="_self"><i class="icon pe-7s-add-user icon-large"> </i>Join us on Github</a>
<a href="http://labs.fossasia.org" class="btn btn-hollow" target="_self">Visit FOSSASIA Labs</a>
</div>
</div>
</div>
</section>
<a id="activities" class="in-page-link"></a>
<section class="duplicatable-content visitor-info">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1>FOSSASIA Activities<br></h1>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="info-box">
<img alt="Venue" src="img/16704948658_0dff7bd62c_z.jpg">
<h3>Coding Programs<br></h3>
<p> </p><div>FOSSASIA organizes local, regional and global developer trainings and cooperates with partners in programs such as Google Summer of Code. Please join us and browse our open issues, mini-projects and GSoC ideas.</div><div><br></div>
<div class="text-link">
<a href="http://labs.fossasia.org/ideas.html" target="_self">Read about project ideas</a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="info-box">
<img alt="Venue" src="img/16685244587_dc6defba93_z.jpg">
<h3>Developer Meetups and Conferences<br></h3>
<p>The FOSSASIA Open Tech Summit takes place once a year. We organize Science Hack Days and regular meetups throughout Asia from Beijing, Saigon, Singapore to Dubai. Please check out our meetup groups and get in touch with us if you would like to start a group in your region.</p><div><br></div><div><br></div>
<div class="text-link">
<a href="http://2017.fossasia.org" target="_self">Read about the next FOSSASIA Summit</a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="info-box">
<img alt="Venue" src="img/16684326949_3f300eacf7_z.jpg">
<h3>Software and Hardware Development</h3>
<p>We develop applications for Science hack labs, software applications for events, community engagement and open data tools, and we support existing projects with resources. Check out the FOSSASIA Labs for more info.</p><div><br></div><div><br></div>
<div class="text-link">
<a href="http://labs.fossasia.org" target="_self">Read about FOSSASIA Labs Projects</a>
</div>
</div>
</div>
</div>
</div>
</section>
</section>
<a id="donate" class="in-page-link"></a>
<section class="pricing-options">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1>FOSSASIA needs your support to continue the work for sharing of knowledge, code and design, organizing events and meetups and to keep our network running.<br></h1>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<a href="./donate/" target="_self">
<div class="pricing-option emphasis">
<div class="dot"></div>
<div class="col-md-6 text-center">
<span class="price">Please Donate</span>
</div>
<div class="col-md-6">
<span class="plan-title">Donation</span>
<ul>
<li>You can support us with a donation<br></li>
<li>via credit card, paypal,</li>
<li>or bank transfer</li>
</ul>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<a id="subscribe" class="in-page-link"></a>
<section class="subscribe-1">
<div class="background-image-holder parallax-background">
<img class="background-image" alt="Background Image" src="img/IMG_5111_0.JPG">
</div>
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
<h1 class="large-h1 text-white">Subscribe to stay informed</h1>
</div>
</div>
<div class="row">
<div class="col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2">
<form class="email-subscribe" action="http://news.fossasia.org/subscribe" method="POST" accept-charset="utf-8">
<div class="col-sm-4 newsletter-name">
<input class="form-email signup-email-field" placeholder="Enter your name" type="text" name="name" id="name">
</div>
<div class="newsletter-email col-sm-5">
<input class="form-email signup-email-field" placeholder="Enter your email address" type="text" name="email" id="email">
</div>
<div class="newsletter-submit col-sm-3">
<input class="btn" value="Subscribe" type="submit" name="submit" id="submit">
<input type="hidden" name="list" value="A8fchTRvBw2wap1ojIfjyQ">
</div>
<div class="col-sm-12 text-center">
<span>*We never share your email with 3rd parties</span>
</div>
</form>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2 col-sm-10 col-sm-offset-1 text-center">
<div class="twitter-feed">
<i class="icon social_twitter text-white"></i>
<!-- For changing parameters of tweets-feed, please see https://github.com/fossasia/fossasia-loklak-webtweets/blob/gh-pages/README.md for the full documentation -->
<div class="tweets-feed" data-count=3 data-from="fossasia">
</div>
<br/>
<span class="text-white">Follow <a href="http://twitter.com/fossasia" target="_self">@fossasia</a> for more updates</span>
</div>
</div>
</div>
<div class="row">
<div class="footer">
<div class="col-sm-12">
<div class="top-border"></div>
</div>
</div>
</div>
</div>
</section>
<a id="partners" class="in-page-link"></a>
<section class="sponsors">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
<h1>Friends and Partners</h1>
</div>
</div>
<div class="row">
<div class="col-sm-10 col-sm-offset-1">
<div class="col-md-4 col-sm-6 sponsor-column">
<div class="sponsor text-center">
<a href="http://ffii.org" target="_self">
<img alt="FFII" src="img/FFII.png">
</a>
</div>
</div>
<div class="col-md-4 col-sm-6 sponsor-column">
<div class="sponsor text-center">
<a href="http://kaiyuanshe.org" target="_self">
<img alt="Kai Yuan She" src="img/kaiyuanshe.png">
</a>
</div>
</div>
<div class="col-md-4 col-sm-6 sponsor-column">
<div class="sponsor text-center">
<a href="http://opentechsummit.net" target="_self">
<img alt="OpenTechSummit" src="img/logo_opntec.png">
</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 text-center">
<span>Interested in becoming a partner or sponsor? <a href="mailto:contact@fossasia.org" target="_self">Get in touch</a></span>
</div>
</div>
</div>
</section>
</div>
<div class="footer-container">
</div>
<div class="footer-container">
<footer class="classic">
<div class="container">
<div class="row ui-sortable">
<div class="col-sm-2">
<ul class="menu">
<li><a target="_self" href="http://blog.fossasia.org">Blog</a></li>
<li><a target="_self" href="http://github.com/fossasia">Github</a></li>
<li><a target="_self" href="http://labs.fossasia.org/#projects">Projects</a></li>
<li><a target="_self" href="http://coc.fossasia.org/">Code of Conduct</a></li>
<li><a target="_self" href="./about">About</a></li>
<li><a target="_self" href="http://blog.fossasia.org/contact">Contact</a></li>
<li><a target="_self" href="./donate/">Donate</a></li>
<li><a class="inner-link back-to-top" href="#top">Back To Top</a></li>
</ul>
</div>
<div class="col-sm-7">
<span class="lead color-heading">About FOSSASIA</span>
<p>
FOSSASIA is the premier Free and Open Source technology organization in Asia for developers, designers, start-ups, and contributors. Projects at FOSSASIA range from open hardware, to design, graphics and software. FOSSASIA was established in 2009. The annual FOSSASIA took place in Cambodia, Vietnam and Singapore. FOSSASIA meetup groups exist throughout Asia.</p>
</div>
<div class="col-sm-3">
<ul class="contact-methods">
<li><i class="icon pe-7s-mail"></i><span><a href="mailto:fossasia@googlegroups.com" target="_self" style="color:#777777">fossasia@googlegroups.com</a></span></li>
<li><i class="icon pe-7s-phone"></i><span>+65 83435672</span></li>
<li><i class="icon pe-7s-map-marker"></i><span>Ms. DANG Hong Phuc</span><span>FOSSASIA Xoai Building, 93 Mau Than Street Xuan Khan, Ninh Kieu 9000 Can Tho, Vietnam, Asia</span></li>
</ul>
</div>
</div>
<div class="row ui-sortable">
<div class="col-sm-12 text-center">
<ul class="social-profiles">
<li><a target="_self" href="http://twitter.com/fossasia"><i class="icon social_twitter"></i></a></li>
<li><a target="_self" href="http://facebook.com/fossasia"><i class="icon social_facebook"></i></a></li>
<li><a target="_self" href="https://www.linkedin.com/groups/FOSSASIA-3762811"><i class="icon social_linkedin icon-large"></i></a></li>
<li><a target="_self" href="https://www.youtube.com/channel/UCQprMsG-raCIMlBudm20iLQ"><i class="icon social_youtube icon-large"></i></a></li>
<li><a target="_self" href="https://www.flickr.com/photos/fossasia"><i class="icon social_flickr icon-large"></i></a></li>
<li><a target="_self" href="https://www.instagram.com/explore/tags/fossasia/"><i class="icon social_instagram"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js" ></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/skrollr.min.js"></script>
<script src="js/spectragram.min.js"></script>
<script src="js/flexslider.min.js"></script>
<script src="js/jquery.plugin.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/lightbox.min.js"></script>
<script src="js/smooth-scroll.min.js"></script>
<script src="js/placeholders.min.js"></script>
<script src="js/scripts.js"></script>
<script src="js/tweets.js"></script>
<script src="js/blog.js"></script>
</body>
</html>