forked from Caribe-Dev/caribe-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathall-founders.json
89 lines (89 loc) · 2.45 KB
/
all-founders.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
{
"founders": [
{
"name": "Jesus Hernandez",
"image": "/images/founders/jesus-hernandez.jpeg",
"social": {
"twitter": "https://twitter.com/jesuhrz",
"github": "https://github.com/jesuhrz",
"website": "https://jesuhrz.com"
}
},
{
"name": "Kelly Villa",
"image": "/images/founders/kelly-villa-2.png",
"social": {
"twitter": "https://twitter.com/02kellyv",
"github": "https://github.com/02KellyV"
}
},
{
"name": "Javier Daza",
"image": "/images/founders/javier-daza.jpeg",
"social": {
"twitter": "https://twitter.com/pyjavo",
"github": "https://github.com/pyjavo",
"website": "https://javierdaza.co/"
}
},
{
"name": "Luis Porras",
"image": "/images/founders/luis-porras.jpg",
"social": {
"twitter": "https://twitter.com/lporras16",
"github": "https://github.com/lporras",
"website": "https://linktr.ee/lporras16"
}
},
{
"name": "Aldair Moreno",
"image": "/images/founders/aldair-moreno.jpeg",
"social": {
"twitter": "https://twitter.com/_aldamc",
"github": "https://github.com/AldairMC",
"website": "https://aldairmc.github.io/aldair_mc/"
}
},
{
"name": "Brianith Navarro",
"image": "/images/founders/brianith-navarro.jpeg",
"social": {
"twitter": "https://twitter.com/briaenrose",
"github": "https://github.com/briaenrose"
}
},
{
"name": "Jesus Bossa",
"image": "/images/founders/jesus-bossa.jpeg",
"social": {
"twitter": "https://twitter.com/jesMakinox",
"github": "https://github.com/makinox",
"website": "https://jesusbossa.dev"
}
},
{
"name": "Fabian Altahona",
"image": "/images/founders/fabian-altahona.png",
"social": {
"twitter": "https://twitter.com/fabolivar23",
"github": "https://github.com/fabolivar"
}
},
{
"name": "Francisco Quintero",
"image": "/images/founders/francisco-quintero.jpg",
"social": {
"twitter": "https://twitter.com/cescquintero",
"github": "https://github.com/cesc1989"
}
},
{
"name": "Jesus Viloria",
"image": "/images/founders/jesus-viloria.jpeg",
"social": {
"twitter": "https://x.com/jesuviloria_",
"github": "https://github.com/jesuviloria"
}
}
]
}