Skip to content

Commit 962f1ee

Browse files
author
Christian Barra
committed
Fix images
1 parent dadd2e8 commit 962f1ee

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

assets/speakers/cajetan.jpg

38.7 KB
Loading

assets/speakers/daniel-rios.jpg

28.9 KB
Loading

assets/speakers/daniel.jpg

35.4 KB
Loading

assets/speakers/ioana.jpg

51.7 KB
Loading

src/dataset.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export const SPEAKERS: Speaker[] = [
8080
},
8181
{
8282
name: 'Daniel Rios',
83-
photo: 'https://pbs.twimg.com/profile_images/720637373877526528/qZiIF0t-_400x400.jpg',
83+
photo: require('Assets/speakers/daniel-rios.jpg'),
8484
job: 'Python/Django/Web Developer',
8585
social: 'https://twitter.com/Misterrios',
8686
},
@@ -104,7 +104,7 @@ export const SPEAKERS: Speaker[] = [
104104
},
105105
{
106106
name: 'Ioana Gherman',
107-
photo: 'https://media.licdn.com/dms/image/C5603AQEF4L2_C69yBw/profile-displayphoto-shrink_800_800/0?e=1570665600&v=beta&t=bZy3c5hN4b7j5RzkHaYl4plr86au-KvC9zSpO8XDsHY',
107+
photo: require('Assets/speakers/ioana.jpg'),
108108
job: 'Data Scientist @ Casavo',
109109
social: 'https://www.linkedin.com/in/ioana-gherman-6b4998b0/',
110110
},
@@ -116,7 +116,7 @@ export const SPEAKERS: Speaker[] = [
116116
},
117117
{
118118
name: 'Cajetan Rodrigues',
119-
photo: 'https://pbs.twimg.com/profile_images/786162903850168321/sJhtXeDR_400x400.jpg',
119+
photo: require('Assets/speakers/cajetan.jpg'),
120120
job: 'Team Lead @ TrustYou',
121121
social: 'https://www.twitter.com/r_cajetan',
122122
},
@@ -134,7 +134,7 @@ export const SPEAKERS: Speaker[] = [
134134
},
135135
{
136136
name: 'Daniel Kravetz',
137-
photo: 'https://pbs.twimg.com/profile_images/691770193492742149/GUeoItKp_400x400.jpg',
137+
photo: require('Assets/speakers/daniel.jpg'),
138138
job: 'DevOps',
139139
social: 'https://www.twitter.com/Av4t4r',
140140
},

0 commit comments

Comments
 (0)