update img gen
BIN
public/gen-img/events/amsterdam01.png
Normal file
After Width: | Height: | Size: 847 KiB |
BIN
public/gen-img/events/athens01.png
Normal file
After Width: | Height: | Size: 2.7 MiB |
BIN
public/gen-img/events/berlin01.png
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
public/gen-img/events/brno01.png
Normal file
After Width: | Height: | Size: 3.3 MiB |
BIN
public/gen-img/events/porto01.png
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
public/gen-img/events/rome01.png
Normal file
After Width: | Height: | Size: 675 KiB |
Before Width: | Height: | Size: 44 MiB |
|
@ -25,20 +25,19 @@ const topics = [
|
||||||
'privacy activism',
|
'privacy activism',
|
||||||
]
|
]
|
||||||
|
|
||||||
const images = {
|
|
||||||
meetup01: {},
|
|
||||||
meetup02: {},
|
|
||||||
summit01: {}
|
|
||||||
}
|
|
||||||
|
|
||||||
const events = {
|
const events = {
|
||||||
|
m24ath: { image: 'athens01' },
|
||||||
m24buc: { image: 'meetup02' },
|
m24buc: { image: 'meetup02' },
|
||||||
m24ams: { image: 'meetup01' },
|
m24ams: { image: 'amsterdam01' },
|
||||||
|
m24ber: { image: 'berlin01' },
|
||||||
s24prg: { image: 'summit01' },
|
s24prg: { image: 'summit01' },
|
||||||
|
m24opo: { image: 'porto01' },
|
||||||
|
m24rom: { image: 'rome01' },
|
||||||
|
s24brn: { image: 'brno01' },
|
||||||
}
|
}
|
||||||
|
|
||||||
let searchParams = null
|
let searchParams = null
|
||||||
let imageSelected = Object.keys(images)[0];
|
|
||||||
//let eventSelected = core.events[0].id;
|
//let eventSelected = core.events[0].id;
|
||||||
const eventSelected = writable('');
|
const eventSelected = writable('');
|
||||||
const speakerSelected = writable('alona-shevchenko');
|
const speakerSelected = writable('alona-shevchenko');
|
||||||
|
|