-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (44 loc) · 1.72 KB
/
Copy pathindex.html
File metadata and controls
47 lines (44 loc) · 1.72 KB
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="pt br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Romakeupvip</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
<link rel="stylesheet" href="estilos/estilos.css">
</head>
<body>
<header>
<div class="content">
<div class="logo"><img src="imagens/romakeupvip logo branco.png" alt="">
<h3>Makeup Vip</h3>
</div>
<ul class="list-menu">
<li><a href="">Home</a></li>
<li><a href="sobrenos/sobrenos.html">Sobre Nós</a></li>
<li><a href="">Serviços</a></li>
<li><a href="">Contatos</a></li>
<li><a href="https://www.instagram.com/romakeupvip/"><i class="bi bi-instagram"></i></a></li>
<li><a href="https://api.whatsapp.com/message/LB4M3DX3IJWPC1?autoload=1&app_absent=0"><i
class="bi bi-whatsapp"></i></a></li>
<li><a href=""><i class="bi bi-cart2"></i></a></li>
</ul>
</div>
</header>
<!-- Inicio Home textos pagina principal-->
<section class="first-section" id="Home">
<div class="conteudo-principal">
<h1 class="roboto-thin">Eleve a sua autoestima</h1>
<h2 class=""></h2>
<div class="btn">
<button class="reservar">Reserve seu horário!</button>
<button class="produtos">Conheça nossos produtos</button>
</div>
</div>
</section>
<!-- imagem de fundo -->
<div class="img-fundo">
<img src="" alt="">
</div>
</body>
</html>