forked from ruanclaudio/habilconsult-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contacts.html
248 lines (233 loc) · 12.2 KB
/
contacts.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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="stylehome.css">
<!-- Favicons -->
<link rel="icon" type="image/png" sizes="192x192" href="addons/favicon_io/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="512x512" href="addons/favicon_io/android-chrome-512x512.png">
<link rel="apple-touch-icon" sizes="180x180" href="addons/favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="16x16" href="addons/favicon_io/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="addons/favicon_io/favicon-32x32.png">
<link rel="icon" type="image/x-icon" href="addons/favicon_io/favicon.ico">
<!-- Bootstrap CSS-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<!-- CSS -->
<link rel="stylesheet" href="css/style-contacts.css">
<title>Contatos</title>
</head>
<body>
<!--Navbar-->
<header>
<nav class="navbar navbar-expand-lg fixed-top" data-bs-theme="dark">
<div class="container-fluid">
<a class="navbar-brand" href="index.html"><img id="nav-logo" src="addons/nav-icon.png"
alt="Hábil Logo-Marca"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a id="home-link" class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a id="about-link" class="nav-link" href="about.html">Sobre Hábil</a>
</li>
<li class="nav-item">
<a id="professionals-link" class="nav-link" href="professionals.html">Profissionais</a>
</li>
<li class="nav-item">
<a id="services-link" class="nav-link" href="services.html">Serviços</a>
</li>
<li class="nav-item">
<a id="contacts-link" class="nav-link" href="contacts.html">Contatos</a>
</li>
</ul>
<button id="partner-btn" type="button" class="btn btn-primary btn-lg"><a
href="acess.html">Cadastre-se</a></button>
</div>
</div>
</nav>
</header>
<!-- Página para mostrar o painel de contatos onde você pode acessar a parte de formulário de atendimento e clientes -->
<main class="container" style="margin-bottom: 10%; padding-top: 120px;">
<div class="row">
<div class="col-md-4">
<div style="text-align: center; margin-bottom: 20px;">
<button class="btn btn-primary custom-btn"><a href="acess.html">Seja nosso Parceiro</a></button>
</div>
<div class="card card_style">
<div class="card-body">
<p class="card-text">
Faça seu cadastro e se torne um dos nossos profissionais.
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div style="text-align: center; margin-bottom: 20px;">
<button class="btn btn-primary custom-btn"><a href="clientform.html">Seja nosso Cliente</a></button>
</div>
<div class="card card_style">
<div class="card-body">
<p class="card-text">
Buscando melhorar suas estratégias de marketing digital?
Parceria com uma consultoria confiável que compreenda suas metas e valores?
Venha pra Hábil.
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div style="text-align: center; margin-bottom: 20px;">
<button class="btn btn-primary custom-btn"><a href="form.html">Possuo projeto em andamento</a></button>
</div>
<div class="card card_style">
<div class="card-body">
<p class="card-text">
Já possui projeto em andamento?
Possui dúvidas?
Atendimento exclusivo para projetos.
</p>
</div>
</div>
</div>
</div>
</main>
<!-- Footer -->
<footer class="text-center text-lg-start text-white" style="background-color: #1c1c39">
<!-- Section: Social media -->
<section class="d-flex justify-content-between p-4" style="background-color: #6351ce">
<!-- Left -->
<div class="me-5">
<span>Conecte-se conosco nas redes sociais:</span>
</div>
<!-- Left -->
<!-- Right -->
<div>
<a href="https://www.linkedin.com/in/h%C3%A1bil-consultoria-de-marketing-27696b297/" target="_blank"
class="text-white me-4">
<i class="bi bi-linkedin"></i>
</a>
<a href="mailto:[email protected]" class="text-white me-4">
<i class="bi bi-google"></i>
</a>
<a href="https://www.instagram.com/habilconsultoriademarketing" target="_blank" class="text-white me-4">
<i class="bi bi-instagram"></i>
</a>
</div>
<!-- Right -->
</section>
<!-- Section: Social media -->
<!-- Section: Links -->
<section class="">
<div class="container text-center text-md-start mt-5">
<!-- Grid row -->
<div class="row mt-3">
<!-- Grid column -->
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<!-- Content -->
<h6 class="text-uppercase fw-bold">Hábil Consultoria de Markting</h6>
<hr class="mb-4 mt-0 d-inline-block mx-auto"
style="width: 60px; background-color: #7c4dff; height: 2px" />
<p>
Proporcionamos soluções de marketing digital inovadoras e eficazes, com uma equipe
diversificada e experiente. Criamos experiências únicas e memoráveis, valorizando a
integridade, ética, criatividade e transparência. Buscamos profissionais talentosos e
apaixonados para se juntarem a nós e alcançarem resultados excepcionais em um ambiente
dinâmico.
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold">Fundadores</h6>
<hr class="mb-4 mt-0 d-inline-block mx-auto"
style="width: 60px; background-color: #7c4dff; height: 2px" />
<p>
<a href="https://www.linkedin.com/in/ana-beatriz-569a05267/" target="_blank"
class="text-white">Ana Beatriz Freitas dos Santos </a>
</p>
<p>
<a href="https://www.linkedin.com/in/nikele-ferreira-976195111" target="_blank"
class="text-white">Nikele Ferreira</a>
</p>
<p>
<a href="https://br.linkedin.com/in/camila-santana-59a556277" target="_blank"
class="text-white">Camila Santana</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold">Desenvolvedores Web</h6>
<hr class="mb-4 mt-0 d-inline-block mx-auto"
style="width: 60px; background-color: #7c4dff; height: 2px" />
<p>
<a href="https://www.linkedin.com/in/-ruanclaudio-/" target="_blank" class="text-white">Ruan
Cláudio Damasceno Souza</a>
</p>
<p>
<a href="https://www.linkedin.com/in/luizhenriqueccarvalho/" target="_blank"
class="text-white">Luiz Henrique Carneiro Carvalho</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold">Links Úteis</h6>
<hr class="mb-4 mt-0 d-inline-block mx-auto"
style="width: 60px; background-color: #7c4dff; height: 2px" />
<p>
<a href="contacts.html" class="text-white">Contatos</a>
</p>
<p>
<a href="services.html" class="text-white">Serviços</a>
</p>
<p>
<a href="#!" class="text-white">Ajuda</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4 p-0">
<!-- Links -->
<h6 class="text-uppercase fw-bold">Contato</h6>
<hr class="mb-4 mt-0 d-inline-block mx-auto"
style="width: 60px; background-color: #7c4dff; height: 2px" />
<p><i class="bi bi-house-fill"></i> Feira de Santana, BA, BR</p>
<p><i class="bi bi-envelope-fill"></i> [email protected]</p>
<p><i class="bi bi-telephone-fill"></i> +55 75 9999-9999</p>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
</section>
<!-- Section: Links -->
<!-- Copyright -->
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2)">
© 2023 Copyright:
<a class="text-white" href="#">consulthabilmarketing.com.br</a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
<!-- BOOTSTRAP JAVASCRIPT -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+"
crossorigin="anonymous"></script>
</body>
</html>