Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 28 additions & 6 deletions community/events.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1239,6 +1239,28 @@ const events = [
image: require("../static/img/events/commons-france.png"),
end_date: "October 14, 2025",
},
{
name: "EasyA x Flare Harvard Hackathon",
description:
"Collaborate, learn, and connect with fellow blockchain innovators and the Flare Networks team at Harvard.",
type: "hackathon",
link: "https://www.easya.io/events/easya-x-flare-harvard-hackathon",
location: "Boston, MA",
date: "September 20 - 21, 2025",
image: hackathon,
end_date: "September 21, 2025",
},
{
name: "XRP Seoul Summit 2025",
description:
"Join XRP Seoul 2025, Asia’s largest XRP & Web3 conference, and explore the future of the industry.",
type: "conference",
link: "https://xrp-seoul.com/",
location: "Seoul, South Korea",
date: "September 21, 2025",
image: conference,
end_date: "September 21, 2025",
},
];


Expand Down Expand Up @@ -1320,33 +1342,33 @@ export default function Events() {
<div className="pr-2 col">
<img
alt="xrp ledger events hero"
src={require("../static/img/events/apex-hero.png")}
src={require("../static/img/events/xrp-community-night.png")}
className="w-100"
/>
</div>
<div className="pt-5 pr-2 col">
<div className="d-flex flex-column-reverse">
<h2 className="mb-8 h4 h2-sm">
{translate("Apex 2025")}
{translate("XRP Community Night NYC")}
</h2>
<h6 className="mb-3 eyebrow">{translate("Save the Date")}</h6>
</div>
<p className="mb-4">
{translate(
"Apex, hosted by Ripple is the largest annual summit on the XRPL calendar. It unites developers, businesses, fintechs, VCs and the wider community."
"Join the XRP community in NYC—meet builders, users, and projects innovating on the XRP Ledger."
)}
</p>
<div className=" my-3 event-small-gray">
{translate("Location: Singapore")}
{translate("Location: New York, NY")}
</div>
<div className="py-2 my-3 event-small-gray">
{translate("June 10 - 12, 2025")}
{translate("November 5, 2025")}
</div>
<div className="d-lg-block">
<a
className="btn btn-primary btn-arrow-out"
target="_blank"
href="https://www.xrpledgerapex.com/?utm_source=xrplwebsite_eventspage&utm_medium=organictraffic&utm_campaign=xrpl-event-ho-xrplapex-glb-2025-q1&utm_content=cta_button_RegisterNow"
href="https://lu.ma/g5uja58m?utm_source=xrpleventspage"
>
{translate("Register Now")}
</a>
Expand Down
24 changes: 24 additions & 0 deletions community/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,30 @@ const events = [
start_date: "June 30, 2025",
end_date: "June 30, 2025",
},
{
name: "EasyA x Flare Harvard Hackathon",
description:
"Collaborate, learn, and connect with fellow blockchain innovators and the Flare Networks team at Harvard.",
type: "hackathon",
link: "https://www.easya.io/events/easya-x-flare-harvard-hackathon",
location: "Boston, MA",
date: "September 20 - 21, 2025",
image: hackathon,
start_date: "September 20, 2025",
end_date: "September 21, 2025",
},
{
name: "XRP Seoul Summit 2025",
description:
"Join XRP Seoul 2025, Asia’s largest XRP & Web3 conference, and explore the future of the industry.",
type: "conference",
link: "https://xrp-seoul.com/",
location: "Seoul, South Korea",
date: "September 21, 2025",
image: conference,
end_date: "September 21, 2025",
start_date: "September 21, 2025",
},

];

Expand Down
Binary file added static/img/events/xrp-community-night.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.