File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ import lena from '../assets/images/people/lena.png';
28
28
import ioana from '../assets/images/people/ioana.jpg' ;
29
29
import artem from '../assets/images/people/artem.png' ;
30
30
import aj from '../assets/images/people/aj.jpg' ;
31
+ import joji from '../assets/images/people/joji.png' ;
31
32
32
33
const people = [
33
34
{
@@ -184,14 +185,20 @@ const people = [
184
185
name : 'Artem Zakharchenko' ,
185
186
pic : artem ,
186
187
color : '#FF6A33' ,
187
- team : 'Engineering'
188
+ team : 'Engineering' ,
188
189
} ,
189
190
{
190
191
name : 'AJ Foster' ,
191
192
pic : aj ,
192
193
color : '#8c50b5' ,
193
- team : 'Engineering'
194
- }
194
+ team : 'Engineering' ,
195
+ } ,
196
+ {
197
+ name : 'Joji Augustine' ,
198
+ pic : joji ,
199
+ color : '#008900' ,
200
+ team : 'Engineering' ,
201
+ } ,
195
202
] ;
196
203
197
204
const Peep = styled . img `
Original file line number Diff line number Diff line change @@ -239,6 +239,7 @@ export default () => (
239
239
< TeamMember name = "ioana" />
240
240
< TeamMember name = "artem" />
241
241
< TeamMember name = "aj" />
242
+ < TeamMember name = "joji" />
242
243
243
244
< Link
244
245
to = { `/jobs` }
You can’t perform that action at this time.
0 commit comments