pbw23-web/src/routes/+page.svelte

49 řádky
4.0 KiB
Svelte

<svelte:head>
<title>Prague Blockchain Week 2023 | June 2-11, 2023</title>
<meta name="description" content="A decentralized gathering of all people interested in cryptocurrencies and related topics. It consists of many independent events across Jun 2 - 11, including conferences, hackathons, workshops, community meetups, as well as various parties and happy hours.">
<meta name="keywords" content="Conference, Hackathon, Cryptocurrency, Bitcoin, Ethereum, Polkadot, Cosmos, DeFi, Web3, DAO, NFT">
<meta name="author" content="UTXO Foundation">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@PrgBlockWeek">
<meta name="twitter:title" content=" Prague Blockchain Week | June 2-11, 2023">
<meta name="twitter:description" content="A decentralized gathering of all people interested in cryptocurrencies and related topics. It consists of many independent events across Jun 2 - 11, including conferences, hackathons and others.">
<meta name="twitter:image" content="https://prgblockweek.com/img/pbw23-banner-square.png">
</svelte:head>
<div class="w-full bg-pbw-red text-pbw-white text-xl relative">
<div class="max-w-5xl mx-auto flex pt-5 md:pt-10 pb-16 sm:pb-24 md:pb-40" style="background: url(/bg-prg.png) bottom repeat-x; background-size: 100%;">
<div class="flex-grow"></div>
<div class="text-right items-end p-10">
<div class="uppercase">
<div class="text-5xl md:text-6xl lg:text-7xl font-bold">Prague Blockchain Week</div>
<div class="text-4xl md:text-4xl lg:text-5xl font-medium text-pbw-yellow">June 2-11, 2023</div>
</div>
</div>
</div>
</div>
<div class="w-full min-h-screen bg-gradient-to-b from-pbw-red to-red-900 text-pbw-white text-xl">
<div class="max-w-5xl mx-auto pt-2 md:pt-7">
<div class="p-7 text">
<p>A decentralized gathering of all people interested in cryptocurrencies and related topics. It consists of <a href="https://guide.prgblockweek.com/events">many independent events</a> across Jun 2 - 11, including conferences, hackathons, workshops, community meetups, as well as various parties and happy hours. </p>
<p class="mt-5">These events will focus on a variety of different cryptocurrency ecosystems and topics such as hard money, payments, DeFi, Web3, DAOs, CryptoEconomics, NFTs, DeSci, mining, and many more.</p>
<p class="mt-5">It is a chain agnostic and neutral <a href="https://guide.prgblockweek.com/our-mission-and-team">community-led initiative</a>. Our goal is not to promote one single blockchain, but rather to stimulate discussion between proponents of different solutions. The common theme is financial freedom, decentralization and privacy.</p>
<!--p class="mt-5 text-3xl text-center text-pbw-yellow">💛 #PBW23</p-->
</div>
<div class="flex flex-wrap gap-10 items-center text-center text-xl md:text-2xl uppercase mt-2 md:mt-7 pb-16 md:pb-24 text-pbw-yellow p-7">
<div class="flex-grow"><a href="https://guide.prgblockweek.com" class="button">Read documentation</a></div>
<div class="flex-grow"><a href="https://twitter.com/PrgBlockWeek" target="_blank" class="button">Follow us on Twitter</a></div>
<div class="flex-grow"><a href="https://t.me/PrgBlockWeek" target="_blank" class="button">Join Telegram group</a></div>
</div>
<div id="footer" class="text-center text-red-300 pb-16 md:pb-24 mx-7 md:mx-0">
<a class="" href="https://guide.prgblockweek.com/event-host-guide">Host your event!</a>
<span class="separator"></span>
<a class="" href="https://guide.prgblockweek.com/faq">FAQ</a>
<span class="separator"></span>
<a class="" href="https://guide.prgblockweek.com/contact-us">Contact Us</a>
<span class="separator"></span>
<a class="" href="https://guide.prgblockweek.com/impressum">Impressum</a>
</div>
</div>
</div>