Skip to content

Commit e4a70b7

Browse files
authored
Merge pull request #2875 from XRPLF/events-updates-2024-12-02
Events updates 2024 12 02
2 parents bb0c6dc + d7e9d2c commit e4a70b7

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

community/events.page.tsx

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const infoSession2 = require("../static/img/events/xrpl-builder-office-hours-02.
1515
const infoSession3 = require("../static/img/events/xrpl-builder-office-hours-03.png");
1616
const infoSession4 = require("../static/img/events/xrpl-builder-office-hours-04.png");
1717
const decarb = require('../static/img/events/xrpl-decarb.png')
18+
const townHall = require('../static/img/events/town-hall-meetup.png')
1819
export const frontmatter = {
1920
seo: {
2021
title: "Events",
@@ -872,7 +873,7 @@ const events = [
872873
link: "https://www.eventbrite.fr/e/xrpl-town-hall-meeting-tickets-959615815737",
873874
location: "Virtual",
874875
date: "September 16, 2024",
875-
image: require('../static/img/events/town-hall-meetup.png'),
876+
image: townHall,
876877
end_date: "September 16, 2024",
877878
},
878879
{
@@ -1007,6 +1008,28 @@ const events = [
10071008
image: require('../static/img/events/new-york.jpeg'),
10081009
end_date: "November 19, 2024",
10091010
},
1011+
{
1012+
name: "XRPL Webinar - Crypto for Good Fund",
1013+
description:
1014+
"Join Mercy Corps Ventures, Ripple Impact and XRPL Commons for a webinar focused on supporting emerging market startups building on XRPL.",
1015+
type: "info",
1016+
link: "https://xrpl.at/XRPL-Webinar-CryptoForGoodFund",
1017+
location: "Virtual",
1018+
date: "December 3, 2024",
1019+
image: infoSession,
1020+
end_date: "December 3, 2024",
1021+
},
1022+
{
1023+
name: "XRPL Town Hall Meeting #2",
1024+
description:
1025+
"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.",
1026+
type: "info",
1027+
link: "https://xrpl.at/XRPL-TownHall-meeting2",
1028+
location: "Virtual",
1029+
date: "December 11, 2024",
1030+
image: townHall,
1031+
end_date: "December 11, 2024",
1032+
},
10101033
];
10111034

10121035

0 commit comments

Comments
 (0)