-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (43 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Hoja de vida</title>
</head>
<body>
<header>
<svg width="640" height="125" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
<g>
<title>Layer 1</title>
<g id="svg_3">
<rect id="svg_1" height="116" width="267" y="6" x="7.014347" stroke-width="5" stroke="#000000" fill="#007fff"/>
<text stroke="#000000" transform="matrix(3.487332572282781,0,0,2.703886507550109,-105.02183288892974,-264.1721074656027) " xml:space="preserve" text-anchor="middle" font-family="serif" font-size="24" id="svg_2" y="129.54898" x="70.416168" stroke-width="0" fill="#ffffff">MGB</text>
</g>
</g>
</svg>
<h1>Hoja de vida</h1>
<h2>Informacion personal</h2>
<img src="image/profile.jpg" alt="">
<ul>
<li><b>Nombre:</b>Matias</li>
<li><b>Apellido:</b>Grande Brunini</li>
<li><b>Fecha de nacimiento:</b>24 de abril de 1989</li>
<li><b>Lugar:</b>Quilmes</li>
</ul>
</header>
<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>Perfil</h2>
<p>Soy bueno en lo que es reparacion de equipos informaticos y resolucion de situaciones complejas en redes.
Esto se logró con puntos muy marcados que paso a mencionar a continuacion:
<ul>
<li>Estar siempre en estado de aprendizaje.</li>
<li>Entender que el problema que se presenta, no es imposible.</li>
<li>Saber escuchar (e interpretar)al cliente cada vez que comenta su experiencia con el problema.</li>
</ul></p>
<footer>e-mail:momo@gmail.com | telefono: (011)43562578 | direccion: Casa rosada 1500, Capital Federal.</footer>
</body>
</html>