This repository has been archived by the owner on Oct 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (62 loc) · 3.27 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="pt-br">
<head>
<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=Inter:wght@400;500&display=swap" rel="stylesheet">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Meus Links</title>
<link rel="stylesheet" href="style.css"
</head>
<body>
<div id="container">
<div id="profile">
<img
src="./assets/avatar.png"
alt="selfie de João Vitor Lopes usando camisa vinho, celular na mão e na frente do espelho"
/>
<p>@jvtrslz</p>
<ul>
<li>
<a href="https://discord.gg/jjsGC5r79N" target="_blank">Discord</a>
</li>
<li>
<a href="https://github.com/varasdev?tab=projects" target="_blank">Veja meu portifólio</a>
</li>
<li>
<a href="https://open.spotify.com/user/v73t9m9qgse3rag0bwbc5qgxc?si=6a8f571d25024bbd" target="_blank"> Minhas playlists do Spotify</a>
</li>
</ul>
</div>
<div id="social-links">
<a href="https://github.com/varasdev" target="_blank">
<ion-icon name="logo-github"></ion-icon>
</a>
<a href="https://www.twitch.tv/notvaras" target="_blank">
<ion-icon name="logo-twitch"></ion-icon>
</a>
<a href="https://www.linkedin.com/in/joão-vitor-lopes-9a090b1a4/" target="_blank">
<ion-icon name="logo-linkedin"></ion-icon>
</a>
<a href="https://www.instagram.com/jvtrslz/" target="_blank">
<ion-icon name="logo-instagram"></ion-icon>
</a>
<a href="https://twitter.com/notvaras" target="_blank">
<ion-icon name="logo-twitter"></ion-icon>
</a>
</div>
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/track/221qmpQeBNV87sUjQeUTVH?utm_source=generator&theme=0" width="100%" height="352" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
</div>
</div>
<footer>
<p>
<a href="https://www.google.com/search?q=camaragibe&client=opera-gx&hs=XGV&sxsrf=AB5stBjf2W75B4VA1zORca9JjFhFHHCjTA%3A1690246557099&ei=nR2_ZLXBBfDU1sQP3tSH8AE&ved=0ahUKEwj1g_mM06iAAxVwqpUCHV7qAR4Q4dUDCA8&uact=5&oq=camaragibe&gs_lp=Egxnd3Mtd2l6LXNlcnAiCmNhbWFyYWdpYmUyBxAjGLADGCcyBxAjGLADGCcyChAAGEcY1gQYsAMyChAAGEcY1gQYsAMyChAAGEcY1gQYsAMyChAAGEcY1gQYsAMyChAAGEcY1gQYsAMyChAAGEcY1gQYsAMyChAAGEcY1gQYsAMyChAAGEcY1gQYsAMyChAAGIoFGLADGEMyChAAGIoFGLADGEMyDhAAGOQCGNYEGLAD2AEBMg4QABjkAhjWBBiwA9gBATIOEAAY5AIY1gQYsAPYAQEyEBAuGIoFGMgDGLADGEPYAQIyEBAuGIoFGMgDGLADGEPYAQIyEBAuGIoFGMgDGLADGEPYAQIyEBAuGIoFGMgDGLADGEPYAQJIygRQAFgAcAF4AZABAJgBAKABAKoBALgBA8gBAOIDBBgAIEGIBgGQBhO6BgYIARABGAm6BgYIAhABGAg&sclient=gws-wiz-serp"> -8.02044, -34.9817,</a>
24 de julho de 2023
</p>
<ion-icon class="icon-compass" name="compass-outline"/>
</footer>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
</body>
</html>