Skip to content

Commit 1864187

Browse files
Mohyiayjbelien
andauthored
Adapt OSM track + change in speakers line-up + add partner (#179)
* Update partners Remove Abb * Update index.astro Keep OKBE "partner" on separated line. * Update index.astro * Various updates- see descriptions - Change animation text - Remove call for speakers section - Add links to previous editions - Add logo redpencil.io - Add logo Abb * remove double closing section * Lint code Run prettier * Add speakers section - Update program * Add additional speakers * Run code linting * Complete conference schedule + speakers - Add complete conference schedule - Add latest speakers - New CTA - Adapted animated text banner (demo-1) * Import program.css correctly * Remove gradient effect title Remove gradient effect title * Add Open Data bike ride in afternoon program * Add two speakers - Leen Van Campe - Pieter-Jan Pauwels * Apply Prettier fixes * Remove two speakers * Remove speakers from program Rermoved Olivier Van D'huynslager, Leen Van Campe from the program * Code linting * Final update to speakers line-up * Add new track with debat Manuel * Adapt grid for better readability * Code linting * Added missing closing tags * Run prettier * Adapt schedule OSM track + change in line-up * Add OSM speaker * Adapt speaker Redpencil Aad -> Niels * Add second speaker Redpencil * Code linting * Add new partner (Digitaal Vlaanderen) Co-authored-by: Jonathan Beliën <jbelien@users.noreply.github.com> Co-authored-by: Jonathan Beliën <dev@jbelien.be>
1 parent fe40c9c commit 1864187

File tree

6 files changed

+43
-12
lines changed

6 files changed

+43
-12
lines changed
Loading
49.6 KB
Loading
46.8 KB
Binary file not shown.
28.2 KB
Loading

src/components/Program.astro

+9-9
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,11 @@
186186
</summary>
187187
<div class="schedule-stage-guide-container">
188188
<div class="guide-slot">
189-
<p>14:00 - 14:30</p>
189+
<p>15:00 - 15:15</p>
190190
<div class="guide-slot-card">
191191
<h4>
192192
Hiking.osm.be, a new paper maps offer based on OpenStreetMap
193-
(30min)
193+
(15min)
194194
</h4>
195195
<figure class="author-wrapper">
196196
<figcaption>
@@ -200,32 +200,32 @@
200200
</div>
201201
</div>
202202
<div class="guide-slot">
203-
<p>14:30 - 15:00</p>
203+
<p>15:15 - 15:30</p>
204204
<div class="guide-slot-card">
205-
<h4>OpenStreetMap goes professional (30min)</h4>
205+
<h4>OpenStreetMap goes professional (15min)</h4>
206206
<figure class="author-wrapper">
207207
<figcaption>Joost Schouppe | OpenStreetMap Belgium</figcaption>
208208
</figure>
209209
</div>
210210
</div>
211211
<div class="guide-slot">
212-
<p>15:00 - 15:30</p>
212+
<p>15:30 - 15:45</p>
213213
<div class="guide-slot-card">
214-
<h4>Creating open streetlevel imagery (30min)</h4>
214+
<h4>Creating open streetlevel imagery (15min)</h4>
215215
<figure class="author-wrapper">
216216
<figcaption>Joost Schouppe | OpenStreetMap Belgium</figcaption>
217217
</figure>
218218
</div>
219219
</div>
220220
<div class="guide-slot">
221-
<p>15:30 - 16:00</p>
221+
<p>15:45 - 16:00</p>
222222
<div class="guide-slot-card">
223223
<h4>
224224
Better data for all by combining OpenStreetMap and government data
225-
management: Road Completion (30min)
225+
management: Road Completion (15min)
226226
</h4>
227227
<figure class="author-wrapper">
228-
<figcaption>Joost Schouppe | OpenStreetMap Belgium</figcaption>
228+
<figcaption>Seppe Santens | OpenStreetMap Belgium</figcaption>
229229
</figure>
230230
</div>
231231
</div>

src/pages/index.astro

+18-3
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,11 @@ import Speaker from "../components/Speaker.astro";
163163
title="OpenStreetMap Belgium"
164164
picture="Julien Minet.jpg"
165165
/>
166+
<Speaker
167+
name="Seppe Santens"
168+
title="OpenStreetMap Belgium"
169+
picture="Seppe Santens.jpg"
170+
/>
166171
<Speaker
167172
name="Bart Hanssens"
168173
title="FOD/SPF BOSA"
@@ -199,9 +204,14 @@ import Speaker from "../components/Speaker.astro";
199204
picture="Gwen Franck.jpg"
200205
/>
201206
<Speaker
202-
name="Aad Versteden"
203-
title="CEO at redpencil.io | CEO at ipfs-search"
204-
picture="Aad Versteden.jpg"
207+
name="Niels Vandekeybus"
208+
title="Web Architect at redpencil.io"
209+
picture="Niels Vandekeybus.jpg"
210+
/>
211+
<Speaker
212+
name="Robbe Van Herck"
213+
title="Student Ghent University, redpencil.io"
214+
picture="Robbe Van Herck.jfif"
205215
/>
206216
<Speaker
207217
name="Manuel Claeys Bouuaert"
@@ -289,6 +299,11 @@ import Speaker from "../components/Speaker.astro";
289299
name="Agentschap Binnenlands Bestuur"
290300
logo="abb-logo.png"
291301
/>
302+
<Partner
303+
link="https://www.vlaanderen.be/digitaal-vlaanderen"
304+
name="Digitaal Vlaanderen"
305+
logo="digitaal-vlaanderen-logo.svg"
306+
/>
292307
</div>
293308

294309
<div class="partners-row-one">

0 commit comments

Comments
 (0)