From fd4fdaec7b218baf4dd1d0c95597edec79889c37 Mon Sep 17 00:00:00 2001 From: akcodez Date: Thu, 6 Jul 2023 11:05:40 -0700 Subject: [PATCH] adds new hackathon and ama to events page --- template/page-events.html.jinja | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/template/page-events.html.jinja b/template/page-events.html.jinja index 19ec262257..322983b6fe 100644 --- a/template/page-events.html.jinja +++ b/template/page-events.html.jinja @@ -366,6 +366,24 @@ "image": "AMAs.png", "end_date": "June 24, 2023" }, + { "name": "XRPL Summer Hackathon", + "description": "The XRPL Hackathon is all about supporting innovative projects and getting developers from diverse backgrounds to explore creative ideas and transition from centralized systems to the exciting world of blockchain. Bring your innovative projects to life and get a chance to secure up to $10,000 in funding.", + "type": "hackathon", + "link": "https://dorahacks.io/hackathon/xrpl-hackathon", + "location": "Online", + "date": "June 5, 2023 - July 30, 2023", + "image": "Hackathons.png", + "end_date": "July 30, 2023" + }, + { "name": "AMAs: XRPL Developer AMAs", + "description": "A chat with Matt Mankins from Lorem Labs to discuss Kudos for Code and his recent XRPL Accelerator acceptance.", + "type": "ama", + "link": "https://discord.com/invite/xrpl", + "location": "XRPL Developers Discord", + "date": "July 18, 2023", + "image": "AMAs.png", + "end_date": "July 18, 2023" + }, ] %}