diff --git a/src/app.css b/src/app.css index 8b4d93f..367d3d1 100644 --- a/src/app.css +++ b/src/app.css @@ -12,7 +12,11 @@ } * { - @apply text-white font-mono; + @apply font-mono; + } + + footer a { + @apply underline hover:no-underline; } .middle-pane-medium { diff --git a/src/lib/config.js b/src/lib/config.js index 6fe3d01..50f8465 100644 --- a/src/lib/config.js +++ b/src/lib/config.js @@ -1,6 +1,6 @@ export default { title: 'Web3Privacy Prague 2023', - shortname: 'Web3Privacy Prague', + shortname: 'Web3Privacy Summit', date: 'Monday, 5. June 2023', venue: 'X10, Prague', themes: [ diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index a2035cf..c99ad98 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -13,9 +13,7 @@ -
- - +
@@ -36,9 +34,13 @@
-
{data.config.shortname}
+
{data.config.shortname}
{data.config.date}
{data.config.venue}
+
+

Diving into the culture of the Web3 privacy industry

+

Prague Blockchain Week 2023

+
@@ -46,7 +48,7 @@ -
+
-
+
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index da646f4..67b93d3 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -3,7 +3,7 @@ - {data.config.title} + {data.config.title} | {data.config.date}
@@ -14,9 +14,9 @@
Key themes
{#each data.config.themes as ti} -
-
{ti.title}
-
+
+
{ti.title}
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras interdum tincidunt eros eu malesuada. Vivamus in urna at ex dictum pretium quis a erat.
{/each}