-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (47 loc) · 1.92 KB
/
index.html
File metadata and controls
52 lines (47 loc) · 1.92 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>Antonio Brito</title>
</head>
<body class="personal">
<main>
<img id="profile" src="https://avatars.githubusercontent.com/u/73064351?s=400&u=5e2d5ad6a50306915074805c1b9a0c71a43f3f90&v=4" alt="Foto de perfil">
<h1>Antonio Brito</h1>
<p>@antoniodebrito</p>
<nav>
<ul>
<li>
<a href="https://github.com/antoniodebrito" target="_blank">
<img src="img/github.png" alt="Botão para o github">
Github
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/antonio-de-brito/" target="_blank">
<img src="img/linkedin.png" alt="Botão para o LinkedIn">
LinkedIn
</a>
</li>
<li>
<a href="https://www.instagram.com/debrito_77/" target="_blank">
<img src="img/instagram.png" alt="Botão para o instagram">
Instagram
</a>
</li>
<li>
<a href="https://discord.com/channels/@me" target="_blank">
<img src="img/discord.png" alt="Botão para o Discord">
Discord</
a>
</li>
</ul>
</nav>
</main>
</body>
</html>