Last active
June 26, 2017 01:05
-
-
Save elclon/54b9c87b26cce3b9a0fbae60f47c52dd to your computer and use it in GitHub Desktop.
Index.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="es"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Educacion</title> | |
</head> | |
<body> | |
<body> | |
<header> | |
<svg width="400" height="225"> | |
<image xlink:href="../img/logo.svg" width="400px" height="225px"/> | |
</svg> | |
<h1>Hoja de Vida</h1> | |
<h2>Roy Cristian Zegarra Aguirre</h2> | |
<h3>Arequipa, 25 de Junio de 2017</h3> | |
</header> | |
<nav> | |
<p> | |
<ul> | |
<li><a href="../index.html">Inicio</a></li> | |
<li><a href="../Paginas/Educacion.html">Educacion</a></li> | |
<li><a href="../Paginas/Experiencia.html">Experiencia</a></li> | |
</ul> | |
</p> | |
<table border="1" cellpadding="2" cellspacing="0"> | |
<tr> | |
<th>Año</th> | |
<th>Institucion</th> | |
<th>Lugar</th> | |
<th>¿Culminó?</th> | |
</tr> | |
<tr> | |
<td>2003</td> | |
<td>Universidad Autónoma de Asunción</td> | |
<td>Asunción Paraguay</td> | |
<td>Si</td> | |
</tr> | |
<tr> | |
<td>2011</td> | |
<td>Universidad San Agustín</td> | |
<td>Arequipa - Perú</td> | |
<td>Si</td> | |
</tr> | |
</table> | |
</nav> | |
<br><form autocomplete> | |
<fieldset> | |
<h2>Agregar Educacion</h2> | |
<select> | |
<option>2017</option> | |
<option>2016</option> | |
<option>2015</option> | |
<option>2014</option> | |
<option>2013</option> | |
<option>2012</option> | |
<option>2011</option> | |
<option>2010</option> | |
<option>2009</option> | |
<option>2008</option> | |
<option>2007</option> | |
<option>2006</option> | |
<option>2005</option> | |
<option>2004</option> | |
<option>2003</option> | |
<option>2002</option> | |
<option>2001</option> | |
<option>2000</option> | |
</select> | |
<p><label><strong>Institucion</strong></label> | |
<input type="text" name="Institucion" autofocus required></p> | |
<p><label><strong>Lugar</strong></label> | |
<textarea cols="30" rows="10"></textarea></p> | |
<label>¿Culminó?</label> | |
<input type="radio" name="op1"> | |
<input type="radio" name="op2"> | |
<p><input type="submit" name=""></p> | |
</fieldset> | |
</form> | |
<footer> | |
<h4>@Derechos Reservados</h4> | |
<p> | |
<ul> | |
<li><strong>Email: </strong><a href="mailto:[email protected]">[email protected]</a></li> | |
<li><strong>Teléfono: </strong>958344877</li> | |
<li><strong>Dirección: </strong>Chiclayo 420 San Martin de Socabaya - Arequipa</li> | |
</ul> | |
</p> | |
</footer> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="es"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Experiencia</title> | |
</head> | |
<body> | |
<svg width="400" height="225"> | |
<image xlink:href="../img/logo.svg" width="400px" height="225px"/> | |
</svg> | |
<h1>Hoja de Vida</h1> | |
<h2>Roy Cristian Zegarra Aguirre</h2> | |
<h3>Arequipa, 25 de Junio de 2017</h3> | |
<p> | |
<ul> | |
<li><a href="../index.html">Inicio</a></li> | |
<li><a href="../Paginas/Educacion.html">Educacion</a></li> | |
<li><a href="../Paginas/Experiencia.html">Experiencia</a></li> | |
</ul> | |
</p> | |
<h2>Experiencia</h2> | |
<hr size="1"> | |
<h2>Video - Mis Favoritismos</h2> | |
<video src="../Multimedia/video.mp4" height="270px" width="500px" controls></video> | |
<hr size="1"> | |
<h2>Sonido - MIs Favoritismos</h2> | |
<audio src="../Multimedia/Sonido.mp3" controls></audio> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="es"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> | |
<title>Hoja de Vida</title> | |
</head> | |
<body> | |
<header> | |
<svg width="400" height="225"> | |
<image xlink:href="img/logo.svg" width="400px" height="225px"/> | |
</svg> | |
<h1>Hoja de Vida</h1> | |
<h2>Roy Cristian Zegarra Aguirre</h2> | |
<h3>Arequipa, 25 de Junio de 2017</h3> | |
</header> | |
<nav> | |
<p> | |
<ul> | |
<li><a href="index.html">Inicio</a></li> | |
<li><a href="Paginas/Educacion.html">Educacion</a></li> | |
<li><a href="Paginas/Experiencia.html">Experiencia</a></li> | |
</ul> | |
</p> | |
</nav> | |
<article> | |
<h2>Informacion Personal</h2> | |
<img src="img/Foto.jpg" height="300px" width="250px"> | |
<ul> | |
<li><strong>Nombres:</strong> Roy Cristian</li> | |
<li><strong>Apellidos:</strong> Zegarra Aguirre</li> | |
<li><strong>Edad:</strong> 38</li> | |
</ul> | |
<h2>Informacion de Perfil</h2> | |
<ul> | |
<li><strong>Perfil : </strong> Lic. En Analisis de Sistemas, Jefe de desarrollo de CODIT Empresa de desarrollo de Software </li> | |
<li><strong>Idiomas:</strong> Ingles, Portugues, Frances </li> | |
</ul> | |
</article> | |
<footer> | |
<h4>@Derechos Reservados</h4> | |
<p> | |
<ul> | |
<li><strong>Email: </strong><a href="mailto:[email protected]">[email protected]</a></li> | |
<li><strong>Teléfono: </strong>958344877</li> | |
<li><strong>Dirección: </strong>Chiclayo 420 San Martin de Socabaya - Arequipa</li> | |
</ul> | |
</p> | |
</footer> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment