Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add team member description #1935

Merged
merged 5 commits into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/components/client/about/helpers/managementBoardData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ export const data: TeamData[] = [
{
img: '/img/team-photos/ZdravkaGornachka.png',
name: 'Здравка Горначка',
description: '',
description:
'Занимавам се с обезпечаването на непрекъсваемостта на критични бизнес приложения от 2007 година, като през последните седем години съм изцяло фокусирана в сферата на прецизната и индустриална климатизация. Съосновател съм на Кулинг Пауър Сълюшънс. По образование съм PR и MBA, с голям интерес към динамиката в малките екипи, ефективното управление и скалиране на процеси. Изключително любопитна съм към новите възможности за колаборации и самоуправление, които предлага дигиталната ера. Вярвам в ненасилствената комуникация, обичам планината, запален скиор съм и доброволец в екип Кампании.',
linkedInProfile: 'https://www.linkedin.com/in/zdravka-gornachka-3a0b3510/',
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import Image from 'next/image'
import { useTranslation } from 'next-i18next'

import { Grid, Typography } from '@mui/material'

import { DiscordTeamImage } from './AboutTheTeamSection.styled'
import { AboutHeading } from 'components/client/about/AboutPage.styled'

export default function AboutTheTeamSection() {
Expand Down
Loading