-
Notifications
You must be signed in to change notification settings - Fork 0
/
paginaContato.php
48 lines (36 loc) · 1.47 KB
/
paginaContato.php
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
<?php
include 'cabecalho.php';
?>
<!DOCTYPE html>
<html lang="PT-br">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="./petshop-2.0/css/paginaContato.css">
<title>Contato</title>
</head>
<body class="corpo">
<main class="main" style="margin-bottom:15%;">
<div class="conteudo">
<div class="div-titulo">
<h1 class="titulo">Contate-nos</h1>
</div>
<div class="conteudo-contato">
<h2>Estamos esperando o seu pet aqui!!</h2>
<p>Telefone: 3623-5838</p>
<p>Rua: José Martins Cabral</p>
<p>Localização: Centro, Tubarão - SC</p>
<p>CEP: 88704-360</p>
</div>
<div class="redes-sociais">
<a href="#" class="logo"><img src="./petshop-2.0/imgs/icons/whatsapp.png" alt="whatsapp-logo" width="50px" height="auto"></a>
</div>
</div>
<div class="mapa">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d876.7847829463487!2d-49.0127409118591!3d-28.475356320038625!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x3f5ed05658f95a02!2zMjjCsDI4JzMxLjMiUyA0OcKwMDAnNDMuOSJX!5e0!3m2!1spt-BR!2sbr!4v1657307208184!5m2!1spt-BR!2sbr" width="600" height="400" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div >
</main>
<?php
include 'rodape.php';
?>
</body>
</html>