diff --git a/community/events.page.tsx b/community/events.page.tsx index 23ab2df65d..16b16e752c 100644 --- a/community/events.page.tsx +++ b/community/events.page.tsx @@ -974,6 +974,28 @@ const events = [ image: require('../static/img/events/hackathon-paris.png'), end_date: "November 11, 2024", }, + { + name: "IXH24 - Italian XRPL Hackathon 2024", + description: + "IXH24 is a hackathon with a focus on cryptography and blockchain.", + type: "hackathon", + link: "https://xrpl.at/Eventbrite-IXH24-Italian-XRPLHackathon2024", + location: "Rome, Italy", + date: "November 22 - 23, 2024", + image: require('../static/img/events/ixh24.png'), + end_date: "November 23, 2024", + }, + { + name: "Aquarium XRPL Residency Demo Day #4", + description: + "Join us to connect with our 10 residents, discover their projects focused on DeFi, and engage with the rest of the XRPL community.", + type: "meetup", + link: "https://xrpl.at/Aquarium-XRPL-Residency-DemoDay4", + location: "Paris, France", + date: "December 11, 2024", + image: require('../static/img/events/aquarium.png'), + end_date: "December 11, 2024", + }, ]; @@ -1055,33 +1077,33 @@ export default function Events() {
xrp ledger events hero

- {translate("XRPL Builder Office Hours")} + {translate("XRPL Ledger Apex 2025")}

{translate("Save the Date")}

{translate( - "XRPL Builder Office Hours is an open forum hosted monthly by Developer Advocates to answer technical and business questions from community members." + "XRP Ledger Apex, hosted by Ripple is the largest annual summit on the XRPL calendar. It unites developers, businesses, fintechs, VCs and the wider community." )}

- Location: Virtual - Zoom + {translate("Location: Singapore")}
- October 25th, 2024 + {translate("June 10 - 12, 2025")}
{translate("Register Now")} diff --git a/static/img/events/apex-hero.png b/static/img/events/apex-hero.png new file mode 100644 index 0000000000..e4e8fbc6e6 Binary files /dev/null and b/static/img/events/apex-hero.png differ diff --git a/static/img/events/aquarium.png b/static/img/events/aquarium.png new file mode 100644 index 0000000000..ceb0631735 Binary files /dev/null and b/static/img/events/aquarium.png differ diff --git a/static/img/events/ixh24.png b/static/img/events/ixh24.png new file mode 100644 index 0000000000..0d20b22294 Binary files /dev/null and b/static/img/events/ixh24.png differ