-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontacto.html
122 lines (110 loc) · 7.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/style.css">
<link rel="shortcut icon" href="./assests/img/Logo-ico.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=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Grenze+Gotisch:wght@100..900&display=swap" rel="stylesheet">
<title>Stride Gear</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
</head>
<body class=" min-h-screen flex flex-col">
<header class="flex w-full md:flex-wrap flex-row justify-around">
<section class="bg-[#99C2EC] flex flex-col justify-between items-center w-full md:flex-row">
<img class="h-[125px] w-[125px] lg:h-[150px] lg:w-[150px]" src="./assests/img/logoconfondo.png" alt="logo">
<!-- <h1>Stride Gear</h1> -->
<nav class="flex mb-2 md:mr-8 gap-8">
<a class="bg-blue-500 hover:bg-[#EE5B58] text-white font-bold py-2 px-4 rounded" href="./index.html">INICIO</a>
<a class="bg-blue-500 hover:bg-[#EE5B58] text-white font-bold py-2 px-4 rounded" href="./productos.html">PRODUCTOS</a>
<a class="bg-blue-900 hover:bg-[#EE5B58] text-white font-bold py-2 px-4 rounded" href="./contacto.html">CONTACTO</a>
</nav>
</section>
</header>
<main class="flex-grow bg-orange-100 flex flex-col items-center justify-center">
<h1 class="text-3xl font-bold text-center mb-8 mt-2 md:text-5xl lg:text-7xl">CONTACTO</h1>
<section class="w-11/12 md:w-3/4 lg:w-1/2 bg-white rounded shadow-lg p-8 mb-8">
<h2 class="text-2xl font-bold mb-4">¡Hablemos!</h2>
<p class="text-lg mb-4">En Stride Gear, valoramos tu opinión y estamos aquí para ayudarte en todo lo que
necesites. Ya sea que tengas consultas sobre nuestros productos, necesites asistencia con un pedido o
simplemente quieras compartir tus comentarios, ¡nos encantaría escucharte!</p>
<p class="text-lg mb-4">Puedes contactarnos de las siguientes formas:</p>
<div class="flex flex-col mb-4">
<a href="mailto:info@stridegear.com.ar" class="text-lg text-blue-500 hover:underline flex items-center">
<img src="./assests/img/icons8-email-16.png" alt="Icon-email" class="mr-2">
info@stridegear.com.ar
</a>
<a href="tel:+5491123456789" class="text-lg text-blue-500 hover:underline flex items-center">
<img src="./assests/img/icons8-whatsapp-16.png" alt="icon-whatsapp" class="mr-2">
+54 9 11 2345 6789
</a>
<p class="text-lg">Redes sociales: Encuéntranos en Facebook, Instagram y Twitter como <a
href="https://www.instagram.com/?hl=es" class="text-blue-500 hover:underline">@StrideGearArg</a>
</p>
<p class="text-lg">Horario de atención: Lunes a viernes, de 9:00 a.m. a 6:00 p.m. (hora local)</p>
</div>
</section>
<section class="w-11/12 md:w-3/4 lg:w-1/2 bg-white rounded shadow-lg p-8 mb-8">
<h2 class="text-2xl font-bold mb-4">Formulario de contacto</h2>
<p class="text-lg mb-4">Puedes llenar el formulario a continuación y uno de nuestros representantes se
pondrá en contacto contigo en breve. ¡Estamos aquí para brindarte la mejor experiencia de compra
posible!</p>
<form id="formulario" class="space-y-4">
<div>
<label for="nombre" class="block text-sm font-medium text-gray-700">Nombre *</label>
<input type="text" id="nombre" name="nombre" required
class="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-blue-500 focus:ring focus:ring-blue-200">
</div>
<div>
<label for="apellido" class="block text-sm font-medium text-gray-700">Apellido *</label>
<input type="text" id="apellido" name="apellido" required
class="mt-1 block w-full rounded-md border-gray-300 shadow-sm">
</div>
<div>
<label for="direccion" class="block text-sm font-medium text-gray-700">Dirección *</label>
<input type="text" id="direccion" name="direccion" required
class="mt-1 block w-full rounded-md border-gray-300 shadow-sm ">
</div>
<div>
<label for="correo" class="block text-sm font-medium text-gray-700">Correo electrónico *</label>
<input type="email" id="correo" name="correo" required
class="mt-1 block w-full rounded-md border-gray-300 shadow-sm">
</div>
<div>
<label for="telefono" class="block text-sm font-medium text-gray-700">Número de teléfono</label>
<input type="number" id="telefono" name="telefono"
class="mt-1 block w-full rounded-md border-gray-300 shadow-sm ">
</div>
<div>
<label for="comentarios" class="block text-sm font-medium text-gray-700">Comentario</label>
<textarea id="comentario" name="comentario" rows="4"
class="mt-1 block w-full rounded-md border-gray-300 shadow-sm"></textarea>
</div>
<div>
<button id="btn-enviar"
class="w-full py-2 px-4 rounded-md shadow-sm text-sm font-medium text-white bg-blue-500 hover:bg-blue-700">Enviar</button>
</div>
</form>
</section>
<section class="w-11/12 md:w-3/4 lg:w-1/2 bg-white rounded shadow-lg p-8 mb-8">
<h2 class="text-2xl font-bold mb-4">Ubicación</h2>
<div class="aspect-w-16 aspect-h-9 mb-4">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d13136.017375288673!2d-58.3944625339588!3d-34.604051667263676!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x95bccac5dd595589%3A0xcc91d385c40fd71e!2sAv.%20Corrientes%201234%2C%20C1043AAZ%20Cdad.%20Aut%C3%B3noma%20de%20Buenos%20Aires!5e0!3m2!1ses-419!2sar!4v1713219202992!5m2!1ses-419!2sar"
width="100%" height="100%" style="border:0;" allowfullscreen="" loading="lazy">
</iframe>
</div>
</section>
<p class="text-center p-5">¡Gracias por elegir Stride Gear!</p>
</main>
<footer class="bg-[#99C2EC] flex justify-center h-1/4 w-full p-4 mt-auto">
<h3 class="text-sm lg:text-xl py-3">
© MindHub - Stride Gear 2024 - Todos los derechos reservados.
</h3>
</footer>
<script src="js/sweetAlert.js"></script>
</body>
</html>