-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (60 loc) · 2.31 KB
/
index.html
File metadata and controls
66 lines (60 loc) · 2.31 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Raleway&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<title>Linktree - Hamilton</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-V0SHZYNG3X"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-V0SHZYNG3X');
</script>
</head>
<body>
<div class="profile">
<img src="img/Foto-perfil-preto-3.png" alt="Foto Hamilton" class="avatar">
<h1>Hamilton T. Borges</h1>
<h2>advogado | analista e desenvolvedor de sistemas</h2>
</div>
<ul class="links-list">
<li class="gmail">
<a href="mailto:hamilton.borges@sou.unifeob.edu.br" target="_blank">
<img src="img/gmail.png" alt="instagram"> E-mail
</a>
</li>
<li class="whatsapp">
<a href="https://wa.me/5519992990279" target="_blank">
<img src="img/whatsapp.png" alt="whatsapp"> Whatsapp
</a>
</li>
<li class="github">
<a href="https://www.github.com/hamiltontborges" target="_blank">
<img src="img/github.png" alt="github"> Github
</a>
</li>
<li class="linkedin">
<a href="https://www.linkedin.com/in/hamiltontborges/" target="_blank">
<img src="img/linkedin-logo.png" alt="linkedin"> Linkedin
</a>
</li>
<li class="instagram">
<a href="https://www.instagram.com/hamiltontborges/" target="_blank">
<img src="img/instagram.png" alt="instagram"> Instagram
</a>
</li>
<li class="facebook">
<a href="https://www.facebook.com/hamiltontborges/" target="_blank">
<img src="img/facebook.png" alt="facebook"> Facebook
</a>
</li>
</ul>
</body>
</html>