-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (39 loc) · 966 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="style.css">
<script src="./bin/home/index.js"></script>
<title>Perfil</title>
</head>
<body>
<div class="User">
<h1>Jhonatan</h1>
<img
src="./src/user/red.webp"
alt="Foto de perfil de Jhonatan"
/>
</div>
<div class="Icon">
<a href="https://discord.gg/NpmxRPWD4u" target="_blank">
<img
src="./src/icon/discord.jpg"
alt="Ícone do Discord"
/>
</a>
<a href="https://www.linkedin.com/in/jhonatan-souza-b605a5336/" target="_blank">
<img
src="./src/icon/linkedin.png"
alt="Ícone do LinkedIn"
/>
</a>
<a href="https://wa.me/5513991936520" target="_blank">
<img
src="./src/icon/whatsapp.png"
alt="Ícone do WhatsApp"
/>
</a>
</div>
</body>
</html>