update img gen

This commit is contained in:
tree🌴 2024-03-06 21:54:37 +01:00
parent 5f07c2c7f8
commit 95d83d492c
8 changed files with 7 additions and 63 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 847 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 675 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 44 MiB

View File

@ -25,20 +25,19 @@ const topics = [
'privacy activism',
]
const images = {
meetup01: {},
meetup02: {},
summit01: {}
}
const events = {
m24ath: { image: 'athens01' },
m24buc: { image: 'meetup02' },
m24ams: { image: 'meetup01' },
m24ams: { image: 'amsterdam01' },
m24ber: { image: 'berlin01' },
s24prg: { image: 'summit01' },
m24opo: { image: 'porto01' },
m24rom: { image: 'rome01' },
s24brn: { image: 'brno01' },
}
let searchParams = null
let imageSelected = Object.keys(images)[0];
//let eventSelected = core.events[0].id;
const eventSelected = writable('');
const speakerSelected = writable('alona-shevchenko');