-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (44 loc) · 1.84 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="Evaluacion de fundamentos de html">
<meta name="keywords" content="HTML,audio,video,input,form">
<meta name="author" content="Alfredo David Torres Villalta">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Inicio</title>
</head>
<body>
<svg width="400" height="150" xmlns="http://www.w3.org/2000/svg">
<!-- Created with Method Draw - http://github.com/duopixel/Method-Draw/ -->
<g>
<title>Alfredo David Torres Villalta</title>
<rect fill="#fff" id="canvas_background" height="200" width="450" y="-1" x="-1"/>
<g display="none" overflow="visible" y="0" x="0" height="100%" width="100%" id="canvasGrid">
<rect fill="url(#gridpattern)" stroke-width="0" y="0" x="0" height="100%" width="100%"/>
</g>
</g>
<g>
<title>Alfredo David Torres Villalta</title>
<text stroke="#7DD8B5" transform="matrix(4.332743234525879,0,0,3.6986211213907207,-126.11057494542428,-447.8257662050928) " xml:space="preserve" text-anchor="start" font-family="Helvetica, Arial, sans-serif" font-size="24" id="svg_1" y="155" x="40" fill="#000000">ADTV</text>
</g>
</svg>
<h1>Curriculum Vitae</h1>
<h2>Alfredo David Torres Villalta</h2>
<h3>Ecuador, 25 de julio de 1987</h3>
<a href="index.html">Inicio</a>
<a href="educacion.html">Educación</a>
<a href="experiencia.html">Experiencia</a>
<h2>Información Personal</h2>
<img src="img/foto.jpg" width="100">
<p>Perfil: Ingeniero en sistemas, con experiencia en desarrollo web y conocimiento en lenguajes como PHP, Java y Python</p>
<p>Idiomas:</p>
<ul>
<li>Español (Hablado y escrito)</li>
<li>Ingles (Hablado y escrito)</li>
</ul>
<footer>
Email: davidt1987@gmail.com - Facebook: david.torres1987 - Dirección: Loja - Ecuador
</footer>
</body>
</html>