-
Notifications
You must be signed in to change notification settings - Fork 247
/
archive.html
366 lines (316 loc) · 13.2 KB
/
archive.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Archive GSoC Projects</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="FOSSASIA, 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='http://fonts.googleapis.com/css?family=Open+Sans:400,600,300' rel='stylesheet' type='text/css'>
</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">
<img alt="Logo" class="logo logo-light" src="img/logo.png">
<img alt="Logo" class="logo logo-dark" src="img/logo-dark.png">
</div>
<div class="col-md-10 text-right">
<ul class="menu">
<li><a class="inner-link" href="#about-scroll">Single Link</a></li>
<li class="has-dropdown"><a href="#">Dropdown</a>
<ul class="nav-dropdown">
<li><a href="#">Dropdown 1</a></li>
<li><a href="#">Dropdown 2</a></li>
<li><a href="#">Dropdown 3</a></li>
</ul>
</li>
<li><a class="inner-link" href="#home">Single Link</a></li>
<li class="social-link"><a href="#"><i class="icon social_twitter"></i></a></li>
<li class="social-link"><a href="#"><i class="icon social_facebook"></i></a></li>
<li class="social-link instagram-toggle"><a href="#" class="instagram-toggle-init"><i class="icon social_instagram"></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/logo.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 class="inner-link" href="#about-scroll">About</a></li>
<li><a class="inner-link" href="#home">Schedule</a></li>
<li><a class="inner-link" href="#home">Tickets</a></li>
<li><a class="inner-link" href="#home">Register</a></li>
<li><a class="inner-link" href="#home">Visitors</a></li>
<li><a class="inner-link" href="#home">Subscribe</a></li>
</ul>
</div>
<div class="widget">
<ul class="social-profiles">
<li><a href="#"><i class="icon social_twitter"></i></a></li>
<li><a href="#"><i class="icon social_facebook"></i></a></li>
<li><a href="#"><i class="icon social_dribbble"></i></a></li>
<li><a href="#"><i class="icon social_instagram"></i></a></li>
<li><a href="#"><i class="icon social_googleplus"></i></a></li>
</ul>
</div>
<div class="copy-text">
<span>© Copyright 2014 Meetup Inc.</span>
</div>
</div>
</div>
<div class="instagram-sidebar">
<div class="instafeed" data-user-name="insideenvato">
<ul></ul>
</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-6 col-sm-offset-">
<h1 class="text-white">FOSSASIA Labs</h1>
<p class="lead text-white">
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.
</p>
</div>
</div>
</div>
</section>
<a id="gsoc" class="in-page-link"></a>
<section class="strip-divider call-to-action">
<div class="background-image-holder parallax-background">
<img class="background-image" alt="BG Image" src="img/grey-bg.jpg">
</div>
<div class="container">
<div class="row">
<div class="col-sm-12 text-center" id="gsoc-proj">
<h1>Google Summer of Code Projects Archive</h1>
<div id="projects_holder">
<h1 id="mino">Contents</h1>
<div class="loading">Loading. Please Wait..</div>
<ul id="table"></ul>
<div id="results_projects">
<h1>Description</h1>
</div>
<div class="loading">Loading. Please Wait..</div>
</div>
<a class="btn btn-lg" href="#">More Mini-Projects on Github</a>
<span class="uppercase">Don't wait, get started now and invite your friends too</span>
<a href="#"><i class="icon social_facebook"></i></a>
<a href="#"><i class="icon social_twitter"></i></a>
</div>
</div>
</div>
</section>
<a id="join" class="in-page-link"></a>
<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="default" href="http://github.com/fossasia">Github</a></li>
<li><a href="http://blog.fossasia.org/code-conduct" target="_self">Code of Conduct</a></li>
<li><a target="default" class="inner-link" href="#about">About</a></li>
<li><a target="_self" href="http://blog.fossasia.org/contact">Contact</a></li><li><a target="default" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ALEMVYQHR4LNC">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>contact@fossasia.org</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>Singapore, 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="default" href="http://twitter.com/fossasia"><i class="icon social_twitter"></i></a></li>
<li><a target="default" href="http://facebook.com/fossasia"><i class="icon social_facebook"></i></a></li>
<li><a target="default" href="https://www.linkedin.com/groups/FOSSASIA-3762811"><i class="icon social_linkedin icon-large"></i></a></li>
<li><a target="default" href="https://www.youtube.com/channel/UCQprMsG-raCIMlBudm20iLQ"><i class="icon social_youtube icon-large"></i></a></li>
<li><a target="default" href="https://www.flickr.com/photos/fossasia"><i class="fa fa-flickr fa-lg"></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/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>
<script type="text/javascript">
$.getJSON(
"https://api.github.com/repos/fossasia/labs.fossasia.org/issues?labels=GSOC&state=closed",
function(){
console.log("success");
}
)
.done(function(data){
console.log(data[0]);
$('.loading').hide();
$.each(data, function(i, item) {
//List of Content
var tag;
$.each(item["labels"], function(i, label) {
if (label["name"] != "GSoC") {
tag = label["name"].replace(" ", "-");
}
});
if ($("#" + tag + "-issues").length <= 0) {
var a0 = "<a href='#"+tag+"' id='issue-tag' onClick=desc();>"+tag+"</a>";
var html = "<li class='tags'>" + a0 + "<ul id='" + tag + "-issues'></ul></li>";
$('#table').append(html);
var wrapperDiv = $("<div>", {id: tag+""});
var h1 = $("<h1>", {id: tag+"-description"});
h1.html(tag);
wrapperDiv.html(h1);
$('#results_projects').append(wrapperDiv);
}
var a = $("<a>", {href: "#" + item["id"],id:"issue-link",onClick:"desc()"});
a.html(item["title"] + "<br>");
var li = $("<li>");
li.html(a);
$('#' + tag + "-issues").append(li);
//Content Description
var div = $("<div>", {id: item["id"]});
var h4 = $("<h4>");
var p = $("<p>");
h4.html(item["title"]);
p.html(item["body"]);
var bes = $("<a>",{href:item["html_url"],id:"issuebut"});
bes.html("Read More on Github");
div.html(h4);
div.append(p);
div.append(bes);
$('#'+tag+'-description').append(div);
});
});
function desc(){
document.getElementById("gsoc-proj").style.paddingTop="25rem";
};
// The function actually applying the offset
function offsetAnchor() {
if(location.hash.length !== 0) {
window.scrollTo(window.scrollX, window.scrollY - 100);
}
}
// This will capture hash changes while on the page
$(window).on("hashchange", function () {
offsetAnchor();
});
// This is here so that when you enter the page with a hash,
// it can provide the offset in that case too. Having a timeout
// seems necessary to allow the browser to jump to the anchor first.
window.setTimeout(function() {
offsetAnchor();
}, 1);
</script>
</body>
</html>
<style>
#results_projects {
z-index:10;
}
#results_projects div{
width: 80%;
margin-right: 10%;
background: #eee;
margin-left: 10%;
text-align: left;
padding: 10px;
margin-bottom: 20px;
border: 1px solid;
border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}
#results_projects div h4{
margin-bottom:5px;
font-weight:bold;
}
#table{
margin-left: 10%;
width: 80%;
margin-right: 10%;
background: #eee;
text-align: left;
margin-bottom: 20px;
padding: 10px;
}
.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;
}
#issuebut {
color: #E12B00 !important;
border-bottom: 3px solid #E12B00;
padding-bottom: 2px;
}
#colbe:hover{
color:#000 !important;
cursor:default;
}
</style>