-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 1020 Bytes
/
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
<!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 rel="stylesheet" href="style.css">
<title>andrefelinks</title>
</head>
<body>
<div>
<figure>
<img src="./image/Andre Profile Picture.jfif" alt="Minha foto de perfil">
</figure>
<h1>André Felipe</h1>
<p>jornalismo | podcast | tecnologia</p>
<hr></hr>
<h2>onde me encontrar</h2>
<a class="linkedin" href="https://www.linkedin.com/in/andr%C3%A9-felipe-schlindwein-b53b5269/?originalSubdomain=br" title="Meu Linkedin" target="_blank">Linkedin</a>
<br>
<a class="github" href="https://github.com/afschlindwein" title="Meu GitHub" target="_blank">GitHub</a>
<br>
<a class="spotify" href="https://open.spotify.com/user/andredosch" title="Meu Spotify" target="_blank">Spotify</a>
</div>
</body>
</html>