-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallery.html
561 lines (509 loc) · 30.4 KB
/
gallery.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
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Roulette</title>
<meta name="description" content="Responsive, Bootstrap, BS4" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimal-ui" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- for ios 7 style, multi-resolution icon of 152x152 -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-barstyle" content="black-translucent">
<link rel="apple-touch-icon" href="images/logo.png">
<meta name="apple-mobile-web-app-title" content="Flatkit">
<!-- for Chrome on Android, multi-resolution icon of 196x196 -->
<meta name="mobile-web-app-capable" content="yes">
<link rel="shortcut icon" sizes="196x196" href="images/logo.png">
<!-- style -->
<link rel="stylesheet" href="css/animate.css/animate.min.css" type="text/css" />
<link rel="stylesheet" href="css/glyphicons/glyphicons.css" type="text/css" />
<link rel="stylesheet" href="css/font-awesome/css/font-awesome.min.css" type="text/css" />
<link rel="stylesheet" href="css/material-design-icons/material-design-icons.css" type="text/css" />
<link rel="stylesheet" href="css/ionicons/css/ionicons.min.css" type="text/css" />
<link rel="stylesheet" href="css/simple-line-icons/css/simple-line-icons.css" type="text/css" />
<link rel="stylesheet" href="css/bootstrap/dist/css/bootstrap.min.css" type="text/css" />
<!-- build:css css/styles/app.min.css -->
<link rel="stylesheet" href="css/styles/app.css" type="text/css" />
<link rel="stylesheet" href="css/styles/style.css" type="text/css" />
<!-- endbuild -->
<link rel="stylesheet" href="css/styles/font.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="app" id="app">
<!-- ############ LAYOUT START-->
<!-- aside -->
<div id="aside" class="app-aside fade nav-dropdown black">
<!-- fluid app aside -->
<div class="navside dk" data-layout="column" style="max-width: 200px;">
<div class="navbar no-radius">
<!-- brand -->
<a href="index.html" class="navbar-brand">
<div data-ui-include="'images/logo.svg'"></div>
<img src="images/logo.png" alt="." class="hide">
<span class="hidden-folded inline">CSGOJACKPOT</span>
</a>
<!-- / brand -->
</div>
<div data-flex class="hide-scroll">
<nav class="scroll nav-stacked nav-stacked-rounded nav-color">
<ul class="nav" data-ui-nav>
<li class="nav-header hidden-folded">
<span class="text-xs">Main</span>
</li>
<li>
<a href="index.html" class="b-default">
<span class="nav-icon">
<i class="ion-filing"></i>
</span>
<span class="nav-text">Roulette</span>
</a>
</li>
<li>
<a href="gallery.html" class="b-default">
<span class="nav-icon">
<i class="ion-android-apps"></i>
</span>
<span class="nav-text">Deposit</span>
</a>
</li>
<li>
<a href="#" class="b-default">
<span class="nav-icon">
<i class="ion-email"></i>
</span>
<span class="nav-text">Withdraw</span>
</a>
</li>
<li>
<a href="#" class="b-default">
<span class="nav-icon">
<i class="ion-chatbubble-working"></i>
</span>
<span class="nav-text">Free coins</span>
</a>
</li>
<li>
<a href="#" class="b-default">
<span class="nav-icon">
<i class="ion-information-circled"></i>
</span>
<span class="nav-text">FAQ</span>
</a>
</li>
</ul>
</nav>
</div>
<div data-flex-no-shrink>
<div class="nav-fold dropup">
<a data-toggle="dropdown">
<div class="clear hidden-folded p-x">
<span class="block _500 text-muted">Silver I</span>
<div class="progress-xxs m-y-sm lt progress">
<div class="progress-bar info" style="width: 65%;">
</div>
</div>
</div>
</a>
<div class="dropdown-menu w dropdown-menu-scale ">
<a class="dropdown-item" href="profile.html">
<span>Profile</span>
</a>
<a class="dropdown-item" href="setting.html">
<span>Settings</span>
</a>
<a class="dropdown-item" href="app.inbox.html">
<span>Inbox</span>
</a>
<a class="dropdown-item" href="app.message.html">
<span>Message</span>
</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="docs.html">
Need help?
</a>
<a class="dropdown-item" href="signin.html">Sign out</a>
</div>
</div>
</div>
</div>
</div>
<!-- / -->
<!-- content -->
<div id="content" class="app-content box-shadow-z2 bg pjax-container" role="main">
<div class="app-header white bg b-b">
<div class="navbar" data-pjax>
<a data-toggle="modal" data-target="#aside" class="navbar-item pull-left hidden-lg-up p-r m-a-0">
<i class="ion-navicon"></i>
</a>
<div class="navbar-item pull-left h5" id="pageTitle">Withdraw</div>
<!-- nabar right -->
<ul class="nav navbar-nav pull-right">
<li class="nav-item dropdown">
<a class="nav-link clear" data-toggle="dropdown">
<span class="avatar w-32">
<img src="images/a3.jpg" class="w-full rounded" alt="...">
</span>
</a>
<div class="dropdown-menu w dropdown-menu-scale pull-right">
<a class="dropdown-item" href="profile.html">
<span>Profile</span>
</a>
<a class="dropdown-item" href="setting.html">
<span>Settings</span>
</a>
<a class="dropdown-item" href="app.inbox.html">
<span>Inbox</span>
</a>
<a class="dropdown-item" href="app.message.html">
<span>Message</span>
</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="docs.html">
Need help?
</a>
<a class="dropdown-item" href="signin.html">Sign out</a>
<div class="switcher dark-white active" id="sw-theme" style="position: initial; background-color: rgba(0, 0, 0, 0); border-bottom:0;">
<div class="box-body">
<p id="settingLayout">
<label class="md-check m-y-xs hidden-md-down" data-target="folded">
<input type="checkbox">
<i></i>
<span>Folded Aside</span>
</label>
<label class="m-y-xs pointer" data-ui-fullscreen data-target="fullscreen">
<span class="fa fa-expand fa-fw m-r-xs"></span>
<span>Fullscreen Mode</span>
</label>
</p>
<p>Themes:</p>
<div data-target="bg" class="clearfix">
<label class="radio radio-inline m-a-0 ui-check ui-check-lg">
<input type="radio" name="theme" value="">
<i class="light"></i>
</label>
<label class="radio radio-inline m-a-0 ui-check ui-check-color ui-check-lg">
<input type="radio" name="theme" value="grey">
<i class="grey"></i>
</label>
<label class="radio radio-inline m-a-0 ui-check ui-check-color ui-check-lg">
<input type="radio" name="theme" value="dark">
<i class="dark"></i>
</label>
<label class="radio radio-inline m-a-0 ui-check ui-check-color ui-check-lg">
<input type="radio" name="theme" value="black">
<i class="black"></i>
</label>
</div>
</div>
</div>
</div>
</li>
</ul>
<!-- / navbar right -->
</div>
</div>
<button class="btn white active info btn-xs" data-toggle="modal" data-target="#user" data-ui-toggle-class="modal-open-aside" data-ui-target="body" style="width: 200px; position: fixed; bottom: 10px; right: 10px; z-index: 200;">Chat</button>
<div class="app-body">
<!-- ############ PAGE START-->
<!-- only need a height for layout 4 -->
<div style="min-height: 200px; padding: 1rem;">
<div class="col-sm-12">
<div class="b-b b-info nav-active-info">
<ul class="nav nav-tabs">
<li class="nav-item">
<a class="nav-link active" href="#" data-toggle="tab" data-target="#tab4" aria-expanded="true">All</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" data-toggle="tab" data-target="#tab5" aria-expanded="false">Your choose</a>
</li>
</ul>
</div>
<div class="tab-content p-t-md m-b-md">
<div class="tab-pane animated fadeIn text-muted active" id="tab4" aria-expanded="true">
<div class="col-md-12">
<div class="row">
<div class="col-xs-6 col-sm-4 col-md-3 col-lg-3 col-xl-2" >
<div class="box md-btn" href="#" style="display:block" disabled > <i class="fa fa-check text-success none" style="position: absolute; top: 35px; right: 10px;"></i>
<div class="p-a-xs">
<div class="text-ellipsis text-xs">M4A4 | DragonKing </div>
</div>
<small class="p-a-xs text-success" style="position: absolute; left: 0; display: block; text-align: center; width: 100%;">Factory-New</small>
<div style="width: 100%; height: 0.5px; background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #67db1f 50%, rgba(0, 0, 0, 0) 100%);"></div>
<img src="http://steamcommunity-a.akamaihd.net/economy/image/-9a81dlWLwJ2UUGcVs_nsVtzdOEdtWwKGZZLQHTxDZ7I56KU0Zwwo4NUX4oFJZEHLbXH5ApeO4YmlhxYQknCRvCo04DEVlxkKgpot7HxfDhjxszJemkV09-5lpKKqPrxN7LEm1Rd6dd2j6eQ9N2t2wK3-ENsZ23wcIKRdQE2NwyD_FK_kLq9gJDu7p_KyyRr7nNw-z-DyIFJbNUz/360fx360f" style="height: 139px;">
<div style="width: 100%; height: 1.5px; background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #67db1f 50%, rgba(0, 0, 0, 0) 100%);"></div>
<div class="p-a-xs">
<div class="text-ellipsis text-xs">2300 <i class="material-icons text-info text-xs">stars</i></div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-4 col-md-3 col-lg-3 col-xl-2" >
<div class="box md-btn" href="#" style="display:block" disabled > <i class="fa fa-check text-success none" style="position: absolute; top: 35px; right: 10px;"></i>
<div class="p-a-xs">
<div class="text-ellipsis text-xs">M4A4 | DragonKing sdfvdv sdv sdf</div>
</div>
<small class="p-a-xs text-primary" style="position: absolute; left: 0; display: block; text-align: center; width: 100%;">Field-Tested</small>
<div style="width: 100%; height: 0.5px; background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #67db1f 50%, rgba(0, 0, 0, 0) 100%);"></div>
<img src="http://steamcommunity-a.akamaihd.net/economy/image/-9a81dlWLwJ2UUGcVs_nsVtzdOEdtWwKGZZLQHTxDZ7I56KU0Zwwo4NUX4oFJZEHLbXH5ApeO4YmlhxYQknCRvCo04DEVlxkKgpot7HxfDhjxszJemkV09-5lpKKqPrxN7LEm1Rd6dd2j6eQ9N2t2wK3-ENsZ23wcIKRdQE2NwyD_FK_kLq9gJDu7p_KyyRr7nNw-z-DyIFJbNUz/360fx360f" style="height: 139px;">
<div style="width: 100%; height: 1.5px; background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #67db1f 50%, rgba(0, 0, 0, 0) 100%);"></div>
<small class="p-a-xs text-warning" style="position: absolute; bottom: 27px; left: 0; display: block; text-align: center; width: 100%;">StatTrack</small>
<div class="p-a-xs">
<div class="text-ellipsis text-xs">2300 <i class="material-icons text-info text-xs">stars</i></div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-4 col-md-3 col-lg-3 col-xl-2" >
<div class="box md-btn" href="#" style="display:block" disabled > <i class="fa fa-check text-success none" style="position: absolute; top: 35px; right: 10px;"></i>
<div class="p-a-xs">
<div class="text-ellipsis text-xs">M4A4 | DragonKing sdfvdv sdv sdf</div>
</div>
<small class="p-a-xs text-warn" style="position: absolute; left: 0; display: block; text-align: center; width: 100%;">Minmal-Wear</small>
<div style="width: 100%; height: 0.5px; background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #67db1f 50%, rgba(0, 0, 0, 0) 100%);"></div>
<img src="http://steamcommunity-a.akamaihd.net/economy/image/-9a81dlWLwJ2UUGcVs_nsVtzdOEdtWwKGZZLQHTxDZ7I56KU0Zwwo4NUX4oFJZEHLbXH5ApeO4YmlhxYQknCRvCo04DEVlxkKgpot7HxfDhjxszJemkV09-5lpKKqPrxN7LEm1Rd6dd2j6eQ9N2t2wK3-ENsZ23wcIKRdQE2NwyD_FK_kLq9gJDu7p_KyyRr7nNw-z-DyIFJbNUz/360fx360f" style="height: 139px;">
<div style="width: 100%; height: 1.5px; background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #67db1f 50%, rgba(0, 0, 0, 0) 100%);"></div>
<small class="p-a-xs text-warning" style="position: absolute; bottom: 27px; left: 0; display: block; text-align: center; width: 100%;">StatTrack</small>
<div class="p-a-xs">
<div class="text-ellipsis text-xs">2300 <i class="material-icons text-info text-xs">stars</i></div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-4 col-md-3 col-lg-3 col-xl-2" >
<div class="box md-btn" href="#" style="display:block" data-ui-toggle-class > <i class="fa fa-check text-success none" style="position: absolute; top: 35px; right: 10px;"></i>
<div class="p-a-xs">
<div class="text-ellipsis text-xs">M4A4 | DragonKing sdfvdv sdv sdf</div>
</div>
<small class="p-a-xs text-danger" style="position: absolute; left: 0; display: block; text-align: center; width: 100%;">Battle-Scarred</small>
<div style="width: 100%; height: 0.5px; background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #67db1f 50%, rgba(0, 0, 0, 0) 100%);"></div>
<img src="http://steamcommunity-a.akamaihd.net/economy/image/-9a81dlWLwJ2UUGcVs_nsVtzdOEdtWwKGZZLQHTxDZ7I56KU0Zwwo4NUX4oFJZEHLbXH5ApeO4YmlhxYQknCRvCo04DEVlxkKgpot7HxfDhjxszJemkV09-5lpKKqPrxN7LEm1Rd6dd2j6eQ9N2t2wK3-ENsZ23wcIKRdQE2NwyD_FK_kLq9gJDu7p_KyyRr7nNw-z-DyIFJbNUz/360fx360f" style="height: 139px;">
<div style="width: 100%; height: 1.5px; background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #67db1f 50%, rgba(0, 0, 0, 0) 100%);"></div>
<small class="p-a-xs text-warning" style="position: absolute; bottom: 27px; left: 0; display: block; text-align: center; width: 100%;">StatTrack</small>
<div class="p-a-xs">
<div class="text-ellipsis text-xs">2300 <i class="material-icons text-info text-xs">stars</i></div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-4 col-md-3 col-lg-3 col-xl-2" >
<div class="box md-btn" href="#" style="display:block" data-ui-toggle-class > <i class="fa fa-check text-success none" style="position: absolute; top: 35px; right: 10px;"></i>
<div class="p-a-xs">
<div class="text-ellipsis text-xs">M4A4 | DragonKing sdfvdv sdv sdf</div>
</div>
<small class="p-a-xs text-warn" style="position: absolute; left: 0; display: block; text-align: center; width: 100%;">Minmal-Wear</small>
<div style="width: 100%; height: 0.5px; background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #67db1f 50%, rgba(0, 0, 0, 0) 100%);"></div>
<img src="http://steamcommunity-a.akamaihd.net/economy/image/-9a81dlWLwJ2UUGcVs_nsVtzdOEdtWwKGZZLQHTxDZ7I56KU0Zwwo4NUX4oFJZEHLbXH5ApeO4YmlhxYQknCRvCo04DEVlxkKgpot7HxfDhjxszJemkV09-5lpKKqPrxN7LEm1Rd6dd2j6eQ9N2t2wK3-ENsZ23wcIKRdQE2NwyD_FK_kLq9gJDu7p_KyyRr7nNw-z-DyIFJbNUz/360fx360f" style="height: 139px;">
<div style="width: 100%; height: 1.5px; background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #67db1f 50%, rgba(0, 0, 0, 0) 100%);"></div>
<div class="p-a-xs">
<div class="text-ellipsis text-xs">2300 <i class="material-icons text-info text-xs">stars</i></div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-4 col-md-3 col-lg-3 col-xl-2" >
<div class="box md-btn" href="#" style="display:block" data-ui-toggle-class > <i class="fa fa-check text-success none" style="position: absolute; top: 35px; right: 10px;"></i>
<div class="p-a-xs">
<div class="text-ellipsis text-xs">M4A4 | DragonKing sdfvdv sdv sdf</div>
</div>
<small class="p-a-xs text-primary" style="position: absolute; left: 0; display: block; text-align: center; width: 100%;">Field-Tested</small>
<div style="width: 100%; height: 0.5px; background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #67db1f 50%, rgba(0, 0, 0, 0) 100%);"></div>
<img src="http://steamcommunity-a.akamaihd.net/economy/image/-9a81dlWLwJ2UUGcVs_nsVtzdOEdtWwKGZZLQHTxDZ7I56KU0Zwwo4NUX4oFJZEHLbXH5ApeO4YmlhxYQknCRvCo04DEVlxkKgpot7HxfDhjxszJemkV09-5lpKKqPrxN7LEm1Rd6dd2j6eQ9N2t2wK3-ENsZ23wcIKRdQE2NwyD_FK_kLq9gJDu7p_KyyRr7nNw-z-DyIFJbNUz/360fx360f" style="height: 139px;">
<div style="width: 100%; height: 1.5px; background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #67db1f 50%, rgba(0, 0, 0, 0) 100%);"></div>
<small class="p-a-xs text-warning" style="position: absolute; bottom: 27px; left: 0; display: block; text-align: center; width: 100%;">StatTrack</small>
<div class="p-a-xs">
<div class="text-ellipsis text-xs">2300 <i class="material-icons text-info text-xs">stars</i></div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-4 col-md-3 col-lg-3 col-xl-2" >
<div class="box md-btn" href="#" style="display:block" data-ui-toggle-class > <i class="fa fa-check text-success none" style="position: absolute; top: 35px; right: 10px;"></i>
<div class="p-a-xs">
<div class="text-ellipsis text-xs">M4A4 | DragonKing sdfvdv sdv sdf</div>
</div>
<small class="p-a-xs text-danger" style="position: absolute; left: 0; display: block; text-align: center; width: 100%;">Battle-Scarred</small>
<div style="width: 100%; height: 0.5px; background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #67db1f 50%, rgba(0, 0, 0, 0) 100%);"></div>
<img src="http://steamcommunity-a.akamaihd.net/economy/image/-9a81dlWLwJ2UUGcVs_nsVtzdOEdtWwKGZZLQHTxDZ7I56KU0Zwwo4NUX4oFJZEHLbXH5ApeO4YmlhxYQknCRvCo04DEVlxkKgpot7HxfDhjxszJemkV09-5lpKKqPrxN7LEm1Rd6dd2j6eQ9N2t2wK3-ENsZ23wcIKRdQE2NwyD_FK_kLq9gJDu7p_KyyRr7nNw-z-DyIFJbNUz/360fx360f" style="height: 139px;">
<div style="width: 100%; height: 1.5px; background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #67db1f 50%, rgba(0, 0, 0, 0) 100%);"></div>
<div class="p-a-xs">
<div class="text-ellipsis text-xs">2300 <i class="material-icons text-info text-xs">stars</i></div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-4 col-md-3 col-lg-3 col-xl-2" >
<div class="box md-btn" href="#" style="display:block" data-ui-toggle-class > <i class="fa fa-check text-success none" style="position: absolute; top: 35px; right: 10px;"></i>
<div class="p-a-xs">
<div class="text-ellipsis text-xs">M4A4 | DragonKing sdfvdv sdv sdf</div>
</div>
<small class="p-a-xs text-primary" style="position: absolute; left: 0; display: block; text-align: center; width: 100%;">Field-Tested</small>
<div style="width: 100%; height: 0.5px; background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #67db1f 50%, rgba(0, 0, 0, 0) 100%);"></div>
<img src="http://steamcommunity-a.akamaihd.net/economy/image/-9a81dlWLwJ2UUGcVs_nsVtzdOEdtWwKGZZLQHTxDZ7I56KU0Zwwo4NUX4oFJZEHLbXH5ApeO4YmlhxYQknCRvCo04DEVlxkKgpot7HxfDhjxszJemkV09-5lpKKqPrxN7LEm1Rd6dd2j6eQ9N2t2wK3-ENsZ23wcIKRdQE2NwyD_FK_kLq9gJDu7p_KyyRr7nNw-z-DyIFJbNUz/360fx360f" style="height: 139px;">
<div style="width: 100%; height: 1.5px; background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #67db1f 50%, rgba(0, 0, 0, 0) 100%);"></div>
<div class="p-a-xs">
<div class="text-ellipsis text-xs">2300 <i class="material-icons text-info text-xs">stars</i></div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-4 col-md-3 col-lg-3 col-xl-2" >
<div class="box md-btn" href="#" style="display:block" data-ui-toggle-class > <i class="fa fa-check text-success none" style="position: absolute; top: 35px; right: 10px;"></i>
<div class="p-a-xs">
<div class="text-ellipsis text-xs">M4A4 | DragonKing sdfvdv sdv sdf</div>
</div>
<small class="p-a-xs text-success" style="position: absolute; left: 0; display: block; text-align: center; width: 100%;">Factory-New</small>
<div style="width: 100%; height: 0.5px; background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #67db1f 50%, rgba(0, 0, 0, 0) 100%);"></div>
<img src="http://steamcommunity-a.akamaihd.net/economy/image/-9a81dlWLwJ2UUGcVs_nsVtzdOEdtWwKGZZLQHTxDZ7I56KU0Zwwo4NUX4oFJZEHLbXH5ApeO4YmlhxYQknCRvCo04DEVlxkKgpot7HxfDhjxszJemkV09-5lpKKqPrxN7LEm1Rd6dd2j6eQ9N2t2wK3-ENsZ23wcIKRdQE2NwyD_FK_kLq9gJDu7p_KyyRr7nNw-z-DyIFJbNUz/360fx360f" style="height: 139px;">
<div style="width: 100%; height: 1.5px; background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #67db1f 50%, rgba(0, 0, 0, 0) 100%);"></div>
<small class="p-a-xs text-warning" style="position: absolute; bottom: 27px; left: 0; display: block; text-align: center; width: 100%;">StatTrack</small>
<div class="p-a-xs">
<div class="text-ellipsis text-xs">2300 <i class="material-icons text-info text-xs">stars</i></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane animated fadeIn text-muted" id="tab5" aria-expanded="false">
<div class="col-xs-6 col-sm-3 col-md-2">
<div class="box p-a-xs">
<a href="#"><img src="images/a2.jpg">
<div style="width: 100%; height: 1px; background: linear-gradient(90deg, #2cb5e8 0%, #67db1f 50%, #2cb5e8 100%);"></div>
</a>
<div class="p-a-sm">
<div class="text-ellipsis">Vestibulum ullamcorper sodales nisi</div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-2">
<div class="box p-a-xs">
<a href="#"><img src="images/a4.jpg">
<div style="width: 100%; height: 1px; background: linear-gradient(90deg, #2cb5e8 0%, #67db1f 50%, #2cb5e8 100%);"></div>
</a>
<div class="p-a-sm">
<div class="text-ellipsis">Donec eleifend condimentum nisl eu consectetur.</div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-2">
<div class="box p-a-xs">
<a href="#"><img src="images/a6.jpg">
<div style="width: 100%; height: 1px; background: linear-gradient(90deg, #2cb5e8 0%, #67db1f 50%, #2cb5e8 100%);"></div>
</a>
<div class="p-a-sm">
<div class="text-ellipsis">Mauris convallis mauris at pellentesque</div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-2">
<div class="box p-a-xs">
<a href="#"><img src="images/a9.jpg">
<div style="width: 100%; height: 1px; background: linear-gradient(90deg, #2cb5e8 0%, #67db1f 50%, #2cb5e8 100%);"></div>
</a>
<div class="p-a-sm">
<div class="text-ellipsis">Dapibus porta</div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-2">
<div class="box p-a-xs">
<a href="#"><img src="images/a4.jpg">
<div style="width: 100%; height: 1px; background: linear-gradient(90deg, #2cb5e8 0%, #67db1f 50%, #2cb5e8 100%);"></div>
</a>
<div class="p-a-sm">
<div class="text-ellipsis">Donec eleifend condimentum nisl eu consectetur.</div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-2">
<div class="box p-a-xs">
<a href="#"><img src="images/a9.jpg">
<div style="width: 100%; height: 1px; background: linear-gradient(90deg, #2cb5e8 0%, #67db1f 50%, #2cb5e8 100%);"></div>
</a>
<div class="p-a-sm">
<div class="text-ellipsis">Dapibus porta</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ############ PAGE END-->
</div>
</div>
<!-- / -->
<!-- ############ SWITHCHER START-->
<!-- ############ SWITHCHER END-->
<div class="modal fade inactive" id="user" data-backdrop="false" style="display: none;" aria-hidden="true">
<div class="modal-right w-xl white b-l">
<div class="row-col">
<a data-dismiss="modal" class="pull-right text-muted text-lg p-a-sm m-r-sm">×</a>
<div class="p-a b-b">
<span class="h5">Chat</span>
</div>
<div class="row-row">
<div class="row-body">
<div class="row-inner">
<div class="list-group no-radius no-borders">
<div class="box blue m-b-0">
<div class="box-header ">
<h3>Admin statement</h3>
<small>Sub title goes here with small font</small>
</div>
<div class="box-body b-t">
<p class="m-a-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi id neque quam. Aliquam-a-0 m-b-smitudin egestas dui nec, fermentum diam. Vivamus vel tincidunt libero, vitae elementu</p>
</div>
</div>
<a data-toggle="modal" data-target="#chat" data-dismiss="modal" class="list-group-item p-x-md">
<i class="fa fa-circle text-success text-xs m-r-xs"></i>
<small >Jonathan Mor..: </small><span>hello</span>
</a>
<a data-toggle="modal" data-target="#chat" data-dismiss="modal" class="list-group-item p-x-md">
<i class="fa fa-circle text-success text-xs m-r-xs"></i>
<small >Jacob_numbe..: </small><span>Hi!</span>
</a>
<a data-toggle="modal" data-target="#chat" data-dismiss="modal" class="list-group-item p-x-md">
<i class="fa fa-circle text-danger text-xs m-r-xs"></i>
<small >Admin: </small><span>Shut up!</span>
</a>
<a data-toggle="modal" data-target="#chat" data-dismiss="modal" class="list-group-item p-x-md">
<i class="fa fa-circle text-info text-xs m-r-xs"></i>
<small >Moderator: </small><span>Why?</span>
</a>
</div>
</div>
</div>
</div>
<div class="p-a b-t">
<a href="#" class="text-muted"><i class="fa fa-fw fa-twitter"></i> Twitter</a>
<a href="#" class="text-muted m-h"><i class="fa fa-fw fa-facebook"></i> Facebook</a>
</div>
</div>
</div>
</div>
<!-- ############ LAYOUT END-->
</div>
<!-- build:js scripts/app.min.js -->
<!-- jQuery -->
<script src="libs/jquery/dist/jquery.js"></script>
<!-- Bootstrap -->
<script src="libs/tether/dist/js/tether.min.js"></script>
<script src="libs/bootstrap/dist/js/bootstrap.js"></script>
<!-- core -->
<script src="libs/jQuery-Storage-API/jquery.storageapi.min.js"></script>
<script src="libs/PACE/pace.min.js"></script>
<script src="libs/jquery-pjax/jquery.pjax.js"></script>
<script src="libs/blockUI/jquery.blockUI.js"></script>
<script src="libs/jscroll/jquery.jscroll.min.js"></script>
<script src="scripts/config.lazyload.js"></script>
<script src="scripts/ui-load.js"></script>
<script src="scripts/ui-jp.js"></script>
<script src="scripts/ui-include.js"></script>
<script src="scripts/ui-device.js"></script>
<script src="scripts/ui-form.js"></script>
<script src="scripts/ui-modal.js"></script>
<script src="scripts/ui-nav.js"></script>
<script src="scripts/ui-list.js"></script>
<script src="scripts/ui-screenfull.js"></script>
<script src="scripts/ui-scroll-to.js"></script>
<script src="scripts/ui-toggle-class.js"></script>
<script src="scripts/ui-taburl.js"></script>
<script src="scripts/app.js"></script>
<script src="scripts/ajax.js"></script>
<!-- endbuild -->
</body>
</html>