-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 899 Bytes
/
index.html
File metadata and controls
27 lines (27 loc) · 899 Bytes
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<title>HTML</title>
</head>
<body>
<h1 ><a href="#formacao"><em>Gilson Nogueira</em></a></h1>
<img id="foto-perfil" src="FotoPerfil.gif">
<p>A foto remente ao período em que morava em Barro Vermelho</p>
<p>Sou Brasileiro natural de Sorocaba/SP e me criei em Atibaia/SP, atualmente resido em São Gonçalo do Amarente/RN</p>
<P>Sou pai de 5 filhos:</P>
<ul>
<li>Luiz Felipe</li>
<li>Victória</li>
<li>Pedro Henrique</li>
<li>Ágatha Louise</li>
<li>Júlio César</li>
</ul>
<p id="formacao">Sou <b>Engenheiro Civil</b>, formado pela <b>UNICAMP</b></p>
<a href="#foto-perfil">Foto Perfil</a>
<br>
<br>
<br>
<a href="https://github.com/engnogueira" target="_blank">Meu GitHub</a>
</body>
</html>