-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (42 loc) · 1.91 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
<!DOCTYPE html>
<html lang="en">
<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">
<title>Linktree • Paulo</title>
<link rel="icon" type="image/png" href="./imagens/icon.png"/>
<link rel="stylesheet" href="css/style.css">
<!-- Fonte -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Baloo+2:[email protected]&display=swap" rel="stylesheet">
</head>
<body>
<main>
<section class="card">
<img src="./imagens/profile.jpg" alt="Zeri profile" class="profile">
<h2>Paulo</h2>
<a href="https://github.com/iampaylin" class="github" target="_blank">
<img src="./icones/github.png" alt="github logo" width="44" height="42.04">
<h3>Github</h3>
</a>
<a href="https://open.spotify.com/user/4gvin36hbuyictiwzrvnis9b1?si=ef9748af24a644e7https://github.com/iampaylin" class="spotify" target="_blank">
<img src="./icones/spotify.png" alt="Spotify logo" width="44" height="44">
<h3>Spotify</h3>
</a>
<a href="https://x.com/iampaylin" class="twitter" target="_blank">
<img src="./icones/twitter.png" alt="Twitter logo" width="44" height="35.75">
<h3>Twitter</h3>
</a>
<a href="https://www.last.fm/pt/user/Paylin" class="lastfm" target="_blank">
<img src="./icones/lastfm.png" alt="Last.fm logo" width="44" height="44">
<h3>Last.fm</h3>
</a>
<a href="https://iampaylin.github.io/Playlists/" class="playlists" target="_blank">
<h3>Playlists</h3>
</a>
</section>
</main>
</body>
</html>