forked from technext/nice-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
566 lines (556 loc) · 34.9 KB
/
index.html
File metadata and controls
566 lines (556 loc) · 34.9 KB
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
562
563
564
565
566
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Tell the browser to be responsive to screen width -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<!-- Favicon icon -->
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon.png">
<title>Nice admin Template - The Ultimate Multipurpose admin template</title>
<!-- Custom CSS -->
<link href="assets/libs/chartist/dist/chartist.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="dist/css/style.min.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- ============================================================== -->
<!-- Preloader - style you can find in spinners.css -->
<!-- ============================================================== -->
<div class="preloader">
<div class="lds-ripple">
<div class="lds-pos"></div>
<div class="lds-pos"></div>
</div>
</div>
<!-- ============================================================== -->
<!-- Main wrapper - style you can find in pages.scss -->
<!-- ============================================================== -->
<div id="main-wrapper" data-navbarbg="skin6" data-theme="light" data-layout="vertical" data-sidebartype="full" data-boxed-layout="full">
<!-- ============================================================== -->
<!-- Topbar header - style you can find in pages.scss -->
<!-- ============================================================== -->
<header class="topbar" data-navbarbg="skin6">
<nav class="navbar top-navbar navbar-expand-md navbar-light">
<div class="navbar-header" data-logobg="skin5">
<!-- This is for the sidebar toggle which is visible on mobile only -->
<a class="nav-toggler waves-effect waves-light d-block d-md-none" href="javascript:void(0)">
<i class="ti-menu ti-close"></i>
</a>
<!-- ============================================================== -->
<!-- Logo -->
<!-- ============================================================== -->
<div class="navbar-brand">
<a href="index.html" class="logo">
<!-- Logo icon -->
<b class="logo-icon">
<!--You can put here icon as well // <i class="wi wi-sunset"></i> //-->
<!-- Dark Logo icon -->
<img src="assets/images/logo-icon.png" alt="homepage" class="dark-logo" />
<!-- Light Logo icon -->
<img src="assets/images/logo-light-icon.png" alt="homepage" class="light-logo" />
</b>
<!--End Logo icon -->
<!-- Logo text -->
<span class="logo-text">
<!-- dark Logo text -->
<img src="assets/images/logo-text.png" alt="homepage" class="dark-logo" />
<!-- Light Logo text -->
<img src="assets/images/logo-light-text.png" class="light-logo" alt="homepage" />
</span>
</a>
</div>
<!-- ============================================================== -->
<!-- End Logo -->
<!-- ============================================================== -->
<!-- ============================================================== -->
<!-- Toggle which is visible on mobile only -->
<!-- ============================================================== -->
<a class="topbartoggler d-block d-md-none waves-effect waves-light" href="javascript:void(0)" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<i class="ti-more"></i>
</a>
</div>
<!-- ============================================================== -->
<!-- End Logo -->
<!-- ============================================================== -->
<div class="navbar-collapse collapse" id="navbarSupportedContent" data-navbarbg="skin6">
<!-- ============================================================== -->
<!-- toggle and nav items -->
<!-- ============================================================== -->
<ul class="navbar-nav float-left mr-auto">
<!-- ============================================================== -->
<!-- Search -->
<!-- ============================================================== -->
<li class="nav-item search-box">
<a class="nav-link waves-effect waves-dark" href="javascript:void(0)">
<div class="d-flex align-items-center">
<i class="mdi mdi-magnify font-20 mr-1"></i>
<div class="ml-1 d-none d-sm-block">
<span>Search</span>
</div>
</div>
</a>
<form class="app-search position-absolute">
<input type="text" class="form-control" placeholder="Search & enter">
<a class="srh-btn">
<i class="ti-close"></i>
</a>
</form>
</li>
</ul>
<!-- ============================================================== -->
<!-- Right side toggle and nav items -->
<!-- ============================================================== -->
<ul class="navbar-nav float-right">
<!-- ============================================================== -->
<!-- User profile and search -->
<!-- ============================================================== -->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle text-muted waves-effect waves-dark pro-pic" href="" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><img src="assets/images/users/1.jpg" alt="user" class="rounded-circle" width="31"></a>
<div class="dropdown-menu dropdown-menu-right user-dd animated">
<a class="dropdown-item" href="javascript:void(0)"><i class="ti-user m-r-5 m-l-5"></i> My Profile</a>
<a class="dropdown-item" href="javascript:void(0)"><i class="ti-wallet m-r-5 m-l-5"></i> My Balance</a>
<a class="dropdown-item" href="javascript:void(0)"><i class="ti-email m-r-5 m-l-5"></i> Inbox</a>
</div>
</li>
<!-- ============================================================== -->
<!-- User profile and search -->
<!-- ============================================================== -->
</ul>
</div>
</nav>
</header>
<!-- ============================================================== -->
<!-- End Topbar header -->
<!-- ============================================================== -->
<!-- ============================================================== -->
<!-- Left Sidebar - style you can find in sidebar.scss -->
<!-- ============================================================== -->
<aside class="left-sidebar" data-sidebarbg="skin5">
<!-- Sidebar scroll-->
<div class="scroll-sidebar">
<!-- Sidebar navigation-->
<nav class="sidebar-nav">
<ul id="sidebarnav">
<li class="sidebar-item">
<a class="sidebar-link waves-effect waves-dark sidebar-link" href="index.html" aria-expanded="false">
<i class="mdi mdi-av-timer"></i>
<span class="hide-menu">Dashboard</span>
</a>
</li>
<li class="sidebar-item">
<a class="sidebar-link waves-effect waves-dark sidebar-link" href="html/ltr/pages-profile.html" aria-expanded="false">
<i class="mdi mdi-account-network"></i>
<span class="hide-menu">Profile</span>
</a>
</li>
<li class="sidebar-item">
<a class="sidebar-link waves-effect waves-dark sidebar-link" href="html/ltr/form-basic.html" aria-expanded="false">
<i class="mdi mdi-arrange-bring-forward"></i>
<span class="hide-menu">Form Basic</span>
</a>
</li>
<li class="sidebar-item">
<a class="sidebar-link waves-effect waves-dark sidebar-link" href="html/ltr/table-basic.html" aria-expanded="false">
<i class="mdi mdi-border-none"></i>
<span class="hide-menu">Table</span>
</a>
</li>
<li class="sidebar-item">
<a class="sidebar-link waves-effect waves-dark sidebar-link" href="html/ltr/icon-material.html" aria-expanded="false">
<i class="mdi mdi-face"></i>
<span class="hide-menu">Icon</span>
</a>
</li>
<li class="sidebar-item">
<a class="sidebar-link waves-effect waves-dark sidebar-link" href="html/ltr/starter-kit.html" aria-expanded="false">
<i class="mdi mdi-file"></i>
<span class="hide-menu">Blank</span>
</a>
</li>
<li class="sidebar-item">
<a class="sidebar-link waves-effect waves-dark sidebar-link" href="html/ltr/error-404.html" aria-expanded="false">
<i class="mdi mdi-alert-outline"></i>
<span class="hide-menu">404</span>
</a>
</li>
</ul>
</nav>
<!-- End Sidebar navigation -->
</div>
<!-- End Sidebar scroll-->
</aside>
<!-- ============================================================== -->
<!-- End Left Sidebar - style you can find in sidebar.scss -->
<!-- ============================================================== -->
<!-- ============================================================== -->
<!-- Page wrapper -->
<!-- ============================================================== -->
<div class="page-wrapper">
<!-- ============================================================== -->
<!-- Bread crumb and right sidebar toggle -->
<!-- ============================================================== -->
<div class="page-breadcrumb">
<div class="row">
<div class="col-5 align-self-center">
<h4 class="page-title">Dashboard</h4>
</div>
<div class="col-7 align-self-center">
<div class="d-flex align-items-center justify-content-end">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="#">Home</a>
</li>
<li class="breadcrumb-item active" aria-current="page">Dashboard</li>
</ol>
</nav>
</div>
</div>
</div>
</div>
<!-- ============================================================== -->
<!-- End Bread crumb and right sidebar toggle -->
<!-- ============================================================== -->
<!-- ============================================================== -->
<!-- Container fluid -->
<!-- ============================================================== -->
<div class="container-fluid">
<!-- ============================================================== -->
<!-- Email campaign chart -->
<!-- ============================================================== -->
<div class="row">
<div class="col-md-8">
<div class="card">
<div class="card-body">
<h4 class="card-title">Sales Ratio</h4>
<div class="sales ct-charts mt-3"></div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<div class="card-body">
<h5 class="card-title m-b-5">Referral Earnings</h5>
<h3 class="font-light">$769.08</h3>
<div class="m-t-20 text-center">
<div id="earnings"></div>
</div>
</div>
</div>
<div class="card">
<div class="card-body">
<h4 class="card-title m-b-0">Users</h4>
<h2 class="font-light">35,658 <span class="font-16 text-success font-medium">+23%</span></h2>
<div class="m-t-30">
<div class="row text-center">
<div class="col-6 border-right">
<h4 class="m-b-0">58%</h4>
<span class="font-14 text-muted">New Users</span>
</div>
<div class="col-6">
<h4 class="m-b-0">42%</h4>
<span class="font-14 text-muted">Repeat Users</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ============================================================== -->
<!-- Email campaign chart -->
<!-- ============================================================== -->
<!-- ============================================================== -->
<!-- Ravenue - page-view-bounce rate -->
<!-- ============================================================== -->
<div class="row">
<!-- column -->
<div class="col-12">
<div class="card">
<div class="card-body">
<h4 class="card-title">Latest Sales</h4>
</div>
<div class="table-responsive">
<table class="table table-hover">
<thead>
<tr>
<th class="border-top-0">NAME</th>
<th class="border-top-0">STATUS</th>
<th class="border-top-0">DATE</th>
<th class="border-top-0">PRICE</th>
</tr>
</thead>
<tbody>
<tr>
<td class="txt-oflo">Elite admin</td>
<td><span class="label label-success label-rounded">SALE</span> </td>
<td class="txt-oflo">April 18, 2017</td>
<td><span class="font-medium">$24</span></td>
</tr>
<tr>
<td class="txt-oflo">Real Homes WP Theme</td>
<td><span class="label label-info label-rounded">EXTENDED</span></td>
<td class="txt-oflo">April 19, 2017</td>
<td><span class="font-medium">$1250</span></td>
</tr>
<tr>
<td class="txt-oflo">Ample Admin</td>
<td><span class="label label-purple label-rounded">Tax</span></td>
<td class="txt-oflo">April 19, 2017</td>
<td><span class="font-medium">$1250</span></td>
</tr>
<tr>
<td class="txt-oflo">Medical Pro WP Theme</td>
<td><span class="label label-success label-rounded">Sale</span></td>
<td class="txt-oflo">April 20, 2017</td>
<td><span class="font-medium">-$24</span></td>
</tr>
<tr>
<td class="txt-oflo">Hosting press html</td>
<td><span class="label label-success label-rounded">SALE</span></td>
<td class="txt-oflo">April 21, 2017</td>
<td><span class="font-medium">$24</span></td>
</tr>
<tr>
<td class="txt-oflo">Digital Agency PSD</td>
<td><span class="label label-danger label-rounded">Tax</span> </td>
<td class="txt-oflo">April 23, 2017</td>
<td><span class="font-medium">-$14</span></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<!-- ============================================================== -->
<!-- Ravenue - page-view-bounce rate -->
<!-- ============================================================== -->
<!-- ============================================================== -->
<!-- Recent comment and chats -->
<!-- ============================================================== -->
<div class="row">
<!-- column -->
<div class="col-lg-6">
<div class="card">
<div class="card-body">
<h4 class="card-title">Recent Comments</h4>
</div>
<div class="comment-widgets" style="height:430px;">
<!-- Comment Row -->
<div class="d-flex flex-row comment-row m-t-0">
<div class="p-2">
<img src="assets/images/users/1.jpg" alt="user" width="50" class="rounded-circle">
</div>
<div class="comment-text w-100">
<h6 class="font-medium">James Anderson</h6>
<span class="m-b-15 d-block">Lorem Ipsum is simply dummy text of the printing and type setting industry. </span>
<div class="comment-footer">
<span class="text-muted float-right">April 14, 2016</span>
<span class="label label-rounded label-primary">Pending</span>
<span class="action-icons">
<a href="javascript:void(0)">
<i class="ti-pencil-alt"></i>
</a>
<a href="javascript:void(0)">
<i class="ti-check"></i>
</a>
<a href="javascript:void(0)">
<i class="ti-heart"></i>
</a>
</span>
</div>
</div>
</div>
<!-- Comment Row -->
<div class="d-flex flex-row comment-row">
<div class="p-2">
<img src="assets/images/users/4.jpg" alt="user" width="50" class="rounded-circle">
</div>
<div class="comment-text active w-100">
<h6 class="font-medium">Michael Jorden</h6>
<span class="m-b-15 d-block">Lorem Ipsum is simply dummy text of the printing and type setting industry. </span>
<div class="comment-footer ">
<span class="text-muted float-right">April 14, 2016</span>
<span class="label label-success label-rounded">Approved</span>
<span class="action-icons active">
<a href="javascript:void(0)">
<i class="ti-pencil-alt"></i>
</a>
<a href="javascript:void(0)">
<i class="icon-close"></i>
</a>
<a href="javascript:void(0)">
<i class="ti-heart text-danger"></i>
</a>
</span>
</div>
</div>
</div>
<!-- Comment Row -->
<div class="d-flex flex-row comment-row">
<div class="p-2">
<img src="assets/images/users/5.jpg" alt="user" width="50" class="rounded-circle">
</div>
<div class="comment-text w-100">
<h6 class="font-medium">Johnathan Doeting</h6>
<span class="m-b-15 d-block">Lorem Ipsum is simply dummy text of the printing and type setting industry. </span>
<div class="comment-footer">
<span class="text-muted float-right">April 14, 2016</span>
<span class="label label-rounded label-danger">Rejected</span>
<span class="action-icons">
<a href="javascript:void(0)">
<i class="ti-pencil-alt"></i>
</a>
<a href="javascript:void(0)">
<i class="ti-check"></i>
</a>
<a href="javascript:void(0)">
<i class="ti-heart"></i>
</a>
</span>
</div>
</div>
</div>
<!-- Comment Row -->
<div class="d-flex flex-row comment-row m-t-0">
<div class="p-2">
<img src="assets/images/users/2.jpg" alt="user" width="50" class="rounded-circle">
</div>
<div class="comment-text w-100">
<h6 class="font-medium">Steve Jobs</h6>
<span class="m-b-15 d-block">Lorem Ipsum is simply dummy text of the printing and type setting industry. </span>
<div class="comment-footer">
<span class="text-muted float-right">April 14, 2016</span>
<span class="label label-rounded label-primary">Pending</span>
<span class="action-icons">
<a href="javascript:void(0)">
<i class="ti-pencil-alt"></i>
</a>
<a href="javascript:void(0)">
<i class="ti-check"></i>
</a>
<a href="javascript:void(0)">
<i class="ti-heart"></i>
</a>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- column -->
<div class="col-lg-6">
<div class="card">
<div class="card-body">
<h4 class="card-title">Temp Guide</h4>
<div class="d-flex align-items-center flex-row m-t-30">
<div class="display-5 text-info"><i class="wi wi-day-showers"></i> <span>73<sup>°</sup></span></div>
<div class="m-l-10">
<h3 class="m-b-0">Saturday</h3><small>Ahmedabad, India</small>
</div>
</div>
<table class="table no-border mini-table m-t-20">
<tbody>
<tr>
<td class="text-muted">Wind</td>
<td class="font-medium">ESE 17 mph</td>
</tr>
<tr>
<td class="text-muted">Humidity</td>
<td class="font-medium">83%</td>
</tr>
<tr>
<td class="text-muted">Pressure</td>
<td class="font-medium">28.56 in</td>
</tr>
<tr>
<td class="text-muted">Cloud Cover</td>
<td class="font-medium">78%</td>
</tr>
</tbody>
</table>
<ul class="row list-style-none text-center m-t-30">
<li class="col-3">
<h4 class="text-info"><i class="wi wi-day-sunny"></i></h4>
<span class="d-block text-muted">09:30</span>
<h3 class="m-t-5">70<sup>°</sup></h3>
</li>
<li class="col-3">
<h4 class="text-info"><i class="wi wi-day-cloudy"></i></h4>
<span class="d-block text-muted">11:30</span>
<h3 class="m-t-5">72<sup>°</sup></h3>
</li>
<li class="col-3">
<h4 class="text-info"><i class="wi wi-day-hail"></i></h4>
<span class="d-block text-muted">13:30</span>
<h3 class="m-t-5">75<sup>°</sup></h3>
</li>
<li class="col-3">
<h4 class="text-info"><i class="wi wi-day-sprinkle"></i></h4>
<span class="d-block text-muted">15:30</span>
<h3 class="m-t-5">76<sup>°</sup></h3>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- ============================================================== -->
<!-- Recent comment and chats -->
<!-- ============================================================== -->
</div>
<!-- ============================================================== -->
<!-- End Container fluid -->
<!-- ============================================================== -->
<!-- ============================================================== -->
<!-- footer -->
<!-- ============================================================== -->
<footer class="footer text-center">
All Rights Reserved by Nice admin. Designed and Developed by
<a href="https://wrappixel.com" target="_blank" rel="noopener noreferrer">WrapPixel</a>. Distributed by <a href="https://themewagon.com/" target="_blank" rel="noopener noreferrer">Themewagon</a>.
</footer>
<!-- ============================================================== -->
<!-- End footer -->
<!-- ============================================================== -->
</div>
<!-- ============================================================== -->
<!-- End Page wrapper -->
<!-- ============================================================== -->
</div>
<!-- ============================================================== -->
<!-- End Wrapper -->
<!-- ============================================================== -->
<!-- ============================================================== -->
<!-- All Jquery -->
<!-- ============================================================== -->
<script src="assets/libs/jquery/dist/jquery.min.js"></script>
<!-- Bootstrap tether Core JavaScript -->
<script src="assets/libs/popper.js/dist/umd/popper.min.js"></script>
<script src="assets/libs/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- slimscrollbar scrollbar JavaScript -->
<script src="assets/extra-libs/sparkline/sparkline.js"></script>
<!--Wave Effects -->
<script src="dist/js/waves.js"></script>
<!--Menu sidebar -->
<script src="dist/js/sidebarmenu.js"></script>
<!--Custom JavaScript -->
<script src="dist/js/custom.min.js"></script>
<!--This page JavaScript -->
<!--chartis chart-->
<script src="assets/libs/chartist/dist/chartist.min.js"></script>
<script src="assets/libs/chartist-plugin-tooltips/dist/chartist-plugin-tooltip.min.js"></script>
<script src="dist/js/pages/dashboards/dashboard1.js"></script>
</body>
</html>