-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontato.html
41 lines (38 loc) · 2.46 KB
/
contato.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Barbearia Vintage Club</title>
<link rel="shortcut icon" href="Imagens/logo.png" type="image/x-icon">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Barbearia Vintage Club</h1>
<h2>Não seguimos a tendência... Nós a criamos!</h2>
</header>
<nav>
<a href="index.html">Home</a>
<a href="agendamento.html">Agende seu horário</a>
<a href="curiosidades.html">Curiosidades</a>
<a href="contato.html">Contato</a>
</nav>
<main>
<h1>Entre em contato conosco e se torne a sua melhor versão</h1>
<ol>
<li><a href="https://maps.app.goo.gl/ftZzvH3AkWCohZAZ9"><img src="Imagens/loc_icone.png" alt="Icone de Localização" width="20px" height="30px"> Avenida Indaiá, 1061, Uberlândia, MG</a></li>
<li><a href="https://api.whatsapp.com/send/?phone=553491844091&text&type=phone_number&app_absent=0"><img src="Imagens/whatsapp_icone.png" alt="Icone do Whatsapp" width="30px" height="30px"> (34) 99184-4091</a></li>
<a href="https://api.whatsapp.com/send?l=pt&phone=553491844091"><img
src="Imagens/whatsapp_icone.png" style="height:64px; position:fixed; bottom: 25px; right:
25px; z-index:99999;" data-selector="img"></a>
<li><a href="mailto:[email protected]"><img src="Imagens/email_icone.png" alt="Icone de Localização" width="30px" height="30px"> [email protected]</a></li>
<li><a href="https://www.instagram.com/barbeariavintageclubofc?igshid=1y182mgaasgkv"><img src="Imagens/instagram_icone.png" alt="Icone do Instagram" width="30px" height="30px"> barbeariavintageclubofc</a></li>
</ol>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3773.873469046822!2d-48.31712062479815!3d-18.93699398223923!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x94a4452c34bfa017%3A0x2f55fbc4c0258f4e!2sBarbearia%20VintageCluB%20-%20Pr%C3%B3tese%20Capilar!5e0!3m2!1spt-BR!2sbr!4v1718631011474!5m2!1spt-BR!2sbr" width="300" height="225" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</main>
<footer>
<p>Site criado por Brendow Valechi.</p>
</footer>
</body>
</html>