-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contacto.html
420 lines (401 loc) · 15.5 KB
/
Contacto.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
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
<!DOCTYPE html>
<html lang="en">
<head>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Contacto | Volantis-TCG</title>
<link rel="icon" href="favicon/favicon.ico" type="image/x-icon" />
<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"
/>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="Contacto.css" />
<script src="js/scrollreveal.js"></script>
<link href="css/hover.css" rel="stylesheet" media="all" />
<link
href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css"
rel="stylesheet"
media="all"
/>
</head>
</head>
<body>
<div class="loader-wrapper">
<span class="loader"></span>
</div>
<!-- banner y barra de navegacion -->
<div class="fixed-navbar-container">
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img class="logo" src="img-inicio/volantis-log.png" alt="" />
</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 class="nav-link" aria-current="page" href="index.html"
>Inicio</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="Nosotros.html">Acerca de</a>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>
Servicios
</a>
<ul class="dropdown-menu">
<a href="Desarrollo-soft.html"
><h5 class="title-menu">Desarrollo a la medida</h5></a
>
<li><a class="dropdown-item" href="Web.html">Web</a></li>
<li>
<a class="dropdown-item" href="identidad.html"
>Identidad de marca</a
>
</li>
<li>
<a class="dropdown-item" href="WebApp.html">App web</a>
</li>
<li>
<a class="dropdown-item" href="SoftwareAlamedida.html"
>Software a la medida</a
>
</li>
<li><hr class="dropdown-divider" /></li>
<li>
<a class="dropdown-item" href="http://violet-dolphin-328081.hostingersite.com" target="_blank"
><img
width="40"
height="40"
src="https://img.icons8.com/dotty/80/38b6ff/earth-planet.png"
alt="earth-planet"
/>CEO: Edgar C.A</a
>
</li>
</ul>
</li>
<li class="nav-item">
<a href="Contacto.html" class="nav-link active">Contacto</a>
</li>
</ul>
<div class="rd-share">
<a href="https://www.instagram.com/volantis_tecg/?igsh=MW9rczFucmpjY3AyOA%3D%3D&utm_source=qr"
target="_blank">
<img width="30" height="30" src="https://img.icons8.com/ios/50/FFFFFF/instagram-new--v1.png" alt="instagram-new--v1"/>
</a>
<a href="https://www.facebook.com/profile.php?id=61564106378218&mibextid=LQQJ4d" target="_blank">
<img width="30" height="30" src="https://img.icons8.com/ios/50/FFFFFF/facebook-new.png" alt="facebook-new"/>
</a>
<a href="https://x.com/volantis_tecg" target="_blank">
<img width="30" height="30" src="https://img.icons8.com/ios/50/FFFFFF/twitterx--v2.png" alt="twitterx--v2"/>
</a>
</div>
</div>
</div>
</div>
</nav>
<div class="banner">
<div class="banner-content">
<h1>Contacto</h1>
<p>Háblanos sobre tu nuevo proyecto</p>
</div>
</div>
</div>
<!-- FIN -->
<!-- SECTION FORMULARIO -->
<section class="form-1">
<div class="info-contact">
<p class="text-1contact">| VOLANTIS-TCG</p>
<h2 class="title-contact1">Mantente siempre en contacto</h2>
<p>Cuenta con la mejor experiencias para tu proyectos</p>
<p class="text-ligth">
En Volantis-TGC, estamos aquí para llevar tu negocio al siguiente
nivel con soluciones personalizadas de desarrollo web y software. Ya
sea que necesites una página web profesional, una tienda online o una
plataforma a medida, nuestro equipo está listo para escuchar tus ideas
y hacerlas realidad. Contáctanos hoy y descubre cómo podemos ayudarte
a alcanzar tus objetivos!
</p>
</div>
<!-- formlulario -->
<div class="formulario">
<form method="post" action="https://formspree.io/f/xrbzdjbb">
<div>
<h1 id="redirection">Contáctanos</h1>
<p id="transp">
Estamos listos para ayudarte con nuestras soluciones
</p>
</div>
<label for="nombres"></label>
<input
type="text"
id="nombres"
name="nombres"
placeholder="Nombres"
required
/>
<label for="email"></label>
<input
type="email"
id="Correo"
name="email"
placeholder="Correo Corporativo"
required
/>
<br />
<label for="telefono"></label>
<input
type="text"
id="codigo"
name="codigo"
placeholder="+57"
required
/>
<input
type="tel"
id="telefono"
name="telefono"
placeholder="Celular"
required
/>
<label for="empresa"></label>
<input
type="text"
id="empresa"
name="empresa"
placeholder="Empresa"
required
/>
<label for="cargo"></label>
<input
type="text"
id="cargo"
name="cargo"
placeholder="Cargo"
required
/>
<label for="servicios"></label>
<input
type="text"
id="servicios"
name="servicios"
placeholder="Servicios"
required
/>
<label for="presupuesto"></label>
<input
type="text"
id="presupuesto"
name="presupuesto"
placeholder="Presupuesto"
required
/>
<br />
<textarea
name="descripcion_proyecto"
rows="4"
cols="40"
placeholder="Descripción del proyecto"
required
></textarea>
<br />
<input id="adjuntar" name="documento" type="file" />
<div class="politic">
<input type="checkbox" name="politicas" required />
<a
href="pdf docuemntos volantis/Politica_de_Privacidad_Volantis-TCG.pdf"
download
>He leído y estoy de acuerdo con la
<span class="privacity">Política y Privacidad</span></a
>
</div>
<input id="enviar" type="submit" value="Enviar" />
</form>
</div>
</section>
<!-- FIN FORMULARIO -->
<div class="overline"></div>
<section class="ubication-container">
<div class="adress">
<h4>Direccion</h4>
<p class="text-adrees">Cartagena de IndiasCl#32 Centro Historico</p>
</div>
<div class="adress">
<h4>Volantis-TCG</h4>
<p class="text-adrees">Colombia - Cartagena de indias</p>
</div>
<div class="adress">
<h4>Numeros de contactos</h4>
<li>
<a href="tel:+573024449598">
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
fill="currentColor"
class="bi bi-telephone-fill"
viewBox="0 0 16 16"
>
<path
fill-rule="evenodd"
d="M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.68.68 0 0 0 .178.643l2.457 2.457a.68.68 0 0 0 .644.178l2.189-.547a1.75 1.75 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.6 18.6 0 0 1-7.01-4.42 18.6 18.6 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877z"
/>
</svg>
+57 302 444 9598
</a>
</li>
<li>
<a href="mailto:[email protected]">
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
fill="currentColor"
class="bi bi-envelope-arrow-up-fill"
viewBox="0 0 16 16"
>
<path
d="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414zM0 4.697v7.104l5.803-3.558zm.192 8.159 6.57-4.027L8 9.586l1.239-.757.367.225A4.49 4.49 0 0 0 8 12.5c0 .526.09 1.03.256 1.5H2a2 2 0 0 1-1.808-1.144M16 4.697v4.974A4.5 4.5 0 0 0 12.5 8a4.5 4.5 0 0 0-1.965.45l-.338-.207z"
/>
<path
d="M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.354-5.354 1.25 1.25a.5.5 0 0 1-.708.708L13 12.207V14a.5.5 0 0 1-1 0v-1.717l-.28.305a.5.5 0 0 1-.737-.676l1.149-1.25a.5.5 0 0 1 .722-.016"
/>
</svg>
</a>
</li>
<li>
<a
href="https://wa.me/573013819375?text=Hola%2C%20me%20interesa%20conocer%20más%20sobre%20los%20servicios%20que%20ofrecen%20en%20Volantis-TGC%2C%20como%20desarrollo%20web%20y%20soluciones%20tecnológicas.%20%C2%BFPodrían%20brindarme%20más%20información%20o%20asesorarme%20en%20un%20proyecto%20específico%3F"
target="_blank"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
fill="currentColor"
class="bi bi-whatsapp"
viewBox="0 0 16 16"
>
<path
d="M13.601 2.326A7.85 7.85 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.9 7.9 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.9 7.9 0 0 0 13.6 2.326zM7.994 14.521a6.6 6.6 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.56 6.56 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592m3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.73.73 0 0 0-.529.247c-.182.198-.691.677-.691 1.654s.71 1.916.81 2.049c.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232"
/>
</svg>
301 381 9375
</a>
</li>
</div>
</section>
<section class="map">
<iframe
src="https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d7848.4263599994365!2d-75.4672895!3d10.404636300000007!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1ses!2sco!4v1725820714680!5m2!1ses!2sco"
width="100%"
height="400"
style="border: 0"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
></iframe>
</section>
<!-- FOOTER -->
<footer>
<div class="foot">
<h1>Redes</h1>
<a
href="https://www.facebook.com/profile.php?id=61564106378218&mibextid=LQQJ4d"
target="_blank"
><img id="red1" src="img-inicio/face.png" alt=""
/></a>
<a
href="https://www.instagram.com/volantis_tecg/?igsh=MW9rczFucmpjY3AyOA%3D%3D&utm_source=qr"
target="_blank"
><img id="red1" src="img-inicio/insta.png" alt=""
/></a>
<a href="https://x.com/volantis_tecg" target="_blank"
><img id="red1" src="img-inicio/tw.png" alt=""
/></a>
</div>
<div class="foot">
<h1>Ayuda y temas legales</h1>
<li>
<a
href="pdf docuemntos volantis/Politica_de_Privacidad_Volantis-TCG.pdf"
download
>Política de privacidad
</a>
</li>
<li>
<a href="mailto:[email protected]">[email protected]</a>
</li>
<li>
<a
href="pdf docuemntos volantis/Terminos_y_Condiciones_Volantis-TCG.pdf"
>Términos y condiciones
</a>
</li>
</div>
<div class="foot">
<h1>Empresa</h1>
<li><a href="index.html">Inicio</a></li>
<li><a href="AcercaDe.html">Acerca de</a></li>
<li><a href="Desarrollo-soft.html">Servicios</a></li>
<li><a href="Contacto.html">Contacto</a></li>
<!-- <li><a href="Equipo.html">Equipo</a></li> -->
</div>
<div class="foot">
<img id="volantis-fot" src="img-inicio/volantis blanc.png" alt="" />
</div>
</footer>
<!-- SECTION JS -->
<script src="JavaScript/loader.js"></script>
</button>
<button id="scrollButton">
<img
width="64"
height="64"
src="https://img.icons8.com/glyph-neue/64/circled-chevron-up.png"
alt="circled-chevron-up"
/>
</button>
<script src="JavaScript/Scriptbtn.js"></script>
<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-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy"
crossorigin="anonymous"
></script>
<script src="js/Script2.js"></script>
<script src="js/desarrollo.js"></script>
</body>
</html>