-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExperiencia.html
53 lines (51 loc) · 1.78 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
45
46
47
48
49
50
51
52
53
<!Doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no">
<title>Experiencia</title>
</head>
<body>
<a href="../Index.html"> Volver></a>
<header>
<svg width="250" height="120" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
<!-- Created with SVG-edit - http://svg-edit.googlecode.com/ --><defs>
<filter id="svg_1_blur">
<feGaussianBlur stdDeviation="0.2"/>
</filter>
</defs>
<g>
<title>Iniciales</title>
<text fill="#0000ff" stroke-width="0" x="121.40781" y="242.17351" id="svg_1" font-size="24" font-family="Fantasy" text-anchor="middle" xml:space="preserve" transform="rotate(-5 123.08338165283203,60.60961914062505) matrix(5.32608699798584,0,0,4.528094462066576,-523.4565267562866,-992.9150671517737) " stroke="#000000" filter="url(#svg_1_blur)" font-weight="normal" font-style="normal">SGY</text>
</g>
</svg>
<h1>HOJA DE VIDA</h1>
<h2>SONIA GARZON:</h2>
<nav>
<ul>
<li><a href="../Index.html">Inicio</a></li>
<li><a href="Educacion.html">Educación</a></li>
</ul>
</nav>
</header>
<h2>EXPERIENCIA</h2>
<p>
<h3>Video</h3>
<video width="320" height="240" controls>
<source src="../media/Rutas.mp4" type="video/mp4">
</video>
</p>
<p>
<h3>Audio</h3>
<audio controls autoplay>
<source src="../media/Maquetacion.mp3" type="audio/mpeg">
Texto cuando tu browser no soporta audio
</audio>
</p>
<footer>
<p>
<a href="mailto:soniamarcelagarzon@gmail.com">Contacto</a> | <a href="https://www.youtube.com/account" target="_blank">YouTube</a> |
</p>
</footer>
</body>
</html>