Skip to content

Commit c23a090

Browse files
authored
feat: add filipe to team page (#6861)
* add filipes photo * add filipe to team members list * add filipe to the company page
1 parent 923a707 commit c23a090

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed
85.8 KB
Loading

packages/homepage/src/components/TeamMember.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ import tristan from '../assets/images/people/tristan.jpg';
2929
import david from '../assets/images/people/david.jpg';
3030
import farrell from '../assets/images/people/farrellt.jpg';
3131
import mihai from '../assets/images/people/mihai.jpg';
32+
import filipe from '../assets/images/people/filipe.jpg';
3233

3334
const people = [
3435
{
@@ -199,6 +200,12 @@ const people = [
199200
color: '#16bf97',
200201
team: 'Engineering',
201202
},
203+
{
204+
name: 'Filipe Lima',
205+
pic: filipe,
206+
color: '#24be9d',
207+
team: 'Marketing',
208+
},
202209
];
203210

204211
const Peep = styled.img`

packages/homepage/src/pages/company/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ export default () => (
240240
<TeamMember name="david" />
241241
<TeamMember name="farrell" />
242242
<TeamMember name="mihai" />
243+
<TeamMember name="filipe" />
243244

244245
<Link
245246
to={`/jobs`}

0 commit comments

Comments
 (0)