File tree Expand file tree Collapse file tree 3 files changed +16
-8
lines changed Expand file tree Collapse file tree 3 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,11 @@ import marco from '../assets/images/people/marco.jpg';
2222import neco from '../assets/images/people/neco.png' ;
2323import roman from '../assets/images/people/roman.jpg' ;
2424import james from '../assets/images/people/james.jpg' ;
25- import gianmarco from '../assets/images/people/gsimone.jpeg'
26- import ace from '../assets/images/people/ace.jpg'
27- import maria from '../assets/images/people/maria.png'
28- import lena from '../assets/images/people/lena.png'
25+ import gianmarco from '../assets/images/people/gsimone.jpeg' ;
26+ import ace from '../assets/images/people/ace.jpg' ;
27+ import maria from '../assets/images/people/maria.png' ;
28+ import lena from '../assets/images/people/lena.png' ;
29+ import ioana from '../assets/images/people/ioana.jpg' ;
2930
3031const people = [
3132 {
@@ -140,7 +141,7 @@ const people = [
140141 name : 'Roman Kuba' ,
141142 pic : roman ,
142143 color : '#B567EB' ,
143- team : 'Engineering'
144+ team : 'Engineering' ,
144145 } ,
145146 {
146147 name : 'James Amey' ,
@@ -159,12 +160,12 @@ const people = [
159160 pic : ace ,
160161 color : '#008753' ,
161162 team : 'DevRel' ,
162- } ,
163+ } ,
163164 {
164165 name : 'Maria Clara' ,
165166 pic : maria ,
166167 color : '#272b8c' ,
167- team : 'Engineering'
168+ team : 'Engineering' ,
168169 } ,
169170 {
170171 name : 'Lena Sotto Mayor' ,
@@ -177,7 +178,13 @@ const people = [
177178 pic : neco ,
178179 color : '#F24E62' ,
179180 team : 'Product' ,
180- }
181+ } ,
182+ {
183+ name : 'Stefania Ioana Chiorean' ,
184+ pic : ioana ,
185+ color : '#799900' ,
186+ team : 'Engineering' ,
187+ } ,
181188] ;
182189
183190const Peep = styled . img `
Original file line number Diff line number Diff line change @@ -237,6 +237,7 @@ export default () => (
237237 < TeamMember name = "maria" />
238238 < TeamMember name = "lena" />
239239 < TeamMember name = "necoline" />
240+ < TeamMember name = "ioana" />
240241 < Link
241242 to = { `/jobs` }
242243 css = { `
You can’t perform that action at this time.
0 commit comments