@@ -23,6 +23,17 @@ const ANASTASIIA_TYMOSHCHUK = 17
23
23
const DANIEL_KRAVETZ = 18
24
24
const MIKE_MÜLLER = 19
25
25
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
+
26
37
export const SPEAKERS : Speaker [ ] = [
27
38
{
28
39
name : 'Chiara Mezzavilla' ,
@@ -160,33 +171,7 @@ export const SPONSORS: Sponsor[][] = [
160
171
photo : require ( 'Assets/sponsors/wooga_pride_logo.png' ) ,
161
172
link : 'https://www.wooga.com/' ,
162
173
} ,
163
- {
164
- id : 'infarm' ,
165
- name : 'imfarm' ,
166
- photo : require ( 'Assets/sponsors/infarm.png' ) ,
167
- link : 'https://www.infarm.com/' ,
168
- } ,
169
174
] ,
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
- ],*/
190
175
] ;
191
176
192
177
export const SCHEDULE : Schedule [ ] = [
0 commit comments