mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-16 09:45:51 +00:00
adds brazil blockchain event
This commit is contained in:
@@ -8,6 +8,7 @@ const miami = require("../static/img/events/event-meetup-miami@2x.jpg")
|
||||
const conference = require("../static/img/events/Conference.png")
|
||||
const zone = require("../static/img/events/XRPLZone.png")
|
||||
const calls = require("../static/img/events/CommunityCalls.png")
|
||||
const brazil = require("../static/img/events/event-meetup-brazil.png")
|
||||
export const frontmatter = {
|
||||
seo: {
|
||||
title: "Events",
|
||||
@@ -715,6 +716,17 @@ const events = [
|
||||
image: require("../static/img/events/Luxemberg.png"),
|
||||
end_date: "July 2, 2024",
|
||||
},
|
||||
{
|
||||
name: "XRPL Meetup Blockchain Rio",
|
||||
description:
|
||||
"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!",
|
||||
type: "meetup",
|
||||
link: "https://lu.ma/4uxpkd11",
|
||||
location: "Rio de Janeiro",
|
||||
date: "July 23, 2024",
|
||||
image: brazil,
|
||||
end_date: "July 23, 2024",
|
||||
},
|
||||
];
|
||||
|
||||
export default function Events() {
|
||||
|
||||
@@ -14,6 +14,7 @@ const amaImage = require("../static/img/events/AMAs.png");
|
||||
const hackathon = require("../static/img/events/Hackathons.png");
|
||||
const conference = require("../static/img/events/Conference.png");
|
||||
const zone = require("../static/img/events/XRPLZone.png");
|
||||
const brazil = require("../static/img/events/event-meetup-brazil.png");
|
||||
const findNearestUpcomingEvent = (events) => {
|
||||
let nearestEvent = null;
|
||||
let nearestDateDiff = Infinity;
|
||||
@@ -165,6 +166,18 @@ const events = [
|
||||
start_date: "June 28, 2024",
|
||||
end_date: "June 30, 2024",
|
||||
},
|
||||
{
|
||||
name: "XRPL Meetup Blockchain Rio",
|
||||
description:
|
||||
"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!",
|
||||
type: "meetup",
|
||||
link: "https://lu.ma/4uxpkd11",
|
||||
location: "Rio de Janeiro",
|
||||
date: "July 23, 2024",
|
||||
image: brazil,
|
||||
start_date: "July 23, 2024",
|
||||
end_date: "July 23, 2024",
|
||||
},
|
||||
];
|
||||
const { nearestDateDiff, nearestEvent } = findNearestUpcomingEvent(events);
|
||||
const XrplEventsAndCarouselSection = ({ events }) => {
|
||||
|
||||
BIN
static/img/events/event-meetup-brazil.png
Normal file
BIN
static/img/events/event-meetup-brazil.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 457 KiB |
Reference in New Issue
Block a user