add new events

This commit is contained in:
akcodez
2024-06-20 09:48:19 -07:00
parent ac256b1990
commit 3c6200ac60
4 changed files with 33 additions and 0 deletions

View File

@@ -672,6 +672,28 @@ const events = [
image: hackathon,
end_date: "June 9, 2024",
},
{
name: "Building on the XRP Ledger",
description:
"This 2-day intensive hands-on training is designed for developers who are curious to learn about XRP Ledger. Meet your peers, share insights, and join a community of builders.",
type: "meetup",
link: "https://www.eventbrite.fr/e/building-on-the-xrp-ledger-tickets-912086745007",
location: "Paris, France",
date: "June 24 - 25, 2024",
image: require("../static/img/events/LedgerEvent.png"),
end_date: "June 25, 2024",
},
{
name: "Aquarium Residency Demo Day #3",
description:
"The Aquarium Residency is a 12-week program for entrepreneurs & developers building on the XRP Ledger blockchain. Join us at our Paris HQ to connect with our 10 residents, discover their projects focused on DiD (Decentralized Identity), and engage with the XRPL community.",
type: "meetup",
link: "https://www.eventbrite.fr/e/aquarium-residency-demo-day-3-tickets-916183147457",
location: "Paris, France",
date: "June 26, 2024",
image: require("../static/img/events/DemoDay.png"),
end_date: "June 26, 2024",
},
{
name: "SwissHacks",
description:
@@ -683,6 +705,17 @@ const events = [
image: hackathon,
end_date: "June 30, 2024",
},
{
name: "XRPL Meetup in Luxembourg",
description:
"Calling all Luxembourg blockchain enthusiasts! Join XRPL Meetups to share knowledge, build real-life connections, and foster communities centered around blockchain and XRP Ledger. We're establishing local “XRPL Hubs” across Europe, and we want you to be a part of it!",
type: "meetup",
link: "https://lxm-xrpl-meetup.eventbrite.fr/",
location: "Luxembourg",
date: "July 2, 2024",
image: require("../static/img/events/Luxemberg.png"),
end_date: "July 2, 2024",
},
];
export default function Events() {

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB