@@ -15,6 +15,7 @@ const infoSession2 = require("../static/img/events/xrpl-builder-office-hours-02.
15
15
const infoSession3 = require ( "../static/img/events/xrpl-builder-office-hours-03.png" ) ;
16
16
const infoSession4 = require ( "../static/img/events/xrpl-builder-office-hours-04.png" ) ;
17
17
const decarb = require ( '../static/img/events/xrpl-decarb.png' )
18
+ const townHall = require ( '../static/img/events/town-hall-meetup.png' )
18
19
export const frontmatter = {
19
20
seo : {
20
21
title : "Events" ,
@@ -872,7 +873,7 @@ const events = [
872
873
link : "https://www.eventbrite.fr/e/xrpl-town-hall-meeting-tickets-959615815737" ,
873
874
location : "Virtual" ,
874
875
date : "September 16, 2024" ,
875
- image : require ( '../static/img/events/town-hall-meetup.png' ) ,
876
+ image : townHall ,
876
877
end_date : "September 16, 2024" ,
877
878
} ,
878
879
{
@@ -1007,6 +1008,28 @@ const events = [
1007
1008
image : require ( '../static/img/events/new-york.jpeg' ) ,
1008
1009
end_date : "November 19, 2024" ,
1009
1010
} ,
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
+ } ,
1010
1033
] ;
1011
1034
1012
1035
0 commit comments