Skip to content

Commit

Permalink
feature(website): update team page (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssandino authored May 28, 2024
1 parent d7f01e8 commit 0986d98
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
3 changes: 2 additions & 1 deletion shared/locales/de/website-about-us.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@
"board-member": "Vorstandsmitglied",
"software-development": "Softwareentwicklung",
"app-development": "App-Entwicklung",
"impact-measurement": "Impact Measurement"
"impact-measurement": "Impact Measurement",
"fundraising": "Fundraising"
},
"groups": {
"staff": {
Expand Down
3 changes: 2 additions & 1 deletion shared/locales/en/website-about-us.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@
"software-development": "Software Development",
"app-development": "App Development",
"impact-measurement": "Impact Measurement",
"strategy": "Strategy"
"strategy": "Strategy",
"fundraising": "Fundraising"
},
"groups": {
"staff": {
Expand Down
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 @@ -16,6 +16,7 @@ import lorenzoImage from '@/app/[lang]/[region]/(website)/about-us/(assets)/lore
import mabelImage from '@/app/[lang]/[region]/(website)/about-us/(assets)/mabel.jpeg';
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 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 patrikImage from '@/app/[lang]/[region]/(website)/about-us/(assets)/patrik.jpeg';
Expand Down Expand Up @@ -72,13 +73,11 @@ const groups: Group[] = [
{ name: 'Mikołaj Demkow', role: 'app-development', image: mikolajImage },
{ name: 'Verena Zaiser', role: 'app-development', image: verenaImage },
{ name: 'András Heé', role: 'software-development', image: andrasImage },
{ name: 'Carlos Badilla', role: 'impact-measurement', image: carlosImage },
{ name: 'Larissa dos Santos Lima', role: 'communications', image: larissaImage },
{ name: 'Carlos Badilla', role: 'fundraising', image: carlosImage },
{ name: 'Larissa dos Santos Lima', role: 'fundraising', image: larissaImage },
{ name: 'Pranav Chatur', role: 'software-development', image: pranavImage },
{ name: 'René Stalder', role: 'software-development', image: reneImage },
{ name: 'Simon Bühler', role: 'communications', image: simonImage },
{ name: 'Sarvesh Dwivedi', role: 'software-development', image: sarveshImage },
{ name: 'Thomas Brenner', role: 'software-development', image: thomasImage },
{ name: 'Matthew Roberts', role: 'communications', image: matthewImage },
],
},
{
Expand All @@ -105,6 +104,9 @@ const groups: Group[] = [
{ name: 'Sarah Mekni', role: 'strategy', image: sarahImage },
{ name: 'Lorenzo Garovi', role: 'strategy', image: lorenzoImage },
{ name: 'Anna-Lina Müller', role: 'strategy', image: annalinaImage },
{ name: 'Simon Bühler', role: 'communications', image: simonImage },
{ name: 'René Stalder', role: 'software-development', image: reneImage },
{ name: 'Sarvesh Dwivedi', role: 'software-development', image: sarveshImage },
],
},
];
Expand Down

0 comments on commit 0986d98

Please sign in to comment.