-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathdata.json
102 lines (102 loc) · 3.57 KB
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"perfiles": [
{
"name": "Yensy Helena Gómez Villegas",
"img": "./IMG/yhgv/yenGomez.jpg",
"page": "./HTML/perfiles/yhgv.html",
"email": "[email protected]",
"description": "Fundadora - jointDeveloper<br />Ingeniera de Sistemas y Computación"
},
{
"name": "Giseth Johana Grimaldo B.",
"img": "./IMG/imagenPerfilGjg.jpg",
"page": "./HTML/perfiles/giseth.html",
"email": "",
"description": "Ingeniera de Sistemas y Computación"
},
{
"name": "Juliana Hernández",
"img": "./IMG/julianah.png",
"page": "./HTML/perfiles/julianah.html",
"email": "[email protected]",
"description": "Diseñadora Estrategica<br /> Antropóloga"
},
{
"name": "Angelica Aguirre Castro",
"img": "./IMG/angelicaaguirre/angelica_aguirre.jpg",
"page": "./HTML/perfiles/angelicaaguirre.html",
"email": "[email protected]",
"description": "Ingeniera de Sistemas y Computación"
},
{
"name": "Carolina Gómez Trejos",
"img": "./IMG/carogt/carogt.jpg",
"page": "./HTML/perfiles/carogt.html",
"email": "[email protected]",
"description": "Estudiante Ingeniería de Sistemas y Computación"
},
{
"name": "Carolina Jiménez Gómez",
"img": "./IMG/cjg/cjg.jpg",
"page": "./HTML/perfiles/cjg.html",
"email": "[email protected]",
"description": "Estudiante Ingeniería de Sistemas y Computación."
},
{
"name": "María Victoria Gasca",
"img": "./IMG/vicky/perfil.jpg",
"page": "./HTML/perfiles/Vicky.html",
"email": "[email protected]",
"description": "Ingeniera Electricista."
},
{
"name": "Sebastian Duque",
"img": "./IMG/sduque/sduque.jpg",
"page": "./HTML/perfiles/sduque.html",
"email": "[email protected]",
"description": "Estudiante Ingeniería de Sistemas y Computación"
},
{
"name": "Leiver Campeón",
"img": "./IMG/leiver.jpg",
"page": "./HTML/perfiles/leiver.html",
"email": "[email protected]",
"description": "Estudiante Ingeniería de Sistemas y Computación"
},
{
"name": "John H. Osorio Ríos",
"img": "./IMG/josorio.jpg",
"page": "./HTML/perfiles/josorio.html",
"email": "[email protected]",
"description": "Ingeniero de Sistemas y Computación<br />Especialista en Electrónica Digital<br />Investigador Principal Centro de Educación GPU nVidia<br />Director de Investigación Grupo Sirius HPC"
},
{
"name": "Angie Melissa Delgado",
"img": "./IMG/melidelgado/meli.jpg",
"page": "./HTML/perfiles/melidelgado.html",
"email": "[email protected]",
"description": "Estudiante de Ingeniería de Sistemas"
},
{
"name": "Daniel Fernando Largo Guerrero",
"img": "./IMG/daniell.jpg",
"page": "./HTML/perfiles/daniel.html",
"email": "[email protected]",
"description": "Estudiante de Ingeniería de Sistemas y Computación."
},
{
"name": "Vanessa Penagos Rios",
"img": "./IMG/vanessa/vanessa.jpg",
"page": "./HTML/perfiles/vanessa.html",
"email": "[email protected]",
"description": "Estudiante de Ingeniería de Sistemas y Computación."
},
{
"name": "Daniela Zuluaga Ocampo",
"img": "./IMG/danielaz/danielaz.jpg",
"page": "./HTML/perfiles/daniela.html",
"email": "[email protected]",
"description": "Estudiante de Ingeniería de Sistemas y Computación."
}
]
}