diff --git a/community/events.page.tsx b/community/events.page.tsx index 9858c9c3ac..468a1bb635 100644 --- a/community/events.page.tsx +++ b/community/events.page.tsx @@ -5,9 +5,10 @@ const moment = require("moment"); export const frontmatter = { seo: { - title: 'Events', - description: "Find the XRPL Community around the world and join these events to see what's happening.", - } + title: "Events", + description: + "Find the XRPL Community around the world and join these events to see what's happening.", + }, }; function categorizeDates(arr) { @@ -602,6 +603,17 @@ const events = [ image: require("../static/img/events/event-meetup-toronto@2x.jpg"), end_date: "January 31, 2024", }, + { + name: "Cyprus Tech Odyssey: XRPL Hackathon 2024", + description: + "Cyprus Tech Odyssey: XRPL Hackathon 2024 is a collaborative initiative between Ripple and the University of Nicosia (UNIC). This unique event promises a blend of insightful discussions and hands-on experiences, all centered around the transformative potential of the XRP Ledger (XRPL).", + type: "hackathon", + link: "https://www.unic.ac.cy/iff/cytechodyssey24/#TechOdyssey2024", + location: "University of Nicosia,Cyprus", + date: "January 18 - 20, 2024", + image: require("../static/img/events/Hackathons.png"), + end_date: "January 20, 2024", + }, { name: "XRP Ledger Zone ETHDenver", description: @@ -610,10 +622,9 @@ const events = [ link: "http://xrplzone-ethdenver.splashthat.com", location: "Denver, Colorado", date: "February 27, 2024", - image: require("../static/img/events/XRPLZone.png.png"), + image: require("../static/img/events/XRPLZone.png"), end_date: "February 27, 2024", }, - ]; export default function Events() { @@ -826,7 +837,7 @@ export default function Events() { {/* # Available Types - conference, hackathon, ama, cc, zone, meetup, info-session */}