Add explore.prgblockweek.com info

This commit is contained in:
tree 2023-01-30 02:43:23 +01:00
rodič f68abae47d
revize 26f3be888a
3 změnil soubory, kde provedl 23 přidání a 17 odebrání

Zobrazit soubor

@ -5,6 +5,9 @@
@tailwind utilities;
@layer components {
.link {
@apply underline hover:no-underline hover:text-red-200;
}
.text a {
@apply underline hover:no-underline hover:text-red-200;
}

Zobrazit soubor

@ -2,4 +2,16 @@
import "../app.css";
</script>
<slot />
<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>
<slot />

Zobrazit soubor

@ -11,34 +11,25 @@
<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>A decentralized gathering of all people interested in cryptocurrencies and related topics. It consists of <span class="italic">many independent events</span> across Jun 2 - 11, including conferences, hackathons, workshops, community meetups, as well as various parties and happy hours. You can view all events, locations, speakers and more at <a href="https://explore.prgblockweek.com">explore.prgblockweek.com</a>.</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 opacity-50">⚠️ This is just a temporary site that will soon be replaced by a full-fledged website and information center for <a href="https://twitter.com/search?q=%23PBW23" target="_blank">#PBW23</a>. In the meantime, you can read the <a href="https://guide.prgblockweek.com/faq">FAQ</a> and learn more about our concept.</p>
<p class="mt-5">It is a chain agnostic and neutral <span class="italic">community-led initiative</span>. 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. You can read more, including FAQs, in our <a href="https://guide.prgblockweek.com/">documentation</a>.</p>
<!--p class="mt-5 opacity-50">⚠️ This is just a temporary site that will soon be replaced by a full-fledged website and information center for <a href="https://twitter.com/search?q=%23PBW23" target="_blank">#PBW23</a>. In the meantime, you can read the <a href="https://guide.prgblockweek.com/faq">FAQ</a> and learn more about our concept.</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://explore.prgblockweek.com" class="button">Explore #PBW23</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 href="https://guide.prgblockweek.com/event-host-guide">Host your event!</a>
<span class="separator"></span>
<!--a href="https://guide.prgblockweek.com/">Documentation</a>
<span class="separator"></span-->
<a href="https://guide.prgblockweek.com/contact-us">Contact Us</a>
<!--span class="separator">⎯</span>
<a href="https://creativecommons.org/share-your-work/public-domain/cc0/" target="_blank"><span class="cc0-license inline-block"></span></a>Source: <a href="https://github.com/utxo-foundation/pbw23-web">web</a>, <a href="https://github.com/utxo-foundation/prague-blockchain-week">data</a-->
@ -46,4 +37,4 @@
<a href="https://guide.prgblockweek.com/impressum">Impressum</a>
</div>
</div>
</div>
</div>