This commit is contained in:
tree 2023-02-01 18:29:33 +01:00
rodič 3b4b252dd9
revize 44b9c86fe2
4 změnil soubory, kde provedl 29 přidání a 12 odebrání

Zobrazit soubor

@ -6,7 +6,9 @@
$: homepage =
!$page.params.type &&
!$page.params.date &&
!['/[entry]/schedule', '/[entry]/for-speakers', '/[entry]/for-sponsors'].includes($page.route.id);
!['/[entry]/schedule', '/[entry]/for-speakers', '/[entry]/for-sponsors'].includes(
$page.route.id
);
</script>
<div class="w-full h-full bg-pbw-red">

Zobrazit soubor

@ -365,14 +365,26 @@
{#if item.cfp}
<h2 class="text-2xl uppercase font-bold mt-10 pbw-text-color-secondary">
<a href="/{entry}/for-speakers">For speakers</a>
</h2>
<div class="mt-4 text-xl">This event is looking for speakers.{item.cfp.text ? ' '+item.cfp.text : ''} <a href={item.cfp.link} target="_blank" class="underline hover:no-underline">Submit a proposal</a>. </div>
</h2>
<div class="mt-4 text-xl">
This event is looking for speakers.{item.cfp.text ? ' ' + item.cfp.text : ''}
<a href={item.cfp.link} target="_blank" class="underline hover:no-underline"
>Submit a proposal</a
>.
</div>
{/if}
{#if item.sponsors}
<h2 class="text-2xl uppercase font-bold mt-10 pbw-text-color-secondary">
<a href="/{entry}/for-sponsors">For sponsors</a>
</h2>
<div class="mt-4 text-xl">This event is looking for sponsors{item.sponsors.range ? ' in the '+item.sponsors.range+' range' : ''}.{item.sponsors.text ? ' '+item.sponsors.text : ''} Check out their <a href={item.sponsors.link} target="_blank" class="underline hover:no-underline">pitch deck</a>. </div>
</h2>
<div class="mt-4 text-xl">
This event is looking for sponsors{item.sponsors.range
? ' in the ' + item.sponsors.range + ' range'
: ''}.{item.sponsors.text ? ' ' + item.sponsors.text : ''} Check out their
<a href={item.sponsors.link} target="_blank" class="underline hover:no-underline"
>pitch deck</a
>.
</div>
{/if}
{/if}
{#if col === 'union'}

Zobrazit soubor

@ -25,8 +25,12 @@
you will find events that have open CfP for anyone.
</div>
<div class="text-xl mt-2">
CfP means "Call for Papers" and it is a proposal system for talks or other content. Please
learn in detail about the focus of each conference or event before submitting a proposal.
CfP means "Call for Papers" and it is a proposal system for talks or other content.
</div>
<div class="text-xl mt-2">
Before submitting a proposal, get to know the focus of each conference or event in detail.
Below you will find a link to the CfP, please follow the instructions directly on each event
page when submitting papers.
</div>
<div class="mt-10">

Zobrazit soubor

@ -24,7 +24,8 @@
Do you want to sponsor an event that takes place as part of #PBW23?
</div>
<div class="text-xl mt-2">
On this page you will find a list of events that accept sponsors and links to their sponsor decks.
On this page you will find a list of events that accept sponsors and links to their sponsor
decks.
</div>
<div class="mt-10">
@ -47,10 +48,8 @@
<div class="mt-2">{event.sponsors.text}</div>
{/if}
<div class="mt-2">
<a
href={event.sponsors.link}
target="_blank"
class="underline hover:no-underline">Pitch deck</a
<a href={event.sponsors.link} target="_blank" class="underline hover:no-underline"
>Pitch deck</a
>
</div>
</div>