-
Notifications
You must be signed in to change notification settings - Fork 102
/
Copy pathdata.json
128 lines (128 loc) · 4.26 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"title": "Thomas A. Anderson (Neo) | Portafolio",
"description": "Soy Neo, posiblemente el mejor programador de la historia.",
"image": "/avatar.jpg",
"avatar": "/avatar.jpg",
"name": "Thomas A. Anderson (Neo)",
"skill": "Programador, hacker y el Elegido",
"location": "Matrix y el mundo real",
"media": {
"email": "[email protected]",
"cv": "/data/cv.pdf",
"github": "https://github.com/thomasanderson",
"likedin": "https://linkedin.com/in/thomasanderson"
},
"about": "Soy un programador inquieto con una doble vida, ya que trabajo en una prestigiosa empresa de software pero también he cometido todos los crímenes informáticos que existen. Tengo la sensación de que nada es lo que parece ser.",
"technologies": [
{
"icon": "devicon-devicon-plain",
"name": "Binario"
},
{
"icon": "devicon-devicon-plain",
"name": "Ensamblador"
},
{
"icon": "devicon-devicon-plain",
"name": "COBOL"
},
{
"icon": "devicon-c-plain",
"name": "C"
},
{
"icon": "devicon-python-plain",
"name": "Python"
}
],
"experience": [
{
"icon": "terminal",
"title": "Metacortex",
"subtitle": "Programador",
"description": "Programo software respetable desde un cubículo.",
"date": "1999"
},
{
"icon": "rabbit",
"title": "Nebuchadnezzar",
"subtitle": "El Elegido",
"description": "Me encargo de salvar el mundo.",
"date": "1999 - Actualidad"
}
],
"projects": [
{
"icon": "bar-chart-4",
"title": "Software random",
"subtitle": "Software propiedad de Metacortex",
"description": "Herramienta para hacer rico a otras personas.",
"technologies": [
{
"icon": "devicon-python-plain",
"name": "Python"
},
{
"icon": "devicon-django-plain",
"name": "Django"
}
],
"image": "/project_1.jpg",
"url": "https://matrix.fandom.com/wiki/MetaCortex",
"github": "https://github.com/thomasanderson"
},
{
"icon": "bug-off",
"title": "Hackeo Matrix",
"subtitle": "Mi obra maestra",
"description": "Migración del Matrix al mundo real y hackeo del sistema ficticio para salvar a la humanidad.",
"technologies": [
{
"icon": "devicon-devicon-plain",
"name": "Binario"
}
],
"image": "/project_2.jpg",
"url": "https://matrix.fandom.com/wiki/Wiki",
"github": "https://github.com/thomasanderson"
}
],
"training": [
{
"icon": "backpack",
"title": "Central West Junior High",
"subtitle": "Una escuela",
"description": "Aprendí cosas.",
"date": "Indeterminado",
"certificate": "https://en.wikipedia.org/wiki/Neo_(The_Matrix)"
},
{
"icon": "graduation-cap",
"title": "Owen Patterson High",
"subtitle": "Otra escuela",
"description": "Aprendí más cosas.",
"date": "Indeterminado",
"certificate": "https://en.wikipedia.org/wiki/Neo_(The_Matrix)"
}
],
"extras": [
{
"image": "/extra_1.jpg",
"title": "The Matrix",
"description": "Aparecí en esta película.",
"url": "https://en.wikipedia.org/wiki/The_Matrix"
},
{
"image": "/extra_2.jpg",
"title": "The Matrix Reloaded",
"description": "Y en esta otra.",
"url": "https://en.wikipedia.org/wiki/The_Matrix_Reloaded"
},
{
"image": "/extra_3.jpg",
"title": "The Matrix Revolutions",
"description": "Y en esta más.",
"url": "https://en.wikipedia.org/wiki/The_Matrix_Revolutions"
}
]
}