-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (58 loc) · 2.5 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!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+Mono&family=Roboto:wght@500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./index.css" />
<title>RocketLinks</title>
</head>
<body class="dark-blue">
<header class="container01">
<img
class="avatar"
src="https://avatars.githubusercontent.com/u/80050586?v=4"
alt="Essa é foto de Bruno Rossetti, homem, branco, magro, com barba, olhos escuro, cabelo curto e escuro tb, está usando um chapéu e sorrindo, em meio a algumas árvores e com uma praia ao fundo" />
<h1 class="username">Bruno Rossetti </h1>
<h3 class="username">@brunoro7</h3>
</header>
<main class="container02">
<section>
<ul>
<li>
<a
href="https://github.com/brunoro7"
target="_blank">
<img width=27px src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/github/github-original-wordmark.svg" alt="Icone do Github."/>Github</a>
</li>
<li>
<a
href="https://www.linkedin.com/in/brunoro7/"
target="_blank">
<img width=20px src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/linkedin/linkedin-original.svg" alt="Icone do LinkedIn." />LinkedIn</a>
</li>
<li>
<a
href="https://www.instagram.com/brunoro7c/"
target="_blank">
<img width=16px src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Instagram_logo_2016.svg/2048px-Instagram_logo_2016.svg.png" alt="Icone do Instagram." />Instagram</a>
</li>
<li>
<a
href="https://www.youtube.com/channel/UCk6oSr0dn9f7B455OCKpwlQ"
target="_blank">
<img width=20vh src="https://upload.wikimedia.org/wikipedia/commons/0/09/YouTube_full-color_icon_%282017%29.svg" alt="Icone do Youtube." />Youtube</a>
</li>
<li>
<a href="#">📫 bruno.ro7c@gmail.com</a>
</li>
</ul>
</section>
</main>
<footer class="container02">
<a href="https://rocketseat.com.br" target="_blank">Feito com 💜 junto a Rocketseat !!!</a>
</footer>
</body>
</html>