File tree Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ import david from '../assets/images/people/david.jpg';
30
30
import farrell from '../assets/images/people/farrellt.jpg' ;
31
31
import mihai from '../assets/images/people/mihai.jpg' ;
32
32
import filipe from '../assets/images/people/filipe.jpg' ;
33
+ import jk from '../assets/images/people/jk.jpeg' ;
33
34
34
35
const people = [
35
36
{
@@ -206,6 +207,12 @@ const people = [
206
207
color : '#24be9d' ,
207
208
team : 'Marketing' ,
208
209
} ,
210
+ {
211
+ name : 'Jaya Krishna Namburu' ,
212
+ pic : jk ,
213
+ color : '#F24E62' ,
214
+ team : 'Engineering' ,
215
+ } ,
209
216
] ;
210
217
211
218
const Peep = styled . img `
Original file line number Diff line number Diff line change 1
1
// Should probably be fetched from recruitee, but it's hard coded for now to avoid an extra request.
2
- export const OPEN_JOBS_COUNT = 3 ;
2
+ export const OPEN_JOBS_COUNT = 1 ;
Original file line number Diff line number Diff line change @@ -241,6 +241,7 @@ export default () => (
241
241
< TeamMember name = "farrell" />
242
242
< TeamMember name = "mihai" />
243
243
< TeamMember name = "filipe" />
244
+ < TeamMember name = "jaya" />
244
245
245
246
< Link
246
247
to = { `/jobs` }
You can’t perform that action at this time.
0 commit comments