-
Notifications
You must be signed in to change notification settings - Fork 0
/
experiencia.html
137 lines (136 loc) · 4.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="author" content="Eliecer Arteaga">
<meta name="description" content="Hoja de Vida Eliecer Arteaga">
<title>Hoja de vida</title>
</head>
<body>
<header>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="31.723495mm"
height="25.272697mm"
viewBox="0 0 289.57144 266.71428"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="LOGO.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.7"
inkscape:cx="268.44259"
inkscape:cy="221.53154"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1440"
inkscape:window-height="878"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-190.07143,-341.00507)">
<rect
style="fill:#000084;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="rect3336"
width="288.57144"
height="265.71429"
x="190.57143"
y="341.50507" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:111.59472656px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="237.479"
y="521.25903"
id="text3338"
sodipodi:linespacing="125%"
transform="scale(1.1250281,0.88886669)"><tspan
sodipodi:role="line"
x="237.479"
y="521.25903"
id="tspan3342">E</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:118.11652374px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="297.11887"
y="543.57513"
id="text3346"
sodipodi:linespacing="125%"
transform="scale(1.0044175,0.99560192)"><tspan
sodipodi:role="line"
x="297.11887"
y="543.57513"
id="tspan3350">A</tspan></text>
</g>
</svg>
</header>
<h1>Resumen curricular</h1>
<h2>Eliecer Jesus Arteaga Arias</h2>
<h3>Fecha de nacimiento: 17 de agosto de 1985</h3>
<h3>Lugar de nacimiento: Caracas, Venezuela</h3>
<nav>
<ul>
<li><a href="index.html">Inicio</a></li>
<li><a href="educacion.html">Educación</a></li>
<li><a href="experiencia.html">Experiencia</a></li>
</ul>
</nav>
<section>
<article>
<h2>Experiencia</h2>
<p>
<h4>Mis Habilidades</h4>
<video width="400" height="400" controls>
<source src="videos/video.mp4" type="video/mp4">
No se puede reproducir el video
</video>
</p>
<p>
<h4>Mis Hobbies</h4>
<audio controls>
<source src="audios/hobbies.mp3" type="audio/mp3">
No se puede reproducir el audio
</audio>
</p>
</article>
</section>
<footer>
<h3>Contacto</h3>
<p>eliecerj@gmail.com / +56912345678 / Santiago, Chile</p>
</footer>
</body>
</html>