-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
205 lines (175 loc) · 8.15 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
<!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="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css">
<title>AluraGeek</title>
</head>
<body>
<header class=" header container">
<!--=============== NAV ===============-->
<div class="nav__logo">
<a href="#"><img src="/img/Logo.png" alt="Logo"></a>
</div>
<nav class="nav">
<div class="nav__icon">
<i class='bx bx-search-alt-2' id="icon__search"></i>
</div>
<div class="nav__search" id="nav__search">
<input type="search" name="search" placeholder="Que quieres buscar?" required id="">
</div>
<div class="nav__btn">
<a href="/login.html">Iniciar Sesion</a>
</div>
</nav>
</header>
<main>
<!--=============== HERO ===============-->
<section class="hero">
<div class="hero__items container">
<h1>Febrero Promocional</h1>
<h2>Productos seleccionados con un 30% de descuento</h2>
<button class="hero__btn">Ver consolas</button>
</div>
</section>
<!--=============== PRODUCTS===============-->
<section class="grid">
<div class="grid__products container">
<!--=============== STAR WARS ===============-->
<h1 class="products__title">Star Wars</h1>
<a href="#" class="products__links1">Ver todos <span><i class='bx bx-right-arrow-alt'></i></span></a>
<div class="products__item">
<img src="/img/starwars1.png" alt="">
<h2>R$ 60,00</h2>
<a href="/products.html" class="products__links">Ver producto</a>
</div>
<div class="products__item">
<img src="/img/starwars2.png" alt="">
<h2>R$ 60,00</h2>
<a href="#" class="products__links">Ver producto</a>
</div>
<div class="products__item">
<img src="/img/starwars3.png" alt="">
<h2>R$ 60,00</h2>
<a href="#" class="products__links">Ver producto</a>
</div>
<div class="products__item">
<img src="/img/starwars4.png" alt="">
<h2>R$ 60,00</h2>
<a href="#" class="products__links">Ver producto</a>
</div>
<div class="products__item hide">
<img src="/img/starwars5.png" alt="">
<h2>R$ 60,00</h2>
<a href="#" class="products__links">Ver producto</a>
</div>
<div class="products__item hide">
<img src="/img/starwars6.png" alt="">
<h2>R$ 60,00</h2>
<a href="#" class="products__links">Ver producto</a>
</div>
<!--=============== CONSOLAS ===============-->
<h1 class="products__title">Consolas</h1>
<a href="#" class="products__links1">Ver todos <span><i class='bx bx-right-arrow-alt'></i></span></a>
<div class="products__item">
<img src="/img/control_xbox.png" alt="">
<h2>R$ 60,00</h2>
<a href="#" class="products__links">Ver producto</a>
</div>
<div class="products__item">
<img src="/img/PS5.png" alt="">
<h2>R$ 60,00</h2>
<a href="#" class="products__links">Ver producto</a>
</div>
<div class="products__item">
<img src="/img/nintendo.png" alt="">
<h2>R$ 60,00</h2>
<a href="#" class="products__links">Ver producto</a>
</div>
<div class="products__item">
<img src="/img/joy-cons.png" alt="">
<h2>R$ 60,00</h2>
<a href="#" class="products__links">Ver producto</a>
</div>
<div class="products__item hide">
<img src="/img/xbox.png" alt="">
<h2>R$ 60,00</h2>
<a href="#" class="products__links">Ver producto</a>
</div>
<div class="products__item hide">
<img src="/img/game_boy.png" alt="">
<h2>R$ 60,00</h2>
<a href="#" class="products__links">Ver producto</a>
</div>
<!--=============== DIVERSOS ===============-->
<h1 class="products__title">Diversos</h1>
<a href="#" class="products__links1">Ver todos <span><i class='bx bx-right-arrow-alt'></i></span></a>
<div class="products__item">
<img src="/img/atari.png" alt="">
<h2>R$ 60,00</h2>
<a href="#" class="products__links">Ver producto</a>
</div>
<div class="products__item">
<img src="/img/nintendo_control.png" alt="">
<h2>R$ 60,00</h2>
<a href="#" class="products__links">Ver producto</a>
</div>
<div class="products__item">
<img src="/img/sonic.png" alt="">
<h2>R$ 60,00</h2>
<a href="#" class="products__links">Ver producto</a>
</div>
<div class="products__item">
<img src="/img/radio.png" alt="">
<h2>R$ 60,00</h2>
<a href="#" class="products__links">Ver producto</a>
</div>
<div class="products__item hide">
<img src="/img/realidad_virtual.png" alt="">
<h2>R$ 60,00</h2>
<a href="#" class="products__links">Ver producto</a>
</div>
<div class="products__item hide">
<img src="/img/pikachu.png" alt="">
<h2>R$ 60,00</h2>
<a href="#" class="products__links">Ver producto</a>
</div>
</div>
</section>
</main>
<!--=============== FOOTER ===============-->
<footer class="footer container">
<div class="footer__items">
<div class="footer__logo">
<img src="/img/Logo.png" alt="">
</div>
<div class="footer__links">
<ul>
<li><a href="">Quienes somos</a></li>
<li><a href="">Politica de privacidad</a></li>
<li><a href="">Programa de fidelidad</a></li>
<li><a href="">Nuestras tiendas</a></li>
<li><a href="">Quiero ser franquiciado</a></li>
<li><a href="">Anuncie aqui</a></li>
</ul>
</div>
<div class="footer__form">
<h2 class="form__title">Hable con nosotros</h2>
<form action="">
<input class="form__text" type="text" name="text" placeholder="Nombre" id="">
<textarea class="form__msj" placeholder="Escribe tu mensaje" name="" id="" rows="5"></textarea>
<input class="form__btn" type="button" value="Enviar mensaje ">
</form>
</div>
</div>
<p class="attribution">
Desarrollado por <a href="https://github.com/LiiR0y">Loriel Ramirez</a> <br>
2021
</p>
</footer>
</body>
</html>