Skip to content

Commit

Permalink
Se cambia a un nuevo archivo con los nuevos embajadores y se añade un…
Browse files Browse the repository at this point in the history
… embajador
  • Loading branch information
OtroMigala committed Jun 21, 2024
1 parent 37be261 commit 5d27093
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions data/Embajadores copy.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
image,name,description
img/team_old/c_duran.jpg, Carlos Duran, Universidad del Cauca
img/team_old/Luis Felipe Segura Quintero .jpeg, Luis Segura , Universidad del Cauca
img/team_old/David Santiago Garcia Chicangana .jpg", David Santiago Garcia Chicangana , Universidad del Cauca
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ <h2>EMBAJADORES NASA SPACE APPS</h2> <!-- Título de la sección -->
});
}
// Fetch the CSV file and display the speakers
fetch('./data/Embajadores.csv')
fetch('./data/Embajadores copy.csv')
.then((response) => response.text())
.then((data) => {
const speakers = Papa.parse(data, { header: true }).data;
Expand Down

0 comments on commit 5d27093

Please sign in to comment.