Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions contributors-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,15 @@ const contributors = [
image: "https://github.com/Dave0097-hdz.png",
description: "Soy un estudiante apasionado por la programación y la tecnología. Me encanta seguir aprendiendo de nuevas tecnologías y me gusta compartir mi conocimientos con otros.",
hobbies: ["Developer", "Open Source", "Github", "Gaming"],
},
{
name: "Andres Torres",
nickname: "iAndresTM", // Requerido
github: "https://github.com/iAndresTM", // Requerido
linkedin: "https://www.linkedin.com/in/andres-torres-1913a3270/", // Opcional
image: "https://github.com/iAndresTM.png", // Opcional
description: "Analista y desarrollador de software | Ciberseguridad enthusiast | Aprendiz Backend | Amante de la tecnología y la innovación.",
hobbies: ["Basquetbol", "Programar", "Gaming", "Soccer"] // Máximo 4
}
];

Expand Down