diff --git a/public/gen-img/events/barcelona01.png b/public/gen-img/events/barcelona01.png new file mode 100644 index 0000000..091a62e Binary files /dev/null and b/public/gen-img/events/barcelona01.png differ diff --git a/public/gen-img/events/berlin02.png b/public/gen-img/events/berlin02.png new file mode 100644 index 0000000..68bdb3c Binary files /dev/null and b/public/gen-img/events/berlin02.png differ diff --git a/public/gen-img/events/bucharest01.png b/public/gen-img/events/bucharest01.png new file mode 100644 index 0000000..52306b0 Binary files /dev/null and b/public/gen-img/events/bucharest01.png differ diff --git a/public/gen-img/events/copenhagen01.png b/public/gen-img/events/copenhagen01.png new file mode 100644 index 0000000..e9e3fc3 Binary files /dev/null and b/public/gen-img/events/copenhagen01.png differ diff --git a/public/gen-img/events/ljubljana01.png b/public/gen-img/events/ljubljana01.png new file mode 100644 index 0000000..23598c8 Binary files /dev/null and b/public/gen-img/events/ljubljana01.png differ diff --git a/src/components/EventImageGenerator.svelte b/src/components/EventImageGenerator.svelte index 06a47d3..9257b12 100644 --- a/src/components/EventImageGenerator.svelte +++ b/src/components/EventImageGenerator.svelte @@ -26,12 +26,16 @@ const topics = [ ] const events = { + m24buc: { image: 'bucharest01' }, m24ath: { image: 'athens01' }, m24ams: { image: 'amsterdam01' }, m24tll: { image: 'tallinn01' }, - m24ber: { image: 'berlin01' }, - s24prg: { image: 'summit01' }, m24opo: { image: 'porto01' }, + m24ber: { image: 'berlin02' }, + s24prg: { image: 'summit01' }, + m24lju: { image: 'ljubljana01' }, + m24bcn: { image: 'barcelona01' }, + m24cph: { image: 'copenhagen01' }, m24rom: { image: 'rome01' }, s24brn: { image: 'brno01' }, }