-
Notifications
You must be signed in to change notification settings - Fork 1
/
experiencia.html
53 lines (52 loc) · 2.11 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>
<header>
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="200px" height="200px" viewBox="0 0 512.000000 512.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.15, written by Peter Selinger 2001-2017
</metadata>
<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M4592 3538 c-43 -90 -219 -461 -392 -825 -269 -566 -316 -659 -325
-640 -5 12 -172 379 -370 817 l-361 795 -564 -3 c-311 -1 -798 -5 -1083 -9
l-517 -6 2 -926 3 -926 -24 -53 c-28 -63 -78 -109 -127 -118 -68 -13 -173 3
-240 36 -108 53 -157 145 -157 295 -1 80 4 104 41 214 23 68 41 125 39 127 -3
3 -332 -49 -382 -61 -14 -3 -28 -25 -47 -77 -41 -109 -51 -155 -52 -238 -1
-63 4 -84 27 -132 130 -265 728 -432 1277 -357 358 49 584 205 680 469 54 145
54 147 52 950 l-2 745 33 -70 c18 -38 238 -514 487 -1058 l454 -987 489 2 489
3 529 1090 c290 600 528 1093 529 1098 0 4 -92 7 -205 7 l-205 0 -78 -162z"/>
</g>
</svg>
<h1>Curriculum Vitae.</h1>
<h2>J Rafael Valecillos Gamero</h2>
<h3>24/12/1991. Caracas, Venezuela</h3>
</header>
</head>
<body>
<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>video</h3>
<video src="../video/video.mp4" width="200px" controls preload="auto"></video>
<h3>Audio</h3>
<audio src="../audio/audio.mp4" controls preload="auto"></audio>
</audio>
</body>
<footer>
<p>
<a href="mailto:valecillosjora@gmail.com">Contacto</a> | Bogota | Celular: +57 316 758 3850
</p>
</footer>
</html>