From 29b5228e7d710ebc0ee9acea997131e380c9b451 Mon Sep 17 00:00:00 2001 From: april <132745538+chenjiali-april@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:09:36 +0800 Subject: [PATCH] Add ETH Riyadh 2024 event information This commit wants to add the ETH Riyadh 2024 event details to the ETH Events website. The event will take place in Riyadh, Saudi Arabia, from December 1st to December 3rd, 2024. It will focus on uniting Middle Eastern developers and blockchain enthusiasts to collaborate and innovate within the Ethereum ecosystem. --- src/data/community-events.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/data/community-events.json b/src/data/community-events.json index 8e8b1d48e19..583d8a3acf9 100644 --- a/src/data/community-events.json +++ b/src/data/community-events.json @@ -628,5 +628,13 @@ "startDate": "2024-12-02", "endDate": "2024-12-03", "imageUrl": "https://www.ethvenice.com/images/logo.png" + }, + { + "title": "ETH Riyadh 2024", + "to": "https://ethriyadh.com/", + "location": "Riyadh, Saudi Arabia", + "description": "ETH Riyadh 2024 unites Middle Eastern developers and blockchain enthusiasts to explore and advance Ethereum technology. Join us for an exciting event that fosters collaboration and innovation in the blockchain ecosystem.", + "startDate": "12/1/2024", + "endDate": "12/3/2024" } -] \ No newline at end of file +]