-
Notifications
You must be signed in to change notification settings - Fork 1
/
NewVacia.html
347 lines (341 loc) · 12.4 KB
/
NewVacia.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
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- ===============================================-->
<!-- TITULO DE LA VENTANA-->
<!-- ===============================================-->
<title>G-TPX | VACIA</title>
<!-- ===============================================-->
<!-- ICONOS-->
<!-- ===============================================-->
<link
rel="apple-touch-icon"
sizes="180x180"
href="assets/img/favicons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="assets/img/favicons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="assets/img/favicons/favicon-16x16.png"
/>
<link
rel="shortcut icon"
type="image/x-icon"
href="assets/img/favicons/favicon.ico"
/>
<link rel="manifest" href="assets/img/favicons/manifest.json" />
<meta
name="msapplication-TileImage"
content="assets/img/favicons/mstile-150x150.png"
/>
<meta name="theme-color" content="#ffffff" />
<!-- ===============================================-->
<!-- CSS LINKEADO-->
<!-- ===============================================-->
<link href="./assets/css/theme.css" rel="stylesheet" />
</head>
<body>
<!-- ===============================================-->
<!-- NAVBAR FIJA-->
<!-- ===============================================-->
<main class="main" id="top">
<nav
class="navbar navbar-expand-lg navbar-light fixed-top py-3 d-block"
data-navbar-on-scroll="data-navbar-on-scroll"
>
<div class="container">
<a class="navbar-brand d-inline-flex" href="./index.html">
<img
class="d-inline-block"
src="assets/img/gallery/logo.png"
alt="logo"
/>
<span class="text-1000 fs-0 fw-bold ms-2">G-TPX</span>
</a>
<button
class="navbar-toggler collapsed"
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 border-top border-lg-0 mt-4 mt-lg-0"
id="navbarSupportedContent"
>
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item px-2">
<a
class="nav-link fw-medium active"
aria-current="page"
href="#"
>
Mujeres
</a>
</li>
<li class="nav-item px-2">
<a class="nav-link fw-medium" href="./seccionHombres.html">Hombre</a>
</li>
<li class="nav-item px-2">
<a class="nav-link fw-medium" href="#">Rebajas</a>
</li>
<li class="nav-item px-2">
<a class="nav-link fw-medium" href="./NewAboutUs.html">Dev Team</a>
</li>
</ul>
<form class="d-flex">
<a class="text-1000" href="./NewContactUs.html">
<svg
class="feather feather-phone me-3"
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path
d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"
></path>
</svg>
</a>
<a class="text-1000" href="#!">
<svg
class="feather feather-shopping-cart me-3"
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<circle cx="9" cy="21" r="1"></circle>
<circle cx="20" cy="21" r="1"></circle>
<path
d="M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6"
></path>
</svg>
</a>
<a class="text-1000" href="#!">
<svg
class="feather feather-user me-3"
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path>
<circle cx="12" cy="7" r="4"></circle>
</svg>
</a>
</form>
</div>
</div>
</nav>
<!-- ===============================================-->
<!-- FINAL DE LA NAVBAR-->
<!-- ===============================================-->
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<!-- ===============================================-->
<!-- INICIO DEL FOOTER-->
<!-- ===============================================-->
<section class="py-0 pt-7">
<div class="container">
<div class="row">
<div class="col-6 col-lg-2 mb-3">
<h5 class="lh-lg fw-bold text-1000">Compañia</h5>
<ul class="list-unstyled mb-md-4 mb-lg-0">
<li class="lh-lg">
<a class="text-800 text-decoration-none" href="./NewAboutUs.html">
Dev Team
</a>
</li>
</ul>
</div>
<div class="col-6 col-lg-2 mb-3">
<h5 class="lh-lg fw-bold text-1000">Ayuda & Soporte</h5>
<ul class="list-unstyled mb-md-4 mb-lg-0">
<li class="lh-lg">
<a class="text-800 text-decoration-none" href="./NewContactUs.html">
Contactanos
</a>
</li>
<li class="lh-lg">
<a class="text-800 text-decoration-none" href="#!">Meteodos de pago</a>
</li>
<li class="lh-lg">
<a class="text-800 text-decoration-none" href="#!">
Devoluciones
</a>
</li>
</ul>
</div>
<div class="col-sm-6 col-lg-auto ms-auto">
<h5 class="lh-lg fw-bold text-1000">
Registrate a Nuestro Newsletter
</h5>
<div class="row input-group-icon mb-5">
<div class="col-12">
<input
class="form-control input-box"
type="email"
placeholder="Introduce tu correo"
aria-label="email"
/>
<svg
class="bi bi-arrow-right-short input-box-icon"
xmlns="http://www.w3.org/2000/svg"
width="23"
height="23"
fill="#424242"
viewBox="0 0 16 16"
>
<path
fill-rule="evenodd"
d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"
></path>
</svg>
</div>
</div>
<p class="text-800">
<svg
class="feather feather-phone me-3"
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path
d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"
></path>
</svg>
<span class="text-800">+3930219390</span>
</p>
<p class="text-800">
<svg
class="feather feather-mail me-3"
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path
d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"
></path>
<polyline points="22,6 12,13 2,6"></polyline>
</svg>
<span class="text-800">[email protected]</span>
</p>
</div>
</div>
<div class="border-bottom border-3"></div>
<div class="row flex-center my-3">
<div class="col-md-6 order-1 order-md-0">
<p class="my-2 text-1000 text-center text-md-start">
<svg
class="bi bi-suit-heart-fill"
xmlns="http://www.w3.org/2000/svg"
width="15"
height="15"
fill="#EB6453"
viewBox="0 0 16 16"
>
<path
d="M4 1c2.21 0 4 1.755 4 3.92C8 2.755 9.79 1 12 1s4 1.755 4 3.92c0 3.263-3.234 4.414-7.608 9.608a.513.513 0 0 1-.784 0C3.234 9.334 0 8.183 0 4.92 0 2.755 1.79 1 4 1z"
></path>
</svg>
</p>
</div>
<div class="col-md-6">
<div class="text-center text-md-end">
<a href="#!">
<span class="me-4" data-feather="facebook"></span>
</a>
<a href="#!">
<span class="me-4" data-feather="instagram"></span>
</a>
<a href="#!">
<span class="me-4" data-feather="youtube"></span>
</a>
<a href="#!">
<span class="me-4" data-feather="twitter"></span>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- ===============================================-->
<!--FINAL DEL FOOTER-->
<!-- ===============================================-->
</main>
<!-- ===============================================-->
<!-- JavaScripts-->
<!-- ===============================================-->
<script src="vendors/@popperjs/popper.min.js"></script>
<script src="vendors/bootstrap/bootstrap.min.js"></script>
<script src="vendors/is/is.min.js"></script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=window.scroll"></script>
<script src="vendors/feather-icons/feather.min.js"></script>
<script>
feather.replace();
</script>
<script src="assets/js/theme.js"></script>
<link
href="https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
</body>
</html>