-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
223 lines (207 loc) · 12.1 KB
/
index.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
<!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>B&B Ópticas</title>
<meta name="description" content="La mejor tienda para comprar lentes oftalmicos, de sol y contacto en todo el sur del Perú"/>
<meta name="keywords" content="tienda online, lentes oftalmicos, lentes de contacto, lentes de sol, lentes para varónes, lentes para mujeres, lentes para niños"/>
<meta name="author" content="Waldir Maidana Valenzuela" />
<meta name="copyright" content="Waldir Maidana Valenzuela" />
<meta name="robots" content="index, follow"/>
<meta http-equiv="cache-control" content="cache"/>
<meta http-equiv="expires" content="tiempo de expiración en segundos"/>
<link rel="icon" type="image/x-icon" href="./recursos/imagenes/favicon.png">
<!-- Fuente -->
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap" rel="stylesheet">
<!-- Estilos -->
<link rel="stylesheet" href="./recursos/css/reset.css">
<link rel="stylesheet" href="./recursos/css/base.css">
<link rel="stylesheet" href="./recursos/css/colores.css">
<link rel="stylesheet" href="./recursos/css/template/index.css">
<link rel="stylesheet" href="./recursos/css/template/cabecera.css">
<!-- Icono -->
<link rel="stylesheet" href="./recursos/css/atomo/icono/icono.css">
<!-- Buscador -->
<link rel="stylesheet" href="./recursos/css/molecula/buscador/buscadorGrande.css">
<link rel="stylesheet" href="./recursos/css/molecula/buscador/buscadorMobil.css">
<link rel="stylesheet" href="./recursos/css/atomo/buscador/buscador.css">
<link rel="stylesheet" href="./recursos/css/atomo/buscador/buscadorToggle.css">
<link rel="stylesheet" href="./recursos/css/atomo/buscador/buscador-campo.css">
<link rel="stylesheet" href="./recursos/css/atomo/buscador/buscador-btn.css">
<link rel="stylesheet" href="./recursos/css/atomo/buscador/buscadorMobil-cerrar.css">
<!-- Botones -->
<link rel="stylesheet" href="./recursos/css/atomo/boton/btn.css">
<!-- Logo -->
<link rel="stylesheet" href="./recursos/css/molecula/logo/logo.css">
<link rel="stylesheet" href="./recursos/css/atomo/logo/logo-imagen.css">
<link rel="stylesheet" href="./recursos/css/atomo/logo/logo-nombre.css">
<!-- Banner -->
<link rel="stylesheet" href="./recursos/css/molecula/banner/banner.css">
<link rel="stylesheet" href="./recursos/css/atomo/banner/banner-titulo.css">
<link rel="stylesheet" href="./recursos/css/atomo/banner/banner-detalle.css">
<!-- Tipo -->
<link rel="stylesheet" href="./recursos/css/organismo/tipo.css">
<link rel="stylesheet" href="./recursos/css/molecula/tipo/tipo-cabecera.css">
<link rel="stylesheet" href="./recursos/css/atomo/tipo/tipo-titulo.css">
<link rel="stylesheet" href="./recursos/css/atomo/tipo/titulo-link.css">
<!-- Productos -->
<link rel="stylesheet" href="./recursos/css/organismo/productos.css">
<link rel="stylesheet" href="./recursos/css/molecula/producto/producto.css">
<link rel="stylesheet" href="./recursos/css/atomo/producto/producto-imagen.css">
<link rel="stylesheet" href="./recursos/css/atomo/producto/producto-link.css">
<link rel="stylesheet" href="./recursos/css/atomo/producto/producto-nombre.css">
<link rel="stylesheet" href="./recursos/css/atomo/producto/producto-precio.css">
<link rel="stylesheet" href="./recursos/css/atomo/producto/producto-sinlink.css">
<!-- Masinfo -->
<link rel="stylesheet" href="./recursos/css/organismo/masinfo.css">
<link rel="stylesheet" href="./recursos/css/molecula/masinfo/masinfo-elemento.css">
<link rel="stylesheet" href="./recursos/css/molecula/masinfo/company.css">
<link rel="stylesheet" href="./recursos/css/atomo/company/company-objetivo.css">
<link rel="stylesheet" href="./recursos/css/molecula/masinfo/contacto.css">
<link rel="stylesheet" href="./recursos/css/atomo/contacto/contacto-titulo.css">
<link rel="stylesheet" href="./recursos/css/molecula/masinfo/paginas.css">
<link rel="stylesheet" href="./recursos/css/atomo/paginas/paginas-elemento.css">
<link rel="stylesheet" href="./recursos/css/atomo/paginas/paginas-link.css">
<link rel="stylesheet" href="./recursos/css/atomo/paginas/paginas-lista.css">
<!-- Formularios -->
<link rel="stylesheet" href="./recursos/css/organismo/form.css">
<link rel="stylesheet" href="./recursos/css/molecula/form/form-grupo.css">
<link rel="stylesheet" href="./recursos/css/atomo/form/form-campo.css">
<link rel="stylesheet" href="./recursos/css/atomo/form/form-label.css">
<link rel="stylesheet" href="./recursos/css/atomo/form/form-alerta.css">
<!-- Footer -->
<link rel="stylesheet" href="./recursos/css/atomo/piepagina/piepagina-mensaje.css">
</head>
<body>
<header class="cabecera">
<div class="cabecera-contenido contenedor contenedor_principal">
<a href="#" role="link" class="logo">
<img src="./recursos/imagenes/favicon.png" alt="Logo B&B Ópticas" class="logo-imagen">
<span class="logo-nombre">B&B Ópticas</span>
</a>
<div class="buscadorGrande">
<form action="./recursos/paginas/productos.html" class="form">
<div class="buscador">
<input type="text" class="buscador-campo" placeholder="Buscar..." name="q">
<button class="buscador-btn">
<i class="icono icono_buscar"></i>
</button>
</div>
</form>
</div>
<i class="icono icono_buscar buscadorToggle"></i>
<div class="buscadorMobil">
<form action="./recursos/paginas/productos.html" class="form">
<div class="buscador">
<input type="text" class="buscador-campo" placeholder="Buscar..." name="q">
<button class="buscador-btn">
<i class="icono icono_buscar"></i>
</button>
</div>
</form>
<div class="buscadorMobil-cerrar">✕</div>
</div>
<a href="./recursos/paginas/login.html" class="btn btn_lineas">Login</a>
</div>
</header>
<main>
<section class="banner">
<div class="banner-contenido contenedor contenedor_principal">
<h1 class="banner-titulo">Promociones de abril</h1>
<p class="banner-detalle">Todos nuestros productos con hasta 40% de descuento</p>
<a href="./recursos/paginas/productos.html" role="link" class="btn">Ver Lentes</a>
</div>
</section>
<section class="tipo">
<div class="tipo-contenido contenedor contenedor_principal">
<div class="tipo-cabecera">
<h2 class="tipo-titulo">Lentes para Varónes</h2>
<a href="./recursos/paginas/productos.html?tipo=Varón" class="titulo-link">Ver todo</a>
</div>
<div class="productos" data-categoria="Varón">
<!-- <div class="producto">
<a href="#" class="producto-sinlink" role="link">
<img src="./recursos/imagenes/lentes/lente.webp" alt="Producto 1" class="producto-imagen">
</a>
<p class="producto-nombre">
<a href="" class="producto-sinlink" role="link">lentes GUCCI</a>
</p>
<p class="producto-precio">600.00</p>
<a href="" class="producto-link" role="link">Ver producto</a>
</div> -->
</div>
</div>
</section>
<section class="tipo" id="mujeres">
<div class="tipo-contenido contenedor contenedor_principal">
<div class="tipo-cabecera">
<h2 class="tipo-titulo">Lentes para Mujeres</h2>
<a href="./recursos/paginas/productos.html?tipo=Mujer" class="titulo-link">Ver todo</a>
</div>
<div class="productos" data-categoria="Mujer"></div>
</div>
</section>
<section class="tipo">
<div class="tipo-contenido contenedor contenedor_principal">
<div class="tipo-cabecera">
<h2 class="tipo-titulo">Lentes para Niños</h2>
<a href="./recursos/paginas/productos.html?tipo=Niños" class="titulo-link">Ver todo</a>
</div>
<div class="productos" data-categoria="Niños"></div>
</div>
</section>
</main>
<footer>
<div class="masinfo">
<div class="masinfo-contenido contenedor contenedor_principal">
<div class="masinfo-elemento company">
<a href="#" role="link" class="logo">
<img src="./recursos/imagenes/favicon.png" alt="Logo B&B Ópticas" class="logo-imagen">
<span class="logo-nombre">B&B Ópticas</span>
</a>
<p class="company-objetivo">La mejor tienda para comprar lentes oftalmicos, de sol y contacto en todo el sur del Perú</p>
</div>
<div class="masinfo-elemento paginas">
<p class="contacto-titulo">Páginas</p>
<ul class="paginas-lista">
<li class="paginas-elemento"><a href="#" role="link" class="paginas-link">Quienes somos</a></li>
<li class="paginas-elemento"><a href="#" role="link" class="paginas-link">Politicas de privacidad</a></li>
<li class="paginas-elemento"><a href="#" role="link" class="paginas-link">Programa de fidelidad</a></li>
<li class="paginas-elemento"><a href="#" role="link" class="paginas-link">Nuestras tiendas</a></li>
</ul>
</div>
<div class="masinfo-elemento contacto">
<p class="contacto-titulo">Contactenos</p>
<form action="" class="form" id="formContacto" novalidate>
<div class="form-grupo">
<input type="text" class="form-campo form-campo_texto" name="nombre" id="nombre" placeholder=" " autocomplete="off" data-tipo="todo" required maxlength="40">
<label for="nombre" class="form-label">Nombre</label>
<p class="form-alerta">Mensaje de alerta</p>
</div>
<div class="form-grupo">
<textarea name="mensaje" rows="3" class="form-campo form-campo_mensaje" id="mensaje" placeholder=" " data-tipo="todo" required maxlength="120"></textarea>
<label for="mensaje" class="form-label">Mensaje</label>
<p class="form-alerta">Mensaje de alerta</p>
</div>
<button type="submit" class="btn">Enviar</button>
</form>
</div>
</div>
</div>
<div class="piepagina">
<div class="piepagina-contenido contenedor contenedor_principal">
<p class="piepagina-mensaje">© 2023. Desarrollado por Waldir Maidana</p>
</div>
</div>
</footer>
<!-- JavaScript Externos -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/uuid/8.3.2/uuid.min.js" integrity="sha512-UNM1njAgOFUa74Z0bADwAq8gbTcqZC8Ej4xPSzpnh0l6KMevwvkBvbldF9uR++qKeJ+MOZHRjV1HZjoRvjDfNQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<!-- JavaScript Interno -->
<script src="./recursos/js/navegacion.js" defer></script>
<script src="./recursos/js/validar.js" defer></script>
<script type="module" src="./recursos/js/controladores/index.controller.js" defer></script>
</body>
</html>