From da021d825d166c2a73960903aedb7860018e33aa Mon Sep 17 00:00:00 2001 From: Sofia Carballo Date: Tue, 24 Oct 2023 09:40:42 +0200 Subject: [PATCH 1/3] Adds Barcelona event @codurance --- ...global-day-coderetreat-2023-codurance.json | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 _data/events/spain-barcelona-2023-11-04-global-day-coderetreat-2023-codurance.json diff --git a/_data/events/spain-barcelona-2023-11-04-global-day-coderetreat-2023-codurance.json b/_data/events/spain-barcelona-2023-11-04-global-day-coderetreat-2023-codurance.json new file mode 100644 index 000000000..13f3145e7 --- /dev/null +++ b/_data/events/spain-barcelona-2023-11-04-global-day-coderetreat-2023-codurance.json @@ -0,0 +1,45 @@ +{ + "title": "Global Day Coderetreat 2023 - Codurance, Barcelona, Spain", + "description": "Coderetreat has an established, time-tested format that is optimised for focused practice. We will be working on implementing Conway's Game Of Life in 45-minute sessions. In each one, you'll pair program in whichever language you like, using whichever technologies you and your pair prefer. The day will start at 8:30am and finish by 16:30 pm. Lunch will be provided on the day. It's an early start, so sleep well the night before to help get those brain juices flowing. Remember to bring your laptop and be ready to have fun! :)", + "format": "classic", + "spoken_language": "Spanish, English", + "url": "https://www.eventbrite.co.uk/e/entradas-global-day-of-coderetreat-barcelona-728209834217?aff=oddtdtcreator", + "date": { + "start": "2023-11-04T09:00:00+01:00", + "end": "2023-11-04T17:00:00+01:00" + }, + "moderators": [ + { + "name": "Javier Chacana", + "url": "@jchacana" + }, + { + "name": "Javier Martinez Alcantara", + "url": "@JavierMarAlc" + }, + { + "name": "Sebastian Kulinski" + }, + { + "name": "Irene Piccoli" + }, + { + "name": "Sofia Carballo", + "url": "@imsofiacarballo" + } + ], + "sponsors": [ + { + "name": "Codurance", + "url": "https://www.codurance.com" + } + ], + "location": { + "city": "Barcelona", + "country": "Spain", + "coordinates": { + "latitude": 41.382894, + "longitude": 2.177432 + } + } +} \ No newline at end of file From 1f463ae76299cbfbf243a61eb88baaa446d8004e Mon Sep 17 00:00:00 2001 From: Sofia Carballo Date: Tue, 24 Oct 2023 09:44:30 +0200 Subject: [PATCH 2/3] Adds Madrid event @codurance --- ...-day-coderetreat-2023-codurance-spain.json | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 _data/events/spain-madrid-2023-11-04-global-day-coderetreat-2023-codurance-spain.json diff --git a/_data/events/spain-madrid-2023-11-04-global-day-coderetreat-2023-codurance-spain.json b/_data/events/spain-madrid-2023-11-04-global-day-coderetreat-2023-codurance-spain.json new file mode 100644 index 000000000..c72aff0a1 --- /dev/null +++ b/_data/events/spain-madrid-2023-11-04-global-day-coderetreat-2023-codurance-spain.json @@ -0,0 +1,41 @@ +{ + "title": "Global Day Coderetreat 2023 - Codurance, Madrid, Spain", + "description": "Coderetreat has an established, time-tested format that is optimised for focused practice. We will be working on implementing Conway's Game Of Life in 45-minute sessions. In each one, you'll pair program in whichever language you like, using whichever technologies you and your pair prefer. The day will start at 8:30am and finish by 16:30 pm. Lunch will be provided on the day. It's an early start, so sleep well the night before to help get those brain juices flowing. Remember to bring your laptop and be ready to have fun! :)", + "format": "classic", + "spoken_language": "Spanish, English", + "url": "https://www.eventbrite.co.uk/e/entradas-global-day-of-coderetreat-madrid-728198751067?aff=oddtdtcreator", + "date": { + "start": "2023-11-04T09:00:00+01:00", + "end": "2023-11-04T17:00:00+01:00" + }, + "moderators": [ + { + "name": "Kevin Ruiz" + }, + { + "name": "Matheus Marabesi", + "url": "@MatheusMarabesi" + }, + { + "name": "Moises Rodriguez" + }, + { + "name": "Emmanuel Valverde", + "url": "@evrtrabajo" + } + ], + "sponsors": [ + { + "name": "Codurance", + "url": "https://www.codurance.com" + } + ], + "location": { + "city": "Madrid", + "country": "Spain", + "coordinates": { + "latitude": 40.416705, + "longitude": -3.703583 + } + } +} \ No newline at end of file From 6e97987dd2798fbd5f7bec54f62016c68577e673 Mon Sep 17 00:00:00 2001 From: Raimo Radczewski Date: Tue, 24 Oct 2023 17:47:04 +0200 Subject: [PATCH 3/3] Fix events --- ...-2023-11-04-global-day-coderetreat-2023-codurance.json | 8 ++++---- ...11-04-global-day-coderetreat-2023-codurance-spain.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/_data/events/spain-barcelona-2023-11-04-global-day-coderetreat-2023-codurance.json b/_data/events/spain-barcelona-2023-11-04-global-day-coderetreat-2023-codurance.json index 13f3145e7..9ddbdd48e 100644 --- a/_data/events/spain-barcelona-2023-11-04-global-day-coderetreat-2023-codurance.json +++ b/_data/events/spain-barcelona-2023-11-04-global-day-coderetreat-2023-codurance.json @@ -11,11 +11,11 @@ "moderators": [ { "name": "Javier Chacana", - "url": "@jchacana" + "url": "https://twitter.com/jchacana" }, { "name": "Javier Martinez Alcantara", - "url": "@JavierMarAlc" + "url": "https://twitter.com/JavierMarAlc" }, { "name": "Sebastian Kulinski" @@ -25,7 +25,7 @@ }, { "name": "Sofia Carballo", - "url": "@imsofiacarballo" + "url": "https://twitter.com/imsofiacarballo" } ], "sponsors": [ @@ -42,4 +42,4 @@ "longitude": 2.177432 } } -} \ No newline at end of file +} diff --git a/_data/events/spain-madrid-2023-11-04-global-day-coderetreat-2023-codurance-spain.json b/_data/events/spain-madrid-2023-11-04-global-day-coderetreat-2023-codurance-spain.json index c72aff0a1..df99b5369 100644 --- a/_data/events/spain-madrid-2023-11-04-global-day-coderetreat-2023-codurance-spain.json +++ b/_data/events/spain-madrid-2023-11-04-global-day-coderetreat-2023-codurance-spain.json @@ -14,14 +14,14 @@ }, { "name": "Matheus Marabesi", - "url": "@MatheusMarabesi" + "url": "https://twitter.com/MatheusMarabesi" }, { "name": "Moises Rodriguez" }, { "name": "Emmanuel Valverde", - "url": "@evrtrabajo" + "url": "https://twitter.com/evrtrabajo" } ], "sponsors": [ @@ -38,4 +38,4 @@ "longitude": -3.703583 } } -} \ No newline at end of file +}