This commit is contained in:
tree🌴 2023-04-12 01:47:46 +02:00
parent 96b50641f3
commit 29b0bacddc
4 changed files with 9 additions and 5 deletions

View File

@ -129,6 +129,9 @@
<div class="m-auto"> <div class="m-auto">
<div class="text-2xl font-bold mb-10" on:mouseenter={animateText}>Eligible ZK Badges / SBTs</div> <div class="text-2xl font-bold mb-10" on:mouseenter={animateText}>Eligible ZK Badges / SBTs</div>
<div class="pb-8 lg:w-2/3 xl:w-2/3 mx-auto"> <div class="pb-8 lg:w-2/3 xl:w-2/3 mx-auto">
{#if connected && userBadges === null}
<div>Loading ...<br><br>If you have any problems, please contact us in the public Signal group</div>
{:else}
{#each badges as badge} {#each badges as badge}
<div class="lg:flex justify-center mb-10 badge {userBadges?.badges && userBadges?.badges[badge?.id]?.eligible ? 'bg-white text-black eligible' : 'bg-[#0d1117]'} p-4" on:mouseenter={animateSection(30)}> <div class="lg:flex justify-center mb-10 badge {userBadges?.badges && userBadges?.badges[badge?.id]?.eligible ? 'bg-white text-black eligible' : 'bg-[#0d1117]'} p-4" on:mouseenter={animateSection(30)}>
<div class="w-28 lg:w-40 mr-6 inline-block xl:block"><img src={badge.img} class="w-full {connected && userBadges && userBadges.badges[badge.id]?.eligible ? '' : 'grayscale'} badge-image" /></div> <div class="w-28 lg:w-40 mr-6 inline-block xl:block"><img src={badge.img} class="w-full {connected && userBadges && userBadges.badges[badge.id]?.eligible ? '' : 'grayscale'} badge-image" /></div>
@ -164,6 +167,7 @@
</div> </div>
</div> </div>
{/each} {/each}
{/if}
</div> </div>
<div class="text-2xl font-bold mb-8" on:mouseenter={animateText}>Other discounts (via form)</div> <div class="text-2xl font-bold mb-8" on:mouseenter={animateText}>Other discounts (via form)</div>
<div class="text-lg md:w-4/5 mx-auto"> <div class="text-lg md:w-4/5 mx-auto">

View File

@ -15,7 +15,7 @@ license: This web is built with [SvelteKit](https://kit.svelte.dev/) and is [ope
slogan: Diving into the culture of the Web3 privacy industry slogan: Diving into the culture of the Web3 privacy industry
aggregator: Prague Blockchain Week 2023 aggregator: Prague Blockchain Week 2023
aggregatorUrl: http://prgblockweek.com/ aggregatorUrl: http://prgblockweek.com/
sponsorUrl: https://matrix.to/#/@tree:gwei.cz sponsorUrl: https://prague.web3privacy.info/sponsors.pdf
intro: | intro: |
If privacy is a human right, then we need to protect it. If privacy is a human right, then we need to protect it.
@ -52,8 +52,8 @@ themes:
- title: Veksl - title: Veksl
desc: Easy onboarding to cryptocurrencies without KYC/AML using peer-to-peer tools is crucial for privacy. What options do we have today? desc: Easy onboarding to cryptocurrencies without KYC/AML using peer-to-peer tools is crucial for privacy. What options do we have today?
ticketsIntro: Be a part of the first Web3Privacy Summit experience… ticketsIntro: Be a part of the first Web3Privacy Summit experience…
ticketsNote: Tickets will go on sale in April. #ticketsNote: Tickets will go on sale in April.
ticketing: false ticketing: true
ticketingUrl: https://tickets.web3privacy.info/w3ps1/ ticketingUrl: https://tickets.web3privacy.info/w3ps1/
ticketBasePrice: 49 ticketBasePrice: 49
ticketsDiscountForm: https://attend.web3privacy.info ticketsDiscountForm: https://attend.web3privacy.info
@ -89,7 +89,7 @@ faq:
- title: Who is the event for? - title: Who is the event for?
text: Our event is for 300 people interested in privacy topics in the Web3 industry. We aim to make our content accessible to everyone - rather than going into deep technical detail, we'll discuss privacy topics in their broader context. text: Our event is for 300 people interested in privacy topics in the Web3 industry. We aim to make our content accessible to everyone - rather than going into deep technical detail, we'll discuss privacy topics in their broader context.
- title: When will tickets go on sale? What will be the payment options? - title: When will tickets go on sale? What will be the payment options?
text: Tickets will go on sale in late February 2023. Payment will be possible via credit card, Bitcoin (on-chain), Lightning Network or possibly other cryptocurrencies. text: Tickets will go on sale in April 2023. Payment will be possible via credit card, Bitcoin (on-chain), Lightning Network or possibly other cryptocurrencies.
- title: Do you offer any discounts? - title: Do you offer any discounts?
text: Yes, we do! We offer discounted tickets (up to 100%!) for independent developers, students and especially active privacy advocates or open-source contributors to private protocols or tools. If you are interested in a discount, please fill out [this form](https://attend.web3privacy.info). text: Yes, we do! We offer discounted tickets (up to 100%!) for independent developers, students and especially active privacy advocates or open-source contributors to private protocols or tools. If you are interested in a discount, please fill out [this form](https://attend.web3privacy.info).
#- title: Why event isn't admission free? #- title: Why event isn't admission free?

View File

@ -182,7 +182,7 @@
<div class="mt-8 text-xl">{data.config.ticketsNote}</div> <div class="mt-8 text-xl">{data.config.ticketsNote}</div>
{/if} {/if}
</div> </div>
<div class="middle-pane-medium text-xl text-center mx-auto pt-10 pb-32"> <div class="middle-pane-medium text-xl text-center mx-auto pt-20 pb-32">
<div class="section-subheader" on:mouseenter={animateText}>Get your discount</div> <div class="section-subheader" on:mouseenter={animateText}>Get your discount</div>
<div> <div>
<Web3Dialog {data} /> <Web3Dialog {data} />

BIN
static/sponsors.pdf Normal file

Binary file not shown.