-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjuego.html
256 lines (218 loc) · 9.16 KB
/
juego.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
255
256
<!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 | Juego</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">
<!-- Page Heading/Breadcrumbs -->
<h1 class="mt-4 mb-3">Game One
<small>Developer</small>
</h1>
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="index.html">Home</a>
</li>
<li class="breadcrumb-item active">Game One</li>
</ol>
<!-- Portfolio Item Row -->
<div class="row">
<div class="col-md-8">
<img class="img-fluid" src="http://placehold.it/750x500" alt="">
</div>
<div class="col-md-4">
<h3 class="my-3">Game Description</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam viverra euismod odio, gravida pellentesque urna
varius vitae. Sed dui lorem, adipiscing in adipiscing et, interdum nec metus. Mauris ultricies, justo eu
convallis placerat, felis enim.</p>
<h3 class="my-3">Game Details</h3>
<ul>
<li>Lorem Ipsum</li>
<li>Dolor Sit Amet</li>
<li>Consectetur</li>
<li>Adipiscing Elit</li>
</ul>
</div>
</div>
<!-- /.row -->
<h3 class="my-4 pt-5">Predicciones 2020</h3>
<div class="card mb-4">
<div class="card-header"><i class="fas fa-chart-area mr-1"></i>Mejores descuentos 2020</div>
<div class="card-body"><canvas id="myAreaChart" width="100%" height="40"></canvas></div>
</div>
<!--
<div class="row">
<div class="col-xl-6">
<div class="card mb-4">
<div class="card-header"><i class="fas fa-chart-area mr-1"></i>Area Chart Example</div>
<div class="card-body"><canvas id="myAreaChart" width="100%" height="40"></canvas></div>
</div>
</div>
<div class="col-xl-6">
<div class="card mb-4">
<div class="card-header"><i class="fas fa-chart-bar mr-1"></i>Bar Chart Example</div>
<div class="card-body"><canvas id="myBarChart" width="100%" height="40"></canvas></div>
</div>
</div>
</div>
-->
<h3 class="my-4">Ofertas de usuarios</h3>
<div class="table-responsive" style="cursor:pointer;">
<table class="table table-dark">
<thead>
<tr onclick="window.location='transaccion.html';">
<th scope="col">العارض</th>
<th scope="col"><i class="tunisia flag"></i> Tunisia</th>
<th scope="col">12,000 COP <span class="badge badge-pill badge-success">-50%</span></th>
<th scope="col"><span class="badge badge-pill badge-warning">Mejor oferta</span></th>
</tr>
</thead>
<tbody>
<tr onclick="window.location='transaccion.html';">
<td>ElReMatiador</td>
<td><i class="argentina flag"></i> Argentina</td>
<td>15,600 COP <span class="badge badge-pill badge-success">-35%</span></td>
<th scope="row"></th>
</tr>
</tbody>
</table>
</div>
<h4 class="my-4">Solicita una oferta</h4>
<form name="sentMessage" id="ofertaForm" novalidate>
<div class="control-group form-group">
<div class="controls">
<label>Precio deseado:</label>
<textarea rows="1" cols="20" class="form-control" id="message" required data-validation-required-message=""
maxlength="999"></textarea>
<p class="help-block"></p>
</div>
</div>
<div id="success"></div>
<!-- For success/fail messages -->
<button type="button" class="btn btn-secondary" id="solicitarOfertaButton">Solicitar</button>
</form>
<h4 class="my-4">Crear una oferta</h4>
<form name="sentMessage" id="ofertaForm" novalidate>
<div class="control-group form-group">
<div class="controls">
<label>Precio de venta:</label>
<textarea rows="1" cols="20" class="form-control" id="message" required data-validation-required-message=""
maxlength="999"></textarea>
<p class="help-block"></p>
</div>
</div>
<div id="success"></div>
<!-- For success/fail messages -->
<button type="button" class="btn btn-secondary" id="crearOfertaButton">Crear</button>
</form>
<!-- Related Games Row -->
<h3 class="my-4">Related Games</h3>
<div class="row">
<div class="col-md-3 col-sm-6 mb-4">
<a href="juego.html">
<img class="img-fluid" src="http://placehold.it/500x300" alt="">
</a>
</div>
<div class="col-md-3 col-sm-6 mb-4">
<a href="juego.html">
<img class="img-fluid" src="http://placehold.it/500x300" alt="">
</a>
</div>
<div class="col-md-3 col-sm-6 mb-4">
<a href="juego.html">
<img class="img-fluid" src="http://placehold.it/500x300" alt="">
</a>
</div>
<div class="col-md-3 col-sm-6 mb-4">
<a href="juego.html">
<img class="img-fluid" src="http://placehold.it/500x300" alt="">
</a>
</div>
</div>
<!-- /.row -->
</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>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.8.0/Chart.min.js" crossorigin="anonymous"></script>
<script src="assets/demo/chart-area-demo.js"></script>
<script src="assets/demo/chart-bar-demo.js"></script>
<link href="css/flag.min.css" rel="stylesheet">
</body>
</html>