From df939d9137cb5a13491d18a5aea7baa0c119710d Mon Sep 17 00:00:00 2001 From: pinage404 Date: Fri, 22 May 2026 01:03:05 +0200 Subject: [PATCH] Add Geek Camp --- conferences/geek-camp.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 conferences/geek-camp.json diff --git a/conferences/geek-camp.json b/conferences/geek-camp.json new file mode 100644 index 0000000..b10b3b6 --- /dev/null +++ b/conferences/geek-camp.json @@ -0,0 +1,18 @@ +{ + "$schema": "https://softwarecrafters.org/conferences_schema_v2.json", + "name": "Geek Camp", + "url": "https://mobilizon.fr/events/6090cd9f-8178-4103-b94b-5fb73d5edf3f", + "code-of-conduct": "https://okiwi.org/reglement-interieur.html", + "next-date": { + "start": "2026-06-26", + "end": "2026-06-28" + }, + "location": { + "city": "Ruffiac", + "country": "France", + "coordinates": { + "lat": 44.36133049089696, + "lng": 0.03273914485217233 + } + } +}