forked from opentripplanner/developer-days
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (68 loc) · 2.76 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="color-scheme" content="light dark" />
<title>OTP Developer Days 2024 Berlin</title>
<!-- Pico.css -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@picocss/[email protected]/css/pico.min.css"
/>
<style>
main p img {
max-width: 330px;
padding: 25px;
display: inline;
}
</style>
</head>
<body>
<main class="container">
<img src="https://docs.opentripplanner.org/en/dev-2.x/images/otp-logo.svg" style="margin:30px auto; display: block">
<h1>OTP Developer Days 2024 Berlin</h1>
<h3>October 7-11 2024</h3>
<p>The OTP developers are meeting in October in Berlin to discuss
technical topics and to socialise. Even though this
mini-conference is focussed on technical details everybody is
welcome and just listening in is totally fine.</p>
<p>The event is free.</p>
<h2 id="location">Location</h2>
<p>Adesso Berlin<br />
Prinzenstraße 34<br />
10969 Berlin<br />
Germany</p>
<ul>
<li><a
href="https://www.openstreetmap.org/way/1079127205">OpenStreetMap</a></li>
<li><a href="https://maps.app.goo.gl/whhUma1Se8n3Nohc6">Google
Maps</a></li>
</ul>
<p>When you arrive at Prinzenstraße 34, ignore the regular door
and walk to the <a
href="https://www.google.com/maps/@52.5026471,13.4099237,3a,49.6y,130.72h,92.18t/data=!3m6!1e1!3m4!1se4IdhSrUaB4KzyH4BShLZg!2e0!7i16384!8i8192?coh=205409&entry=ttu">large
gate</a> to the right of the building and ring the bell for the
Adesso office. Then walk through the courtyard and take a slight
right</p>
<h2 id="who-will-be-there">Who will be there?</h2>
<p>The main participants are developers who are already familiar
with OTP’s internals.</p>
<p>Product owners from Entur, Skanetrafiken and HSL will also
organise separate sessions in the same space.</p>
<h2 id="registration">Registration</h2>
<p>If you want to join, please fill in the <a
href="https://tinyurl.com/4kxz9unv">registration form</a>.</p>
<h2 id="schedule">Schedule</h2>
<p>The preliminary schedule available as a <a
href="https://kanban.adminforge.de/b/xJqXAF2BpdwjpcSCz/otp-developer-days-2024-berlin">Kanban
board</a>.</p>
<h2 id="social-events">Social events</h2>
<p>Social events like dinners and excursions will also be part of
the programme.</p>
<h2 id="partners">Partners</h2>
<p><img src="img/entur.png" alt="Entur" /> <img
src="img/skanetrafiken.png" alt="Skanetrafiken" /></p>
</main>
</body>
</html>