From 6bf6585e0a7a720615ecd45d82d2555fde96ecf9 Mon Sep 17 00:00:00 2001 From: akcodez Date: Fri, 31 Mar 2023 14:38:41 -0700 Subject: [PATCH] adds 3 past events --- template/page-events.html.jinja | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/template/page-events.html.jinja b/template/page-events.html.jinja index 2eab949fb9..e7298faeb2 100644 --- a/template/page-events.html.jinja +++ b/template/page-events.html.jinja @@ -271,7 +271,7 @@ "image": "event-hack-nft@2x.png", "end_date": "April 14, 2023" }, - { "name": "Community Calls", + { "name": "Community Calls #3", "description": "Please check back! More details coming soon...", "type": "conference-upcoming", "link": "https://discord.com/invite/xrpl", @@ -281,6 +281,35 @@ "end_date": "December 27, 2023", "style": "opacity: 0.3; pointer-events: none; cursor: default;" }, + + + { "name": "NFTs with xrp.cafe", + "description": "A cozy discussion with xrp.cafe about NFTs and the future of NFT infrastructure on the XRP Ledger.", + "type": "conference-past", + "link": "https://dev.to/ripplexdev/xrpcafe-ama-on-xrpl-developers-discord-36gp", + "location": "XRPL Developers Discord", + "date": "January 1, 2023", + "image": "event-hack-nft@2x.png", + "end_date": "January 1, 2023" + }, + { "name": "Community Calls #2", + "description": "A community call about XRPL amendments with Chris McKay.", + "type": "conference-past", + "link": "https://youtu.be/oNJ1Qqns2Gw", + "location": "XRPL Developers Discord", + "date": "August 8, 2022", + "image": "event-hack-nft@2x.png", + "end_date": "August 8, 2022" + }, + { "name": "Community Calls #1", + "description": "An open discussion about the development of XLS-20 and NFTs on the XRP Ledger.", + "type": "conference-past", + "link": "https://youtu.be/KpSt0PFT2QM", + "location": "XRPL Developers Discord", + "date": "June 02, 2022", + "image": "event-hack-nft@2x.png", + "end_date": "June 02, 2022" + }, ] %}