This commit is contained in:
Antonin Jilek 2023-04-07 19:49:46 +02:00
rodič a0f799ba8c
revize 5b0aca6372
2 změnil soubory, kde provedl 9 přidání a 9 odebrání

Zobrazit soubor

@ -20,14 +20,14 @@
<div class="max-w-7xl mx-auto pt-5 md:pt-10">
<div class="mx-4 xl:mx-0">
<h2 class="text-2xl uppercase font-bold pbw-text-color-secondary">For speakers</h2>
<div class="text-xl mt-4">
<div class="text-xl mt-4 pbw-text-color-secondary">
Want to participate in #PBW23 and be a speaker at one of the events? In the following list
you will find events that have open CfP for anyone.
</div>
<div class="text-xl mt-2">
<div class="text-xl mt-2 pbw-text-color-secondary">
CfP means "Call for Papers" and it is a proposal system for talks or other content.
</div>
<div class="text-xl mt-2">
<div class="text-xl mt-2 pbw-text-color-secondary">
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.
@ -45,15 +45,15 @@
>
</div>
</div>
<div class="mt-2">Date: <span>{formatItemDate(event, { full: true })}</span></div>
<div class="mt-2 pbw-text-color-secondary">Date: <span>{formatItemDate(event, { full: true })}</span></div>
{#if event.cfp.text}
<div class="mt-2">{event.cfp.text}</div>
<div class="mt-2 pbw-text-color-secondary">{event.cfp.text}</div>
{/if}
<div class="mt-2">
<div class="mt-2 pbw-text-color-secondary">
CfP link: <a
href={event.cfp.link}
target="_blank"
class="underline hover:no-underline">{event.cfp.link}</a
class="underline hover:no-underline ">{event.cfp.link}</a
>
</div>
</div>

Zobrazit soubor

@ -18,8 +18,8 @@
<div class="w-full">
<div class="max-w-7xl mx-auto pt-5 md:pt-10">
<div class="mx-4 xl:mx-0">
<h2 class="text-2xl uppercase font-bold pbw-text-color-secondary">For sponsors</h2>
<div class="mx-4 xl:mx-0 pbw-text-color-secondary">
<h2 class="text-2xl uppercase font-bold">For sponsors</h2>
<div class="text-xl mt-4">
Do you want to sponsor an event that takes place as part of #PBW23?
</div>