mirror of
https://github.com/web3privacy/w3ps1.git
synced 2024-10-15 16:26:26 +02:00
hide program
This commit is contained in:
parent
85a74fa1a9
commit
816a84cfc3
3 changed files with 4 additions and 11 deletions
|
@ -57,7 +57,7 @@
|
|||
const account = getAccount();
|
||||
web3store.set(account);
|
||||
claimed = {};
|
||||
userBadges = (await checkBadges(account.address))s;
|
||||
userBadges = await checkBadges(account.address);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
{ title: 'intro', name: '#', url: '' },
|
||||
{ title: 'About', url: '#about' },
|
||||
{ title: 'Speakers', url: '#speakers' },
|
||||
{ title: 'Program', url: '#program' },
|
||||
//{ title: 'Program', url: '#program' },
|
||||
//{ title: 'Sponsors', url: '#sponsors' },
|
||||
{ title: 'FAQ', url: '#faq' },
|
||||
{ title: 'Chat', url: 'https://chat.web3privacy.info', external: true },
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
</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="section-header" on:mouseenter={animateText}>Program</div>
|
||||
{#if data.config.programNote}
|
||||
|
@ -86,13 +86,6 @@
|
|||
<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>
|
||||
<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>
|
||||
{#each stage.program as pi}
|
||||
<tr class="" on:mouseenter={animateSection(35)}>
|
||||
|
@ -126,7 +119,7 @@
|
|||
{/each}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div-->
|
||||
|
||||
<div class="" id="ticket">
|
||||
<div class="middle-pane-medium pt-16 mx-auto">
|
||||
|
|
Loading…
Reference in a new issue