-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (50 loc) · 2.15 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
<!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="icon" type="image/png" sizes="16x16" href="assets/favicon-16x16.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap">
<link rel="stylesheet" href="style.css">
<title>Fabiana Sousa Artes</title>
</head>
<body>
<header class="principal">
<p class="nome posicao1">Fabiana Sousa</p>
<p class="nome posicao2">Arts</p>
<img class="foto" src="assets/foto.jpg" alt="Imagem de perfil">
<section class="social">
<a class="media" href="http://wa.me/5571993798145" target="blank">
<img src="assets/whatsapp.svg" alt="Logo do Whatsapp">
</a>
<a class="media" href="https://www.facebook.com/fabianasousa.arts" target="blank">
<img src="assets/facebook.svg" alt="Logo do Facebook">
</a>
<a class="media" href="https://pin.it/5bhmHnD" target="blank">
<img src="assets/pinterest.svg" alt="Logo do Pinterest">
</a>
<a class="media" href="http://tiktok.com/@fabianasneves" target="blank">
<img src="assets/tiktok.svg" alt="Logo do Tik Tok">
</a>
</section>
</header>
<main class="container">
<section class="links">
<a class="link item1" href="https://fabianasousaarts.mercadoshops.com.br/" target="blank">
Loja virtual quadros e placas
</a>
<a class="link item2" href="https://umapenca.com/fabianasousaarts/" target="blank">
Loja virtual camisas
</a>
<a class="link item3" href="http://wa.me/5571993798145" target="blank">
Encomendas personalizadas
</a>
</section>
<section>
</section>
</main>
</body>
</html>