-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (29 loc) · 1.33 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Hoja de Vida Robin</title>
</head>
<body>
<svg width="150px" height="106px" viewbox="0 0 150 106">
<image xlink:href="img/logo.svg" width="150px" height="106px">Logo Robin</image>
</svg>
<h1>HOJA DE VIDA ROBIN</h1>
<h2>Nombres y apellidos:</h2><h3>Robinson Lopera</h3>
<h2>Fecha y lugar de nacimiento:</h2><h3>Medellín, Julio de 1978</h3>
<a href="educacion.html">Educación</a>
<a href="experiencia.html">Experiencia</a>
<h2>INFORMACIÓN PERSONAL</h2>
<img src="img/leon.jpg" width="150px" height="150px" alt="" title="Robin">
<p>
Profesional en Ingeniería de Sistemas con 16 años de experiencia, certificado PMP desde 2009, con amplia experiencia en gerencia de proyectos con componentes de tecnología. Habilidades de manejo de personal, solución de conflictos, alta capacidad para trabajar bajo presión y en ambientes altamente estresantes.
<br>
Alta experiencia en desarrollo de aplicación Windows utilizando Visual Studio .Net y bases de datos SQL Server.
</p>
</body>
<footer>
<br>
<a href="mailto:[email protected]">Contacto</a>
<a href="https://www.facebook.com/robinson.lopera"><img src="img/facebook.png" width="30px" height="30px" alt=""></a>
</footer>
</html>