Skip to content

Commit 5b80dbd

Browse files
authored
Merge pull request #3259 from XRPLF/events-updates-2025-08-27
Add new events: EasyA x Flare Harvard Hackathon and XRP Seoul Summit …
2 parents 5d2df48 + 082a9c3 commit 5b80dbd

File tree

3 files changed

+52
-6
lines changed

3 files changed

+52
-6
lines changed

community/events.page.tsx

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,6 +1239,28 @@ const events = [
12391239
image: require("../static/img/events/commons-france.png"),
12401240
end_date: "October 14, 2025",
12411241
},
1242+
{
1243+
name: "EasyA x Flare Harvard Hackathon",
1244+
description:
1245+
"Collaborate, learn, and connect with fellow blockchain innovators and the Flare Networks team at Harvard.",
1246+
type: "hackathon",
1247+
link: "https://www.easya.io/events/easya-x-flare-harvard-hackathon",
1248+
location: "Boston, MA",
1249+
date: "September 20 - 21, 2025",
1250+
image: hackathon,
1251+
end_date: "September 21, 2025",
1252+
},
1253+
{
1254+
name: "XRP Seoul Summit 2025",
1255+
description:
1256+
"Join XRP Seoul 2025, Asia’s largest XRP & Web3 conference, and explore the future of the industry.",
1257+
type: "conference",
1258+
link: "https://xrp-seoul.com/",
1259+
location: "Seoul, South Korea",
1260+
date: "September 21, 2025",
1261+
image: conference,
1262+
end_date: "September 21, 2025",
1263+
},
12421264
];
12431265

12441266

@@ -1320,33 +1342,33 @@ export default function Events() {
13201342
<div className="pr-2 col">
13211343
<img
13221344
alt="xrp ledger events hero"
1323-
src={require("../static/img/events/apex-hero.png")}
1345+
src={require("../static/img/events/xrp-community-night.png")}
13241346
className="w-100"
13251347
/>
13261348
</div>
13271349
<div className="pt-5 pr-2 col">
13281350
<div className="d-flex flex-column-reverse">
13291351
<h2 className="mb-8 h4 h2-sm">
1330-
{translate("Apex 2025")}
1352+
{translate("XRP Community Night NYC")}
13311353
</h2>
13321354
<h6 className="mb-3 eyebrow">{translate("Save the Date")}</h6>
13331355
</div>
13341356
<p className="mb-4">
13351357
{translate(
1336-
"Apex, hosted by Ripple is the largest annual summit on the XRPL calendar. It unites developers, businesses, fintechs, VCs and the wider community."
1358+
"Join the XRP community in NYC—meet builders, users, and projects innovating on the XRP Ledger."
13371359
)}
13381360
</p>
13391361
<div className=" my-3 event-small-gray">
1340-
{translate("Location: Singapore")}
1362+
{translate("Location: New York, NY")}
13411363
</div>
13421364
<div className="py-2 my-3 event-small-gray">
1343-
{translate("June 10 - 12, 2025")}
1365+
{translate("November 5, 2025")}
13441366
</div>
13451367
<div className="d-lg-block">
13461368
<a
13471369
className="btn btn-primary btn-arrow-out"
13481370
target="_blank"
1349-
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"
1371+
href="https://lu.ma/g5uja58m?utm_source=xrpleventspage"
13501372
>
13511373
{translate("Register Now")}
13521374
</a>

community/index.page.tsx

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,30 @@ const events = [
345345
start_date: "June 30, 2025",
346346
end_date: "June 30, 2025",
347347
},
348+
{
349+
name: "EasyA x Flare Harvard Hackathon",
350+
description:
351+
"Collaborate, learn, and connect with fellow blockchain innovators and the Flare Networks team at Harvard.",
352+
type: "hackathon",
353+
link: "https://www.easya.io/events/easya-x-flare-harvard-hackathon",
354+
location: "Boston, MA",
355+
date: "September 20 - 21, 2025",
356+
image: hackathon,
357+
start_date: "September 20, 2025",
358+
end_date: "September 21, 2025",
359+
},
360+
{
361+
name: "XRP Seoul Summit 2025",
362+
description:
363+
"Join XRP Seoul 2025, Asia’s largest XRP & Web3 conference, and explore the future of the industry.",
364+
type: "conference",
365+
link: "https://xrp-seoul.com/",
366+
location: "Seoul, South Korea",
367+
date: "September 21, 2025",
368+
image: conference,
369+
end_date: "September 21, 2025",
370+
start_date: "September 21, 2025",
371+
},
348372

349373
];
350374

74 KB
Loading

0 commit comments

Comments
 (0)