From 152acb7e6a397cc3d976f766f49284d636850cd4 Mon Sep 17 00:00:00 2001 From: quu-ack Date: Wed, 21 Jan 2026 12:09:33 -0500 Subject: [PATCH] =?UTF-8?q?chore(events):=20add=20MTL=5Fcode=20and=20code?= =?UTF-8?q?=20=C3=A0=20quebec=20events?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/events.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/src/data/events.json b/src/data/events.json index 2cf26c8..1505c60 100644 --- a/src/data/events.json +++ b/src/data/events.json @@ -1238,6 +1238,38 @@ "competition" ], "isStudentFocused": true + }, + { + "name": "MTL_code", + "date": "February 19, 2026", + "location": "Montreal, Quebec", + "website": "https://botpress.com/events", + "province": "QC", + "type": "conference", + "tags": [ + "student", + "canada", + "montreal", + "programming", + "conference" + ], + "isStudentFocused": true + }, + { + "name": "Code à Québec", + "date": "January 29, 2026", + "location": "Quebec City, Quebec", + "website": "https://code-a-quebec.com/", + "province": "QC", + "type": "conference", + "tags": [ + "student", + "canada", + "quebec", + "programming", + "conference" + ], + "isStudentFocused": true } ] }