mirror of
https://github.com/web3privacy/w3ps1.git
synced 2024-10-15 16:26:26 +02:00
Add notes
This commit is contained in:
parent
9c4c8e93af
commit
012de9d209
2 changed files with 10 additions and 2 deletions
|
@ -132,6 +132,7 @@ people:
|
||||||
img: manu-alzuru.jpeg
|
img: manu-alzuru.jpeg
|
||||||
caption: Humanist, solarpunk, Founder of [DoinGud](https://doingud.com/) & [ETH Barcelona](https://ethbarcelona.com/)
|
caption: Humanist, solarpunk, Founder of [DoinGud](https://doingud.com/) & [ETH Barcelona](https://ethbarcelona.com/)
|
||||||
country: es
|
country: es
|
||||||
|
speakersNote: We keep adding more and more speakers, stay tuned ...
|
||||||
speakers:
|
speakers:
|
||||||
- guy-zyskind
|
- guy-zyskind
|
||||||
- manu-alzuru
|
- manu-alzuru
|
||||||
|
@ -145,6 +146,7 @@ stages:
|
||||||
name: Main stage
|
name: Main stage
|
||||||
- id: second
|
- id: second
|
||||||
name: Workshop stage
|
name: Workshop stage
|
||||||
|
programNote: WIP. The final schedule will be published a few weeks before the conference in May 2023.
|
||||||
program:
|
program:
|
||||||
main:
|
main:
|
||||||
- time: 9:00 - 9:30
|
- time: 9:00 - 9:30
|
||||||
|
|
|
@ -45,13 +45,16 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="" id="speakers">
|
<div class="" id="speakers">
|
||||||
<div class="middle-pane-medium pt-16 text-xl text-center mx-auto">
|
<div class="middle-pane-medium pt-16 text-xl text-center mx-auto mb-8">
|
||||||
<div class="section-header" on:mouseenter={animateText}>Speakers</div>
|
<div class="section-header" on:mouseenter={animateText}>Speakers</div>
|
||||||
<div class="mx-auto">
|
<div class="mx-auto">
|
||||||
<div class="pb-16 flex flex-wrap justify-center gap-6">
|
<div class="pb-12 flex flex-wrap justify-center gap-6">
|
||||||
<PeopleList items={data.config.speakers} people={data.config.people} />
|
<PeopleList items={data.config.speakers} people={data.config.people} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{#if data.config.speakersNote}
|
||||||
|
<div class="text-xl text-supermild">{data.config.speakersNote}</div>
|
||||||
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -69,6 +72,9 @@
|
||||||
<div class="bg-black" id="program">
|
<div class="bg-black" id="program">
|
||||||
<div class="middle-pane-medium pt-16 text-xl text-center mx-auto pb-32">
|
<div class="middle-pane-medium pt-16 text-xl text-center 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}
|
||||||
|
<div class="text-lg text-supermild mb-16">{data.config.programNote}</div>
|
||||||
|
{/if}
|
||||||
<div class="program xl:flex gap-10 xl:gap-4">
|
<div class="program xl:flex gap-10 xl:gap-4">
|
||||||
{#each data.config.stages.map(s => ({ ...s, program: data.config.program[s.id]})).filter(s => s.program) as stage}
|
{#each data.config.stages.map(s => ({ ...s, program: data.config.program[s.id]})).filter(s => s.program) as stage}
|
||||||
<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">
|
||||||
|
|
Loading…
Reference in a new issue