-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexperiencia.html
44 lines (43 loc) · 1.66 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
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Experiencia</title>
</head>
<body>
<header>
<svg width="640" height="125" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
<g>
<title>Layer 1</title>
<g id="svg_3">
<rect id="svg_1" height="116" width="267" y="6" x="7.014347" stroke-width="5" stroke="#000000" fill="#007fff"/>
<text stroke="#000000" transform="matrix(3.487332572282781,0,0,2.703886507550109,-105.02183288892974,-264.1721074656027) " xml:space="preserve" text-anchor="middle" font-family="serif" font-size="24" id="svg_2" y="129.54898" x="70.416168" stroke-width="0" fill="#ffffff">MGB</text>
</g>
</g>
</svg>
<h1>Hoja de vida</h1>
<h2>Informacion personal</h2>
<img src="image/profile.jpg" alt="">
<ul>
<li><b>Nombre:</b>Matias</li>
<li><b>Apellido:</b>Grande Brunini</li>
<li><b>Fecha de nacimiento:</b>24 de abril de 1989</li>
<li><b>Lugar:</b>Quilmes</li>
</ul>
</header>
<ul>
<li><a href="index.html">Inicio</a></li>
<li><a href="educacion.html">Educacion</a></li>
<li><a href="experiencia.html">Experiencia</a></li>
</ul>
<h2>Experiencia</h2>
<h3>Habilidades e intereses</h3>
<video src="media/video.mp4" controls autoplay poster="image/logo.png" width="200" height="200">
<source src="media/video" type="media/video.ogg">
</video>
<audio src="media/audio.mp3">
</audio>
<br><br>
<footer>e-mail:momo@gmail.com | telefono: (011)43562578 | direccion: Casa rosada 1500, Capital Federal.</footer>
</body>
</html>