-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (38 loc) · 917 Bytes
/
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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contato - Germano Gurgel</title>
</head>
<body>
<section>
<div class="principal">
<img class="avatar" src="./assets/foto.jpg" alt="avatar">
<h1>Germano Gurgel</h1>
</div>
<div class="links">
<a class="whatsapp" href="">
<p>Whatsapp</p>
</a>
<a class="email" href="">
<p>E-mail</p>
</a>
<a class="linkedin" href="">
<p>LinkedIn</p>
</a>
<a class="instagram" href="">
<p >Intagram</p>
</a>
<a class="github" href="">
<p>GitHub</p>
</a>
<a class="pix" href="">
<p>Chave Pix</p>
</a>
</div>
</section>
</body>
</html>