forked from fossasia/fossasia.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
apply.html
593 lines (496 loc) · 30.2 KB
/
apply.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Internships, Stipends and Jobs at FOSSASIA | Participate in 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="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="Stipends, Scholarships, GSoC, Google Summer of CodeFOSSASIA, FOSS, Free and Open Source Software, Asia">
<meta name="author" content="FOSSASIA">
<meta property="og:title" content="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/font-awesome.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='http://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="http://fossasia.org"><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 class="has-dropdown"><a href="./about">About</a>
<ul class="nav-dropdown" style="min-height: 100px"> <!--whenever you add/remove an option, change the style="min-height:425px" by +- 25px-->
<li><a target="_self" href="./about#background">Background & Mission</a></li>
<li><a target="_self" href="./licenses">Licenses</a></li>
<li><a target="_self" href="./team">Team</a></li>
</ul>
<li class="has-dropdown"><a href="./apply.html">Apply</a>
<ul class="nav-dropdown" style="min-height: 175px"> <!--whenever you add/remove an option, change the style="min-height:425px" by +- 25px-->
<li><a target="_self" href="/apply-students">University Student Programs/Internships</a></li>
<li><a target="_self" href="/apply-pupils">Pre-University Student Programs/Internships</a></li>
<li><a target="_self" href="http://codeheat.org">Code Heat Contest</a></li>
<li><a target="_self" href="/adp">Advanced Developer Program</a></li>
</ul>
<li class="has-dropdown"><a href="http://labs.fossasia.org/#projects">Projects</a>
<ul class="nav-dropdown" style="min-height:575px"> <!--whenever you add/remove an option, change the style="min-height:500px" by +- 25px-->
<li><a target="_self" href="https://github.com/fossasia">Contribute on Github</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" target="_self">FOSSASIA Labs</a></li>
<li><a target="_self" href="http://susi.ai">SUSI.AI</a></li>
<li><a target="_self" href="http://Eventyay.com">eventyay</a></li>
<li><a target="_self" href="http://loklak.org">loklak Social Search</a></li>
<li><a target="_self" href="http://susper.com">Susper Seach Engine</a></li>
<li><a target="_self" href="http://yaydoc.org">Yaydoc Document Generator</a></li>
<li><a target="_self" href="http://phimp.me">Phimp.me Image App</a></li>
<li><a target="_self" href="http://meilix.fossasia.org">Meilix Linux</a></li>
<li><a target="_self" href="http://pslab.fossasia.org/">Pocket Science Lab</a></li>
<li><a target="_self" href="https://query-server.herokuapp.com/">Query Server</a></li>
<li><a target="_self" href="http://knitting.fossasia.org/">Knitting Lab</a></li>
<li><a target="_self" href="https://badgeyay-dev.herokuapp.com/">Badgeyay</a></li>
<li><a target="_self" href="http://gci17.fossasia.org">Code-In 2017</a></li>
<li><a target="_self" href="http://gci16.fossasia.org">Code-In 2016</a></li>
<li><a target="_self" href="http://gci15.fossasia.org">Code-In 2015</a></li>
<li><a target="_self" href="http://gci14.fossasia.org">Code-In 2014</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 class="has-dropdown"><a href="http://events.fossasia.org">Events</a>
<ul class="nav-dropdown" style="min-height: 525px"> <!--whenever you add/remove an option, change the style="min-height:425px" by +- 25px-->
<li><a target="_self" href="http://events.fossasia.org/#sponsorship">Sponsorship</a></li>
<li><a target="_self" href="http://eventyay.com">FOSSASIA Event Management</a></li>
<li><a target="_self" href="http://sciencehack.asia" >Science Hack Asia</a></li>
<li><a target="_self" href="http://sciencehack.in">Science Hack India</a></li>
<li><a target="_self" href="http://2018.fossasia.org">FOSSASIA Summit 2018</a></li>
<li><a target="_self" href="http://opentechsummit.cn">OpenTechSummit China</a></li>
<li><a target="_self" href="http://jugaadfest.com">Jugaadfest India</a></li>
<li><a target="_self" href="http://2017.fossasia.org">FOSSASIA Summit 2017</a></li>
<li><a target="_self" href="http://2016.fossasia.org">FOSSASIA Summit 2016</a></li>
<li><a target="_self" href="http://2015.fossasia.org">FOSSASIA Summit 2015</a></li>
<li><a target="_self" href="http://2014.fossasia.org">FOSSASIA Summit 2014</a></li>
<li><a target="_self" href="http://2012.fossasia.org">FOSSASIA Summit 2012</a></li>
<li><a target="_self" href="http://2011.fossasia.org">FOSSASIA Summit 2011</a></li>
<li><a target="_self" href="http://2010.fossasia.org">FOSSASIA Summit 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 class="hidden-sm hidden-xs"><a target="_self" href="./donate/">Donate</a></li>
<li class="hidden-sm hidden-xs"><a href="http://blog.fossasia.org/contact/" target="_self">Contact</a></li>
<li class="social-link hidden-md hidden-sm hidden-xs"><a target="_self" href="https://twitter.com/fossasia"><i class="icon social_twitter"></i></a></li>
<li class="social-link hidden-md hidden-sm hidden-xs"><a target="_self" href="https://facebook.com/fossasia"><i class="icon social_facebook"></i></a></li>
<li class="social-link hidden-md hidden-sm hidden-xs"><a target="_self" href="https://github.com/fossasia"><i class="fa fa-github fa-lg"></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 class="inner-link" href="#top">Home</a></li>
<li><a href="./about" target="_self">About</a></li>
<li><a href="http://eventyay.com" target="_self">Event Management</a></li>
<li><a class="inner-link" href="#labs" target="_self">Labs & Code</a></li>
<li><a href="http://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://2018.fossasia.org" target="_self">FOSSASIA Summit'18</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="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>
<li><a href="https://github.com/fossasia" target="_self" ><i class="fa fa-github fa-lg"></i></a></li>
</ul>
</div>
<div class="copy-text-box">
<div class="copy-text-bottom">
<span>© Copyright 2016 Creative Commons By License, FOSSASIA</span>
</div>
</div>
</div>
</div>
</nav>
</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-11">
<h1 class="text-white">FOSSASIA Internships, Project Stipends and Jobs</h1>
<p class="lead text-white">FOSSASIA offers contributors many ways to engage and learn. In cooperation with partners and companies we involve developers through coding programs, internships and stipends. Graduates can join our hiring programs. Please read through this page and check out our <a href="https://docs.google.com/document/d/1E4kNgrOSw64R2IAG45JSIgQL9Yxia-mG2dqlRcrUo-U/edit#heading=h.tk1f81imz6al" target="_default">program guidelines</a> if you are interested to apply for an internship, stipend or would like to participate in FOSSASIA grant programs.</p>
</div>
</div>
</div>
</section>
<section class="color-blocks">
<div class="color-block block-left col-sm-12 col-md-6"></div>
<div class="color-block block-right col-sm-12 col-md-6"></div>
<div class="container">
<div class="row">
<a href="./apply-pupils/" class="block-content" target="_self">
<div class="col-sm-4 text-center col-md-2">
<i class="icon pe-7s-cash icon-large"></i>
</div>
<div class="col-sm-8 col-md-4">
<h1>Register here for the next pre-university coding program of FOSSASIA.</h1>
<p>
For students up to the age of 17 years FOSSASIA offers pre-university coding programs in cooperation with partners. The most popular coding contest for youngsters is Google Code-In.
</p>
</div>
</a>
<a href="./apply-students/" class="block-content" target="_self">
<div class="col-sm-4 text-center col-md-2">
<i class="icon pe-7s-sun icon-large"></i>
</div>
<div class="col-sm-8 col-md-4">
<h1>Please register here, if you are interested in an internship, a job or would like to participate in a coding contest.</h1>
<p>
For students and graduates FOSSASIA offers a number of internship and job opportunties throughout the year. Since 2011 FOSSASIA is a mentor organization for Google Summer of Code. A popular FOSSASIA coding contest is #CodeHeat.
</p>
</div>
</a>
</div>
</div>
</section>
<a id="join" class="in-page-link"></a>
<section class="duplicatable-content">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1>How Can I Participate in FOSSASIA projects?</h1>
</div>
</div>
<div class="row">
<div class="col-sm-4 col-md-4">
<div class="faq-item">
<p class="question">
Join the FOSSASIA developers mailing list and spread Open Tech news.</p>
<p>
FOSSASIA developers are active on a number of dedicated mailing lists to discuss questions. The FOSSASIA developer mailing list is a place to share information across projects. Please help us to spread information and share your ideas. Let's start the conversation and working together!<br><br><a href="https://groups.google.com/forum/#!forum/fossasia" class="inner-link" target="_self">Join the FOSSASIA Developers Mailing List</a></p>
</div>
</div><div class="col-sm-4 col-md-4">
<div class="faq-item">
<p class="question">Become a contributor and solve a bug, implement a new feature or write a unit test.
</p>
<p>We are looking for your expertise, be it as a software developer, hardware maker, designer or administrator. Please join us and contribute to our projects on Github. Solving a bug, implementing a new feature, writing unit tests and giving feedback on existing projects is the first step before joining FOSSASIA coding programs.<br><br><a href="http://labs.fossasia.org/index.html#projects" class="inner-link" target="_self">See an overview of current main projects here</a></p>
</div>
</div><div class="col-sm-4 col-md-4">
<div class="faq-item">
<p class="question">Join an OpenTech event or organize your own. </p>
<p>
FOSSASIA groups and projects exist throughout Asia. Still there are many white spots left, where you can help to spread free knowledge and Open Technology tools. Why not put together a FOSSASIA developers event and and meet like-minded contributors to talk about coding projects? Organize an event with our Open Source event tool eventyay.com and share it on social media channels - tweet it @fossasia.<br><br><a href="http://eventyay.com" target="_self">Join OpenTech events or organize your own with eventyay.com</a>
</p>
</div>
</div>
</div>
</div>
</section>
<a id="join" class="in-page-link"></a>
<section class="strip-divider primary-overlay">
<div class="background-image-holder parallax-background">
<img class="background-image" alt="About Image" src="img/hero7.jpg">
</div>
<div class="video-wrapper">
<video autoplay="" muted="" loop="">
<source src="video/video.webm" type="video/webm">
<source src="video/video.mp4" type="video/mp4">
<source src="video/video.ogv" type="video/ogg">
</video>
</div>
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
<h1 class="text-white">Interested in coding programs or internships? Subscribe to our <a href="#subscribe" class="inner-link" target="_self">newsletter for announcements</a>,<div> start by doing a <a href="https://github.com/fossasia/labs.fossasia.org/labels/mini-project" class="inner-link" target="_self">mini-project</a>.</div> and read the <a href="https://docs.google.com/document/d/1E4kNgrOSw64R2IAG45JSIgQL9Yxia-mG2dqlRcrUo-U/edit#heading=h.tk1f81imz6al" target="_default">program guidelines</a> for students.</div></h1>
</div>
</div>
</div>
</section>
<a id="stipends" class="in-page-link"></a>
<section class="topics duplicatable-content">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1>Applying for Coding Project Stipends and Google Summer of Code - A list of important points and information on expectations</h1>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="topic">
<i class="pe-7s-way icon-large"></i>
<h3>1. Before you apply: Participating in the community, understanding FOSSASIA, getting experience of projects and technologies</h3>
<p class="lead">
There are many ways to join the Free and Open Source Technology community. Here are some ideas what you can do to participate in the community. Students who are interested to apply for our coding programs should have an active understanding of Free and Open Source software and FOSSASIA and experience of the technologies used.
</p>
<ul class="ruled-list">
<li>Follow and join FOSSASIA on GitHub.</li>
<li>Subscribe to FOSSASIA mailing list and newsletter.</li>
<li>Follow FOSSASIA on social media channels and spread information distributed there.</li>
<li>Star FOSSASIA repositories you like to show your support.</li>
<li>Join the FOSSASIA chat channels regularly and help people who have questions.</li>
<li>Fork FOSSASIA repositories and play around with the project.</li>
<li>Set up projects and test them.</li>
<li>File bug reports and submit feature requests.</li>
<li>Solve a bug or implement a feature.</li>
<li>Do a FOSSASIA mini-project.</li>
<li>Write unit tests for FOSSASIA projects.</li>
<li>Tweet or write a blog article about a FOSSASIA project.</li>
<li>Make a video how to setup or use one of FOSSASIA's applications.</li>
<li>Organize a developer meetup on eventyay.com and announce it to the FOSSASIA community (e.g. @fossasia in Twitter).</li>
<li>Start a local developer group and announce activities on the Internet.</li>
<li>Participate in a tech conference and present a FOSSASIA project.</li>
</ul>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="topic">
<i class="pe-7s-mail-open-file icon-large"></i>
<h3>2. Applying for Coding Projects</h3>
<p class="lead">
Show us that you understand your project, understand how to implement it and know strategies to master challenges. Also include information on yourself.</p>
<ul class="ruled-list">
<li>Tell us about yourself, your activities in Open Source projects, university, your blog and background.</li><li>Tell us why you picked this project, how would you use it?<br></li>
<li>Include information on bugs or features that you have already solved in the project.</li>
<li>Describe what you know already and what you believe you need to learn in order to implement these features.</li>
<li>Describe what you believe needs to be done for the project in detail.</li><li>Create wireframes and design samples for how the user interface might look like.</li><li>List the features that you believe need to be implemented and do not forget to add your own ideas here.</li><li>Make a development plan and tell us what tools and platform will you be using for development.</li><li>Create a timeline and outline how will you spend the time over the course of the program, decide which features are most important and include them early on in the plan.</li><li>Decide which features are optional, so you can drop them if you run out of time. At the end we’d rather see something working with just a few features, than lots of features which are all incomplete.</li><li>Outline test cases and add information on unit test and possibly test frameworks you will use during your project.</li><li>Tell us about what challenges might come up, that could delay your plan and make it more difficult.</li><li>Please list resources where you can learn what you need to implement features (do this separately for each main feature).</li>
</ul>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="topic">
<i class="pe-7s-network icon-large"></i>
<h3>3. During the program and involvement in the Community</h3>
<p class="lead">
We expect that students share information on their progress and challenges pro-actively and do not wait for mentors to get in touch. Students should join project communication channels and mailing lists. The idea of our coding programs is that students support project development with their work and do research to master challenges themselves (rather than expecting mentors to teach them). Other specific expectations are below.</p>
<ul class="ruled-list">
<li>Make a daily scrum meetup with fellow developers or provide a daily scrum standup email each morning.</li><li>Provide a weekly blog article with screenshots, media etc. each Thursday.</li><li>Update the planning and design documents, wireframes and issues in milestones (preferably on GitHub).</li>
<li>Organize a meetup in each month of your coding program and publish pictures and reports online.</li><li>Make a webcast about the software you are working on before the end of the program.</li><li>Provide documentation how to install and use the software.</li><li>Include unit tests in your software application.</li><li>Provide an updated presentation in an editable Open Format of your project at the end of each month and post it on a blog.</li><li>Participate in the annual FOSSASIA Open Technology Summit and present your project.</li>
<li>Help with FOSSASIA pre-university student programs, add relevant coding tasks for our projects and support students to solve tasks as a mentor.</li>
<li>Sign the FOSSASIA contributors agreement that your code is Open Source and usable by the organization.</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<a id="subscribe" class="in-page-link"></a>
<section class="subscribe-2">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
<i class="icon pe-7s-pen"></i>
<i class="icon pe-7s-mail icon-large"></i>
<i class="icon pe-7s-paper-plane"></i>
<h1 class="large-h1">Subscribe to get announcements for upcoming Coding Stipends and Grants</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://freelayers.net/subscribe" method="POST" accept-charset="utf-8">
<div class="col-sm-4">
<input class="form-email signup-email-field" placeholder="Enter your name" type="text" name="name" id="name">
</div>
<div class="col-sm-5">
<input class="form-email signup-email-field" placeholder="Enter your email address" type="text" name="email" id="email">
</div>
<div class="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>
</section>
</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 develops Open Source software and hardware solutions with a global developer community from its base in Asia and organizes Open Technology events around the year. The organization also runs coding programs and development contests. The annual FOSSASIA Summit is the premier Open Technology event in Asia for developers, contributors, start-ups, and technology companies. FOSSASIA was founded in 2009 by <a target="_self" href="http://twitter.com/mariobehling" style="color:#777777">Mario Behling</a> and <a target="_self" href="http://twitter.com/hpdang" style="color:#777777">Hong Phuc Dang</a>.</p>
</div>
<div class="col-sm-3">
<ul class="contact-methods">
<li><i class="icon pe-7s-mail"></i><span><a href="mailto:[email protected]" target="_self" style="color:#777777">[email protected]</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></li>
<li><span></span>FOSSASIA 6 Eu Tong Sen Street, #5-07 The Central, Singapore 059817</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_instagram icon-large"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js" ></script>
<script src="js/showdown.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/twitterfetcher.min.js"></script>
<script src="js/placeholders.min.js"></script>
<script src="js/scripts.js"></script>
<!--End of original template content-->
</body>
</html>
<style>
#results_projects {
z-index:10;
}
#projects_holder{
width: 100%;
}
@media screen and (min-width: 768px) {
#projects_holder{
width: 90%;
margin-left: 5%;
}
}
#results_projects div{
background: #eee;
text-align: left;
padding: 15px 6%;
margin-bottom: 20px;
border: 1px solid;
border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}
#results_projects div h4{
margin-bottom:5px;
font-weight:bold;
}
#results_projects div a{
color:#E12B00 !important;
}
#results_projects div ul{
list-style: inside;
}
#table{
width: 100%;
background: #eee;
padding: 15px 10% !important;
text-align: left;
margin-bottom: 20px;
padding-bottom: 30px !important;
}
.tags ul{
margin-left: 30px;
}
.tags ul li {
margin: 5px 0px;
list-style: inside;
}
#table a{
color:#E12B00 !important;
}
#table a:hover{
color:#E12B00 !important;
text-decoration: underline;
}
#table #issue-tag{
font-size: 24px;
}
#table #issue-link{
font-size: 16px;
}
.call-to-action h1 {
margin-top: 20px;
}
.call-to-action .btn{
margin: 20px 0 40px 0;
}
li.tags{
margin-top: 20px;
}
#issue-button {
color: #E12B00 !important;
border-bottom: 3px solid #E12B00;
padding-bottom: 2px;
}
#colbe:hover{
color:#000 !important;
cursor:_self;
}
</style>