forked from oSoc17/website
-
Notifications
You must be signed in to change notification settings - Fork 7
/
students.html
280 lines (263 loc) · 18.5 KB
/
students.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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Students | Open summer of code 2018</title>
<link rel="stylesheet" href="css/app.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Open+Sans:300,400" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<meta name="description" content="Innovative open source projects, made by incredibly motivated students, coaches and organisations.">
<meta name="keywords" content="oSoc18, open, summer, code, Belgium">
<meta name="author" content="oSoc18 team, Open Knowledge Belgium">
<meta name="viewport" content="width=device-width">
<meta property="og:title" content="open summer of code 2018" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://2018.summerofcode.be" />
<meta property="og:image" content="http://2018.summerofcode.be/img/socialmedia/socialmedia.png?4362984378" />
<meta property="og:description" content="Innovative open source projects, made by incredibly motivated students, coaches and organisations." />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@osocode">
<meta name="twitter:title" content="open summer of code 2018">
<meta name="twitter:description" content="Innovative open source projects, made by incredibly motivated students, coaches and organisations.">
<meta name="twitter:image" content="http://2018.summerofcode.be/img/socialmedia/socialmedia.png?4362984378" />
<meta name="twitter:url" content="http://2018.summerofcode.be/" />
<!-- FAVICONS -->
<link rel="apple-touch-icon" sizes="57x57" href="img/favicons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/favicons/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="img/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="img/favicons/favicon-194x194.png" sizes="194x194">
<link rel="icon" type="image/png" href="img/favicons/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="img/favicons/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="img/favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="img/favicons/manifest.json">
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="mstile-144x144.png">
<meta name="theme-color" content="#FFFFFF">
</head>
<body>
<!-- topbar -->
<div class="title-bar hide-for-large" data-responsive-toggle="nav-menu" data-hide-for="large">
<div data-toggle="nav-menu">
<button class="menu-icon" type="button"></button>
<div class="logo logo--animated title-bar-title"><span class="c-yellow">open</span> <span class="c-yellow">summer</span> <span class="c-yellow">of</span> <span class="c-yellow">code</span></div>
</div>
</div>
<div data-sticky-container>
<div class="top-bar bs--darken-light" id="nav-menu" data-sticky data-options="marginTop:0;" style="width:100%">
<div class="top-bar-left show-for-large">
<a class="logo" href="index.html" data-hide-for="medium">
<img src="img/logo/logo-osoc-color.svg" alt="open summer of code logo, very abstract, fun, but professional">
</a>
</div>
<div class="top-bar-right">
<ul class="menu vertical large-horizontal">
<li><a href="index.html" class="button link lowercase u-margin--right">Home</a></li>
<li><a href="practical.html" class="button link lowercase u-margin--right">Practical</a></li>
<li><a href="students.html" class="button link lowercase u-margin--right">Students</a></li>
<li><a href="companies.html" class="button link lowercase u-margin--right">Companies</a></li>
<li><a href="coaches.html" class="button link lowercase u-margin--right">Coaches</a></li>
<!--<li><a href="2018.html" class="button link lowercase u-margin--right">2018</a></li>-->
<li>
<!-- <a href="2018.summerofcode.be" target="_blank" class="button">View 2018 showcase</a> -->
<a href="2018.html" target="_blank" class="button">Discover all osoc18 projects<span class="button__info"></span></a>
</li>
</ul>
</div>
</div>
</div>
<!-- header -->
<header class="hero-detail u-padding-x-large--tb">
<div class="grid-x grid-padding-x">
<div class="medium-4 medium-offset-0 large-4 cell">
<h1 class="hero-head">
Osoc
<br>
for students
</h1>
</div>
<div class="medium-6 medium-offset-0 large-5 cell large-offset-1">
<p class="hero-text">
developers
<br>
designers
<br>
communication managers
<br>
business analysts
<br>
data scientists
<br>
& other digital skills
</p>
<div class="osoc-float-element-c"></div>
</div>
</div>
</header>
<!-- info students -->
<div class="grid-x grid-padding-x u-margin-large--tb">
<div class="medium-8 large-5 cell">
<p class="hero-text u-margin-large--b">Open summer of code is for anyone who brings motivation, enthusiasm and talent to the table. Don't be shy, <a href="https://docs.google.com/forms/d/e/1FAIpQLSeRX7_Y0xkSxO33ZaNz4YARrLSaz4VPxgJXNufhhgLuug9GzA/viewform" target="_blank" title="Apply as a student for open summer of code" class="link--strikethrough">apply</a></p>
<p>*Applications are closed! Keep an eye on our <a href="https://twitter.com/osocode" target="_blank">Twitter account</a> to see when applications open for 2019 — or <a href="https://www.eventbrite.co.uk/e/demo-day-osoc18-registration-46709558547?ref=estw" target="_blank">join us on the Demo Day</a> on the 26th of July.</p>
</div>
<div class="medium-8 large-6 cell large-offset-1">
<img src="img/pictures/osoc17-1.jpg" class="u-margin--b" alt="Image of students getting freaky with it">
<p><small>Open summer of code 2017 — project B-badges</small></p>
</div>
</div>
<div class="grid-x grid-padding-x u-margin-large--tb">
<div class="small-12 large-6 cell">
<div style="padding:56.25% 0 0 0;position:relative;margin-bottom:1rem;"><iframe src="https://player.vimeo.com/video/177368331?title=0&byline=0&portrait=0" style="position:absolute;top:0;left:0;right:0;width:100%;height:100%;" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>
<p><small>The 2016 aftermovie; see us building, pitching & cruising!</small></p>
</div>
<div class="medium-8 large-5 cell">
<p>An unforgettable <strong>learning experience</strong>, for any student, as long as you're motivated. Work on real, valuable projects that beef your cv and grow your network — all while having fun.</p>
<p><a href="practical.html">Visit our FAQ</a> to learn more, or send us <a href="mailto:dries@openknowledge.be?subject=Regarding osoc18 student" title="Student at osoc18">a message</a>.</p>
<p>P.S. Omg, it's paid...</p>
</div>
</div>
<!-- projects -->
<div class="grid-x u-padding-x-large--tb grid-padding-x c-projects-old bg-lighter-gray align-center text-center">
<div class="small-12 cell">
<p>Some proof of how awesome our projects can get...</p>
</div>
<div class="small-12 large-4 cell">
<div style="margin-top: -10px; position: relative;">
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr"><a href="https://twitter.com/hashtag/oSoc17?src=hash&ref_src=twsrc%5Etfw">#oSoc17</a> team in Bologna having a good time <a href="https://twitter.com/openepic?ref_src=twsrc%5Etfw">@openepic</a> <a href="https://t.co/Jh641HI5lO">pic.twitter.com/Jh641HI5lO</a></p>— evelinevlassenroot (@EvelineVlas) <a href="https://twitter.com/EvelineVlas/status/923471447313567745?ref_src=twsrc%5Etfw">October 26, 2017</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
<div class="small-12 large-4 cell">
<blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/BXvPC8TB2jp/" data-instgrm-version="8" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:8px;"> <div style=" background:#F8F8F8; line-height:0; margin-top:40px; padding:29.49074074074074% 0; text-align:center; width:100%;"> <div style=" background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURczMzPf399fX1+bm5mzY9AMAAADiSURBVDjLvZXbEsMgCES5/P8/t9FuRVCRmU73JWlzosgSIIZURCjo/ad+EQJJB4Hv8BFt+IDpQoCx1wjOSBFhh2XssxEIYn3ulI/6MNReE07UIWJEv8UEOWDS88LY97kqyTliJKKtuYBbruAyVh5wOHiXmpi5we58Ek028czwyuQdLKPG1Bkb4NnM+VeAnfHqn1k4+GPT6uGQcvu2h2OVuIf/gWUFyy8OWEpdyZSa3aVCqpVoVvzZZ2VTnn2wU8qzVjDDetO90GSy9mVLqtgYSy231MxrY6I2gGqjrTY0L8fxCxfCBbhWrsYYAAAAAElFTkSuQmCC); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;"></div></div> <p style=" margin:8px 0 0 0; padding:0 4px;"> <a href="https://www.instagram.com/p/BXvPC8TB2jp/" style=" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;" target="_blank">Our Digipolis #oSoc17 students making final adjustments to their #iot installation that measures #waterbird #biodiversity. Yup you need a pedalo for that.</a></p> <p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;">A post shared by <a href="https://www.instagram.com/pjpauwels/" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;" target="_blank"> Pieter-Jan Pauwels</a> (@pjpauwels) on <time style=" font-family:Arial,sans-serif; font-size:14px; line-height:17px;" datetime="2017-08-13T14:54:05+00:00">Aug 13, 2017 at 7:54am PDT</time></p></div></blockquote> <script async defer src="//www.instagram.com/embed.js"></script>
</div>
<div class="small-12 large-4 cell">
<div style="margin-top: -10px; position: relative;">
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">Open Summer of code being presented by alumni <a href="https://twitter.com/ramachi_M?ref_src=twsrc%5Etfw">@ramachi_M</a> at <a href="https://twitter.com/hashtag/OpenBelgium?src=hash&ref_src=twsrc%5Etfw">#OpenBelgium</a>! Great presentation on his <a href="https://twitter.com/hashtag/oSoc17?src=hash&ref_src=twsrc%5Etfw">#oSoc17</a>'s cycling project. More: <a href="https://t.co/IYuhno2ZBd">https://t.co/IYuhno2ZBd</a> <a href="https://twitter.com/hashtag/opensource?src=hash&ref_src=twsrc%5Etfw">#opensource</a> <a href="https://twitter.com/hashtag/opendata?src=hash&ref_src=twsrc%5Etfw">#opendata</a> <a href="https://t.co/ye5Sm1UnhG">pic.twitter.com/ye5Sm1UnhG</a></p>— Open Belgium (@openbelgium) <a href="https://twitter.com/openbelgium/status/973143876369375232?ref_src=twsrc%5Etfw">March 12, 2018</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
<div class="small-12 cell">
<a class="button u-margin-large--t" href="2018.html">View this year's edition</a>
</div>
</div>
<!-- footer -->
<footer>
<div class="grid-x grid-padding-x">
<div class="small-12 medium-6 large-5 cell">
<label for="mce-EMAIL" class="h6">Subscribe to our mailing list</label>
<!-- mailchimp -->
<div id="mc_embed_signup" class="u-margin-large--b">
<form action="//okfn.us8.list-manage.com/subscribe/post?u=16c22b5f724fd6ef8c78c79fc&id=4ec3a3c20a" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate="novalidate">
<div id="mc_embed_signup_scroll">
<div class="button-group">
<input type="email" class="form-control u-margin-none" id="mce-EMAIL" name="EMAIL" placeholder="E-mail Address" required="" aria-required="true">
<input type="submit" class="button dark" value="Mail" name="subscribe" id="mc-embedded-subscribe">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_16c22b5f724fd6ef8c78c79fc_4ec3a3c20a" tabindex="-1" value=""></div>
</div>
</form>
</div>
</div>
<div class="small-12 medium-6 large-5 large-offset-2 cell">
<div class="grid-x grid-padding-x">
<!-- links -->
<div class="small-4 medium-4 cell">
<ul class="inline-list">
<li>
<a href="students.html">Students</a>
</li>
<li>
<a href="companies.html">Companies</a>
</li>
<li>
<a href="coaches.html">Coaches</a>
</li>
</ul>
</div>
<div class="small-4 medium-4 cell">
<ul class="inline-list">
<li>
<a href="https://www.eventbrite.co.uk/e/demo-day-osoc18-registration-46709558547?ref=estw" target="_blank">Demo day</a>
</li>
<li>
<a href="practical.html">Practical</a>
</li>
<li>
<a href="2018.html">2018</a>
</li>
</ul>
</div>
<!-- contact -->
<div class="small-4 medium-4 cell">
<ul class="inline-list">
<li>
<a href="mailto:dries@openknowledge.be">Contact</a>
</li>
<li>
<a href="https://twitter.com/osocode" target="_blank">Twitter</a>
</li>
</ul>
</div>
</div>
</div>
<div class="small-12 medium-12 large-6 cell">
<!-- previous edition -->
<div class="grid-x c-previous-editions">
<div class="small-3 medium-auto cell">
<a href="http://2011.summerofcode.be">
<img src="img/previous-editions/2011W.svg">
</a>
</div>
<div class="small-3 medium-auto cell">
<a href="http://2012.summerofcode.be">
<img src="img/previous-editions/2012W.svg">
</a>
</div>
<div class="small-3 medium-auto cell">
<a href="http://2013.summerofcode.be">
<img src="img/previous-editions/2013W.svg">
</a>
</div>
<div class="small-3 medium-auto cell">
<a href="http://2014.summerofcode.be">
<img src="img/previous-editions/2014W.svg">
</a>
</div>
<div class="small-3 medium-auto cell">
<a href="http://2015.summerofcode.be">
<img src="img/previous-editions/2015W.svg">
</a>
</div>
<div class="small-3 medium-auto cell">
<a href="http://2016.summerofcode.be">
<img src="img/previous-editions/2016W.svg">
</a>
</div>
<div class="small-3 medium-auto cell">
<a href="http://2017.summerofcode.be">
<img src="img/previous-editions/2017W.svg">
</a>
</div>
</div>
</div>
<div class="small-12 large-5 large-offset-1 cell">
<p>Powered by <a href="https://www.openknowledge.be/" target="_blank">Open Knowledge Belgium</a> | <a href="https://github.com/oSoc18/website" target="_blank">Source code freely available on GitHub</a> | <a href="https://github.com/oSoc18/website/blob/master/CONTRIBUTORS.md" target="_blank">Contributors</a></p>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/foundation/6.4.3/js/foundation.js"></script>
<script src="js/app.js"></script>
</body>
</html>