-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (39 loc) · 1.56 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
<!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="styled.css">
<title>Linksite</title>
</head>
<body>
<div class="container">
<header>
<div class="img-profile-box">
<img src="eu.jpg" alt="imagem do perfil" class="img-profile">
<h1 class="my-name">Roger Bastos</h2>
<h2>Produtor Musical - Músico - Professor</h2>
</div>
</header>
<section>
<div class="link-box">
<a href="https://divtechnology.github.io/primiciaonline/" target="_blank">Site Oficial</a>
</div>
<div class="link-box">
<a href="https://www.youtube.com/channel/UCbCqCvLm8lIyIlIAN3ed2rg" target="_blank">Canal Youtube</a>
</div>
<div class="link-box">
<a href="https://api.whatsapp.com/send?phone=5575991358528" target="_blank">Whatsapp</a>
</div>
<div class="link-box">
<a href="" target="_blank">Telegram</a>
</div>
<div class="link-box">
<a href="https://divtechnology.github.io/linkportifolio/" target="_blank">Produções Musicais - Portifólio</a>
</div>
</section>
<footer>Todos os direitos reservados © 2022<br><span>Div - Technology 2022</span></footer>
</div>
</body>
</html>