Skip to content

Commit

Permalink
Added team data with pictures
Browse files Browse the repository at this point in the history
  • Loading branch information
Solankimimoh committed Sep 17, 2024
1 parent 37c5c2a commit 60b35ce
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 2 deletions.
Binary file modified public/images/team/billy.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/images/team/florian.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/images/team/hanine.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/images/team/jihoo_green.jpeg
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/images/team/mimoh.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/images/team/nav.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/images/team/stacy.veronneau.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/images/team/stefania.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 37 additions & 2 deletions src/data/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const sponsors = [{
logo: '/images/partners/transit.svg',
company: 'Transit',
website: 'https://manifesto.transitapp.com/fr/jobs',
},];
}];

export const eventPhotos = [{
title: 'DevFest 2023 was so much fun.',
Expand Down Expand Up @@ -196,5 +196,40 @@ export const team = [{
name: 'Laurence de Villers',
title: 'Android Developer at Transit | GDG Organizer | Women Techmakers Ambassador',
image: '/images/team/laurence.jpg',
link: 'https://www.linkedin.com/in/ldevillers/'
link: 'https://www.linkedin.com/in/ldevillers/',
}, {
name: 'Mimoh Solanki',
title: 'Full Stack Developer | GDG Organizer',
image: '/images/team/mimoh.jpg',
link: 'https://www.linkedin.com/in/mimohsolanki/',
}, {
name: 'Stacy Véronneau',
title: 'Director of Sales Engineering and Professional Services at SE Cloud Experts',
image: '/images/team/stacy.veronneau.png',
link: 'https://g.dev/sveronneau',
}, {
name: 'Hanine Tydrini',
title: 'Software Engineering Student',
image: '/images/team/hanine.jpg',
link: 'https://www.linkedin.com/in/hanine-tydrini-154b1b24b/',
}, {
name: 'Jihoo Park',
title: 'Senior Data Analyst @ Warner Bros. Games Montreal | WTM ambassador | Google BI customer Council Member',
image: '/images/team/jihoo_green.jpeg',
link: 'https://developers.google.com/profile/u/109280340170455499902',
}, {
name: 'Nav Singh',
title: 'Sr. Android Engineer | GDE Android',
image: '/images/team/nav.png',
link: 'https://www.linkedin.com/in/navczydev/',
}, {
name: 'Florian Ley',
title: 'Application manager',
image: '/images/team/florian.png',
link: 'https://www.linkedin.com/in/florian-ley/',
}, {
name: 'Stefania Pecore\n',
title: 'Director of AI development at Sardo, WomenTechmakers Montréal lead and ambassador\n',
image: '/images/team/stefania.jpg',
link: 'https://developers.google.com/profile/u/specore',
}];

0 comments on commit 60b35ce

Please sign in to comment.