-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv.html
96 lines (93 loc) · 2.28 KB
/
cv.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
<h1 style="text-align: center">Armin Cano</h1>
<hr />
<p style="text-align: center; padding-left: 20%; padding-right: 20%">
I create engaging web pages and apps, with a focus on customized user
interfaces, interactivity, and client-server communication.<br />I'm a
fast learner, eager to expand my skills in testing, debugging and
optimization.
</p>
<hr />
<table>
<tbody>
<tr>
<th>Nombre</th>
<td>:</td>
<td>Armin Cano</td>
</tr>
<tr>
<th>Fecha de nacimiento</th>
<td>:</td>
<td>25 de marzo 1991</td>
</tr>
<tr>
<th>Teléfono</th>
<td>:</td>
<td>555 123 456</td>
</tr>
<tr>
<th>RUT</th>
<td>:</td>
<td>21.456.111-K</td>
</tr>
<tr>
<th>GitHub</th>
<td>:</td>
<td>
<a href="https://github.com/armincano" target="_blank"
>github.com/armincano</a
>
</td>
</tr>
<tr>
<th>LinkedIn</th>
<td>:</td>
<td>
<a href="https://www.linkedin.com/in/armincano/" target="_blank"
>linkedin.com/in/armincano</a
>
</td>
</tr>
</tbody>
</table>
<h2>Antecedentes Académicos</h2>
<ul>
<li><i>MigraCode Barcelona</i>. Web Developer FullStack JS.</li>
<li><i>Apple</i>. Product Designer.</li>
<li><i>Hogwarts School of Witchcraft and Wizardry</i>. Curse Breaker.</li>
</ul>
<h2>Antecedentes Laborales</h2>
<ul>
<li>
<h3 style="line-height: 0; padding-top: 8px">
Starfleet captain. <i>Star Trek</i> - 2070
</h3>
<p>Dirección de la misión hacia Etilonya-V en busca de Cadete Dal.</p>
</li>
<li>
<h3 style="line-height: 0; padding-top: 8px">
Starfleet cadet. <i>Star Trek</i> - 2064
</h3>
<p>
A cargo de preparar la turbina de megatrones cuánticos para saltos
interdimensionalísimos.
</p>
</li>
</ul>
<h2>Antecedentes Logros</h2>
<ul>
<li><i>Alive at my 33</i>: Seguir vivo cada día es un milagro.</li>
<li>
<i>Premio Nacional Mejor Desarrollador en la calle que vivo</i>:
<b>En teoría</b> soy el mejor en mi calle.
</li>
</ul>
</body>
</html>