diff --git a/community/events.page.tsx b/community/events.page.tsx index 2317cd14d98..6ff32df1de2 100644 --- a/community/events.page.tsx +++ b/community/events.page.tsx @@ -11,6 +11,10 @@ const calls = require("../static/img/events/CommunityCalls.png"); const brazil = require("../static/img/events/event-meetup-brazil.png"); const korea = require("../static/img/events/SouthKoreaMeetup.png"); const infoSession = require("../static/img/events/InfoSessions.png"); +const infoSession2 = require("../static/img/events/xrpl-builder-office-hours-02.png"); +const infoSession3 = require("../static/img/events/xrpl-builder-office-hours-03.png"); +const infoSession4 = require("../static/img/events/xrpl-builder-office-hours-04.png"); + export const frontmatter = { seo: { title: "Events", @@ -816,6 +820,39 @@ const events = [ image: require('../static/img/events/chicago-meetup.png'), end_date: "September 12, 2024", }, + { + name: "XRPL Builder Office Hours", + description: + "XRPL Builder Office Hours is an open forum hosted monthly by Developer Advocates to answer technical and business questions from community members.", + type: "info", + link: "https://ripple.zoom.us/meeting/register/tJMscOCsrDoiHNUN6hZLpFVR69OcfG9rXtIA", + location: "Virtual - Zoom", + date: "September 27, 2024", + image: infoSession2, + end_date: "September 27, 2024", + }, + { + name: "XRPL Builder Office Hours", + description: + "XRPL Builder Office Hours is an open forum hosted monthly by Developer Advocates to answer technical and business questions from community members.", + type: "info", + link: "https://ripple.zoom.us/meeting/register/tJMscOCsrDoiHNUN6hZLpFVR69OcfG9rXtIA", + location: "Virtual - Zoom", + date: "October 25, 2024", + image: infoSession3, + end_date: "October 25, 2024", + }, + { + name: "XRPL Builder Office Hours", + description: + "XRPL Builder Office Hours is an open forum hosted monthly by Developer Advocates to answer technical and business questions from community members.", + type: "info", + link: "https://ripple.zoom.us/meeting/register/tJMscOCsrDoiHNUN6hZLpFVR69OcfG9rXtIA", + location: "Virtual - Zoom", + date: "November 22, 2024", + image: infoSession4, + end_date: "November 22, 2024", + }, ]; export default function Events() { diff --git a/community/index.page.tsx b/community/index.page.tsx index 37abb658841..47857048e08 100644 --- a/community/index.page.tsx +++ b/community/index.page.tsx @@ -18,6 +18,9 @@ const conference = require("../static/img/events/Conference.png"); const zone = require("../static/img/events/XRPLZone.png"); const brazil = require("../static/img/events/event-meetup-brazil.png"); const korea = require("../static/img/events/SouthKoreaMeetup.png"); +const infoSession2 = require("../static/img/events/xrpl-builder-office-hours-02.png"); +const infoSession3 = require("../static/img/events/xrpl-builder-office-hours-03.png"); +const infoSession4 = require("../static/img/events/xrpl-builder-office-hours-04.png"); const findNearestUpcomingEvent = (events) => { let nearestEvent = null; let nearestDateDiff = Infinity; @@ -266,6 +269,42 @@ const events = [ start_date: "September 12, 2024", end_date: "September 12, 2024", }, + { + name: "XRPL Builder Office Hours", + description: + "XRPL Builder Office Hours is an open forum hosted monthly by Developer Advocates to answer technical and business questions from community members.", + type: "info", + link: "https://ripple.zoom.us/meeting/register/tJMscOCsrDoiHNUN6hZLpFVR69OcfG9rXtIA", + location: "Virtual - Zoom", + date: "September 27, 2024", + image: infoSession2, + start_date: "September 27, 2024", + end_date: "September 27, 2024", + }, + { + name: "XRPL Builder Office Hours", + description: + "XRPL Builder Office Hours is an open forum hosted monthly by Developer Advocates to answer technical and business questions from community members.", + type: "info", + link: "https://ripple.zoom.us/meeting/register/tJMscOCsrDoiHNUN6hZLpFVR69OcfG9rXtIA", + location: "Virtual - Zoom", + date: "October 25, 2024", + image: infoSession3, + start_date: "October 25, 2024", + end_date: "October 25, 2024", + }, + { + name: "XRPL Builder Office Hours", + description: + "XRPL Builder Office Hours is an open forum hosted monthly by Developer Advocates to answer technical and business questions from community members.", + type: "info", + link: "https://ripple.zoom.us/meeting/register/tJMscOCsrDoiHNUN6hZLpFVR69OcfG9rXtIA", + location: "Virtual - Zoom", + date: "November 22, 2024", + image: infoSession4, + start_date: "November 22, 2024", + end_date: "November 22, 2024", + }, ]; const { nearestDateDiff, nearestEvent, index } = findNearestUpcomingEvent(events); const XrplEventsAndCarouselSection = ({ events }) => { diff --git a/static/img/events/xrpl-builder-office-hours-02.png b/static/img/events/xrpl-builder-office-hours-02.png new file mode 100644 index 00000000000..efcf295676a Binary files /dev/null and b/static/img/events/xrpl-builder-office-hours-02.png differ diff --git a/static/img/events/xrpl-builder-office-hours-03.png b/static/img/events/xrpl-builder-office-hours-03.png new file mode 100644 index 00000000000..faee62d29f3 Binary files /dev/null and b/static/img/events/xrpl-builder-office-hours-03.png differ diff --git a/static/img/events/xrpl-builder-office-hours-04.png b/static/img/events/xrpl-builder-office-hours-04.png new file mode 100644 index 00000000000..e70827888ae Binary files /dev/null and b/static/img/events/xrpl-builder-office-hours-04.png differ