-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contatos.html
174 lines (166 loc) · 9.21 KB
/
Contatos.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<html lang="pt-br">
<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>Contatos</title>
<link rel="shortcut icon" href="/img/favicon.ico" />
<!-- Fonte -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap" rel="stylesheet">
<!-- Estilos -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="css/styles.css">
<!--CSS FORMULÁRIO -->
<link rel="stylesheet" href="css/resultados.css">
<link rel="stylesheet" href="css/contatos.css">
<link rel="stylesheet" href="css/footer.css">
<!-- Scripts (jQuery não pode ser o slim que vem do Boostrap) -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/js/bootstrap-datepicker.min.js">
</script>
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/bf7e05c402.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<!-- Progress Bar -->
<script src="js/progressbar.min.js"></script>
<!-- Parallax -->
<script src="https://cdn.jsdelivr.net/parallax.js/1.4.2/parallax.min.js"></script>
</head>
<body>
<div id="subir-float"><a href="#header-logo-cont"><i class="fas fa-arrow-circle-up"></i></a></div>
<header>
<div id="header-logo-cont">
<nav class="navbar navbar-expand-lg fixed-top navbar-dark bg-primary">
<a class="navbar-brand" href="index.html">
<img id="logo" src="img/prolabPNG.png" width="200px" height="30px" alt="Prolab">
</a>
<button class="navbar-toggler" data-toggle="collapse" data-target="#navegacao3">
<span class="navbar-toggler-icon"></span>
<!--menu hamburguer-->
</button>
<div id="navegacao3" class="collapse navbar-collapse">
<ul class="navbar-nav ml-auto">
<a class="nav-item nav-link" id="about-menu" href="sobre.html">Sobre nós</a>
<a class="nav-item nav-link" id="services-menu" href="Servicos.html">Serviços e Agendamentos</a>
<a class="nav-item nav-link" id="portfolio-menu" href="Resultado_de_exames.html">Resultados</a>
<a class="nav-item nav-link" id="contact-menu" href="Contatos.html">Contatos</a>
</ul>
</div>
</div>
</nav>
</div>
</header>
<main>
<div class="container" style="margin: 5%;">
<div class="row">
<div class="col-sm text-center">
<h1 class="div-heading display-4">Fale Conosco</h1>
</div>
</div> <br>
<div class="row" style="margin-top:5%;">
<div class="col-md-6">
<form>
<div class="form-group">
<input type="name" class="form-control" id="exampleInputName" placeholder="Nome Completo">
</div>
<div class="form-group">
<input type="email" class="form-control" id="exampleInputEmail1"
aria-describedby="emailHelp" placeholder="Digite seu e-mail">
</div>
<div class="form-group">
<select class="form-control" id="exampleFormControlSelect1">
<option>Exames</option>
<option>Sugestões</option>
<option>Reclamações</option>
</select>
</div>
<div class="form-group">
<textarea class="form-control" aria-label="With textarea" style="resize: vertical"
placeholder="Digite sua mensagem"></textarea>
</div>
<button type="submit" class="btn btn-secondary btn-lg btn-block">Enviar</button>
</form>
<section class="icone" id="icone">
<div class="container">
<div class="row">
<div class="col-lg-12">
<ul>
<li><a href="https://www.facebook.com/Laborat%C3%B3rio-Prolab-Ubajara-114600763661039/"
target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="mailto:laboratorioprolabubj@hotmail.com" target="_blank"><i
class="fa fa-envelope"></i></a></li>
<li><a href="https://api.whatsapp.com/message/5Y67HF2JSJW3I1" target="_blank"><i
class="fa fa-whatsapp"></i></a></li>
<li><a href="https://www.instagram.com/laboratorioprolabubj/" target="_blank"><i
class="fa fa-instagram"></i></a></li>
</ul>
</div>
</div>
</div>
</section>
</div>
<div class="col-md-6">
<h5>Endereço: <small class="text-muted">Rua Prudêncio Furtado, N°211 - Centro - Ubajara /CE</small>
</h5>
<h5>Email: <small class="text-muted">laboratorioprolabubj@hotmail.com</small></h5>
<h5>Telefones: <small class="text-muted"> (88) 99809-9423 || (88) 99833-9633</small></h5>
<div class="text-center">
<p><iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3980.796883970165!2d-40.92329818513766!3d-3.8537255449019643!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x794cafc4dfdb779%3A0x52cb73892f99e8c2!2sR.%20Prud%C3%AAncio%20Furtado%2C%20211%2C%20Ubajara%20-%20CE%2C%2062350-000!5e0!3m2!1spt-BR!2sbr!4v1618538154628!5m2!1spt-BR!2sbr"
width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</p>
</div>
</div>
</div>
</div>
</main>
<!-- Rodapé -->
<footer>
<footer class="footer-d">
<div class="footer-left">
<img src="img/prolabPNG.png" width="300px" height="90px" alt="logomarca prolab"><br><br><br><br>
<p class="footer-company-name">Prolab - Laboratório de análises clínicas em Ubajara © 2021</p>
</div>
<div class="footer-center">
<div>
<i class="fas fa-map-marked"></i>
<p><span>Rua Prudêncio Furtado, N°211 -
</span> Centro - Ubajara / CE</p>
</div>
<div>
<i class="fa fa-phone"></i>
<p><span>(88) 99809-9423
</span> (88) 99833-9633</p>
</div>
<div>
<i class="fa fa-envelope"></i>
<p><a href="mailto:laboratorioprolabubj@hotmail.com">laboratorioprolabubj@hotmail.com</a></p>
</div>
</div>
<div class="footer-right">
<p class="footer-company-about">
<span>HORÁRIOS DE ATENDIMENTO
</span>Segunda a Sexta: Das 6h00 - 17h00 <br>
Sábado: Das 6h00 - 13h00
</p>
<a href="https://api.whatsapp.com/message/5Y67HF2JSJW3I1" style="position:fixed;width:60px;height:60px;bottom:40px;right:40px;background-color:#25d366;color:#FFF;border-radius:50px;text-align:center;font-size:30px;box-shadow: 1px 1px 2px #888;
z-index:1000;" target="_blank">
<i style="margin-top:16px" class="fa fa-whatsapp"></i>
</a>
</div>
</footer>
<!-- Scripts do projeto -->
<script src="js/index.js"></script>
<script src="js/scripts.js"></script>
<script src="js/servicos.js"></script>
</body>
</html>