Skip to content

Commit

Permalink
Changement des photos 2024 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
OliStP authored Jun 23, 2024
1 parent f52a49a commit 0fc71a5
Show file tree
Hide file tree
Showing 11 changed files with 49 additions and 15 deletions.
Binary file added src/img/team/Camilo2024.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 src/img/team/Catherine2024.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 src/img/team/Jeremy2024.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 src/img/team/Liza2024.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 src/img/team/Marc-Olivier2024.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 src/img/team/Nadir2024.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 src/img/team/Olivier2024.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 src/img/team/Robyn2024.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 src/img/team/William2024.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 30 additions & 15 deletions src/json/member.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"imgName": "olivier2023",
"imgName": "Olivier2024",
"name": "Olivier St-Pierre",
"idProgramme": "team.log",
"idTitre": "team.capitain",
Expand All @@ -18,21 +18,14 @@
"linkedin": "https://www.linkedin.com/in/catarina-castro-13a6b9183"
},
{
"imgName": "marc-olivier2023",
"imgName": "Marc-Olivier2024",
"name": "Marc-Olivier Bisson",
"idProgramme": "team.log",
"idTitre": "team.technique & team.cocap",
"defaultMessageTitre": "Technical director & Co-Captain",
"defaultMessageProgramme": "Software engineering",
"linkedin": "https://www.linkedin.com/in/marc-olivier-bisson-15503517b"
},
{
"imgName": "elias2023",
"name": "Elias David Zabaleta Forero",
"idProgramme": "team.ele",
"defaultMessageProgramme": "Electrical engineering",
"linkedin": "https://www.linkedin.com/in/elias-zabaleta-67626b250"
},
{
"imgName": "paul2023",
"name": "Paul Joseph Beltran",
Expand All @@ -41,7 +34,7 @@
"linkedin": "https://www.linkedin.com/in/paul-beltran-71899793"
},
{
"imgName": "catherine2023",
"imgName": "Catherine2024",
"name": "Catherine Ouimet",
"idProgramme": "team.mec",
"defaultMessageProgramme": "Mechanical engineering",
Expand All @@ -55,33 +48,55 @@
"linkedin": "https://www.linkedin.com/in/mathieu-gagnon"
},
{
"imgName": "camilo2023",
"imgName": "Camilo2024",
"name": "Camilo Vela",
"idProgramme": "team.ele",
"defaultMessageProgramme": "Electrical engineering",
"linkedin": "https://www.linkedin.com/in/juan-camilo-vela-laverde/"
},
{
"imgName": "Jeremy2024",
"name": "Jérémy Thu-Thon",
"idProgramme": "team.gpa",
"defaultMessageProgramme": "Engineering of Automated Manufacturing"
},
{
"imgName": "Robyn2024",
"name": "Robyn Girardeau",
"idProgramme": "team.log",
"defaultMessageProgramme": "Software engineering",
"linkedin": "https://www.linkedin.com/in/robyn-girardeau/"
},
{
"name": "Eliott Frohly",
"imgName": "Nadir2024",
"name": "Nadir Kaciousalah",
"idProgramme": "team.gpa",
"defaultMessageProgramme": "Engineering of Automated Manufacturing",
"linkedin": "https://www.linkedin.com/in/eliott-f/"
"linkedin": "https://www.linkedin.com/in/nadir-kaciousalah/"
},
{
"name": "Annie Tremblay",
"idProgramme": "team.log",
"defaultMessageProgramme": "Software engineering"
},
{
"imgName": "Liza2024",
"name": "Liza Benkadoum",
"idProgramme": "team.log",
"defaultMessageProgramme": "Software engineering",
"linkedin":"https://www.linkedin.com/in/liza-benkadoum/"
},
{
"name": "Guy-Philippe Nadon",
"idProgramme": "team.log",
"defaultMessageProgramme": "Software engineering",
"linkedin":"https://www.linkedin.com/in/guy-philippe-nadon-26489a114/"
},
{
"name": "Emmanuel Coulombe",
"imgName": "William2024",
"name": "William Hébert",
"idProgramme": "team.log",
"defaultMessageProgramme": "Software engineering",
"linkedin": "https://www.linkedin.com/in/emmanuelcoulombe"
"linkedin":"https://www.linkedin.com/in/w-hebert/"
}
]
19 changes: 19 additions & 0 deletions src/json/memberOld.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,24 @@
"idProgramme": "team.log",
"defaultMessageProgramme": "Software engineering",
"linkedin": "https://www.linkedin.com/in/florent-duchesne"
},
{
"imgName": "elias2023",
"name": "Elias David Zabaleta Forero",
"idProgramme": "team.ele",
"defaultMessageProgramme": "Electrical engineering",
"linkedin": "https://www.linkedin.com/in/elias-zabaleta-67626b250"
},
{
"name": "Emmanuel Coulombe",
"idProgramme": "team.log",
"defaultMessageProgramme": "Software engineering",
"linkedin": "https://www.linkedin.com/in/emmanuelcoulombe"
},
{
"name": "Eliott Frohly",
"idProgramme": "team.gpa",
"defaultMessageProgramme": "Engineering of Automated Manufacturing",
"linkedin": "https://www.linkedin.com/in/eliott-f/"
}
]

0 comments on commit 0fc71a5

Please sign in to comment.