Skip to content

Commit

Permalink
Web: Update team section (#938)
Browse files Browse the repository at this point in the history
* Udpate team section

---------

Co-authored-by: ssandino <[email protected]>
  • Loading branch information
ssandino and ssandino authored Nov 13, 2024
1 parent 2fc33b2 commit 64141ca
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import aurelieImage from '@/app/[lang]/[region]/(website)/about-us/(assets)/aure
import carlosImage from '@/app/[lang]/[region]/(website)/about-us/(assets)/carlos.jpeg';
import flavienImage from '@/app/[lang]/[region]/(website)/about-us/(assets)/flavien.jpeg';
import francoiseImage from '@/app/[lang]/[region]/(website)/about-us/(assets)/francoise.jpg';
import gavriilImage from '@/app/[lang]/[region]/(website)/about-us/(assets)/gavriil-tzortzakis.jpg';
import juanImage from '@/app/[lang]/[region]/(website)/about-us/(assets)/juan.jpeg';
import juliaImage from '@/app/[lang]/[region]/(website)/about-us/(assets)/julia.jpeg';
import kabeloImage from '@/app/[lang]/[region]/(website)/about-us/(assets)/kabelo.jpeg';
Expand All @@ -19,9 +20,11 @@ import mabelImage from '@/app/[lang]/[region]/(website)/about-us/(assets)/mabel.
import marcImage from '@/app/[lang]/[region]/(website)/about-us/(assets)/marc-werner.jpg';
import mariatuImage from '@/app/[lang]/[region]/(website)/about-us/(assets)/mariatu.jpg';
import marionImage from '@/app/[lang]/[region]/(website)/about-us/(assets)/marion.jpeg';
import mathildeImage from '@/app/[lang]/[region]/(website)/about-us/(assets)/mathilde-dumont.jpg';
import matthewImage from '@/app/[lang]/[region]/(website)/about-us/(assets)/matthew.jpeg';
import michaelImage from '@/app/[lang]/[region]/(website)/about-us/(assets)/michael.jpeg';
import mikolajImage from '@/app/[lang]/[region]/(website)/about-us/(assets)/mikolaj.jpeg';
import patrickImage from '@/app/[lang]/[region]/(website)/about-us/(assets)/patrick-mcclurg.jpeg';
import patrikImage from '@/app/[lang]/[region]/(website)/about-us/(assets)/patrik.jpeg';
import pranavImage from '@/app/[lang]/[region]/(website)/about-us/(assets)/pranav.jpg';
import reneImage from '@/app/[lang]/[region]/(website)/about-us/(assets)/rene.jpeg';
Expand All @@ -33,6 +36,7 @@ import simonImage from '@/app/[lang]/[region]/(website)/about-us/(assets)/simon.
import simoneImage from '@/app/[lang]/[region]/(website)/about-us/(assets)/simone.jpeg';
import thomasImage from '@/app/[lang]/[region]/(website)/about-us/(assets)/thomas.jpeg';
import verenaImage from '@/app/[lang]/[region]/(website)/about-us/(assets)/verena.jpeg';

import { WebsiteLanguage } from '@/i18n';
import { Translator } from '@socialincome/shared/src/utils/i18n';
import { BaseContainer, FontSize, Typography } from '@socialincome/ui';
Expand Down Expand Up @@ -83,6 +87,9 @@ const groups: Group[] = [
{ name: 'Françoise Légeret', role: 'translations', image: francoiseImage },
{ name: 'Karin Berg', role: 'app-development', image: karinImage },
{ name: 'Marc Werner', role: 'research', image: marcImage },
{ name: 'Mathilde Dumond', role: 'software-development', image: mathildeImage },
{ name: 'Gavriil Tzortzakis', role: 'software-development', image: gavriilImage },
{ name: 'Patrick McClurg', role: 'software-development', image: patrickImage },
],
},
{
Expand Down

0 comments on commit 64141ca

Please sign in to comment.