mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-18 10:45:50 +00:00
622 lines
25 KiB
Django/Jinja
622 lines
25 KiB
Django/Jinja
{% extends "base.html.jinja" %}
|
||
{% block head %}
|
||
|
||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||
<!--[if lt IE 9]>
|
||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||
<![endif]-->
|
||
|
||
{% endblock %}
|
||
|
||
{% block bodyclasses %}no-sidebar{% endblock %}
|
||
{% block mainclasses %}landing page-events{% endblock %}
|
||
|
||
{% block breadcrumbs %}{% endblock %}
|
||
|
||
{% block main %}
|
||
|
||
<div class="position-relative d-none-sm">
|
||
<img alt="" src="./img/backgrounds/events-orange.svg" id="events-orange">
|
||
</div>
|
||
|
||
<section class="text-center py-26">
|
||
<div class="mx-auto text-center col-lg-5">
|
||
<div class="d-flex flex-column-reverse">
|
||
<h1 class="mb-0">{% trans %}Find the XRPL Community Around the World{% endtrans %}</h1>
|
||
<h6 class="mb-3 eyebrow">{% trans %}Events{% endtrans %}</h6>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="container-new py-26">
|
||
<div class="event-hero card-grid card-grid-2xN">
|
||
|
||
<div class="pr-2 col">
|
||
<img alt="" src="./assets/img/events/event-hero3@2x.png" class="w-100">
|
||
</div>
|
||
|
||
<div class="pt-5 pr-2 col">
|
||
<div class="d-flex flex-column-reverse">
|
||
<h2 class="mb-8 h4 h2-sm">{% trans %}The XRPL Developer Summit{% endtrans %}</h2>
|
||
<h6 class="mb-3 eyebrow">{% trans %}Save the Date{% endtrans %}</h6>
|
||
</div>
|
||
<p class="mb-4">{% trans %}Apex is back and headed to Amsterdam. Apex XRPL Developer Summit is the annual event where developers, contributors, and thought leaders come together to learn, build, share, network, and celebrate all things XRP Ledger.{% endtrans %}</p>
|
||
|
||
<div class="py-2 my-3 event-small-gray" >
|
||
Location: Amsterdam
|
||
</div>
|
||
|
||
<div class="py-2 my-3 event-small-gray" >
|
||
Date: September 6-8, 2023
|
||
</div>
|
||
|
||
<div class="d-lg-block">
|
||
<a class="btn btn-primary btn-arrow-out" target="_blank" href="http://apexdevsummit.com/">{% trans %}Learn More{% endtrans %}</a>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</section>
|
||
|
||
{# Upcoming Events #}
|
||
<section class="container-new py-26" id="upcoming-events">
|
||
<div class="p-0 pb-2 mb-4 d-flex flex-column-reverse col-lg-6 pr-lg-5">
|
||
<h3 class="h4 h2-sm">{% trans %}Check out meetups, hackathons, and other events hosted by the XRPL Community{% endtrans %}</h3>
|
||
<h6 class="mb-3 eyebrow">{% trans %}Upcoming Events{% endtrans %}</h6>
|
||
</div>
|
||
|
||
<div class="filter row col-12 mt-lg-5 d-flex flex-column">
|
||
<h6 class="mb-3">Filter By:</h6>
|
||
<div>
|
||
<div class="form-check form-check-inline">
|
||
<input value="conference" id="conference-upcoming" name="conference-upcoming" type="checkbox" class="events-filter" checked />
|
||
<label for="conference-upcoming">Conference</label>
|
||
</div>
|
||
<div class="form-check form-check-inline">
|
||
<input value="meetup" id="meetup-upcoming" name="meetup-upcoming" type="checkbox" class="events-filter" checked />
|
||
<label for="meetup-upcoming">Meetups</label>
|
||
</div>
|
||
<div class="form-check form-check-inline">
|
||
<input value="hackathon" id="hackathon-upcoming" name="hackathon-upcoming" type="checkbox" class="events-filter" checked />
|
||
<label for="hackathon-upcoming">Hackathons</label>
|
||
</div>
|
||
<div class="form-check form-check-inline">
|
||
<input value="ama" id="ama-upcoming" name="ama-upcoming" type="checkbox" class="events-filter" checked />
|
||
<label for="ama-upcoming">AMAs</label>
|
||
</div>
|
||
<div class="form-check form-check-inline">
|
||
<input value="cc" id="cc-upcoming" name="cc-upcoming" type="checkbox" class="events-filter" checked />
|
||
<label for="cc-upcoming">Community Calls</label>
|
||
</div>
|
||
<div class="form-check form-check-inline">
|
||
<input value="zone" id="zone-upcoming" name="zone-upcoming" type="checkbox" class="events-filter" checked />
|
||
<label for="zone-upcoming">XRPL Zone</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
{% set events = [
|
||
{ "name": "Hackathon: 2021",
|
||
"description": "Explore the exciting project submissions from the fall 2021 XRPL Hackathon that focused on the NFT and Hooks smart contract functionalities on the ledger.",
|
||
"type": "hackathon",
|
||
"link": "https://xrpl-hackathon-2021.devpost.com/project-gallery",
|
||
"location": "Virtual",
|
||
"date": "September 13-October 6, 2021",
|
||
"image": "Hackathons.png",
|
||
"end_date": "October 6, 2021",
|
||
},
|
||
|
||
{ "name": "XRPL Community Meetup: San Diego",
|
||
"description": "The first official Meetup hosted by the XRPL Community. Community members in Southern California gathered around a firepit and shared their experiences with the XRPL.",
|
||
"type": "meetup",
|
||
"link": "https://www.meetup.com/xrpl-community/events/281806645/",
|
||
"location": "San Diego, CA",
|
||
"date": "Saturday, November 20, 2021",
|
||
"image": "event-meetup-san-diego@2x.jpg",
|
||
"end_date": "November 20, 2021",
|
||
},
|
||
|
||
{ "name": "XRPL Community Meetup: Atlanta",
|
||
"description": "The inaugural Meetup in the Southeast region of the United States got community members excited to meet like-minded individuals in their area.",
|
||
"type": "meetup",
|
||
"link": "https://www.meetup.com/xrpl-community/events/281980446/",
|
||
"location": "Atlanta, GA",
|
||
"date": "Saturday, November 27, 2021",
|
||
"image": "event-meetup-alanta@2x.jpg",
|
||
"end_date": "November 27, 2021",
|
||
},
|
||
|
||
{ "name": "XRPL Community Meetup: San Francisco",
|
||
"description": "Community members in the Bay Area with diverse backgrounds in technology and beyond met in downtown San Francisco.",
|
||
"type": "meetup",
|
||
"link": "https://www.meetup.com/xrpl-community/events/281806676/",
|
||
"location": "San Francisco, CA",
|
||
"date": "Monday, November 29, 2021",
|
||
"image": "event-meetup-san-francisco@2x.jpg",
|
||
"end_date": "November 29, 2021",
|
||
},
|
||
|
||
{ "name": "XRPL Community Meetup: Miami",
|
||
"description": "One of the biggest Meetups held so far, this was the first of an ongoing series of local XRPL Community Meetup events in Miami. ",
|
||
"type": "meetup",
|
||
"link": "https://www.meetup.com/xrpl-community/events/281829463/",
|
||
"location": "Miami, FL ",
|
||
"date": "Thursday, December 9, 2021",
|
||
"image": "event-meetup-miami@2x.jpg",
|
||
"end_date": "December 8, 2022",
|
||
},
|
||
|
||
{ "name": "XRPL Community Meetup: Nashville",
|
||
"description": "Nashville-based members of the XRPL Community came together to network, learn, share ideas, and form new partnerships. ",
|
||
"type": "meetup",
|
||
"link": "https://www.meetup.com/xrp-ledger-nashville-community/events/282538189/",
|
||
"location": "Nashville, TN",
|
||
"date": "Saturday, December 18, 2021",
|
||
"image": "event-meetup-nashville@2x.jpg",
|
||
"end_date": "December 18, 2022",
|
||
},
|
||
|
||
|
||
{ "name": "NYC Meetup/Hackathon XRPL Celebration",
|
||
"id": "upcoming-xrpl-new-york",
|
||
"description": "The NYC/XRP community and Dev Null Productions cordially invites you to attend our 10th meetup, being held in celebration of the on-going XRPL Hackathon, at the unique and artistic TALS studio in Midtown Manhattan.",
|
||
"type": "meetup",
|
||
"link": "https://www.meetup.com/NYC-XRP/events/284485901/",
|
||
"location": "NYC, NY",
|
||
"date": "March 30, 2022",
|
||
"image": "event-meetup-new-york@2x.jpg",
|
||
"end_date": "March 30, 2022",
|
||
},
|
||
|
||
{ "name": "XRPL Community Meetup: London",
|
||
"id": "upcoming-xrpl-london",
|
||
"description": "Join for an evening of programming and networking with members of the XRPL Community in London, co-organised by Peerkat - the NFT platform for creators on the XRPL.",
|
||
"type": "meetup",
|
||
"link": "https://www.meetup.com/xrp-ledger-london-community/events/283536458/",
|
||
"location": "IDEALondon",
|
||
"date": "March 31, 2022",
|
||
"image": "event-meetup-london.png",
|
||
"end_date": "March 31, 2022",
|
||
},
|
||
|
||
{ "name": "XRPL Community Meetup: Toronto",
|
||
"id": "upcoming-xrpl-toronto",
|
||
"description": "Join us for our first Toronto meetup with an evening of programming and networking with other members of the XRP Ledger Community with special guests from the XUMM Wallet and ARK PLATES teams!",
|
||
"type": "meetup",
|
||
"link": "https://www.meetup.com/xrpl-toronto-community-meetup/events/284177188/",
|
||
"location": "Toronto",
|
||
"date": "March 31, 2022",
|
||
"image": "event-meetup-toronto@2x.jpg",
|
||
"end_date": "March 31, 2022",
|
||
},
|
||
|
||
{ "name": "XRPL Community Meetup: San Diego",
|
||
"id": "upcoming-xrpl-san-diego",
|
||
"description": "Get together with other San Diego-based members of the XRP Ledger Community to network and discuss all things XRPL! Join us for our second San Diego XRPL Meetup.",
|
||
"type": "meetup",
|
||
"link": "https://www.meetup.com/xrp-ledger-san-diego-community/events/284663355/",
|
||
"location": "San Diego, CA",
|
||
"date": "April 1st 2022",
|
||
"image": "event-meetup-san-diego@2x.jpg",
|
||
"end_date": "April 1, 2022",
|
||
},
|
||
|
||
{ "name": "XRPL Community Meetup: Irvine LA",
|
||
"id": "upcoming-xrpl-irvine",
|
||
"description": "Get together with other LA-based members of the XRP Ledger Community to network and discuss all things XRPL.",
|
||
"type": "meetup",
|
||
"link": "https://www.meetup.com/xrp-ledger-la-community-meetup/events/284824635/",
|
||
"location": "UC Irvine, CA",
|
||
"date": "April 3rd 2022",
|
||
"image": "event-meetup-irvine@2x.jpg",
|
||
"end_date": "April 2, 2022",
|
||
},
|
||
|
||
{ "name": "XRPL Community Meetup: Miami #2",
|
||
"id": "upcoming-xrpl-miami-2",
|
||
"description": "We're excited to host our second Miami meetup for XRP Ledger community members on April 6th from 6-8pm, featuring Marco Neri, Developer Advocate at Ripple, who will join us to give a presentation on the XRP Ledger.",
|
||
"type": "meetup",
|
||
"link": "https://www.meetup.com/xrp-ledger-miami-community/events/284463736/",
|
||
"location": "The LAB Miami, FL",
|
||
"date": "April 6th 2022",
|
||
"image": "event-meetup-miami@2x.jpg",
|
||
"end_date": "April 6, 2022",
|
||
},
|
||
|
||
{ "name": "Hackathon:<br />New Year, New NFT",
|
||
"id": "upcoming-xrpl-hackathon-new-year",
|
||
"description": "Build Functional NFTs that span across a full range of use cases.",
|
||
"type": "hackathon",
|
||
"link": "https://xrplnft2022.devpost.com/",
|
||
"location": "Virtual",
|
||
"date": "January 31 - March 14, 2022",
|
||
"image": "Hackathons.png",
|
||
"end_date": "March 14, 2022",
|
||
},
|
||
|
||
|
||
{ "name": "Hackathon: Creating Real World Impact",
|
||
"description": "Build apps to improve lives in the real world using any of the SDKs and APIs for the XRP Ledger.",
|
||
"type": "hackathon",
|
||
"link": "https://xrplimpact.devpost.com/",
|
||
"location": "Virtual",
|
||
"date": "May 26 - Jul 11, 2022",
|
||
"image": "Hackathons.png",
|
||
"end_date" : "July 11, 2022",
|
||
},
|
||
|
||
{ "name": "Conference:<br />Apex 2021",
|
||
"description": "View sessions from the Apex 2021 stages in Las Vegas and Tallinn.",
|
||
"type": "conference",
|
||
"link": "https://www.youtube.com/playlist?list=PLJQ55Tj1hIVZgnreb8ODgxJW032M9Z2XZ",
|
||
"location": "Las Vegas, Tallinn",
|
||
"date": "September 29-30, 2021",
|
||
"image": "Conference.png",
|
||
"end_date": "September 30, 2022",
|
||
},
|
||
|
||
{ "name": "Hackathon:<br />NFT Launch Party",
|
||
"description": "Build Functional NFTs that span across a full range of use cases.",
|
||
"type": "hackathon",
|
||
"link": "https://xrplnft.devpost.com/",
|
||
"location": "Virtual",
|
||
"date": "Oct 31 - Dec 12, 2022",
|
||
"image": "Hackathons.png",
|
||
"end_date": "December 12, 2022",
|
||
},
|
||
{ "name": "XRPL Zone @ Consensus",
|
||
"description": "XRPL Zone: your all-in-one location for creating and collaborating on XRP Ledger (XRPL) projects.",
|
||
"type": "zone",
|
||
"link": "https://xrplzone-consensus.splashthat.com/",
|
||
"location": "Austin, Texas",
|
||
"date": "April 27, 2023",
|
||
"image": "XRPLZone.png",
|
||
"end_date": "April 27, 2023"
|
||
},
|
||
{ "name": "XRPL Developer AMAs",
|
||
"description": "A chat with Crossmark about wallet development on the XRP Ledger!",
|
||
"type": "ama",
|
||
"link": "https://discord.com/invite/xrpl",
|
||
"location": "XRPL Developers Discord",
|
||
"date": "April 14, 2023",
|
||
"image": "AMAs.png",
|
||
"end_date": "April 14, 2023"
|
||
},
|
||
{ "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": "ama",
|
||
"link": "https://dev.to/ripplexdev/xrpcafe-ama-on-xrpl-developers-discord-36gp",
|
||
"location": "XRPL Developers Discord",
|
||
"date": "January 1, 2023",
|
||
"image": "AMAs.png",
|
||
"end_date": "January 1, 2023"
|
||
},
|
||
{ "name": "Community Calls #1",
|
||
"description": "An open discussion about the development of XLS-20 and NFTs on the XRP Ledger.",
|
||
"type": "cc",
|
||
"link": "https://youtu.be/KpSt0PFT2QM",
|
||
"location": "XRPL Developers Discord",
|
||
"date": "June 02, 2022",
|
||
"image": "CommunityCalls.png",
|
||
"end_date": "June 02, 2022"
|
||
},
|
||
{ "name": "Community Calls #2",
|
||
"description": "A community call about XRPL amendments with Chris McKay.",
|
||
"type": "cc",
|
||
"link": "https://youtu.be/oNJ1Qqns2Gw",
|
||
"location": "XRPL Developers Discord",
|
||
"date": "August 8, 2022",
|
||
"image": "CommunityCalls.png",
|
||
"end_date": "August 8, 2022"
|
||
},
|
||
{ "name": "AMAs: POS and Crypto Payments with FriiPay",
|
||
"description": "A discussion with FriiPay about payment rails and POS integrations through the XRP Ledger",
|
||
"type": "ama",
|
||
"link": "https://dev.to/ripplexdev/xrpl-developer-ama-pos-and-crypto-payments-with-friipay-13hm",
|
||
"location": "XRPL Developers Discord",
|
||
"date": "February 15, 2023",
|
||
"image": "AMAs.png",
|
||
"end_date": "February 15, 2023"
|
||
},
|
||
{ "name": "AMAs: On-chain Data with Bithomp",
|
||
"description": "A discuss with Bithomp about data infrastructure and their NFT integrations in one of the most popular explorers on the XRP Ledger.",
|
||
"type": "ama",
|
||
"link": "https://dev.to/ripplexdev/xrpl-developer-ama-bithomp-4a8d",
|
||
"location": "XRPL Developers Discord",
|
||
"date": "March 15, 2023",
|
||
"image": "AMAs.png",
|
||
"end_date": "March 15, 2023"
|
||
},
|
||
{
|
||
"name": "XRPL Community Meetup: Madrid",
|
||
"description": "Get together with other Madrid-based members of the XRP Ledger community to network and discuss all things XRPL.",
|
||
"type": "meetup",
|
||
"link": "https://www.meetup.com/xrp-ledger-espana-madrid-y-barcelona/events/292597878",
|
||
"location": "Madrid",
|
||
"date": "April 29, 2023",
|
||
"image": "Madrid.png",
|
||
"end_date": "April 29, 2023"
|
||
},
|
||
{
|
||
"name": "APEX 2023: The XRPL Developer Summit",
|
||
"description": "Apex XRPL Developer Summit is the annual event where developers, contributors, and thought leaders come together to learn, build, share, network, and celebrate all things XRP Ledger.",
|
||
"type": "conference",
|
||
"link": "http://apexdevsummit.com",
|
||
"location": "Amsterdam",
|
||
"date": "September 6 - 8, 2023",
|
||
"image": "Conference.png",
|
||
"end_date": "September 8, 2023"
|
||
},
|
||
{ "name": "Community Calls #3",
|
||
"description": "An open chat with the XRP Ledger community about NFTs and the EVM sidechain testnet.",
|
||
"type": "cc",
|
||
"link": "https://discord.com/invite/xrpl",
|
||
"location": "XRPL Developers Discord",
|
||
"date": "March 30, 2023",
|
||
"image": "CommunityCalls.png",
|
||
"end_date": "March 30, 2023"
|
||
},
|
||
{ "name": "XRPL Roundtable: XRPL @ Consensus",
|
||
"description": "A roundtable chat with those who represented the XRP Ledger at Consensus 2023.",
|
||
"type": "ama",
|
||
"link": "https://twitter.com/RippleXDev",
|
||
"location": "Twitter Spaces",
|
||
"date": "June 24, 2023",
|
||
"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": "http://xrpldevs.org/",
|
||
"location": "XRPL Developers Discord",
|
||
"date": "July 18, 2023",
|
||
"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": "event-meetup-toronto@2x.jpg",
|
||
"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"
|
||
},
|
||
]
|
||
%}
|
||
|
||
{# Available Types - conference, hackathon, ama, cc, zone, meetup #}
|
||
|
||
{% set results = categorize_dates(events) %}
|
||
{% set upcoming = results.upcoming %}
|
||
{% set past = results.past %}
|
||
|
||
<div class="mt-2 row row-cols-1 row-cols-lg-3 card-deck">
|
||
{% for event in upcoming %}
|
||
<a class="event-card {{event.type}}" href="{{event.link}}" style="{{event.style}}" target="_blank">
|
||
<div class="event-card-header" style="background: no-repeat url(assets/img/events/{{event.image}});">
|
||
<div class="event-card-title">{{event.name}}</div>
|
||
</div>
|
||
<div class="event-card-body">
|
||
<p>{{event.description}}</p>
|
||
</div>
|
||
<div class="mt-lg-auto event-card-footer d-flex flex-column">
|
||
<span class="mb-2 d-flex icon icon-location">{{event.location}}</span>
|
||
<span class="d-flex icon icon-date">{{event.date}}</span>
|
||
</div>
|
||
</a>
|
||
{% endfor %}
|
||
</div>
|
||
</section>
|
||
|
||
{# Past events #}
|
||
<section class="container-new pt-26" id="past-events">
|
||
<div class="p-0 pb-2 mb-4 d-flex flex-column-reverse col-lg-6 pr-lg-5">
|
||
<h3 class="h4 h2-sm">{% trans %}Explore past community-hosted events{% endtrans %}</h3>
|
||
<h6 class="mb-3 eyebrow">{% trans %}Past Events{% endtrans %}</h6>
|
||
</div>
|
||
|
||
<div class="filter row col-12 mt-lg-5 d-flex flex-column">
|
||
<h6 class="mb-3">Filter By:</h6>
|
||
<div>
|
||
<div class="form-check form-check-inline">
|
||
<input value="conference" id="conference-past" name="conference-past" type="checkbox" class="events-filter" checked />
|
||
<label for="conference-past">Conference</label>
|
||
</div>
|
||
<div class="form-check form-check-inline">
|
||
<input value="meetup" id="meetup-past" name="meetup-past" type="checkbox" class="events-filter" checked />
|
||
<label for="meetup-past">Meetups</label>
|
||
</div>
|
||
<div class="form-check form-check-inline">
|
||
<input value="hackathon" id="hackathon-past" name="hackathon-past" type="checkbox" class="events-filter" checked />
|
||
<label for="hackathon-past">Hackathons</label>
|
||
</div>
|
||
<div class="form-check form-check-inline">
|
||
<input value="ama" id="ama-past" name="ama-past" type="checkbox" class="events-filter" checked />
|
||
<label for="ama-past">AMAs</label>
|
||
</div>
|
||
<div class="form-check form-check-inline">
|
||
<input value="cc" id="cc-past" name="cc-past" type="checkbox" class="events-filter" checked />
|
||
<label for="cc-past">Community Calls</label>
|
||
</div>
|
||
<div class="form-check form-check-inline">
|
||
<input value="zone" id="zone-past" name="zone-past" type="checkbox" class="events-filter" checked />
|
||
<label for="zone-past">XRPL Zone</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="mt-2 mb-0 row row-cols-1 row-cols-lg-3 card-deck ">
|
||
{% for event in past|reverse %}
|
||
<a class="event-card {{event.type}}" href="{{event.link}}" target="_blank">
|
||
<div class="event-card-header" style="background: no-repeat url(assets/img/events/{{event.image}}); ">
|
||
<div class="event-card-title">{{event.name}}</div>
|
||
</div>
|
||
<div class="event-card-body">
|
||
<p>{{event.description}}</p>
|
||
</div>
|
||
<div class="mt-lg-auto event-card-footer d-flex flex-column">
|
||
<span class="mb-2 d-flex icon icon-location">{{event.location}}</span>
|
||
<span class="d-flex icon icon-date">{{event.date}}</span>
|
||
</div>
|
||
</a>
|
||
{% endfor %}
|
||
</div>
|
||
</section>
|
||
|
||
|
||
|
||
|
||
<script>
|
||
|
||
$('#conference-upcoming').change(function () {
|
||
if ($('#conference-upcoming').is(':checked')) {
|
||
$('.conference-upcoming').show();
|
||
} else {
|
||
$('.conference-upcoming').hide();
|
||
}
|
||
});
|
||
$('#meetup-upcoming').change(function () {
|
||
if ($('#meetup-upcoming').is(':checked')) {
|
||
$('.meetup-upcoming').show();
|
||
} else {
|
||
$('.meetup-upcoming').hide();
|
||
}
|
||
});
|
||
$('#hackathon-upcoming').change(function () {
|
||
if ($('#hackathon-upcoming').is(':checked')) {
|
||
$('.hackathon-upcoming').show();
|
||
} else {
|
||
$('.hackathon-upcoming').hide();
|
||
}
|
||
});
|
||
$('#ama-upcoming').change(function () {
|
||
if ($('#ama-upcoming').is(':checked')) {
|
||
$('.ama-upcoming').show();
|
||
} else {
|
||
$('.ama-upcoming').hide();
|
||
}
|
||
});
|
||
$('#cc-upcoming').change(function () {
|
||
if ($('#cc-upcoming').is(':checked')) {
|
||
$('.cc-upcoming').show();
|
||
} else {
|
||
$('.cc-upcoming').hide();
|
||
}
|
||
});
|
||
$('#zone-upcoming').change(function () {
|
||
if ($('#zone-upcoming').is(':checked')) {
|
||
$('.zone-upcoming').show();
|
||
} else {
|
||
$('.zone-upcoming').hide();
|
||
}
|
||
});
|
||
|
||
$('#conference-past').change(function () {
|
||
if ($('#conference-past').is(':checked')) {
|
||
$('.conference-past').show();
|
||
} else {
|
||
$('.conference-past').hide();
|
||
}
|
||
});
|
||
$('#meetup-past').change(function () {
|
||
if ($('#meetup-past').is(':checked')) {
|
||
$('.meetup-past').show();
|
||
} else {
|
||
$('.meetup-past').hide();
|
||
}
|
||
});
|
||
$('#hackathon-past').change(function () {
|
||
if ($('#hackathon-past').is(':checked')) {
|
||
$('.hackathon-past').show();
|
||
} else {
|
||
$('.hackathon-past').hide();
|
||
}
|
||
});
|
||
$('#ama-past').change(function () {
|
||
if ($('#ama-past').is(':checked')) {
|
||
$('.ama-past').show();
|
||
} else {
|
||
$('.ama-past').hide();
|
||
}
|
||
});
|
||
$('#cc-past').change(function () {
|
||
if ($('#cc-past').is(':checked')) {
|
||
$('.cc-past').show();
|
||
} else {
|
||
$('.cc-past').hide();
|
||
}
|
||
});
|
||
$('#zone-past').change(function () {
|
||
if ($('#zone-past').is(':checked')) {
|
||
$('.zone-past').show();
|
||
} else {
|
||
$('.zone-past').hide();
|
||
}
|
||
});
|
||
|
||
</script>
|
||
|
||
|
||
{% endblock %}
|
||
|
||
|
||
{% block analytics %}
|
||
<script type="application/javascript">
|
||
window.dataLayer = window.dataLayer || [];
|
||
window.dataLayer.push({
|
||
"event": "page_info",
|
||
"page_type": "Splash Page",
|
||
"page_group": "Events"
|
||
})
|
||
</script>
|
||
{% endblock analytics %}
|