Skip to content

Commit

Permalink
Update team members (#1622)
Browse files Browse the repository at this point in the history
Co-authored-by: ani-kalpachka <[email protected]>
  • Loading branch information
ani-kalpachka and ani-kalpachka authored Oct 17, 2023
1 parent 08d3f82 commit 39ec367
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 2 deletions.
Binary file added public/img/team-photos/IvayloPhilipov.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/team-photos/MartaNeshova.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/team-photos/PetyaDimitrova.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/components/client/about/helpers/activeMembersData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,16 @@ export const data: TeamData[] = [
description: 'Кампании',
linkedInProfile: 'https://www.linkedin.com/in/zdravka-gornachka-3a0b3510/',
},
{
img: '/img/team-photos/PetyaDimitrova.png',
name: 'Петя Димитрова',
description: 'Маркетинг, Корпоративни дарения',
linkedInProfile: 'https://www.linkedin.com/in/petya-dimitrova-phd-59816a185/',
},
{
img: '/img/team-photos/MartaNeshova.png',
name: 'Марта Нешова',
description: 'Маркетинг, Корпоративни дарения',
linkedInProfile: 'https://www.linkedin.com/in/martaneshova/',
},
]
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,9 @@ export const data: TeamData[] = [
name: 'Александър Стоянов',
linkedInProfile: 'https://www.linkedin.com/in/alexander-stoyanov-37a98b6/',
},
{
img: '/img/team-photos/IvayloPhilipov.png',
name: 'Ивайло Филипов',
linkedInProfile: 'https://www.linkedin.com/in/phillipov',
},
]
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ export const ТeamMemberWrapper = styled(Grid)(() => ({
flex: '1 0 30%',
},
[theme.breakpoints.up('lg')]: {
flex: '1 0 16%',
flex: '1 0 14%',
},
}))
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ export const TeamMemberWrapper = styled(Grid)(() => ({
flex: '1 0 30%',
},
[theme.breakpoints.up('lg')]: {
flex: '1 0 12%',
flex: '1 0 16%',
},
}))

0 comments on commit 39ec367

Please sign in to comment.