-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (39 loc) · 1.49 KB
/
index.html
File metadata and controls
41 lines (39 loc) · 1.49 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
<!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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wendell Fernandes</title>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&family=Roboto+Mono&family=Roboto:wght@500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./styles.css">
<link rel="icon" type="image/x-icon" href="./assets/512px-W_in_blue.svg.png">
</head>
<body>
<div class="container">
<div class="img-wrapper">
<img src="https://github.com/mrwendellbarros.png" alt="Imagem de Wendell Fernandes" class="avatar" >
</div>
<h1>Wendell Fernandes</h1>
<p class="username">Software Developer</p>
<ul>
<li>
<a href="https://www.linkedin.com/in/wendell-gabriel-966951238/" target="_blank">💼 Linkedin</a>
</li>
<li>
<a href="https://www.instagram.com/mrwendellbarros/" target="_blank">📷 Instagram</a>
</li>
<li>
<a href="https://github.com/mrwendellbarros" target="_blank">🐱 Github</a>
</li>
</ul>
<div class="corp">
<div class="bar">
<div class="ball"></div>
</div>
</div>
</div>
</body>
</html>