This commit is contained in:
tree 2023-04-25 08:30:50 +02:00
rodič 85a74fa1a9
revize 816a84cfc3
3 změnil soubory, kde provedl 4 přidání a 11 odebrání

Zobrazit soubor

@ -57,7 +57,7 @@
const account = getAccount(); const account = getAccount();
web3store.set(account); web3store.set(account);
claimed = {}; claimed = {};
userBadges = (await checkBadges(account.address))s; userBadges = await checkBadges(account.address);
}); });
} }

Zobrazit soubor

@ -14,7 +14,7 @@
{ title: 'intro', name: '#', url: '' }, { title: 'intro', name: '#', url: '' },
{ title: 'About', url: '#about' }, { title: 'About', url: '#about' },
{ title: 'Speakers', url: '#speakers' }, { title: 'Speakers', url: '#speakers' },
{ title: 'Program', url: '#program' }, //{ title: 'Program', url: '#program' },
//{ title: 'Sponsors', url: '#sponsors' }, //{ title: 'Sponsors', url: '#sponsors' },
{ title: 'FAQ', url: '#faq' }, { title: 'FAQ', url: '#faq' },
{ title: 'Chat', url: 'https://chat.web3privacy.info', external: true }, { title: 'Chat', url: 'https://chat.web3privacy.info', external: true },

Zobrazit soubor

@ -73,7 +73,7 @@
</div> </div>
</div> </div>
<div class="bg-black" id="program"> <!--div class="bg-black" id="program">
<div class="middle-pane-medium pt-16 mx-auto pb-32"> <div class="middle-pane-medium pt-16 mx-auto pb-32">
<div class="section-header" on:mouseenter={animateText}>Program</div> <div class="section-header" on:mouseenter={animateText}>Program</div>
{#if data.config.programNote} {#if data.config.programNote}
@ -86,13 +86,6 @@
<div class="w-auto xl:w-1/2 mb-10 xl:mb-0"> <div class="w-auto xl:w-1/2 mb-10 xl:mb-0">
<div class="text-xl font-bold mb-4 font-mono2 lowercase">{stage.name}</div> <div class="text-xl font-bold mb-4 font-mono2 lowercase">{stage.name}</div>
<table class="table-auto table-custom w-full mt-8"> <table class="table-auto table-custom w-full mt-8">
<!--thead>
<tr>
<th class="text-right text-sm">time</th>
<th class="text-left text-sm">topic</th>
</tr>
</thead-->
<tbody> <tbody>
{#each stage.program as pi} {#each stage.program as pi}
<tr class="" on:mouseenter={animateSection(35)}> <tr class="" on:mouseenter={animateSection(35)}>
@ -126,7 +119,7 @@
{/each} {/each}
</div> </div>
</div> </div>
</div> </div-->
<div class="" id="ticket"> <div class="" id="ticket">
<div class="middle-pane-medium pt-16 mx-auto"> <div class="middle-pane-medium pt-16 mx-auto">