mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
adds permissionless 3 event
This commit is contained in:
@@ -941,6 +941,17 @@ const events = [
|
|||||||
image: require('../static/img/events/xrpl-future.png'),
|
image: require('../static/img/events/xrpl-future.png'),
|
||||||
end_date: "October 3, 2024",
|
end_date: "October 3, 2024",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "XRPL Meetup @ Permissionless III - by xrpcafe",
|
||||||
|
description:
|
||||||
|
"Get ready for an unforgettable evening at the XRPL Meetup - Permissionless III in the heart of Salt Lake City! Join us on October 10th from 6 PM to 9 PM at the lively Squatters Pub Brewery.",
|
||||||
|
type: "meetup",
|
||||||
|
link: "https://lu.ma/71ag93un?locale=en-GB",
|
||||||
|
location: "Salt Lake City, Utah",
|
||||||
|
date: "October 10, 2024",
|
||||||
|
image: require('../static/img/events/salt-lake-city.jpg'),
|
||||||
|
end_date: "October 10, 2024",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -305,6 +305,18 @@ const events = [
|
|||||||
start_date: "October 2, 2024",
|
start_date: "October 2, 2024",
|
||||||
end_date: "October 2, 2024",
|
end_date: "October 2, 2024",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "XRPL Meetup @ Permissionless III - by xrpcafe",
|
||||||
|
description:
|
||||||
|
"Get ready for an unforgettable evening at the XRPL Meetup - Permissionless III in the heart of Salt Lake City! Join us on October 10th from 6 PM to 9 PM at the lively Squatters Pub Brewery.",
|
||||||
|
type: "meetup",
|
||||||
|
link: "https://lu.ma/71ag93un?locale=en-GB",
|
||||||
|
location: "Salt Lake City, Utah",
|
||||||
|
date: "October 10, 2024",
|
||||||
|
image: require('../static/img/events/salt-lake-city.jpg'),
|
||||||
|
start_date: "October 10, 2024",
|
||||||
|
end_date: "October 10, 2024",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "XRPL Builder Office Hours",
|
name: "XRPL Builder Office Hours",
|
||||||
description:
|
description:
|
||||||
@@ -328,7 +340,7 @@ const events = [
|
|||||||
image: infoSession4,
|
image: infoSession4,
|
||||||
start_date: "November 22, 2024",
|
start_date: "November 22, 2024",
|
||||||
end_date: "November 22, 2024",
|
end_date: "November 22, 2024",
|
||||||
}
|
},
|
||||||
];
|
];
|
||||||
const { nearestDateDiff, nearestEvent, index } = findNearestUpcomingEvent(events);
|
const { nearestDateDiff, nearestEvent, index } = findNearestUpcomingEvent(events);
|
||||||
const XrplEventsAndCarouselSection = ({ events }) => {
|
const XrplEventsAndCarouselSection = ({ events }) => {
|
||||||
|
|||||||
BIN
static/img/events/salt-lake-city.jpg
Normal file
BIN
static/img/events/salt-lake-city.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 172 KiB |
Reference in New Issue
Block a user