-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmexico.js
More file actions
103 lines (103 loc) · 3.09 KB
/
mexico.js
File metadata and controls
103 lines (103 loc) · 3.09 KB
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
103
var mexico = [{
image: "Alma Patricia Jimenez.JPG",
name: "Alma"
},{
image: "Ana Maria Barbosa.JPG",
name: "Ana"
},{
image: "Analy Miranda.JPG",
name: "Analy"
},{
image: "Areli Rodriguez.JPG",
name: "Areli"
},{
image: "Beatriz Quesadas.JPG",
name: "Beatriz"
},{
image: "Claudia Hernández.JPG",
name: "Claudia"
},{
image: "Daniela Belem García.JPG",
name: "Daniela"
},{
image: "Elisa Guadalupe Martínez.JPG",
name: "Elisa"
},{
image: "Evelyn Vázquez.JPG",
name: "Evelyn"
},{
image: "Gabriela Peñaloza.JPG",
name: "Gabriela"
},{
image: "Grissel Coutiño.JPG",
name: "Grissel"
},{
image: "Guadalupe Guerrero.JPG",
name: "Guadalupe"
},{
image: "Johana Alexa Vargas.JPG",
name: "Johana"
},{
image: "Joyce Zeltzin Hernández.JPG",
name: "Joyce"
},{
image: "Juana Ofelia García.JPG",
name: "Juana"
},{
image: "Karen A. Sharon De Diego.JPG",
name: "Karen"
},{
image: "Karen Cruz Heredia.JPG",
name: "Karen Cruz"
},{
image: "Karen Quiroz.JPG",
name: "Karen Quiroz"
},{
image: "Karla Monica Llerenas.JPG",
name: "Karla"
},{
image: "Karla Vargas.JPG",
name: "Karla Vargas"
},{
image: "Leslie Anigail Vazquez.JPG",
name: "Leslie"
},{
image: "Lilian Mishel Martínez.JPG",
name: "Lilian"
},{
image: "Milca Sarai Del Angel.JPG",
name: "Milca"
},{
image: "Naibit Leonel.JPG",
name: "Naibit"
},{
image: "Nayeli Carbajal.JPG",
name: "Nayeli"
},{
image: "Nelly Montserrat Saavedra.JPG",
name: "Nelly"
},{
image: "Reyna Hernández.JPG",
name: "Reyna"
},{
image: "Rubí Adriana Santiago.JPG",
name: "Rubi"
},{
image: "Ruth López.JPG",
name: "Ruth"
},{
image: "Ruth Zacnicte Vega.JPG",
name: "Ruth Zacnicte"
},{
image: "Sandra Bollo.JPG",
name: "Sandra"
},{
image: "Sandra Díaz.JPG",
name: "Sandra Díaz"
},{
image: "Vianey Tavatha Moreno.JPG",
name: "Vianey"
},{
image: "Zazil Aurora Martinez.JPG",
name: "Zazil"
}];