-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (63 loc) · 1.96 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./assest/style.css">
<title>Desafío Latam</title>
</head>
<body>
<h1>Curriculum Vitae Actual.</h1>
<img src="./assest/Sebastian.jpeg" alt="Foto CV Sebastian Abrigo">
<h2>Resumen</h2>
<p>Sebastian Camilo Abrigo Vera, natural de Stgo de Chile. Trabajador de actualmente de claro empresas soporte
convergente. Trabajador de Telecomunicaciones con 13 años de servicio en distintos proveedores de Telefonia,
actualmente consertista en Violin clasico, realizo covers de musica popular</p>
<h3>Datos Personales</h3>
<ul>
<li>Nombre Completo: Sebastian Camilo Abrigo Vera</li>
<li>Fecha de Nacimiento: 08 de octubre de 1989</li>
<li>Lugar de Nacimiento: Chile</li>
</ul>
<h3>Formación</h3>
<p>Trabajador de Telecomunicaciones desde los 18 años con ardua experiencia en los sistemas en distintas compañias
telefonicas como Movistar, Claro, WOM, entre otras. Al mismo tiempo supervisor de area de gestiones internas y
calidad de servicio prestados.</p>
<h2>Reconocimientos</h2>
<ol>
<li>Supervisor de operaciones reclamos tecnicos 2014</li>
<li>Coordinador Tecnico en Movistar 2016</li>
<li>Supervisor de Area Backoffice WOM 2021</li>
<li>Backoffice claro empresas medianas 2022</li>
</ol>
<a href="https://wwww.facebook.com"> Facebook web</a>
<table>
<tr>
<th>Nombre</th>
<th>Nota 1</th>
<th>Nota 2</th>
</tr>
<tr>
<td>Sebastian</td>
<td>10</td>
<td>10</td>
</tr>
<tr>
<td>Mauricio</td>
<td>10</td>
<td>10</td>
</tr>
<tr>
<td>Jorge</td>
<td>10</td>
<td>10</td>
</tr>
<tr>
<td>Mary</td>
<td>10</td>
<td>10</td>
</tr>
</table>
</body>
</html>