-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
539 lines (508 loc) · 20.5 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
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta name="generator" content="Hugo 0.53" />
<title>Palmwood Bootstrap 4 Dashboard - UICardio</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Including UICardio fonts -->
<style>
@font-face {
font-family: "uicardio-font";
src: url("./static/fonts/uicardio-light") format('woff');
font-weight: 400;
font-display: fallback;
}
@font-face {
font-family: "uicardio-font";
src: url("./static/fonts/uicardio-regular") format('woff');
font-weight: 500;
font-display: fallback;
}
@font-face {
font-family: "uicardio-font";
src: url("./static/fonts/uicardio-bold") format('woff');
font-weight: 700;
font-display: fallback;
}
</style>
<!-- Compiled CSS of Pinewood Dashboard -->
<!-- Include it if you dont want to make any changes in the design -->
<!-- Else you can make changes in SCSS files and use them -->
<link rel="stylesheet" href="./static/css/style.css">
<!-- Including icons from Ion Icons -->
<link href="https://unpkg.com/[email protected]/dist/css/ionicons.min.css" rel="stylesheet">
<!-- Favicon -->
<link rel="icon" href="./favicon.png" type="image/x-icon">
<!-- Social Meta tags -->
<meta name="keywords" content="dashboard, bootstrap 4, bootstarp, pinewood, pinewood dashboard, pinewood bootstrap 4, bootstrap 4 admin panel, bootstrap 4 system, html css template, uicardio, responsive dashboard, responsive bootstrap 4 template">
<meta name="description" content="">
<!-- Markup for google+ -->
<meta itemprop="name" content="">
<meta itemprop="description" content="">
<meta itemprop="image" content="">
<!-- Twitter Card -->
<meta name="twitter:card" content="product">
<meta name="twitter:site" content="@uicardio">
<meta name="twitter:title" content="">
<meta name="twitter:description" content="">
<meta name="twitter:creator" content="@uicardio">
<meta name="twitter:image" content="">
<!-- Open Graph Data -->
<meta property="og:title" content="" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://demo.uicard.io/palmwood-bootstrap-4-admin-dashboard/" />
<meta property="og:image" content="" />
<meta property="og:description" content="" />
<meta property="og:site_name" content="UICardio" />
</head>
<body>
<div class="wrapper">
<!-- Sidebar -->
<div class="sidebar p-3">
<h3 class="text-center">UICardio</h3>
<hr>
<ul class="nav nav-pills ">
<li class="nav-item ">
<a class="nav-link active shadow-sm" href="./index.html">
<i class="icon ion-md-analytics"></i> Dashboard
</a>
</li>
<li class="nav-item">
<a class="nav-link " href="./user.html">
<i class="icon ion-md-contact"></i>
User Profile
</a>
</li>
<li class="nav-item ">
<a class="nav-link " href="./tables.html">
<i class="icon ion-md-clipboard"></i>
Table List
</a>
</li>
<li class="nav-item ">
<a class="nav-link " href="./typography.html">
<i class="icon ion-md-text"></i>
Typography
</a>
</li>
<li class="nav-item ">
<a class="nav-link " href="./icons.html">
<i class="icon ion-md-heart"></i>
Icons
</a>
</li>
<li class="nav-item ">
<a class="nav-link " href="./maps.html">
<i class="icon ion-md-compass"></i>
Maps
</a>
</li>
<li class="nav-item ">
<a class="nav-link " href="./notifications.html">
<i class="icon ion-md-notifications"></i>
Notifications
</a>
</li>
</ul>
</div>
<div class="main-panel">
<!-- If you want to change the header image, you can replace it with the below link -->
<div class="header-image" style="background-image: url(./static/img/header-background.jpg);"></div>
<!-- Navbar -->
<nav class="navbar navbar-dark navbar-expand sticky-top">
<a href="#0" id="sidebarToggle" class="sidebarToggle d-sm-none nav-link pl-0 text-white">
<svg class="ham hamRotate ham1" viewBox="0 0 100 100" width="40">
<path
class="line top" d="m 30,33 h 40 c 0,0 9.044436,-0.654587 9.044436,-8.508902 0,-7.854315 -8.024349,-11.958003 -14.89975,-10.85914 -6.875401,1.098863 -13.637059,4.171617 -13.637059,16.368042 v 40" />
<path
class="line middle" d="m 30,50 h 40" />
<path
class="line bottom" d="m 30,67 h 40 c 12.796276,0 15.357889,-11.717785 15.357889,-26.851538 0,-15.133752 -4.786586,-27.274118 -16.667516,-27.274118 -11.88093,0 -18.499247,6.994427 -18.435284,17.125656 l 0.252538,40" />
</svg>
</a>
<a href="#0" id="navSearchButton" class="d-sm-none"><i class="icon ion-md-search"></i></a>
<a class="navbar-brand h4" href="#">Dashboard</a>
<ul class="navbar-nav ml-auto">
<li class="nav-item d-md-block pt-2 mr-3">
<input class="searchBar form-control border-0" type="text" class="form-control border-0 search" placeholder="Search">
</li>
<li class="nav-item">
<div class="dropdown ">
<a href="" class="nav-link" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="icon ion-md-notifications"></i>
</a>
<div style="width:400px" class="dropdown-menu pb-0 dropdown-menu-right" aria-labelledby="dropdownMenuButton">
<h6 class="dropdown-header px-3 pb-3">
<a class="float-right" href="#0">Mark all Read!</a>
You have 13 notifications!
</h6>
<a class="list-group-item border-0 list-group-item-action py-2" href="#">
<div class="row">
<div class="col-2">
<img width="40px" alt="Image placeholder" src="./static/img/avatars/girl.jpg" class="avatar rounded-circle">
</div>
<div class="col-10">
<div class="text-sm text-secondary mb-0 d-block"><strong>Noelle East</strong> Let's meet at Starbucks at 11:30. Wdyt?</div>
<small class="text-muted">Just Now</small>
</div>
</div>
</a>
<a class="list-group-item border-0 list-group-item-action py-2" href="#">
<div class="row">
<div class="col-2">
<img width="40px" alt="Image placeholder" src="./static/img/avatars/man.jpg" class="avatar rounded-circle">
</div>
<div class="col-10">
<div class="text-sm text-secondary mb-0 d-block"><strong>Mark</strong> just commented on one of your post
</div>
<small class="text-muted">2 hrs ago</small>
</div>
</div>
</a>
<a href="#0" class="dropdown-item text-center border-top text-primary p-3 bg-light">View All Notifications</a>
</div>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="#" role="button" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<img width="40px" class="rounded-circle" src="./static/img/avatars/girl.jpg" alt="">
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdownMenuLink">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
</ul>
</nav>
<div class="content">
<div class="row">
<div class="col-lg-3 col-md-6 col-12">
<div class="card widget">
<div class="card-body text-center">
<i class="icon ion-md-heart text-danger"></i>
<div class="h1 font-weight-bold">1.87k</div>
<p class="text-muted">Total Likes</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12">
<div class="card widget">
<div class="card-body text-center">
<i class="icon ion-md-wallet text-success"></i>
<div class="h1 font-weight-bold">$50.4k</div>
<p class="text-muted widget-info">
<span class="widget-text">Revenue</span>
<span class="widget-stat text-danger"><i class="icon ion-md-arrow-down"></i> 10%</span>
</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12">
<div class="card widget">
<div class="card-body text-center">
<i class="icon ion-md-disc text-secondary"></i>
<div class="h1 font-weight-bold">58 GB</div>
<p class="text-muted">Used Space</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12">
<div class="card widget">
<div class="card-body text-center">
<i class="icon ion-logo-twitter text-twitter"></i>
<div class="h1 font-weight-bold">45k</div>
<p class="text-muted widget-info">
<span class="widget-text">Twitter Followers</span>
<span class="widget-stat text-success"><i class="icon ion-md-arrow-up"></i> 93%</span>
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-8 col-12">
<div class="card bg-secondary text-white">
<!-- TODO: fix card radius -->
<div class="card-header rounded-top bg-secondary p-4">
<span class="float-right"><button class="btn btn-circle"><i class="icon ion-md-download"></i></button>
</span>
<h3 class="text-white">Sample Graph</h3>
<p class="text-muted m-0" style="font-size:14px;">A Sample graph chart from chart.js<p>
</div>
<canvas class="rounded" id="canvas" height="260px"></canvas>
</div>
</div>
<div class="col-lg-4 col-12">
<div class="card">
<div class="card-header">
<h3 class="m-0">Pie Chart</h3>
<p class="text-muted m-0" style="font-size:14px;">Predicted world population (millions) in 2050</p>
</div>
<div class="card-body">
<canvas id="pie-chart" height="300"></canvas>
</div>
</div>
</div>
<div class="col-lg-4 col-12">
<div class="card">
<div class="card-header">
<button class="btn float-right btn-sm btn-success"><i class="icon ion-md-add"></i> Add</button>
<h3 class="m-0">
<i class="icon ion-md-calendar"></i>
Todo</h3>
<p class="text-muted m-0" style="font-size:14px;">Showing last 5 Todos</p>
</div>
<div class="card-body ">
<table class="table table-sm table-borderless">
<tr>
<td>
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" id="customCheck1">
<label class="custom-control-label" for="customCheck1">Send emails to client</label>
</div>
</td>
</tr>
<tr>
<td>
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" id="customCheck2">
<label class="custom-control-label" for="customCheck2">Visit office </label>
</div>
</td>
</tr>
<tr>
<td>
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" id="customCheck3">
<label class="custom-control-label" for="customCheck3">Start making presentation</label>
</div>
</td>
</tr>
<tr>
<td>
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" id="customCheck4">
<label class="custom-control-label" for="customCheck4">Don't forget to pickup Aaliya from school!</label>
</div>
</td>
</tr>
<tr>
<td>
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" id="customCheck5">
<label class="custom-control-label" for="customCheck5">Buy a gift for Sarah</label>
</div>
</td>
</tr>
</table>
</div>
</div>
</div>
<div class="col-lg-8 col-12">
<div class="card">
<div class="card-header">
<button class="btn btn-sm btn-primary float-right">Show All</button>
<h3 class="m-0">Employer Stats</h3>
<p class="text-muted m-0" style="font-size:14px;">New employees on 1st Jan, 2019</p>
</div>
<div class="card-body p-0">
<table class="table table-hover">
<thead class="bg-light border-top border-bottom">
<th>#</th>
<th>Name</th>
<th>Salary</th>
<th>Country</th>
<th width="190px">Progress</th>
</thead>
<tbody>
<tr>
<th>1</th>
<td>Shikha</td>
<td>$40,000</td>
<td>USA</td>
<td>
<div class="progress" style="height: 3px;">
<div class="progress-bar bg-warning" role="progressbar" style="width: 55%;" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</td>
</tr>
<tr>
<th>2</th>
<td>Richard</td>
<td>$30,000</td>
<td>USA</td>
<td>
<div class="progress" style="height: 3px;">
<div class="progress-bar bg-success" role="progressbar" style="width: 75%;" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</td>
</tr>
<tr>
<th>3</th>
<td>Rajan</td>
<td>$60,000</td>
<td>India</td>
<td>
<div class="progress" style="height: 3px;">
<div class="progress-bar bg-danger" role="progressbar" style="width: 25%;" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</td>
</tr>
<tr>
<th>4</th>
<td>Emma</td>
<td>$80,000</td>
<td>Canada</td>
<td>
<div class="progress" style="height: 3px;">
<div class="progress-bar bg-warning" role="progressbar" style="width: 55%;" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<script>
setTimeout(function() {
pushNotif({
text : 'Welcome to <a target="_blank" href="https://uicard.io/products/palmwood-bootstrap-4-dashboard/">Palmwood</a> dashboard, enjoy the beauty!',
icon : 'notifications',
close : true,
type : 'success'
}, function(){
pushNotif({
text : 'This is random <strong>danger</strong> notification!',
icon : 'information-circle',
close : true,
type : 'danger'
});
});
}, 1000);
</script><!-- Footer -->
<div class="row no-gutters m-3 align-items-center justify-content-lg-between">
<div class="col-lg-6">
<div class="copyright text-center text-lg-left text-muted">
© 2019 UICardio
</div>
</div>
<div class="col-lg-6">
<div class="nav nav-footer justify-content-center justify-content-lg-end">
<a class="ml-3" target="_blank" href="https://uicard.io/?utm_source=pinewood-bootstrap-4-dashboard">UICardio</a>
<a class="ml-3" target="_blank" href="https://uicard.io/blog/?utm_source=pinewood-bootstrap-4-dashboard">Blog</a>
<a class="ml-3" target="_blank" href="https://uicard.io/licence/?utm_source=pinewood-bootstrap-4-dashboard">Licence</a>
<a class="ml-3" target="_blank" href="https://uicard.io/contact/?utm_source=pinewood-bootstrap-4-dashboard">Contact</a>
</div>
</div>
</div>
</div>
</div>
</div><!-- Including scripts required for bootstrap -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
<!-- Including ChartJs -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.3/Chart.min.js"></script>
<!-- Including our main script -->
<script src="./static/js/scripts.js"></script>
<script>
var canvas = document.getElementById("canvas");
var multiply = {
beforeDatasetsDraw: function(chart, options, el) {
chart.ctx.globalCompositeOperation = 'overlay';
},
afterDatasetsDraw: function(chart, options) {
chart.ctx.globalCompositeOperation = 'source-over';
},
};
var gradientThisWeek = canvas.getContext('2d').createLinearGradient(0, 0, 0, 180);
gradientThisWeek.addColorStop(0, '#f8d0a3');
gradientThisWeek.addColorStop(1, '#f8d0a3');
var gradientPrevWeek = canvas.getContext('2d').createLinearGradient(0, 0, 0, 180);
gradientPrevWeek.addColorStop(0, '#ed7170');
gradientPrevWeek.addColorStop(1, '#ed7170');
var config = {
type: 'line',
data: {
labels: ["MON", "TUE", "WED", "THU", "FRI", "SAT", "SUN", "Yo", "Yo", "Yo"],
datasets: [
{
label: 'This week',
data: [24, 18, 16, 18, 24, 36, 28, 29,23,24],
backgroundColor: gradientThisWeek,
borderColor: 'transparent',
pointBackgroundColor: '#FFFFFF',
pointBorderColor: '#FFFFFF',
lineTension: 0.40,
},
{
label: 'Previous week',
data: [20, 22, 30, 22, 18, 22, 30, 49,43,14],
backgroundColor: gradientPrevWeek,
borderColor: 'transparent',
pointBackgroundColor: '#FFFFFF',
pointBorderColor: '#FFFFFF',
lineTension: 0.40,
}
]
},
options: {
elements: {
point: {
radius: 2,
hitRadius: 5,
hoverRadius: 5
}
},
legend: {
display: false,
},
scales: {
xAxes: [{
display: false,
}],
yAxes: [{
display: false,
ticks: {
beginAtZero: true,
},
}]
}
},
plugins: [multiply],
};
window.chart = new Chart(canvas, config);
new Chart(document.getElementById("pie-chart"), {
type: 'pie',
data: {
labels: ["Africa", "Asia"],
datasets: [{
label: "Population (millions)",
backgroundColor: ["#4e817a", "#f7d6a3"],
data: [2478,5267]
}]
},
options: {
layout: {
padding: {
top: 0
}
},
legend: {
display: true,
position: 'bottom'
},
title: {
display: false,
text: ''
}
}
});
</script>
</body>
</html>