-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdescricao.html
More file actions
27 lines (21 loc) · 1.27 KB
/
descricao.html
File metadata and controls
27 lines (21 loc) · 1.27 KB
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="en">
<head>
<meta charset="UTF-8">
<title>Portfólio - Moacyr Ribeiro Leal Neto</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Portfólio - Moacyr Ribeiro Leal Neto <a href="https://github.com/moacyrrln/Portfolio/blob/master/FotoTrybe.jpg?raw=true" target="_blank"><img src="https://github.com/moacyrrln/Portfolio/blob/master/FotoTrybe.jpg?raw=true" alt="Foto de Moacyr Ribeiro Leal Neto" width="50"></a></h1>
<h2 class="titulo2"><a href="descricao.html">Descrição</a></h2>
<ul class="lista"><li class="fontsize1">Estudante da Trybe</li>
<li class="fontsize2">Brasileiro</li>
<li class="fontsize3">Formado em Engenharia Mecânica pela Universidade Federal do Paraná</li>
<li>Resido em Curitiba - PR</li>
</ul>
</ul>
<a href="https://www.linkedin.com/in/moacyr-engenheiro-mecanico/" target="_blank">Clique aqui para acessar meu Linkedin</a><br>
<a href="https://github.com/moacyrrln/Portfolio/blob/master/FotoTrybe.jpg?raw=true" target="_blank">Clique aqui ampliar foto</a><br>
<a href="index.html" target="_blank">Clique aqui para volta para a página inicial</a>
</body>
</html>