diff --git a/src/lib/components/CollectionList.svelte b/src/lib/components/CollectionList.svelte index b447fb83..7e44d2cd 100644 --- a/src/lib/components/CollectionList.svelte +++ b/src/lib/components/CollectionList.svelte @@ -106,6 +106,9 @@ target="_blank" class="underline hover:no-underline">Offer visitors your own benefit!{/if} + {#if col === 'speaker'}Participate as a speaker!{/if} diff --git a/src/lib/components/Disclaimer.svelte b/src/lib/components/Disclaimer.svelte index 239152d4..9c60bf2e 100644 --- a/src/lib/components/Disclaimer.svelte +++ b/src/lib/components/Disclaimer.svelte @@ -1,13 +1,15 @@
- {#if type === 'events'} - ⚠️ All events published here are independent and have their own organisers. Prague Blockchain Week is an independent initiative that informs about these events. -If you want information about tickets, or to contact the organizers of a specific event - then contact them directly. - {/if} - {#if type === 'speakers'} - ⚠️ All these people are guests of the individual events, which have their own organizers and have no direct connection to Prague Blockchain Week. - {/if} -
\ No newline at end of file + {#if type === 'events'} + ⚠️ All events published here are independent and have their own organisers. Prague Blockchain + Week is an independent initiative that informs about these events. If you want information about + tickets, or to contact the organizers of a specific event - then contact them directly. + {/if} + {#if type === 'speakers'} + ⚠️ All these people are guests of the individual events, which have their own organizers and + have no direct connection to Prague Blockchain Week. + {/if} + diff --git a/src/lib/components/Footer.svelte b/src/lib/components/Footer.svelte index 28e128c8..96eb110f 100644 --- a/src/lib/components/Footer.svelte +++ b/src/lib/components/Footer.svelte @@ -24,7 +24,7 @@ target="_blank">data.prgblockweek.com/23/index.json.
- 📖 The source data GitHub repository → utxo-foundation/prague-blockchain-week
diff --git a/src/routes/[entry]/+page.svelte b/src/routes/[entry]/+page.svelte index 0d96687a..61832fa8 100644 --- a/src/routes/[entry]/+page.svelte +++ b/src/routes/[entry]/+page.svelte @@ -76,6 +76,7 @@ !['cz', 'sk'].includes(s.country))} {entry} + offer="true" />

diff --git a/src/routes/[entry]/[type]/[slug]/+page.svelte b/src/routes/[entry]/[type]/[slug]/+page.svelte index 9aa5bb40..11ac51df 100644 --- a/src/routes/[entry]/[type]/[slug]/+page.svelte +++ b/src/routes/[entry]/[type]/[slug]/+page.svelte @@ -187,7 +187,11 @@
Address
{#if item.mapUrl} - {item.address} + {item.address} {:else} {item.address} {/if} diff --git a/src/routes/[entry]/for-speakers/+page.svelte b/src/routes/[entry]/for-speakers/+page.svelte new file mode 100644 index 00000000..366ab131 --- /dev/null +++ b/src/routes/[entry]/for-speakers/+page.svelte @@ -0,0 +1,62 @@ + + + + For speakers | #PBW{$page.params.entry} + + +
+ +
+
+
+

For speakers

+
+ 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. +
+
+ 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. +
+ +
+ {#each data.bundle.events.filter((e) => e.cfp) as event} +
+
+ + +
+
Date: {formatItemDate(event, { full: true })}
+ {#if event.cfp.text} +
{event.cfp.text}
+ {/if} +
+ CfP link: {event.cfp.link} +
+
+ {/each} +
+
+
+
+ +