forked from oSoc17/website
-
Notifications
You must be signed in to change notification settings - Fork 7
/
accessflanders.html
312 lines (298 loc) · 18.8 KB
/
accessflanders.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
<!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>AccessFlanders | 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://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css">
<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">
<img class="crest" src="img/projects/smartoasis.png">
<h1 class="hero-head project-title">AccessFlanders</h1>
</div>
<div class="medium-6 medium-offset-0 large-5 cell large-offset-1 flex-text">
<p>
AccessFlanders is a <strong>web application</strong> that uses the data gathered with the application project <a href="smartflanders.html">Smart Flanders</a> is working on. This data is displayed on <strong>an interactive map</strong>. The user can search for public buildings and the web app will show the user extra information about the <strong>accessibility of that building</strong>: is there an elevator, what’s the width of the door,...
</p>
<p>
All of this information makes it easier for people with disabilities or care providers to plan their trips beforehand. The first filters will be implemented during oSoc18, more filters will be added in the future.
</p>
<p><a href="https://github.com/oSoc18/OASIS" target="_blank" class="button success">Contribute on GitHub</a></p>
</div>
</div>
</header>
<!-- team -->
<div class="grid-x grid-padding-x u-margin-large--tb headshot-gallery project-section">
<div class="small-10 small-offset-1 medium-3 medium-offset-0 large-2 cell text-left">
<h3 class="h3 u-margin-large--b">Meet <br> the team</h3>
</div>
<div class="small-12 medium-9 large-10 cell">
<div class="grid-x grid-padding-x u-margin-large--b headshot-gallery">
<article class="small-6 medium-6 large-3 cell headshot-detail">
<img src="img/headshots/ilias_el_mesaoudi.jpg" alt="Picture of Ilias El Mesaoudi" />
<h2 class="h4">Ilias <br> El Mesaoudi</h2>
<p>Student</p>
<div class="student-social">
<a href="https://www.linkedin.com/in/ilias-el-mesaoudi-52640513b/" target="_blank"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/iliaselme" target="_blank"><i class="fa fa-github"></i></a>
</div>
</article>
<article class="small-6 medium-6 large-3 cell headshot-detail">
<img src="img/headshots/brian_dendauw.jpg" alt="Picture of Brian Dendauw" />
<h2 class="h4">Brian <br> Dendauw</h2>
<p>Student</p>
<div class="student-social">
<a href="https://www.linkedin.com/in/brian-dendauw-a1b8b4141/" target="_blank"><i class="fa fa-linkedin"></i></a>
</div>
</article>
<article class="small-6 medium-6 large-3 cell headshot-detail">
<img src="img/headshots/lisa_hennecart.jpg" alt="Picture of Lisa Hennecart" />
<h2 class="h4">Lisa <br> Hennecart</h2>
<p>Student</p>
<div class="student-social">
<a href="https://github.com/HennecartLisa" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/in/lisa-hennecart-045242114/" target="_blank"><i class="fa fa-linkedin"></i></a>
</div>
</article>
<article class="small-6 medium-6 large-3 cell headshot-detail">
<img src="img/headshots/bert_marcelis.jpg" alt="Picture of Bert Marcelis" />
<h2 class="h4">Bert <br> Marcelis</h2>
<p>Student</p>
<div class="student-social">
<a href="https://twitter.com/BertMarcelis" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/bertmarcelis/" target="_blank"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/Bertware" target="_blank"><i class="fa fa-github"></i></a>
</div>
</article>
<article class="small-6 medium-6 large-3 cell headshot-detail">
<img src="img/headshots/eveline_vlassenroot.jpg" alt="Picture of Eveline Vlassenroot" />
<h2 class="h4">Eveline <br> Vlassenroot</h2>
<p>Coach</p>
<div class="student-social">
<a href="https://twitter.com/EvelineVlas" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/eveline-vlassenroot-516116a6" target="_blank"><i class="fa fa-linkedin"></i></a>
</div>
</article>
<article class="small-6 medium-6 large-3 cell headshot-detail">
<img src="img/headshots/brecht_van_de_vyvere.jpg" alt="Picture of Brecht Van de Vyvere">
<h2 class="h4">Brecht <br> Van de Vyvere</h2>
<p>Coach</p>
<div class="student-social">
<a href="https://twitter.com/brechtvdv" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/brecht-van-de-vyvere-b9232b9b/" target="_blank"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/brechtvdv" target="_blank"><i class="fa fa-github"></i></a>
</div>
</article>
</div>
</div>
</div>
<!-- partners -->
<div class="grid-x grid-padding-x u-margin-large--tb partner-section project-section">
<div class="small-10 small-offset-1 medium-3 medium-offset-0 large-3 cell text-left">
<h3 class="h3 u-margin-large--b">Our <br> partners</h3>
</div>
<div class="small-10 small-offset-1 medium-9 medium-offset-0 large-9 cell">
<div class="grid-x grid-padding-x u-margin-large--b partner-section">
<div class="small-6 medium-4 large-3 cell">
<a href="https://oasis.team/" target="_blank" class="vertical-align-container">
<img src="img/partners-svg/oasis-logo.svg">
</a>
<h3 class="h6">
<a href="https://oasis.team/" target="_blank" class="vertical-align-container">Oasis</a>
</h3>
</div>
</div>
</div>
</div>
<!-- call to action -->
<div class="grid-x grid-padding-x u-margin-large--tb">
<div class="small-12 cell text-center">
<a class="button success u-margin-large--t" href="2018.html">View other projects</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:[email protected]">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>