Skip to content

Commit

Permalink
Add new active teams members (#1609)
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 1, 2023
1 parent 2be4d49 commit d13594e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
Binary file added public/img/team-photos/DessislavaPencheva.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/ZdravkaGornachka.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 @@ -114,4 +114,16 @@ export const data: TeamData[] = [
description: 'Маркетинг',
linkedInProfile: 'https://www.linkedin.com/in/dilyana-kalinova-544762226/',
},
{
img: '/img/team-photos/DessislavaPencheva.png',
name: 'Десислава Пенчева',
description: 'Маркетинг',
linkedInProfile: 'https://www.linkedin.com/in/dessislava-pencheva-emba-24369311/',
},
{
img: '/img/team-photos/ZdravkaGornachka.png',
name: 'Здравка Горначка',
description: 'Кампании',
linkedInProfile: 'https://www.linkedin.com/in/zdravka-gornachka-3a0b3510/',
},
]
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 14%',
flex: '1 0 16%',
},
}))

0 comments on commit d13594e

Please sign in to comment.