-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
28 lines (27 loc) · 966 Bytes
/
home.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
<!DOCTYPE html>
<html>
<head>
<title>Jose A Cortazar</title>
</head>
<body>
<header>
<div class="titulo">
<h1><i>Contacto</i></h1>
</div>
</header>
<img src="image/photo5001266933047339202 (copia).jpg" width="300px">
<h1>JOSE ALEJANDRO CORTAZAR LOPEZ</h1>
<H4>Codigo:20181020022</H4>
<p>Etudiante de ingenieria d Sistemas de la <i>Universdia Distrtial Francisco Jose</i></p>
<p>Miembro Activo del grupo Linux de Launiversidad Distrital <b>GLUD</b></p>
<footer>
<nav>
<a href="home.html">Home</a>
<a href="personaldata.html">Datos Personales</a>
<a href="academia.html">Formacion Academica</a>
<a href="tecnology.html"> Tecnologias que distruto</a>
<a href="contacto.html">Contacto</a>
</nav>
</footer>
</body>
</html>