From bf95fbcd4669c20df6769c0219ccbf3a0e87164e Mon Sep 17 00:00:00 2001 From: akcodez Date: Mon, 2 Dec 2024 09:51:53 -0800 Subject: [PATCH 1/3] adds xrpl webinar event --- community/events.page.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/community/events.page.tsx b/community/events.page.tsx index 93e50da13a..7fa05c0145 100644 --- a/community/events.page.tsx +++ b/community/events.page.tsx @@ -1007,6 +1007,17 @@ const events = [ image: require('../static/img/events/new-york.jpeg'), end_date: "November 19, 2024", }, + { + name: "XRPL Webinar - Crypto for Good Fund", + description: + "Join Mercy Corps Ventures, Ripple Impact and XRPL Commons for a webinar focused on supporting emerging market startups building on XRPL.", + type: "info", + link: "https://xrpl.at/XRPL-Webinar-CryptoForGoodFund", + location: "Virtual", + date: "December 3, 2024", + image: infoSession, + end_date: "December 3, 2024", + }, ]; From c0f1b69be89d164a987b7e158b709f4e0f83099e Mon Sep 17 00:00:00 2001 From: akcodez Date: Mon, 2 Dec 2024 09:53:52 -0800 Subject: [PATCH 2/3] add town hall meeting #2 event --- community/events.page.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/community/events.page.tsx b/community/events.page.tsx index 7fa05c0145..f281b3be55 100644 --- a/community/events.page.tsx +++ b/community/events.page.tsx @@ -1018,6 +1018,17 @@ const events = [ image: infoSession, end_date: "December 3, 2024", }, + { + name: "XRPL Town Hall Meeting #2", + description: + "Join Us for the Second XRPL Town Hall Meeting! These recurring meeting are designed to bring our community together, provide updates, and offer a platform to address your most pressing questions.", + type: "info", + link: "https://xrpl.at/XRPL-TownHall-meeting2", + location: "Virtual", + date: "December 11, 2024", + image: require('../static/img/events/town-hall-meetup.png'), + end_date: "December 11, 2024", + }, ]; From d7e9d2c32ce37b8dcefa15eb96136eb93faafc8b Mon Sep 17 00:00:00 2001 From: akcodez Date: Mon, 2 Dec 2024 09:54:36 -0800 Subject: [PATCH 3/3] add town hall meeting #2 event --- community/events.page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/community/events.page.tsx b/community/events.page.tsx index f281b3be55..cc14b26402 100644 --- a/community/events.page.tsx +++ b/community/events.page.tsx @@ -15,6 +15,7 @@ const infoSession2 = require("../static/img/events/xrpl-builder-office-hours-02. const infoSession3 = require("../static/img/events/xrpl-builder-office-hours-03.png"); const infoSession4 = require("../static/img/events/xrpl-builder-office-hours-04.png"); const decarb = require('../static/img/events/xrpl-decarb.png') +const townHall = require('../static/img/events/town-hall-meetup.png') export const frontmatter = { seo: { title: "Events", @@ -872,7 +873,7 @@ const events = [ link: "https://www.eventbrite.fr/e/xrpl-town-hall-meeting-tickets-959615815737", location: "Virtual", date: "September 16, 2024", - image: require('../static/img/events/town-hall-meetup.png'), + image: townHall, end_date: "September 16, 2024", }, { @@ -1026,7 +1027,7 @@ const events = [ link: "https://xrpl.at/XRPL-TownHall-meeting2", location: "Virtual", date: "December 11, 2024", - image: require('../static/img/events/town-hall-meetup.png'), + image: townHall, end_date: "December 11, 2024", }, ];