-
Notifications
You must be signed in to change notification settings - Fork 0
/
experiencia.html
31 lines (31 loc) · 1.4 KB
/
experiencia.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Hoja de Vida Digital</title>
</head>
<body>
<svg width="195px" heigth="5px" viewbox="0 0 85 33">
<image xlink:href="image/logoBINICSA.svg" width="195px" heigth="5px">Tu navegador no soporta imagen svg</image>
</svg>
<h1>Curriculum Vitae</h1>
<h2 style="background:rgb(86, 195, 223);color:rgb(255, 255, 255);">Datos Personales</h2>
<h2>Nombre: Primer Nombre Segundo Nombre Apellido</h2>
<h2>Fecha de Nacimiento: Fecha del Mes del Año</h2>
<h2>Lugar: Ciudad, País</h2>
<nav>
<a href="./index.html">Inicio</a> | <a href="./educacion.html">Educacion</a> | <a href="#">Experiencia</a>
</nav>
<h2>Experiencia</h2>
<h3>Habilidades e Intreses</h3>
<video src="video/habilidadesIntereses.mp4" controls width="300px" height="150px"></video>
<h3>Pasatiempos</h3>
<audio src="audio/pasatiempos.mp3" controls></audio>
<footer>
<p>© Derechos Reservados BINICSA | ✉ <a href="mailto:binicsa.com.ni">[email protected]</a> | ✆1800-2258 | <a href="http://www.facebook.com" target="_blank" title="Facebook"><img alt="Siguenos en Facebook" src="https://lh6.googleusercontent.com/-CYt37hfDnQ8/T3nNydojf_I/AAAAAAAAAr0/P5OtlZxV4rk/s32/facebook32.png" width=15 height=15/></a>
</p>
</footer>
</body>
</html>