diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index caf684c..b6cb01c 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -154,6 +154,18 @@ img: 'anycoin.svg', name: 'Anycoin', url: 'https://anycoin.cz' + }, + { + id: 'venus', + img: 'venus.png', + name: 'Venus Protocol', + url: 'https://venus.io/' + }, + { + id: 'sfl', + img: 'sfl.png', + name: 'Student for Liberty', + url: 'https://studentsforlibertycz.cz/' } ] @@ -240,7 +252,7 @@
{#each partners as item}
- {item.name} + {item.name}
{/each}
diff --git a/static/photos/partners/sfl.png b/static/photos/partners/sfl.png new file mode 100644 index 0000000..8772108 Binary files /dev/null and b/static/photos/partners/sfl.png differ diff --git a/static/photos/partners/venus.png b/static/photos/partners/venus.png new file mode 100644 index 0000000..198fc5e Binary files /dev/null and b/static/photos/partners/venus.png differ