-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path0.index.html
80 lines (53 loc) · 2.53 KB
/
0.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
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compartible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="0.styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet">
<title>PLANETA ANIMAL</title>
</head>
<body class="corpo">
<header>
<a class="link-header">Consultas</a>
<a class="link-header">Exames</a>
<a class="link-header">Cirurgias</a>
<a class="link-header">Vacinas</a>
<a class="link-header">Internação</a>
<a class="link-header">Pronto Socorro 24 horas</a>
<Button class="button-header">Agendar</Button><br>
<img src="assets/Aguia.jpeg" alt="foto-do-pet-1" class="pet"></img>
<img src="assets/Arara.png" alt="foto-do-pet-2" class="pet"></imag>
<img src="assets/Lobo.png" alt="foto-do-pet-3" class="pet"></img>
</header>
<nav class="planeta">CLÍNICA VETERINÁRIA
</nav>
<main>
<img src="assets/Tigre.jpg" alt="foto-do-logo-topo" class="principal">
<section>
<h1>Cantinho do Pet</h1>
<p> A consulta com um médico-veterinàrio especialista traz um diagnóstico rápido, mais assertivo e
tratamentos mais específicos.
<p>
<p>Atendemos cães, gatos e animais silvestres (coelho, aves, répteis entre outros), e nos comprometemos a
fazer o melhor para seu pet.
</p>
<button class="button-main">Central de Atendimento</button>
<button class="link-zap"></button>
</section>
</main>
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3656.471946317644!2d-46.66030512542096!3d-23.587401462547987!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x94ce59f1069d11d1%3A0xcb936109af9ce541!2sParque%20Ibirapuera!5e0!3m2!1spt-BR!2sbr!4v1710802786414!5m2!1spt-BR!2sbr"
width="300" height="200" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
></iframe>
<a class="link-zap"
src="https://web.whatsapp.com/send?phone=5511968750975"
></a>
</body>
><footer></footer>
</html>