-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (27 loc) · 1.19 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="Imagem/favicon_io/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<title>Meu Linktree</title>
</head>
<body>
<aside>
<img id="fotoPrincipal" src="Imagem/imagem_perfil.png" alt="">
<h1>Pedro Arthur</h1>
<h2><i class="fas fa-code"></i> Estudante de Desenvolvimento Front-End</h2>
<p>Aqui você encontra links para me conhecer melhor e acompanhar meu trabalho!</p>
<a href="https://www.instagram.com/pedroarthurrod06/">
<i class="fab fa-instagram"></i> Instagram</a>
<a href="https://www.linkedin.com/in/parthurrod06/">
<i class="fab fa-linkedin"></i> LinkedIn</a>
<a href="https://github.com/PArthur006">
<i class="fab fa-github"></i> GitHub</a>
<a href="https://www.parthur.rodrigues06@gmail.com/">
<i class="fas fa-envelope"></i> Gmail</a>
</aside>
</body>
</html>