-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
96 lines (95 loc) · 4.98 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang= "en" dir= "ltr">
<head>
<meta charset= "utf-8">
<title>CV de Angel Contreras</title>
<meta name= "description:" content="Angel es un profesional del rubro
financiero con mas de 10 años de experincia en operaciones y atencion
al cliente">
</head>
<body style= "font-family: verdana, arial, san_serif; margin: 0;">
<header style= "background-color: #114291; color: yellow; text-align: center; padding: 16px">
<p style= "display: inline-block; width: 400px; font-weight: 200;">Sintesis Curricular</p>
<h1 style= "display: inline-block; width: 400px; font-weight: 700;">ANGEL ALFONSO CONTRERAS ALVAREZ</h1>
<p style= "display: inline-block; width: 400px; font-weight: 200;">Representante de Operaciones</p>
</header>
<div style= "background-color: orange; color: white; text-align: center; padding: 10px">
Mas de 10 años de experiencia en el rubro financiero, tanto en la parte operativa como en la atención del cliente
</div>
<section>
<div style="width: 960px; margin-right: auto; margin-left: auto">
<div>
<div style= "display: inline-block; width: 70%; vertical-align: top;">
<h3 style= "font-size: 36px; font-weight: 700">Educación</h3>
<div>
<dl>
<dt style= "font-size: 18px; text-transform: uppercase; margin-botton: 12px; margin-top: 36px">Contaduria Publica</dt>
<dd style= "margin: 0">2001-2011 La Universidad del Zulia (Sin culminar)</dd>
<dt style= "font-size: 18px; text-transform: uppercase; margin-botton: 12px; margin-top: 36px">Bachiller en Ciencias</dt>
<dd style= "margin: 0">1993-1995 Liceo Nacional Hermagoras Chavez</dd>
</dl>
</div>
</div>
<div style= "display: inline-block; width: 25%; margin-top: 20px">
<img src="IMG_20180920_230717.jpg" width="250">
</div>
</div>
<div style="margin-top: 120px">
<h3 style= "font-size: 36px; font-weight: 700">Experiencia Laboral</h3>
<div>
<dl>
<dt style= "font-size: 18px; text-transform: uppercase; margin-botton: 12px; margin-top: 36px">Cajero Bancario y Asistente Administrativo</dt>
<dd style= "margin: 0">2007-2016 Trabajo operativo tanto de cara al cliente como interno en Mercantil Banco Univrsal</dd>
<dt style= "font-size: 18px; text-transform: uppercase; margin-botton: 12px; margin-top: 36px">Cajero</dt>
<dd style= "margin: 0">2006-2007 Recepcion de pagos del servicio de energia electrica a traves de taquillas del B.O.D.</dd>
</dl>
</div>
</div>
<div style="margin-top: 120px">
<h3 style= "font-size: 36px; font-weight: 700">Cursos Recientes</h3>
<div>
<dl>
<dt style= "font-size: 18px; text-transform: uppercase; margin-botton: 12px; margin-top: 36px">Desarrollador Web</dt>
<dd style= "margin: 0">2021 Curso Online en Codigo Facilito</dd>
<dt style= "font-size: 18px; text-transform: uppercase; margin-botton: 12px; margin-top: 36px">Cajero Administrativo</dt>
<dd style= "margin: 0">2019 C.F.E.</dd>
</dl>
</div>
</div>
<div style="margin-top: 120px">
<h3 style= "font-size: 36px; font-weight: 700">Logros</h3>
<div>
<dl>
<dt style= "font-size: 18px; text-transform: uppercase; margin-botton: 12px; margin-top: 36px">Tutor de Cajeros</dt>
<dd style= "margin: 0">2014 Tutoria de los cajeros de nuevo ingreso en Mercantil Banco Universal</dd>
</dl>
</div>
</div>
<div style="margin-top: 120px">
<h3 style= "font-size: 36px; font-weight: 700">Otros</h3>
<ul style="margin-top: 12px; padding: 0px">
<li style="margin-top: 16px">Ingles Basico</li>
<li style="margin-top: 16px">Office intermedio</li>
<li style="margin-top: 16px">HTML Basico</li>
<li style="margin-top: 16px">Css Basico</li>
<li style="margin-top: 16px">Javascript Basico</li>
</ul>
</div>
<div style="margin-top: 120px">
<h3 style= "font-size: 36px; font-weight: 700">Redes Laborales</h3>
<ul style="margin-top: 12px; padding: 0px">
<li style="margin-top: 16px">
<a href="https://www.linkedin.com/in/angelc78/" target= "_blank">LinkedIn</a>
</li>
<li style="margin-top: 16px">
<a href="https://www.facebook.com/angelcontreras78/" target= "_blank">Facebook</a>
</li>
<li style="margin-top: 16px">
<a href="https://www.instagram.com/angelc78" target= "_blank">Instagram</a>
</li>
</ul>
</div>
</div>
</section>
</body>
</html>