-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (52 loc) · 2.02 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/style.css">
<title>Moreiá Moto Peças</title>
<style>
.image_fundo{
background-image: url('./Imagens/moto_bmw.jpg');
}
</style>
</head>
<body class="image_fundo">
<header class="container">
<img src="./Imagens/Logo_da_loja.png" class="logo" alt="logo">
<div class="divisao">
<img class="localigacao" src="./Imagens/localizacao.png" alt="localizacao">
<div class="endereco">
<p>AV. RUA ASSUNÇÃO N 49<br>85870-030 VILA C</p>
</div>
<img class="telefone" src="./Imagens/telefone.png" alt="telefone">
<div class="vendas">
<p>TELEVENDAS <br>(45) 3524-9431</p>
</div>
</div>
</header>
<nav>
<a href="#" rel="prev">Início</a>
<a href="./pecaseacessorios.html" rel="next">Peças & Acessórios</a>
<a href="./servicos.html" rel="next">Serviços</a>
<a href="./QuemSomos.html" rel="next">Quem Somos</a>
<a href="./faleconosco.html" rel="next">Fale Conosco</a>
</nav>
<main>
<article>
<p>GRANDE ESTOQUE</p>
<p>DE PEÇAS E ACESSORIOS</p>
<div>
<p>HONDA</p>
<p>YAMAHA</p>
<p>SUZUKI</p>
</div>
</article>
<iframe width="510" height="300" src="https://www.youtube.com/embed/g-rgrn6xOkI?autoplay=1&loop=1&playlist=g-rgrn6xOkI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
</iframe>
</main>
<footer class="footer">
<p>SE PROCURA PEÇAS PARA SUA MOTO, ELA ESTÁ AQUI!</p>
</footer>
</body>
</html>