adds 3 new events

This commit is contained in:
akcodez
2025-04-01 10:30:14 -07:00
parent c253ee43f1
commit 6e502f3d15
2 changed files with 32 additions and 0 deletions

View File

@@ -1063,6 +1063,38 @@ const events = [
image: require("../static/img/events/commons-soiree.png"),
end_date: "February 12, 2025",
},
{
name: "Paris Blockchain Week OnSite Hackathon",
description:
"Get ready to collaborate, innovate, and shape the future of Web3 at the BizThon x Paris Blockchain Week Onsite Hackathon. This is your chance to turn ideas into real-world blockchain solutions and be part of the next big breakthrough!",
type: "hackathon",
link: "https://bizthon.com/PBW-hackathon-2025-onsite.html",
location: "Paris, France",
date: "April 5 - 6, 2025",
image: require('../static/img/events/aquarium.png'),
end_date: "April 6, 2025",
},
{
name: "XRPL Town Hall Meeting #3",
description: "Join Us for the third XRPL Town Hall Meeting!",
type: "info",
link: "https://xrpl.at/TownHall-meeting3",
location: "Virtual",
date: "April 7, 2025",
image: townHall,
end_date: "April 7, 2025",
},
{
name: "PBW Launch Party at XRPL Commons",
description:
"Celebrate blockchain's role in social impact with expert panels, pitches from past Aquarium Residency startups, and networking.",
type: "meetup",
link: "https://xrpl.at/Blockchain-For-Social-Impact",
location: "Paris, France",
date: "April 8, 2025",
image: require("../static/img/events/commons-launch.png"),
end_date: "April 8, 2025",
},
];