@@ -23,6 +23,17 @@ const ANASTASIIA_TYMOSHCHUK = 17
2323const DANIEL_KRAVETZ = 18
2424const MIKE_MÜLLER = 19
2525
26+ export const KEYSPEAKERS : Speaker [ ] = [
27+ {
28+ name : 'TBD' ,
29+ photo : 'https://familytransitionplace.ca/wp-content/uploads/2019/05/photodune-12348343-anonymous-female-profile-picture-m.jpg' ,
30+ } ,
31+ {
32+ name : 'TBD' ,
33+ photo : 'https://thumbs.dreamstime.com/b/anonymous-business-man-profile-picture-white-background-57594793.jpg' ,
34+ } ,
35+ ] ;
36+
2637export const SPEAKERS : Speaker [ ] = [
2738 {
2839 name : 'Chiara Mezzavilla' ,
@@ -160,33 +171,7 @@ export const SPONSORS: Sponsor[][] = [
160171 photo : require ( 'Assets/sponsors/wooga_pride_logo.png' ) ,
161172 link : 'https://www.wooga.com/' ,
162173 } ,
163- {
164- id : 'infarm' ,
165- name : 'imfarm' ,
166- photo : require ( 'Assets/sponsors/infarm.png' ) ,
167- link : 'https://www.infarm.com/' ,
168- } ,
169174 ] ,
170- /* [
171- {
172- id: 'pythonitalia',
173- name: 'TBA',
174- photo: 'https://via.placeholder.com/150',
175- link: 'https://pycon.it/',
176- },
177- {
178- id: 'psf',
179- name: 'TBA',
180- photo: 'https://via.placeholder.com/150',
181- link: 'https://www.012factory.it/',
182- },
183- {
184- id: 'f012actory',
185- name: 'TBA',
186- photo: 'https://via.placeholder.com/150',
187- link: 'https://www.012factory.it/',
188- },
189- ],*/
190175] ;
191176
192177export const SCHEDULE : Schedule [ ] = [
0 commit comments