Skip to content

Commit

Permalink
Add new active members (podkrepi-bg#1681)
Browse files Browse the repository at this point in the history
  • Loading branch information
ani-kalpachka authored and RalitsaIlieva committed Dec 14, 2023
1 parent 5238461 commit 9d5f626
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 1 deletion.
Binary file added public/img/team-photos/MihailVladov.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/NinaKonova.jpg
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/TeodoraGeorgieva.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions src/components/client/about/helpers/activeMembersData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,22 @@ export const data: TeamData[] = [
description: 'Дизайн, UX',
linkedInProfile: 'https://www.linkedin.com/in/martina-mitz/',
},
{
img: '/img/team-photos/MihailVladov.png',
name: 'Михаил Владов',
description: 'Социални медии',
linkedInProfile: 'https://www.linkedin.com/in/mihail-vladov-268616172/',
},
{
img: '/img/team-photos/NinaKonova.jpg',
name: 'Нина Конова',
description: 'Социални медии',
linkedInProfile: 'https://www.linkedin.com/in/nina-konova-59589a14a/',
},
{
img: '/img/team-photos/TeodoraGeorgieva.jpg',
name: 'Теодора Георгиева',
description: 'Социални медии',
linkedInProfile: 'https://www.linkedin.com/in/teodorageorgieva/',
},
]
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 12%',
},
}))

0 comments on commit 9d5f626

Please sign in to comment.