-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontato.html
82 lines (61 loc) · 4 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="en">
<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">
<title>Entre em contato</title>
<link rel="stylesheet" href="base.css">
</head>
<body>
<div class="wrapper">
<div class="menu">
<img src="imagem/logo.jpg" alt="cobra enrrolada em um bastao dentro de um v" width="100%"><br>
<h1><strong>Menu</strong></h1>
<ul style="list-style: none;" aling="center">
<li><a href="inicio.html" target="_self"> Página Principal </a></li><br>
<li><a href="sobreAclinica.html" target="_self"> Sobre a clínica </a></li><br>
<li><a href="horario.html" target="_self"> Horário de Atendimento </a></li><br>
<li><a href="contato.html" target="_self"> Contato </a></li>
</ul><br>
<video controls width="100%" autoplay loop>
<source src="imagem/veterinario.mp4" /> Seu navegador não suporta video
</video>
</div>
<div class="main">
<div class="header">
<img src="imagem/10RacasDeCaesMaisPopularesNoBrasil-Topo-Abr21.jpg" alt=""><br>
</div>
<div class="content">
<div>
<p>
<strong> Os telefones de contato</strong> <br>
(55+00-0000-0000) <br>
Endereço completo da clínica <br>
Av. Jamaris, 1092 - Planalto Paulista, São Paulo - SP, 04078-002
</p><br>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3655.8228901415605!2d-46.65709792560464!3d-23.610683963404178!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x94ce59f2a2dc5125%3A0x44b6d46fb7cd4637!2sParque%20dos%20C%C3%A3es!5e0!3m2!1spt-BR!2sbr!4v1692762166555!5m2!1spt-BR!2sbr" width="100%" height="250" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div><br>
<div class="contato">
<div>
<iframe src="https://giphy.com/embed/sMaW02wUllmFi" width="480" height="392" frameBorder="0" class="giphy-embed" allowFullScreen></iframe><p><a href="https://giphy.com/gifs/happy-smile-sMaW02wUllmFi"></a></p> </div>
</div>
<div>
<form name="Fale conosco" method="post" autocomplete="on" onsubmit="alert('Mensagem enviada')" action="Local para onde sera mandado as informações"><br>
<strong><h1>Fale conosco</h1></strong><br>
<label><strong>Nome </strong></label> <input type="text" name="name" ><br><br>
<label><strong>E-mail </strong></label><input type="email" name="email" ><br><br>
<label><strong>Assunto </strong></label><input type="text" name="Assunto" ><br><br>
<label><strong>Mensagem </strong> </label><br><textarea name="Mensagem" cols="30" rows="10"></textarea> <br>
<button type="submit"><strong> Enviar </strong></button><button type="reset"><strong> Limpar </strong></button>
</form>
</div>
</div>
</div>
<div class="footer">
<img src="imagem/muro.jpg" width="100%" alt="animais alinhados um do lado do outro, cão pastos alemao de capa preta e pelo longo, porquinho da india, buldog frances, calopcita, gato rajado, coelho, dois peixes no aquario, um casal de calopcita em um galho acima">
</div>
</div>
</div>
</body>
</html>