Skip to content

Commit

Permalink
chore: Adds & removes team members
Browse files Browse the repository at this point in the history
  • Loading branch information
fsologureng committed Jul 3, 2024
1 parent 91f9432 commit 9a6040e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 28 deletions.
Binary file removed public/images/team/G_Braulio.jpg
Binary file not shown.
Binary file added public/images/team/TI_Catalina.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 removed public/images/team/TI_Luis.jpg
Binary file not shown.
Binary file removed public/images/team/TI_MatiasMelo.jpg
Binary file not shown.
33 changes: 5 additions & 28 deletions src/Content/Team/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ export const team_members_data = {
'linkedin' : 'https://www.linkedin.com/in/cecilia-andrea-pereira-alvarez-915b8a32/'
}
},
{
'name': 'Braulio Ibarra O.',
'position': 'Coordinador de Educación Abierta',
'image': "/images/team/G_Braulio.jpg",
'links': {
'linkedin': 'https://www.linkedin.com/in/bibarraolea/'
}
},
{
'name': 'Silvia Carozzi V.',
'position': 'Megatutora y Soporte',
Expand All @@ -56,14 +48,6 @@ export const team_members_data = {
'linkedin' : 'https://www.linkedin.com/in/franciscosereno/'
}
},
// {
// 'name' : 'Karla Cabello O.',
// 'position' : 'Diseñadora Instruccional',
// 'image' : "/images/team/karla.png",
// 'links' : {
// 'linkedin' : 'https://cl.linkedin.com/in/karla-cabello-orellana'
// }
// },
{
'name' : 'Catalina Marilao C.',
'position' : 'Diseñadora Instruccional',
Expand Down Expand Up @@ -122,19 +106,12 @@ export const team_members_data = {
}
},
{
'name' : 'Luis Santana A.',
'position' : 'Desarrollador',
'image' : "/images/team/TI_Luis.jpg",
'links' : {
'linkedin' : 'https://www.linkedin.com/in/lsantana-almonacid/'
}
},
{
'name' : 'Matías Melo G.',
'position' : 'Desarrollador',
'image' : "/images/team/TI_MatiasMelo.jpg",
'name' : 'Catalina M. A. Ilabaca',
'position' : 'Desarrolladora',
'image' : "/images/team/TI_Catalina.jpg",
'links' : {
'linkedin': 'https://www.linkedin.com/in/matías-ignacio-melo-guillaume-68348a240'
'linkedin' : 'https://www.linkedin.com/in/catalina-araya-ilabaca-1a4bba1b9/',
'github' : 'https://github.com/cmaraya'
}
},
{
Expand Down

0 comments on commit 9a6040e

Please sign in to comment.