-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunisex.html
249 lines (237 loc) · 13.3 KB
/
unisex.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
<!DOCTYPE html>
<html lang="es">
<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>Marcos Para Ellas | OptiAustral </title>
<!--Fuente-->
<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=Ubuntu&display=swap" rel="stylesheet">
<!--Plugins CSS-->
<link href="css/plugins/bootstrap.min.css" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="css/plugins/fontawesome.min.css">
<!--Mis estilos CSS-->
<link rel="stylesheet" type="text/css" href="css/main.css">
<!--ICONO-->
<link rel="icon" type="image/png" href="img/logo/optica-optiaustral-icono-01.png" sizes="16x16">
</head>
<body>
<!--Navegador-->
<nav class="navbar navbar-expand-lg navbar-light bg-white fixed-top">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="img/logo/optica-optiaustral-logo.png" alt="" width="150">
</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 ms-md-auto">
<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="#servicios">Servicios a Empresas</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle active" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Marcos
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="ellas.html">Para Ellas</a></li>
<li><a class="dropdown-item" href="ellos.html">Para Ellos</a></li>
<li><a class="dropdown-item" href="unisex.html">Unisex</a></li>
<li><a class="dropdown-item" href="kids.html">Kids</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="contactanos.html">Contáctanos</a>
</li>
</ul>
</div>
</div>
</nav>
<!--BOTON DE WHATSAPP-->
<button class="btn btn-whatsapp"><a href="https://wa.me/56954520038" target="_blank"><i class="fab fa-whatsapp text-white"></i></a></button>
<!--Contenido-->
<!--Banner Publicitario-->
<div class="bannerPublicitario">
<img src="img/marcos/img-banner-marcos-unisex-optica-optiaustral-03.jpg" class="img-fluid">
</div>
<!--Productos-->
<section>
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="producto border p-3 rounded text-center">
<figure>
<img class="img-fluid" src="img/unisex/arnett-unisex-optica-optiaustral-1.jpg" alt="Para Ellas - Optica OptiAustral">
</figure>
<p class="text-uppercase text-secondary">Arnett</p>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="producto border p-3 rounded text-center">
<figure>
<img class="img-fluid" src="img/unisex/arnett-unisex-optica-optiaustral-2.jpg" alt="Para Ellas - Optica OptiAustral">
</figure>
<p class="text-uppercase text-secondary">Arnett</p>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="producto border p-3 rounded text-center">
<figure>
<img class="img-fluid" src="img/unisex/calvin-klein-unisex-optica-optiaustral-1.jpg" alt="Para Ellas - Optica OptiAustral">
</figure>
<p class="text-uppercase text-secondary">Calvin Klein</p>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="producto border p-3 rounded text-center">
<figure>
<img class="img-fluid" src="img/unisex/calvin-klein-unisex-optica-optiaustral-2.jpg" alt="Para Ellas - Optica OptiAustral">
</figure>
<p class="text-uppercase text-secondary">Calvin Klein</p>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="producto border p-3 rounded text-center">
<figure>
<img class="img-fluid" src="img/unisex/calvin-klein-unisex-optica-optiaustral-3.jpg" alt="Para Ellas - Optica OptiAustral">
</figure>
<p class="text-uppercase text-secondary">Calvin Klein</p>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="producto border p-3 rounded text-center">
<figure>
<img class="img-fluid" src="img/unisex/calvin-klein-unisex-optica-optiaustral-4.jpg" alt="Para Ellas - Optica OptiAustral">
</figure>
<p class="text-uppercase text-secondary">Calvin Klein</p>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="producto border p-3 rounded text-center">
<figure>
<img class="img-fluid" src="img/unisex/carrera-unisex-optica-optiaustral-1.jpg" alt="Para Ellas - Optica OptiAustral">
</figure>
<p class="text-uppercase text-secondary">Carrera</p>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="producto border p-3 rounded text-center">
<figure>
<img class="img-fluid" src="img/unisex/guess-unisex-optica-optiaustral-1.jpg" alt="Para Ellas - Optica OptiAustral">
</figure>
<p class="text-uppercase text-secondary">Guess</p>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="producto border p-3 rounded text-center">
<figure>
<img class="img-fluid" src="img/unisex/guess-unisex-optica-optiaustral-2.jpg" alt="Para Ellas - Optica OptiAustral">
</figure>
<p class="text-uppercase text-secondary">Guess</p>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="producto border p-3 rounded text-center">
<figure>
<img class="img-fluid" src="img/unisex/guess-unisex-optica-optiaustral-3.jpg" alt="Para Ellas - Optica OptiAustral">
</figure>
<p class="text-uppercase text-secondary">Guess</p>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="producto border p-3 rounded text-center">
<figure>
<img class="img-fluid" src="img/unisex/lacoste-unisex-optica-optiaustral-1.jpg" alt="Para Ellas - Optica OptiAustral">
</figure>
<p class="text-uppercase text-secondary">Lacoste</p>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="producto border p-3 rounded text-center">
<figure>
<img class="img-fluid" src="img/unisex/lacoste-unisex-optica-optiaustral-2.jpg" alt="Para Ellas - Optica OptiAustral">
</figure>
<p class="text-uppercase text-secondary">Lacoste</p>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="producto border p-3 rounded text-center">
<figure>
<img class="img-fluid" src="img/unisex/lacoste-unisex-optica-optiaustral-3.jpg" alt="Para Ellas - Optica OptiAustral">
</figure>
<p class="text-uppercase text-secondary">Lacoste</p>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="producto border p-3 rounded text-center">
<figure>
<img class="img-fluid" src="img/unisex/nike-unisex-optica-optiaustral-1.jpg" alt="Para Ellas - Optica OptiAustral">
</figure>
<p class="text-uppercase text-secondary">Nike</p>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="producto border p-3 rounded text-center">
<figure>
<img class="img-fluid" src="img/unisex/nike-unisex-optica-optiaustral-2.jpg" alt="Para Ellas - Optica OptiAustral">
</figure>
<p class="text-uppercase text-secondary">Nike</p>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="producto border p-3 rounded text-center">
<figure>
<img class="img-fluid" src="img/unisex/nike-unisex-optica-optiaustral-3.jpg" alt="Para Ellas - Optica OptiAustral">
</figure>
<p class="text-uppercase text-secondary">Nike</p>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="producto border p-3 rounded text-center">
<figure>
<img class="img-fluid" src="img/unisex/ray-ban-unisex-optica-optiaustral-1.jpg" alt="Para Ellas - Optica OptiAustral">
</figure>
<p class="text-uppercase text-secondary">Ray Ban</p>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="producto border p-3 rounded text-center">
<figure>
<img class="img-fluid" src="img/unisex/ray-ban-unisex-optica-optiaustral-2.jpg" alt="Para Ellas - Optica OptiAustral">
</figure>
<p class="text-uppercase text-secondary">Ray Ban</p>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="producto border p-3 rounded text-center">
<figure>
<img class="img-fluid" src="img/unisex/ray-ban-unisex-optica-optiaustral-3.jpg" alt="Para Ellas - Optica OptiAustral">
</figure>
<p class="text-uppercase text-secondary">Ray Ban</p>
</div>
</div>
</div>
</div>
</section>
<footer class="bg-light p-3 mt-5">
<div class="container">
<div class="row">
<div class="col-xs-12">
<center><small>Copyright © 2022. Página elaborada por <a href="https://cenobia.cl/" target="_blank">Cenobia Soluciones Informáticas</a>. Todos los derechos reservados</small></center>
</div>
</div>
</div>
</footer>
<!--Plugins JS-->
<script src="js/plugins/jquery-v3.6.0.js"></script>
<script src="js/plugins/bootstrap.bundle.min.js"></script>
<!--Mis Codigos JS-->
<script src=""></script>
</body>
</html>