Skip to content

Commit 0edd73a

Browse files
authored
Merge pull request #2685 from XRPLF/events-updates-07/16/24
adds brazil blockchain event
2 parents f74f611 + 3670d0d commit 0edd73a

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

community/events.page.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const miami = require("../static/img/events/event-meetup-miami@2x.jpg")
88
const conference = require("../static/img/events/Conference.png")
99
const zone = require("../static/img/events/XRPLZone.png")
1010
const calls = require("../static/img/events/CommunityCalls.png")
11+
const brazil = require("../static/img/events/event-meetup-brazil.png")
1112
export const frontmatter = {
1213
seo: {
1314
title: "Events",
@@ -715,6 +716,17 @@ const events = [
715716
image: require("../static/img/events/Luxemberg.png"),
716717
end_date: "July 2, 2024",
717718
},
719+
{
720+
name: "XRPL Meetup Blockchain Rio",
721+
description:
722+
"Get ready to kick off Blockchain Rio with a bang at the XRP Ledger Dev Meetup! ​Hosted by the the XRP Ledger team, this warm-up event is the perfect chance for devs and builders to connect, share ideas, and get hyped for the main event. Expect a night filled with great conversations, delicious drinks, and the vibrant energy of Rio de Janeiro. ​Don't miss out on this fantastic opportunity to network and have a blast with fellow tech enthusiasts. See you there!",
723+
type: "meetup",
724+
link: "https://lu.ma/4uxpkd11",
725+
location: "Rio de Janeiro",
726+
date: "July 23, 2024",
727+
image: brazil,
728+
end_date: "July 23, 2024",
729+
},
718730
];
719731

720732
export default function Events() {

community/index.page.tsx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const amaImage = require("../static/img/events/AMAs.png");
1414
const hackathon = require("../static/img/events/Hackathons.png");
1515
const conference = require("../static/img/events/Conference.png");
1616
const zone = require("../static/img/events/XRPLZone.png");
17+
const brazil = require("../static/img/events/event-meetup-brazil.png");
1718
const findNearestUpcomingEvent = (events) => {
1819
let nearestEvent = null;
1920
let nearestDateDiff = Infinity;
@@ -165,6 +166,18 @@ const events = [
165166
start_date: "June 28, 2024",
166167
end_date: "June 30, 2024",
167168
},
169+
{
170+
name: "XRPL Meetup Blockchain Rio",
171+
description:
172+
"Get ready to kick off Blockchain Rio with a bang at the XRP Ledger Dev Meetup! ​Hosted by the the XRP Ledger team, this warm-up event is the perfect chance for devs and builders to connect, share ideas, and get hyped for the main event. Expect a night filled with great conversations, delicious drinks, and the vibrant energy of Rio de Janeiro. ​Don't miss out on this fantastic opportunity to network and have a blast with fellow tech enthusiasts. See you there!",
173+
type: "meetup",
174+
link: "https://lu.ma/4uxpkd11",
175+
location: "Rio de Janeiro",
176+
date: "July 23, 2024",
177+
image: brazil,
178+
start_date: "July 23, 2024",
179+
end_date: "July 23, 2024",
180+
},
168181
];
169182
const { nearestDateDiff, nearestEvent } = findNearestUpcomingEvent(events);
170183
const XrplEventsAndCarouselSection = ({ events }) => {
457 KB
Loading

0 commit comments

Comments
 (0)