-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.html
59 lines (57 loc) · 2.36 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
57
58
59
<!Doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no">
<meta name="author" content="Computacion y creatividad">
<meta name="keywords" content="html,css,xml,javascript">
<meta name="description" content="educacion online para niños">
<title>Inicio</title>
</head>
<body>
<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>
<h2>SONIA GARZON:</h2>
<nav>
<ul>
<li><a href="html/Educacion.html">Educación</a></li>
<li><a href="html/Experiencia.html">Experiencia</a></li>
</ul>
</nav>
</header>
<h1>HOJA DE VIDA</h1>
<h2>Datos Personales</h2>
<h3>Nombres:</h3>
<h4>SONIA</h4>
<h3>Apellidos:</h3>
<h4>GARZON YORY</h4>
<h3>Fecha de Nacimiento:</h3>
<h4>Noviembre de 1966</h4>
<h3>Lugar de Nacimiento:</h3>
<h4>Bogota D.C.</h4>
<h2>Información Personal</h2>
<a href="../Index.html" target="blank"><img src="img\peque2.svg"></a>
<h3>Perfil</h3>
<h4>Ingeniera en Sistemas, me gusta la programación de computadores, leer y escuchar buena musica. <br>Refuerzo mis conocimientos ensenando a otras personas, me gusta estar aprendiendo algo nuevo constantemente. <br>Me gusta relacionarme con personas con iniciativa, imaginación e inteligencia</h4>
<h3>Idiomas</h3>
<ul>
<li>Espanol - Nativo</li>
<li>Ingles - Basico</li>
</ul>
<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>