diff --git a/src/lib/components/Disclaimer.svelte b/src/lib/components/Disclaimer.svelte index 9c60bf2e..fff30276 100644 --- a/src/lib/components/Disclaimer.svelte +++ b/src/lib/components/Disclaimer.svelte @@ -2,11 +2,10 @@ export let type = 'events'; -
+
{#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. + ⚠️ All events published here are independent and have their own organisers. #PBW23 is an + independent initiative that informs about these events. {/if} {#if type === 'speakers'} ⚠️ All these people are guests of the individual events, which have their own organizers and diff --git a/src/routes/[entry]/+page.svelte b/src/routes/[entry]/+page.svelte index 1f5ffd4b..32e4f5dc 100644 --- a/src/routes/[entry]/+page.svelte +++ b/src/routes/[entry]/+page.svelte @@ -60,14 +60,37 @@
+
+
+ Are you a journalist or an influencer? Our #PBW23 Press Center by Cleevio + is available for the entire duration of #PBW23 free of charge! We offer accredited + journalists a quiet place to work and meet with fast internet, including a basic podcast + studio. You can + Register here. +
+
+ +
+
+

- Other events ({otherEvents.length}) + Meetups, parties and other events ({otherEvents.length})

+

Speakers ({speakers.length})

diff --git a/static/img/press-center-banner.webp b/static/img/press-center-banner.webp new file mode 100644 index 00000000..f21da04a Binary files /dev/null and b/static/img/press-center-banner.webp differ