Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adds new events #2081

Merged
merged 2 commits into from
Aug 22, 2023
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
Binary file added assets/img/events/Virtual-Event.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions template/page-events.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,52 @@
"image": "AMAs.png",
"end_date": "July 18, 2023"
},
{ "name": "Q3 2023 Ripple XRP Meetup",
"description": "Join your fellow Ripple XRP Enthusiasts for a 90-minute discussion. Topics: XRP, Flare, XRPL, Ripple (Company), General Crypto QA.",
"type": "meetup",
"link": "https://www.meetup.com/ripple-xrp-community/events/292740612",
"location": "Online",
"date": "July 13, 2023",
"image": "Virtual-Event.png",
"end_date": "July 13, 2023"
},
{ "name": "XRPL Toronto Meetup",
"description": "Prepare for an evening of XRPL Toronto Meetup – a celebration of discovery and connection. Join enthusiasts, innovators, and developers for inspiring talks, conversations, and learning. All are welcome, from seasoned developers to curious newcomers.",
"type": "meetup",
"link": "https://www.meetup.com/xrpl-toronto-community-meetup/events/294766059",
"location": "Downtown Toronto",
"date": "August 14, 2023",
"image": "[email protected]",
"end_date": "August 14, 2023"
},
{ "name": "XRPL London Meetup (Accelerator Edition)",
"description": "Join us for a Happy Hour hosted by the XRPL Accelerator Team! Connect with fellow start-ups in the blockchain space and gain insights into cutting-edge projects and founders.",
"type": "meetup",
"link": "https://lu.ma/xrplacceleratorhappyhour",
"location": "Central London",
"date": "September 04, 2023",
"image": "event-meetup-london.png",
"end_date": "September 04, 2023"
},
{
"name": "XRPL Accelerator Demo Day",
"description": "​​Join us for our very first XRPL Accelerator Demo Day in London. Witness pitches from nine portfolio startups, engage in Q&A sessions, and network with founders and investors. ",
"type": "conference",
"link": "https://lu.ma/xrplaccelerator",
"location": "Central London and Online",
"date": "September 05, 2023",
"image": "Conference.png",
"end_date": "September 05, 2023"
},
{ "name": "XRPL Hackathon - Apex 2023",
"description": "Join the XRPL Hackathon - APEX 2023, a week before the XRP Ledger's annual developer conference. Explore the Future of Finance and Web3 tracks, collaborate, learn, and compete for 10K USD in prizes.",
"type": "hackathon",
"link": "https://lu.ma/4h3bqfw1",
"location": "Delft, Netherlands ",
"date": "August 30, 2023 - August 31, 2023",
"image": "Hackathons.png",
"end_date": "August 31, 2023"
},
]
%}

Expand Down
Loading