-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbrowse.html
254 lines (233 loc) · 11.7 KB
/
browse.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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="favicon/site.webmanifest">
<link rel="mask-icon" href="favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<title>GameON | Buscador</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/styles.css" rel="stylesheet">
</head>
<body>
<header>
<!-- Navigation -->
<nav class="navbar navbar-custom fixed-top navbar-expand-lg navbar-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="index.html"><img src="logo.svg"></a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="wishlist.html">Wishlist</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownBlog" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Blog
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownBlog">
<a class="dropdown-item" href="blog-home-1.html">Blog Home 1</a>
<a class="dropdown-item" href="blog-home-2.html">Blog Home 2</a>
<a class="dropdown-item" href="blog-post.html">Blog Post</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="userDropdown" href="#" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false"><i class="fas fa-user fa-fw">
Username
<svg class="bi bi-person-fill" width="1.3em" height="1.3em" viewBox="0 0 16 16" fill="currentColor"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 100-6 3 3 0 000 6z"
clip-rule="evenodd" />
</svg>
</i></a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="userDropdown">
<a class="dropdown-item" href="#">Settings</a>
<a class="dropdown-item" href="mis-compras.html">Mis compras</a>
<a class="dropdown-item" href="#">Mis ofertas</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="login.html">Logout</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- Page Content -->
<div class="container">
<ol class="breadcrumb mt-5">
<li class="breadcrumb-item">
<a href="index.html">Home</a>
</li>
<li class="breadcrumb-item active">Buscador</li>
</ol>
<!-- Navbar Search-->
<form class="form-inline mt-5 mb-3">
<div class="input-group ml-auto">
<input class="form-control" type="text" placeholder="Search for..." aria-label="Search"
aria-describedby="basic-addon2" />
<div class="input-group-append">
<button class="btn btn-custom" type="button" onclick="window.location.href = 'browse.html';"><i
class="fas fa-search">
<svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="gray"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z"
clip-rule="evenodd" />
<path fill-rule="evenodd"
d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z"
clip-rule="evenodd" />
</svg>
</i></button>
</div>
</div>
</form>
<div class="row">
<div class="col-lg-3 col-md-4 col-sm-6 portfolio-item mb-4">
<div class="card h-100">
<a href="the_witcher_3.html"><img class="card-img-top"
src="https://images.launchbox-app.com/ed32d45a-f276-4587-8e11-28772e5e7db0.jpg" alt=""></a>
<div class="card-body">
<h4 class="card-title">
<a href="the_witcher_3.html">The Witcher 3: Wild Hunt</a>
</h4>
<p class="card-text">In The Witcher you play as the professional monster hunter, Geralt of Rivia, tasked
with finding a child of prophecy in a vast open world rich with merchant cities, viking pirate islands,
dangerous mountain passes, and forgotten caverns to explore.</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 portfolio-item mb-4">
<div class="card h-100">
<a href="juego.html"><img class="card-img-top" src="https://images.launchbox-app.com/6501a541-f4d8-43e9-a39c-8d5f2e836f1a.jpg" alt=""></a>
<div class="card-body">
<h4 class="card-title">
<a href="juego.html">Red Dead Redemption 2</a>
</h4>
<p class="card-text">America, 1899. The end of the wild west era has begun as lawmen hunt down the last remaining outlaw gangs. Those who will not surrender or succumb are killed. After a robbery goes badly wrong in the western town of Blackwater, Arthur Morgan and...</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 portfolio-item mb-4">
<div class="card h-100">
<a href="juego.html"><img class="card-img-top" src="https://images.launchbox-app.com/2c63756d-f56c-416f-a797-4756b73f04ff.png" alt=""></a>
<div class="card-body">
<h4 class="card-title">
<a href="juego.html">Doom Eternal</a>
</h4>
<p class="card-text">Hell’s armies have invaded Earth. Become the Slayer in an epic single-player campaign to conquer demons across dimensions and stop the final destruction of humanity. The Only Thing they Fear... Is You.</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 portfolio-item mb-4">
<div class="card h-100">
<a href="juego.html"><img class="card-img-top" src="https://images.launchbox-app.com/2df2e491-2b02-4d2f-bca8-1a6ffb48ac4b.jpg" alt=""></a>
<div class="card-body">
<h4 class="card-title">
<a href="juego.html">Terraria</a>
</h4>
<p class="card-text">Dig, fight, explore, build! Nothing is impossible in this action-packed adventure game. The world is your canvas and the ground itself is your paint. Grab your tools and go! You can do many things in Terraria: make weapons and fight off a variety of...</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 portfolio-item mb-4">
<div class="card h-100">
<a href="juego.html"><img class="card-img-top" src="https://images.launchbox-app.com/a75f13d5-d235-426e-b314-884e5367adaa.png" alt=""></a>
<div class="card-body">
<h4 class="card-title">
<a href="juego.html">Hollow Knight</a>
</h4>
<p class="card-text">Brave the Depths of a Forgotten Kingdom Beneath the fading town of Dirtmouth sleeps an ancient, ruined kingdom. Many are drawn below the surface, searching for riches, or glory, or answers to old secrets. Hollow Knight is a classically styled...</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 portfolio-item mb-4">
<div class="card h-100">
<a href="juego.html"><img class="card-img-top" src="https://images.launchbox-app.com/2a7a57ed-8407-4377-9fcc-c65651493637.jpg" alt=""></a>
<div class="card-body">
<h4 class="card-title">
<a href="juego.html">Portal 2</a>
</h4>
<p class="card-text">Portal 2 draws from the award-winning formula of innovative gameplay, story, and music that earned the original Portal over 70 industry accolades and created a cult following. The single-player portion of Portal 2 introduces a cast of dynamic new...</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 portfolio-item mb-4">
<div class="card h-100">
<a href="juego.html"><img class="card-img-top" src="https://images.launchbox-app.com/d75fc669-5096-497a-a253-f458f686f0b3.png" alt=""></a>
<div class="card-body">
<h4 class="card-title">
<a href="juego.html">Borderlands 3</a>
</h4>
<p class="card-text">The original shooter-looter returns, packing bazillions of guns and a mayhem-fueled adventure! Blast through new worlds and enemies as one of four new Vault Hunters. Play solo or with friends to take on insane enemies, score loads of loot and save...</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 portfolio-item mb-4">
<div class="card h-100">
<a href="juego.html"><img class="card-img-top" src="https://images.launchbox-app.com/8546ce6d-f8b2-4f20-a9f6-b17da5df0082.jpg" alt=""></a>
<div class="card-body">
<h4 class="card-title">
<a href="juego.html">Assassin's Creed: Origins</a>
</h4>
<p class="card-text">Ancient Egypt: Home of colossal pyramids, gilded tombs, tyrannical god-kings, and the origin story of the Assassins. As Cleopatra empire crumbles, the birth of the Assassin's Brotherhood will lead to an extraordinary shift of the world order. Along...</p>
</div>
</div>
</div>
</div>
<!-- Pagination -->
<ul class="pagination justify-content-center">
<li class="page-item">
<a class="page-link" href="#" aria-label="Previous">
<span aria-hidden="true">«</span>
<span class="sr-only">Previous</span>
</a>
</li>
<li class="page-item">
<a class="page-link" href="#">1</a>
</li>
<li class="page-item">
<a class="page-link" href="#">2</a>
</li>
<li class="page-item">
<a class="page-link" href="#">3</a>
</li>
<li class="page-item">
<a class="page-link" href="#" aria-label="Next">
<span aria-hidden="true">»</span>
<span class="sr-only">Next</span>
</a>
</li>
</ul>
</div>
<!-- /.container -->
<!-- Footer -->
<footer class="py-5">
<div class="container">
<p class="m-0 text-center text-white">Copyright © GameON 2020</p>
</div>
<!-- /.container -->
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>