diff --git a/src/lib/config.yaml b/src/lib/config.yaml index 0aae1d6..714ae4d 100644 --- a/src/lib/config.yaml +++ b/src/lib/config.yaml @@ -318,6 +318,13 @@ partners: img: firo.svg class: p-2 level: 3 + - id: firn + name: Firn + web: https://app.firn.cash/ + twitter: firnprotocol + img: firn.png + class: p-4 invert hover:invert-0 + level: 3 - id: aragon-zk-research name: Aragon ZK Research web: https://research.aragon.org/ @@ -375,7 +382,7 @@ partners: stages: - id: main name: Main stage -programNote: WIP. +#programNote: WIP. program: main: - time: 9:00 - 9:30 @@ -386,7 +393,7 @@ program: - name: Mykola Siusko desc: Welcoming visitors to our private-centric research, community and conference - time: 9:45 - 10:05 - title: Tornado Cash 2023: key learnings + title: "Tornado Cash 2023: key learnings" speakers: - name: Ameen Soleimani - time: 10:10 - 10:35 @@ -415,8 +422,6 @@ program: - name: Nick Almond - time: 13:00 - 14:00 title: Lunch break - speakers: - - name: TBA - time: 14:00 - 14:20 title: How privacy, electronic cash and cypherpunk tech increase our freedom speakers: diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index ce2106e..e46ee67 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -14,8 +14,8 @@ { title: 'intro', name: '#', url: '' }, { title: 'About', url: '#about' }, { title: 'Speakers', url: '#speakers' }, - //{ title: 'Program', url: '#program' }, - //{ title: 'Sponsors', url: '#sponsors' }, + { title: 'Program', url: '#program' }, + { title: 'Sponsors', url: '#sponsors' }, { title: 'FAQ', url: '#faq' }, { title: 'Chat', diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index ea0d7d7..7004a35 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -107,7 +107,7 @@ - +
diff --git a/static/partners/firn.png b/static/partners/firn.png new file mode 100644 index 0000000..9b6e760 Binary files /dev/null and b/static/partners/firn.png differ