-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
178 lines (172 loc) · 6.71 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>GameNest</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
<!-- Fontawesome-->
<script src="https://kit.fontawesome.com/d6098394de.js" crossorigin="anonymous"> </script>
<!-- Google Fonts -->
<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=Righteous&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<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=Heebo:wght@800&display=swap" rel="stylesheet">
<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:wght@500&display=swap" rel="stylesheet">
</head>
<body>
<header class="header">
<section class="header-top">
<div class="row">
<!--Icono izq-->
<article class="col-lg-4 col-md-4 col-sm-4 col-4">
<div class="icon1">
<span>
<a href="blog.html"><i class="fa-solid fa-user"></i></a>
</span>
</div>
</article>
<!--Logo en medio-->
<article class="col-lg-4 col-md-4 col-sm-4 col-4 link-logo">
<a href="index.html">
<h1 class="logo mt-3">
<span> <img src="img/logo.png"></span> GameNest
</h1>
</a>
</article>
<!--Icono der-->
<article class="col-lg-4 col-md-4 col-sm-4 col-4">
<div class="icon2">
<span>
<a href="tienda.html"><i class="fa-solid fa-tag"></i></a>
</span>
</div>
</article>
</div>
</section>
</header>
<!-- Pagina principal -->
<main>
<!-- Banner con imagen -->
<section class="banner">
<div class="banner-text">
<h4>
¡Lo mejor para ganar en tus juegos favoritos!
</h4>
<p><a href="tienda.html" class="banner-btn">Explorar <br> <i class="fa-solid fa-arrow-down-long"></i></p></a>
</div>
</section>
<!-- Categorias consolas -->
<section class="categories1">
<div class="categories-console">
<h2>
Productos para tus consolas preferidas
</h2>
<div class="row">
<article class="col-lg-3 col-lg-md-3 col-sm-6">
<a href="shop/xbox.html" class="category-btn"> <i class="fa-brands fa-xbox"></i> </a>
</article>
<article class="col-lg-3 col-lg-md-3 col-sm-6">
<a href="shop/playstation.html" class=" category-btn"> <i class="fa-brands fa-playstation"></i> </a>
</article>
<article class="col-lg-3 col-lg-md-3 col-sm-6">
<a href="shop/switch.html" class=" category-btn"> <i class="fa-solid fa-toggle-on"></i> </a>
</article>
<article class="col-lg-3 col-lg-md-3 col-sm-6">
<a href="shop/pc.html" class="category-btn"> <i class="fa-solid fa-desktop"></i> </a>
</article>
</div>
</div>
</section>
<!-- Categorias populares -->
<section class="categories2">
<div class="categories-banners">
<div class="row">
<article class="r1 col-lg-6 col-md-6 col-sm-12">
<a href="shop/teclados.html">
<img src="img/teclados.jpg" class="cat-img">
</a>
</article>
<article class="r1 col-lg-6 col-md-6 col-sm-12">
<a href=" shop/teclados.html">
<img src="img/joystick.jpg" class="cat-img">
</a>
</article>
</div>
</div>
</section>
<section class="ofertas">
<div class="offer-text">
<h4>
-10% en joycons y otros <br>productos de Nintendo Switch
</h4>
<p><a href="shop/offers.html" class="offer-btn">Ver ofertas >></p></a>
</div>
</section>
<!-- Productos Nuevos -->
<section class="news">
<div class="new-text">
<h2>Nuevos en tienda:</h2>
</div>
<div class="row">
<article class="col-lg-2 col-md-4 col-sm-12">
<img src="img/products/razer.png">
<h6>Razer Deathadder V2</h6>
<p><a href="shop/razer.html" class="product-btn">Comprar</a></p>
</article>
<article class="col-lg-2 col-md-4 col-sm-12">
<img src="img/products/JBL.png">
<h6>JBL Quantum 600</h6>
<p><a href="shop/JBL.html" class="product-btn">Comprar</a></p>
</article>
<article class="col-lg-2 col-md-4 col-sm-12">
<img src="img/products/kit.png">
<h6>Kit de Viaje Nintendo Switch</h6>
<p><a href="shop/Switch.html" class="product-btn">Comprar</a></p>
</article>
<article class="col-lg-2 col-md-4 col-sm-12">
<img src="img/products/azteck.png">
<h6>Acteck Gamepad G200</h6>
<p><a href="shop/Switch.html" class="product-btn">Comprar</a></p>
</article>
<article class="col-lg-2 col-md-4 col-sm-12">
<img src="img/products/adata.png">
<h6>SSD ADATA 1TB para Ps5</h6>
<p><a href="shop/Switch.html" class="product-btn">Comprar</a></p>
</article>
<article class="col-lg-2 col-md-4 col-sm-12">
<img src="img/products/micro.png">
<h6>Microfono Razer Seiren Mini</h6>
<p><a href="shop/Switch.html" class="product-btn">Comprar</a></p>
</article>
</div>
</section>
</main>
<!-- Footer -->
<footer>
<h4>Entérate de proximos lanzamientos en redes sociales</h4>
<span>
<a href="https://www.youtube.com"><i class="fa-brands fa-youtube"></i></a>
</span>
<span>
<a href="https://www.instagram.com/"><i class="fa-brands fa-instagram"></i></a>
</span>
<span>
<a href="https://www.twitter.com/"><i class="fa-brands fa-square-twitter"></i>
</a>
</span>
<h6>©Copyright 2022 | GameNest | Todos los derechos reservados</h6>
<h6>Creado por Joshua Asomoza Barrera <a href="contacto.html">Contacto</a></h6>
</footer>
</body>
</html>