Compare commits

...

2 Commits

Author SHA1 Message Date
Calvin Jhunjhuwala
1f7b6f4731 removing extra spaces in the copy 2026-06-05 13:22:47 -07:00
Calvin Jhunjhuwala
5cee8c0cab adding 3 new events to events page 2026-06-05 13:20:56 -07:00
3 changed files with 35 additions and 0 deletions

View File

@@ -1427,6 +1427,41 @@ const events = [
image: require("../static/img/events/xrpl-zone-paris.jpg"),
end_date: "April 14, 2026",
},
{
name: "XRPL Developer Training",
description:
"XRPL Commons is hosting an online training open to everyone, whether you are a developer or not. Over two days, dive into the XRP Ledger, one of the worlds leading blockchains, designed for real-world applications and known for its low carbon footprint and efficiency.",
type: "conference",
link: "https://luma.com/building-on-the-xrpl",
location: "Online",
date: "June 22-23, 2026",
image: require("../static/img/events/commons-online.jpg"),
end_date: "June 23, 2026",
},
{
name: "Blockchain Research Summit",
description:
"Two days. Three communities. One shared question: what does the next generation of ledger technology look like — and how do we build it responsibly?",
type: "conference",
link: "https://luma.com/XRPL-Blockchain-Research-Summit",
location: "Paris, France",
date: "June 16-17, 2026",
image: require("../static/img/events/commons-online.jpg"),
end_date: "June 17, 2026",
},
{
name: "XRPL Meetup Lisbon",
description:
"Calling all Portuguese 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://luma.com/xrpl-meetup-lisbon",
location: "Lisbon, Portugal",
date: "June 4, 2026",
image: require("../static/img/events/commons-lisbon.jpg"),
end_date: "June 4, 2026",
},
];

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB