-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
193 lines (129 loc) · 6.48 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
<!DOCTYPE html>
<html lang="en">
<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">
<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=Raleway:wght@300;400;600;700;800&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="./css/normalize.css">
<link rel="stylesheet" href="./css/styles.css">
<title>Alura-Geek</title>
</head>
<body>
<header class="header contenedor">
<a href="./index.html" class="header_logo">
<img src="./img/Logo.png" alt="logotipo" class="header_logo-img" height="50px" width="150px">
</a>
<div class="header_barra">
<div class="header_barra-buscar">
</div>
<a class="btn-login" id="btn-login"></a>
</div>
</header>
<section class="hero">
<div class="sombra-hero">
<div class="contenedor">
<div class="hero_contenido-texto">
<h1 class="hero_titulo">Febrero Promocional</h1>
<p class="hero_parrafo">Productos seleccionados con 33% de descuento</p>
</div>
<input type="button" value="Ver Ofertas" class="btn-azul">
</div>
</div>
</section>
<main class="contenedor-productos">
<section class="productos_listado contenedor">
<div class="productos_listado-barra">
<h2 class="productos_listado-titulo">Star Wars</h2>
<a href="./productos.html" class="productos_listado-enlace">
Ver todo
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-right" width="24"
height="24" viewBox="0 0 24 24" stroke-width="2" stroke="#2A7AE4" fill="none"
stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<line x1="5" y1="12" x2="19" y2="12" />
<line x1="13" y1="18" x2="19" y2="12" />
<line x1="13" y1="6" x2="19" y2="12" />
</svg>
</a>
</div>
<div class="productos" id="star-wars">
<!--Aqui se insertan los productos desde JS-->
</div>
</section>
<section class="productos_listado contenedor">
<div class="productos_listado-barra">
<h2 class="productos_listado-titulo">Consolas</h2>
<a href="./productos.html" class="productos_listado-enlace">
Ver todo
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-right" width="24"
height="24" viewBox="0 0 24 24" stroke-width="2" stroke="#2A7AE4" fill="none"
stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<line x1="5" y1="12" x2="19" y2="12" />
<line x1="13" y1="18" x2="19" y2="12" />
<line x1="13" y1="6" x2="19" y2="12" />
</svg>
</a>
</div>
<div class="productos" id="consolas">
<!--Aqui se insertan los productos desde JS-->
</div>
</section>
<section class="productos_listado contenedor">
<div class="productos_listado-barra">
<h2 class="productos_listado-titulo">Diversos</h2>
<a href="./productos.html" class="productos_listado-enlace">
Ver todo
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-right" width="24"
height="24" viewBox="0 0 24 24" stroke-width="2" stroke="#2A7AE4" fill="none"
stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<line x1="5" y1="12" x2="19" y2="12" />
<line x1="13" y1="18" x2="19" y2="12" />
<line x1="13" y1="6" x2="19" y2="12" />
</svg>
</a>
</div>
<div class="productos" id="diversos">
<!--Aqui se insertan los productos desde JS-->
</div>
</section>
</main>
<section class="bg-azul">
<div class="contenedor inferior">
<div class="inferior_navegacion">
<img src="./img/Logo.png" alt="logo alurageek" class="inferior_logo">
<nav class="navegacion">
<a href="#" class="navegacion-enlace">Quienes somos</a>
<a href="#" class="navegacion-enlace">Política de privacidad</a>
<a href="#" class="navegacion-enlace">Programa de fidelidad</a>
<a href="#" class="navegacion-enlace">Nuestras Tiendas</a>
<a href="#" class="navegacion-enlace">Quiero una franquicia</a>
<a href="#" class="navegacion-enlace">Vender aquí</a>
</nav>
</div>
<form class="formulario" data-form-footer>
<h3 class="formulario_titulo">Hable con nosotros</h3>
<div class="contenedor-errores"></div>
<div class="contenedor_input">
<input class="input" type="text" placeholder="Nombre" id="nombre">
<label class="input-label" for="nombre">Nombre</label>
</div>
<textarea class="textarea" name="mensaje" id="textarea" cols="30" rows="5"
placeholder="Escribe tu mensaje"></textarea>
<input type="submit" value="Enviar mensaje" class="btn-azul" id="enviar-mensaje">
</form>
</div>
</section>
<footer class="footer contenedor">
<p class="footer-heading">Desarrollado por Daniel Posadas Rangel <span id="footer-fecha"></span></p>
</footer>
<script type="module" src="./controllers/productos-controller.js"></script>
<script type="module" src="./services/sesion-services.js"></script>
<script src="./js/app.js"></script>
</body>
</html>