-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
183 lines (162 loc) · 7.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AluraGeek</title>
<link rel="icon" href="assets/img/header/sport.png" type="image/png">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/header.css">
<link rel="stylesheet" href="assets/css/header/header-logo.css">
<link rel="stylesheet" href="assets/css/header/header-buscar.css">
<link rel="stylesheet" href="assets/css/header/header-input.css">
<link rel="stylesheet" href="assets/css/header/header-lupa.css">
<link rel="stylesheet" href="assets/css/header/header-boton.css">
<link rel="stylesheet" href="assets/css/banner.css">
<link rel="stylesheet" href="assets/css/banner/banner-img.css">
<link rel="stylesheet" href="assets/css/banner/banner-titulos.css">
<link rel="stylesheet" href="assets/css/banner/banner-titulo-principal.css">
<link rel="stylesheet" href="assets/css/banner/banner-titulo-second.css">
<link rel="stylesheet" href="assets/css/banner/banner-boton.css">
<link rel="stylesheet" href="assets/css/producto.css">
<link rel="stylesheet" href="assets/css/producto/producto-barra.css">
<link rel="stylesheet" href="assets/css/producto/producto-barra-lista-item.css">
<link rel="stylesheet" href="assets/css/producto/producto-barra-lista.css">
<link rel="stylesheet" href="assets/css/producto/producto-barra-lista-item-imagen.css">
<link rel="stylesheet" href="assets/css/producto/producto-barra-lista-item-link.css">
<link rel="stylesheet" href="assets/css/producto/producto-barra-titulo.css">
<link rel="stylesheet" href="assets/css/producto/producto-barra-titulo-pricipal.css">
<link rel="stylesheet" href="assets/css/producto/producto-barra-titulo-boton.css">
<link rel="stylesheet" href="assets/css/producto/producto-barra-titulo-boton-flecha.css">
<link rel="stylesheet" href="assets/css/contacto.css">
<link rel="stylesheet" href="assets/css/contacto/contacto-logo.css">
<link rel="stylesheet" href="assets/css/contacto/contacto-link.css">
<link rel="stylesheet" href="assets/css/contacto/contacto-form.css">
<link rel="stylesheet" href="assets/css/contacto/contacto-form-nombre.css">
<link rel="stylesheet" href="assets/css/contacto/contacto-form-textArea.css">
<link rel="stylesheet" href="assets/css/contacto/contacto-form-btn.css">
<link rel="stylesheet" href="assets/css/footer.css">
<link rel="stylesheet" href="assets/css/banner-slider.css">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<!-- zona cabecera -->
<header class="header">
<div class="header__logo">
<img src="assets/img/header/Logo.png" alt="">
</div>
<div class="header__buscar">
<input class="header__input" type="text" id="header-input" name="header-input"
placeholder="¿Qué deseas buscar?">
<a href="#" class="header__lupa" id="btnBuscar"></a>
</div>
<a href="screens/login.html" class="header__boton" id="loginLink">Login</a>
<a href="#" class="header__lupa2" onclick=""></a>
</header>
<!-- zona banner
<section class="banner">
<img src="assets/img/banner/Hero.png" class="banner__img"></div>
<img src="assets/img/banner/Hero1.png" class="banner__img2"></div>
<div class="banner__titulos">
<h1 class="banner__titulo__principal">Febrero Promocional</h1>
<h3 class="banner__titulo__second">Productos selecionados con 33% de descuento</h3>
<a href="screens/consolas.html" class="banner__boton">Ver Consolas</a>
</div>
</section>
-->
<!-- zona banner slider-->
<section class="banner banner_span1">
<div class="banner__contenido contenedor">
<h1 class="banner__titulo">Febrero Promocional</h1>
<p class="banner__ofertas">productos seleccionados con 33% de descuento</p>
<a href="screens/consolas.html" class="banner__boton">Ver Consolas</a>
</div>
<nav class="banner__nav-content"><span id="span1" class="banner_nav banner_nav--select"></span><span id="span2" class="banner_nav"></span><span id="span3"
class="banner_nav"></span><span id="span4"
class="banner_nav"></span></nav>
</section>
<!-- zona productos -->
<section class="producto">
<!-- zona barra de productos -->
<div class="producto__barra">
<div class="producto__barra__titulo">
<div class="producto__barra__titulo__principal">
<h2>Star Wars</h2>
</div>
<a href="screens/producto.html" class="producto__barra__titulo__boton">
<h4>Ver todo</h4>
<div class="producto__barra__titulo__boton__flecha"></div>
</a>
</div>
<div class="producto__barra__lista" data-producto-starwars>
</div>
</div>
<!-- zona barra de productos -->
<div class="producto__barra">
<div class="producto__barra__titulo">
<div class="producto__barra__titulo__principal">
<h2>Consolas</h2>
</div>
<a href="screens/producto.html" class="producto__barra__titulo__boton">
<h4>Ver todo</h4>
<div class="producto__barra__titulo__boton__flecha"></div>
</a>
</div>
<div class="producto__barra__lista" data-producto-consolas>
</div>
</div>
<!-- zona barra de productos -->
<div class="producto__barra">
<div class="producto__barra__titulo">
<div class="producto__barra__titulo__principal">
<h2>Diversos</h2>
</div>
<a href="screens/producto.html" class="producto__barra__titulo__boton">
<h4>Ver todo</h4>
<div class="producto__barra__titulo__boton__flecha"></div>
</a>
</div>
<div class="producto__barra__lista" data-producto-diversos>
</div>
</div>
</section>
<!-- zona contacto -->
<section class="contacto">
<div class="contacto__logo">
<img src="assets/img/header/Logo.png" alt="Logo">
</div>
<div class="contacto__link">
<img src="assets/img/header/Logo.png" alt="Logo">
<a href="#">Quienes somos</a>
<a href="#">Política de privacidad</a>
<a href="#">Programa de fidelidad</a>
<a href="#">Nuestras Tiendas</a>
<a href="#">Quiero ser franquiciado</a>
<a href="#">Anúncie aquí</a>
</div>
<div class="contacto__form">
<form action="">
<h5>Hable con nosotros</h5>
<input class="contacto__form__nombre" type="text" placeholder="Nombre Completo">
<textarea class="contacto__form__textArea" name="" id="" cols="60" rows="3"
placeholder="Escribe tu mensaje"></textarea>
<input type="submit" value="Enviar mensaje" class="contacto__form__btn">
</form>
</div>
</section>
<footer class="footer">
<div class="footer-text">
<p>Desarrollado por Guillermo Andrade <br>
2023</p>
</div>
<div class="footer-iconTop">
<a href="#"><i class='bx bx-up-arrow-alt'></i></a>
</div>
</footer>
</body>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="assets/js/busqueda.js"></script>
<script src="assets/js/script.js"></script>
<script src="assets/js/banner-slider.js"></script>
<script type="module" src="controllers/productos.index.js"></script>
</html>