From 47f45c840bb5aac117a1e2eaa62608bcbde92efb Mon Sep 17 00:00:00 2001 From: Rehtse Date: Tue, 16 Dec 2025 15:53:35 -0800 Subject: [PATCH 1/2] Create Smashing Conference (Amsterdam) --- data/events/smashing-conference.json | 59 ++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 data/events/smashing-conference.json diff --git a/data/events/smashing-conference.json b/data/events/smashing-conference.json new file mode 100644 index 0000000..b1d9b6e --- /dev/null +++ b/data/events/smashing-conference.json @@ -0,0 +1,59 @@ +{ + "name": "Smashing Conference", + "year_started": 2012, + "number_of_events_hosted": 20, + + "city": "Amsterdam", + "region": "North Holland", + "country": "Netherlands", + "continent": "Europe", + + "website": "https://smashingconf.com", + + "sector": [ + "Frontend / Web Development", + "UX / UI", + "Accessibility", + "Design Systems" + ], + + "tags": [ + "conference", + "frontend", + "design" + ], + + "acceptable_tags": [ + "frontend", + "ux", + "ui" + ], + + "type": "in-person", + + "languages": ["English"], + + "frequency": "annual", + + "timezone": "Europe/Amsterdam", + + "attendee_size": { "min": 500, "max": 1000 }, + + "ticket_cost_usual": { "currency": "USD", "min": 0, "max": 549 }, + + "organizer": { + "name": "Smashing Magazine", + "email": "", + "twitter": "https://twitter.com/smashingconf", + "website": "https://smashingconf.com" + }, + + "socials": { + "twitter": "https://twitter.com/smashingconf", + "linkedin": "", + "youtube": "", + "instagram": "" + }, + + "description": "SmashingConf is a web design and frontend development conference, focusing on UX, accessibility, and design systems." +} From 7fa4b1bc776fdad0d19b0ce387e2daaee3ae89a9 Mon Sep 17 00:00:00 2001 From: Rehtse Date: Thu, 9 Apr 2026 08:22:42 +0300 Subject: [PATCH 2/2] Update smashing-conference.json --- data/events/smashing-conference.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/events/smashing-conference.json b/data/events/smashing-conference.json index b1d9b6e..1b76e7b 100644 --- a/data/events/smashing-conference.json +++ b/data/events/smashing-conference.json @@ -39,7 +39,7 @@ "attendee_size": { "min": 500, "max": 1000 }, - "ticket_cost_usual": { "currency": "USD", "min": 0, "max": 549 }, + "ticket_cost_usual": { "currency": "USD", "min": 0, "max": 549 }, //as at time of writing "organizer": { "name": "Smashing Magazine",