Update responsibility

This commit is contained in:
tree 2023-01-08 12:37:36 +01:00
rodič ee18f10e86
revize 07dc8e4477
1 změnil soubory, kde provedl 5 přidání a 5 odebrání

Zobrazit soubor

@ -3,24 +3,24 @@
</svelte:head>
<div class="w-full bg-pbw-red text-pbw-white text-xl">
<div class="max-w-6xl mx-auto flex pt-10">
<div class="max-w-5xl mx-auto flex pt-5 md:pt-10">
<div class="flex-grow"></div>
<div class="text-right items-end p-10">
<div class="uppercase">
<div class="text-7xl font-bold">Prague Blockchain Week</div>
<div class="text-5xl font-medium text-pbw-yellow">June 2-11, 2023</div>
<div class="text-5xl md:text-6xl font-bold">Prague Blockchain Week</div>
<div class="text-4xl md: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-6xl mx-auto pt-7">
<div class="max-w-5xl mx-auto pt-2 md:pt-7">
<div class="p-7">
<p>A decentralized conference and 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. </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 community-led initiative. 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>
</div>
<div class="flex flex-wrap gap-10 items-center text-center text-2xl uppercase mt-7 text-pbw-yellow p-7">
<div class="flex flex-wrap gap-10 items-center text-center text-xl md:text-2xl uppercase mt-2 md:mt-7 pb-24 text-pbw-yellow p-7">
<div class="flex-grow"><a href="https://guide.prgblockweek.com" class="border border-pbw-yellow py-3 px-4 rounded hover:bg-pbw-yellow hover:text-pbw-red">Read documentation</a></div>
<div class="flex-grow"><a href="https://twitter.com/PrgBlockWeek" target="_blank" class="border border-pbw-yellow py-3 px-4 rounded hover:bg-pbw-yellow hover:text-pbw-red">Follow us on Twitter</a></div>
<div class="flex-grow"><a href="https://t.me/PrgBlockWeek" target="_blank" class="border border-pbw-yellow py-3 px-4 rounded hover:bg-pbw-yellow hover:text-pbw-red">Join Telegram group</a></div>