From 76389dadd81f7dcfd16a62622a4792f1c2699869 Mon Sep 17 00:00:00 2001 From: Savva Date: Sun, 19 Nov 2023 23:59:29 +0200 Subject: [PATCH] Update content: - Upate main index, add some context - Meeting plan, use correct timezone - Put markers precisely on entrances - Cleanup --- content/_index.md | 4 +++- content/attend.md | 8 -------- content/meeting-plan.md | 34 ++++++++++++++++++---------------- content/venue.md | 4 ++-- 4 files changed, 23 insertions(+), 27 deletions(-) diff --git a/content/_index.md b/content/_index.md index edf8cd3..322917b 100644 --- a/content/_index.md +++ b/content/_index.md @@ -15,6 +15,8 @@ cascade: {{}} ### Ripe 87 Local hub -K-space hackerspace will be hosting Ripe 87 Local hub in Tallinn, Estonia +At K-space will be hosting Ripe 87 Local hub in Tallinn, Estonia + +We will watch the webcast of the RIPE Meeting, follow the discussion, participate online and socialize AFK. For all additional information regarding the event please [check the main RIPE 87 website](https://ripe87.ripe.net) diff --git a/content/attend.md b/content/attend.md index d6182bd..2341222 100644 --- a/content/attend.md +++ b/content/attend.md @@ -14,14 +14,6 @@ menu: main - For any questions please reach us via [info@k-space.ee](mailto:info@k-space.ee) - {{< rawhtml >}} {{< /rawhtml >}} diff --git a/content/meeting-plan.md b/content/meeting-plan.md index 6d134c0..4f7c621 100644 --- a/content/meeting-plan.md +++ b/content/meeting-plan.md @@ -5,12 +5,8 @@ description: "28 - 29 November 2023" type: page menu: main --- - -## Full -Full program is available here: https://ripe87.ripe.net/programme/meeting-plan/ - -At our local hub we will focus on just two days, 28 and 29 November. ## Local +The schedule uses the EET time zone (UTC+2). {{< rawhtml >}} @@ -22,60 +18,66 @@ At our local hub we will focus on just two days, 28 and 29 November. - + - + - + - + - + - + - + - + - + - + - +
08:3009:30 Welcome Coffee Welcome Coffee
09:0010:00 Plenary Address Policy
10:3011:30 Coffee Break Coffee Break
11:0012:00 Plenary Address Policy
12:3013:30 Lunch Break Lunch Break
14:3015:30 Plenary RIPE NCC Services
15:3016:30 Coffee Break Coffee Break
16:0017:00 MAT General Meeting
17:3018:30 Coffee Break
18:0019:00 BoF Networking (AFK)
19:0020:00 Networking (AFK)
{{< /rawhtml >}} + +## Full +Full program is available here: https://ripe87.ripe.net/programme/meeting-plan/ +**NB!** Full program uses the CET time zone (UTC+1). + +At our local hub we will focus on just two days, 28 and 29 November. diff --git a/content/venue.md b/content/venue.md index 326e615..8512034 100644 --- a/content/venue.md +++ b/content/venue.md @@ -40,12 +40,12 @@ There are two entrances: attribution: '© OpenStreetMap' }).addTo(map); - const markerA = L.marker([59.39818, 24.66135]) + const markerA = L.marker([59.39823, 24.66122]) .addTo(map) .bindPopup('Entrance 1', { autoClose: false }) .openPopup(); - const markerB = L.marker([59.39835, 24.65974]) + const markerB = L.marker([59.3983, 24.65970]) .addTo(map) .bindPopup('Entrance 2', { autoClose: false }) .openPopup();