adds 2 new events

This commit is contained in:
akcodez
2024-09-27 08:08:24 -07:00
parent a35667af77
commit 066fa354cc
3 changed files with 23 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ const infoSession = require("../static/img/events/InfoSessions.png");
const infoSession2 = require("../static/img/events/xrpl-builder-office-hours-02.png");
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')
export const frontmatter = {
seo: {
title: "Events",
@@ -919,6 +919,28 @@ const events = [
image: infoSession,
end_date: "October 2, 2024",
},
{
name: "XRPL Decarbonization Strategy",
description:
"Join us for the 3rd webinar in our Sustainability series. This time, Mélanie Damour and CCRI will dive into how Sustainability Disclosure under MiCA for CASPs and Token Issuers.",
type: "info",
link: "https://decarb3.eventbrite.fr",
location: "Virtual",
date: "October 7, 2024",
image: decarb,
end_date: "October 7, 2024",
},
{
name: "The Future with Blockchain",
description:
"Join us for an exciting side event held by Axiology, SUPER HOW?, XPMarket, and XRPL Commons during the biggest startup festival in Lithuania, StartupFair.",
type: "meetup",
link: "https://www.eventbrite.fr/e/the-future-with-blockchain-tickets-1013765398597",
location: "Vilnius, Lithuania",
date: "October 3, 2024",
image: require('../static/img/events/xrpl-future.png'),
end_date: "October 3, 2024",
},
];