-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
608 lines (603 loc) · 32 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
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
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Majestic Admin</title>
<!-- plugins:css -->
<link rel="stylesheet" href="vendors/mdi/css/materialdesignicons.min.css">
<link rel="stylesheet" href="vendors/base/vendor.bundle.base.css">
<!-- endinject -->
<!-- plugin css for this page -->
<link rel="stylesheet" href="vendors/datatables.net-bs4/dataTables.bootstrap4.css">
<!-- End plugin css for this page -->
<!-- inject:css -->
<link rel="stylesheet" href="css/style.css">
<!-- endinject -->
<link rel="shortcut icon" href="images/favicon.png" />
</head>
<body>
<div class="container-scroller">
<!-- partial:partials/_navbar.html -->
<nav class="navbar col-lg-12 col-12 p-0 fixed-top d-flex flex-row">
<div class="navbar-brand-wrapper d-flex justify-content-center">
<div class="navbar-brand-inner-wrapper d-flex justify-content-between align-items-center w-100">
<a class="navbar-brand brand-logo" href="index.html"><img src="images/logo.svg" alt="logo"/></a>
<a class="navbar-brand brand-logo-mini" href="index.html"><img src="images/logo-mini.svg" alt="logo"/></a>
<button class="navbar-toggler navbar-toggler align-self-center" type="button" data-toggle="minimize">
<span class="mdi mdi-sort-variant"></span>
</button>
</div>
</div>
<div class="navbar-menu-wrapper d-flex align-items-center justify-content-end">
<ul class="navbar-nav mr-lg-4 w-100">
<li class="nav-item nav-search d-none d-lg-block w-100">
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text" id="search">
<i class="mdi mdi-magnify"></i>
</span>
</div>
<input type="text" class="form-control" placeholder="Search now" aria-label="search" aria-describedby="search">
</div>
</li>
</ul>
<ul class="navbar-nav navbar-nav-right">
<li class="nav-item dropdown mr-1">
<a class="nav-link count-indicator dropdown-toggle d-flex justify-content-center align-items-center" id="messageDropdown" href="#" data-toggle="dropdown">
<i class="mdi mdi-message-text mx-0"></i>
<span class="count"></span>
</a>
<div class="dropdown-menu dropdown-menu-right navbar-dropdown" aria-labelledby="messageDropdown">
<p class="mb-0 font-weight-normal float-left dropdown-header">Messages</p>
<a class="dropdown-item">
<div class="item-thumbnail">
<img src="images/faces/face4.jpg" alt="image" class="profile-pic">
</div>
<div class="item-content flex-grow">
<h6 class="ellipsis font-weight-normal">David Grey
</h6>
<p class="font-weight-light small-text text-muted mb-0">
The meeting is cancelled
</p>
</div>
</a>
<a class="dropdown-item">
<div class="item-thumbnail">
<img src="images/faces/face2.jpg" alt="image" class="profile-pic">
</div>
<div class="item-content flex-grow">
<h6 class="ellipsis font-weight-normal">Tim Cook
</h6>
<p class="font-weight-light small-text text-muted mb-0">
New product launch
</p>
</div>
</a>
<a class="dropdown-item">
<div class="item-thumbnail">
<img src="images/faces/face3.jpg" alt="image" class="profile-pic">
</div>
<div class="item-content flex-grow">
<h6 class="ellipsis font-weight-normal"> Johnson
</h6>
<p class="font-weight-light small-text text-muted mb-0">
Upcoming board meeting
</p>
</div>
</a>
</div>
</li>
<li class="nav-item dropdown mr-4">
<a class="nav-link count-indicator dropdown-toggle d-flex align-items-center justify-content-center notification-dropdown" id="notificationDropdown" href="#" data-toggle="dropdown">
<i class="mdi mdi-bell mx-0"></i>
<span class="count"></span>
</a>
<div class="dropdown-menu dropdown-menu-right navbar-dropdown" aria-labelledby="notificationDropdown">
<p class="mb-0 font-weight-normal float-left dropdown-header">Notifications</p>
<a class="dropdown-item">
<div class="item-thumbnail">
<div class="item-icon bg-success">
<i class="mdi mdi-information mx-0"></i>
</div>
</div>
<div class="item-content">
<h6 class="font-weight-normal">Application Error</h6>
<p class="font-weight-light small-text mb-0 text-muted">
Just now
</p>
</div>
</a>
<a class="dropdown-item">
<div class="item-thumbnail">
<div class="item-icon bg-warning">
<i class="mdi mdi-settings mx-0"></i>
</div>
</div>
<div class="item-content">
<h6 class="font-weight-normal">Settings</h6>
<p class="font-weight-light small-text mb-0 text-muted">
Private message
</p>
</div>
</a>
<a class="dropdown-item">
<div class="item-thumbnail">
<div class="item-icon bg-info">
<i class="mdi mdi-account-box mx-0"></i>
</div>
</div>
<div class="item-content">
<h6 class="font-weight-normal">New user registration</h6>
<p class="font-weight-light small-text mb-0 text-muted">
2 days ago
</p>
</div>
</a>
</div>
</li>
<li class="nav-item nav-profile dropdown">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" id="profileDropdown">
<img src="images/faces/face5.jpg" alt="profile"/>
<span class="nav-profile-name">Louis Barnett</span>
</a>
<div class="dropdown-menu dropdown-menu-right navbar-dropdown" aria-labelledby="profileDropdown">
<a class="dropdown-item">
<i class="mdi mdi-settings text-primary"></i>
Settings
</a>
<a class="dropdown-item">
<i class="mdi mdi-logout text-primary"></i>
Logout
</a>
</div>
</li>
</ul>
<button class="navbar-toggler navbar-toggler-right d-lg-none align-self-center" type="button" data-toggle="offcanvas">
<span class="mdi mdi-menu"></span>
</button>
</div>
</nav>
<!-- partial -->
<div class="container-fluid page-body-wrapper">
<!-- partial:partials/_sidebar.html -->
<nav class="sidebar sidebar-offcanvas" id="sidebar">
<ul class="nav">
<li class="nav-item">
<a class="nav-link" href="index.html">
<i class="mdi mdi-home menu-icon"></i>
<span class="menu-title">Dashboard</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="collapse" href="#ui-basic" aria-expanded="false" aria-controls="ui-basic">
<i class="mdi mdi-view-headline menu-icon"></i>
<span class="menu-title">Identitas</span>
<i class="menu-arrow"></i>
</a>
<div class="collapse" id="ui-basic">
<ul class="nav flex-column sub-menu">
<li class="nav-item"> <a class="nav-link" href="pages/ui-features/tugas.html">Identitas Tugas</a></li>
<li class="nav-item"> <a class="nav-link" href="pages/ui-features/desa.html">Identitas Desa</a></li>
<li class="nav-item"> <a class="nav-link" href="pages/ui-features/geotop.html">Identitas GEOTOP</a></li>
<li class="nav-item"> <a class="nav-link" href="pages/ui-features/dimensi_sosial.html">DIMSOSKESEHATAN</a></li>
<li class="nav-item"> <a class="nav-link" href="pages/ui-features/dimensi_pendidikan.html">Pendidikan</a></li>
<li class="nav-item"> <a class="nav-link" href="pages/ui-features/dimensi_permukiman.html">Dimensi Permukiman</a></li>
<li class="nav-item"> <a class="nav-link" href="pages/ui-features/dimensi_ekonomi.html">Dimensi Ekonomi</a></li>
<li class="nav-item"> <a class="nav-link" href="pages/ui-features/dimensi_ekologi.html">Dimensi Ekologi</a></li>
<li class="nav-item"> <a class="nav-link" href="pages/ui-features/aktivitas_desa.html">Aktivitas Desa</a></li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="pages/forms/basic_elements.html">
<i class="mdi mdi-view-headline menu-icon"></i>
<span class="menu-title">Form elements</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="pages/charts/chartjs.html">
<i class="mdi mdi-chart-pie menu-icon"></i>
<span class="menu-title">Charts</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="pages/tables/basic-table.html">
<i class="mdi mdi-grid-large menu-icon"></i>
<span class="menu-title">Tables</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="pages/icons/mdi.html">
<i class="mdi mdi-emoticon menu-icon"></i>
<span class="menu-title">Icons</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="collapse" href="#auth" aria-expanded="false" aria-controls="auth">
<i class="mdi mdi-account menu-icon"></i>
<span class="menu-title">User Pages</span>
<i class="menu-arrow"></i>
</a>
<div class="collapse" id="auth">
<ul class="nav flex-column sub-menu">
<li class="nav-item"> <a class="nav-link" href="pages/samples/login.html"> Login </a></li>
<li class="nav-item"> <a class="nav-link" href="pages/samples/login-2.html"> Login 2 </a></li>
<li class="nav-item"> <a class="nav-link" href="pages/samples/register.html"> Register </a></li>
<li class="nav-item"> <a class="nav-link" href="pages/samples/register-2.html"> Register 2 </a></li>
<li class="nav-item"> <a class="nav-link" href="pages/samples/lock-screen.html"> Lockscreen </a></li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="documentation/documentation.html">
<i class="mdi mdi-file-document-box-outline menu-icon"></i>
<span class="menu-title">Documentation</span>
</a>
</li>
</ul>
</nav>
<!-- partial -->
<div class="main-panel">
<div class="content-wrapper">
<div class="row">
<div class="col-md-12 grid-margin">
<div class="d-flex justify-content-between flex-wrap">
<div class="d-flex align-items-end flex-wrap">
<div class="mr-md-3 mr-xl-5">
<h2>Welcome back,</h2>
<p class="mb-md-0">Your analytics dashboard template.</p>
</div>
<div class="d-flex">
<i class="mdi mdi-home text-muted hover-cursor"></i>
<p class="text-muted mb-0 hover-cursor"> / Dashboard / </p>
<p class="text-primary mb-0 hover-cursor">Analytics</p>
</div>
</div>
<div class="d-flex justify-content-between align-items-end flex-wrap">
<button type="button" class="btn btn-light bg-white btn-icon mr-3 d-none d-md-block ">
<i class="mdi mdi-download text-muted"></i>
</button>
<button type="button" class="btn btn-light bg-white btn-icon mr-3 mt-2 mt-xl-0">
<i class="mdi mdi-clock-outline text-muted"></i>
</button>
<button type="button" class="btn btn-light bg-white btn-icon mr-3 mt-2 mt-xl-0">
<i class="mdi mdi-plus text-muted"></i>
</button>
<button class="btn btn-primary mt-2 mt-xl-0">Generate report</button>
</div>
</div>
</div>
</div>
<div class="row" id="proBanner">
<div class="col-md-12 grid-margin">
<div class="card bg-gradient-primary border-0">
<div class="card-body py-3 px-4 d-flex align-items-center justify-content-between flex-wrap">
<p class="mb-0 text-white font-weight-medium">Get tons of UI components, Plugins, multiple layouts, 20+ sample pages, and more! </p>
<div class="d-flex">
<a href="https://www.bootstrapdash.com/product/majestic-admin-pro?utm_source=organic&utm_medium=banner&utm_campaign=free-preview" target="_blank" class="btn btn-outline-light mr-2 bg-gradient-danger border-0">Check Pro Version</a>
<button id="bannerClose" class="btn border-0 p-0 ml-auto">
<i class="mdi mdi-close text-white"></i>
</button>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 grid-margin stretch-card">
<div class="card">
<div class="card-body dashboard-tabs p-0">
<ul class="nav nav-tabs px-4" role="tablist">
<li class="nav-item">
<a class="nav-link active" id="overview-tab" data-toggle="tab" href="#overview" role="tab" aria-controls="overview" aria-selected="true">Overview</a>
</li>
<li class="nav-item">
<a class="nav-link" id="sales-tab" data-toggle="tab" href="#sales" role="tab" aria-controls="sales" aria-selected="false">Sales</a>
</li>
<li class="nav-item">
<a class="nav-link" id="purchases-tab" data-toggle="tab" href="#purchases" role="tab" aria-controls="purchases" aria-selected="false">Purchases</a>
</li>
</ul>
<div class="tab-content py-0 px-0">
<div class="tab-pane fade show active" id="overview" role="tabpanel" aria-labelledby="overview-tab">
<div class="d-flex flex-wrap justify-content-xl-between">
<div class="d-none d-xl-flex border-md-right flex-grow-1 align-items-center justify-content-center p-3 item">
<i class="mdi mdi-calendar-heart icon-lg mr-3 text-primary"></i>
<div class="d-flex flex-column justify-content-around">
<small class="mb-1 text-muted">Start date</small>
<div class="dropdown">
<a class="btn btn-secondary dropdown-toggle p-0 bg-transparent border-0 text-dark shadow-none font-weight-medium" href="#" role="button" id="dropdownMenuLinkA" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<h5 class="mb-0 d-inline-block">26 Jul 2018</h5>
</a>
<div class="dropdown-menu" aria-labelledby="dropdownMenuLinkA">
<a class="dropdown-item" href="#">12 Aug 2018</a>
<a class="dropdown-item" href="#">22 Sep 2018</a>
<a class="dropdown-item" href="#">21 Oct 2018</a>
</div>
</div>
</div>
</div>
<div class="d-flex border-md-right flex-grow-1 align-items-center justify-content-center p-3 item">
<i class="mdi mdi-currency-usd mr-3 icon-lg text-danger"></i>
<div class="d-flex flex-column justify-content-around">
<small class="mb-1 text-muted">Revenue</small>
<h5 class="mr-2 mb-0">$577545</h5>
</div>
</div>
<div class="d-flex border-md-right flex-grow-1 align-items-center justify-content-center p-3 item">
<i class="mdi mdi-eye mr-3 icon-lg text-success"></i>
<div class="d-flex flex-column justify-content-around">
<small class="mb-1 text-muted">Total views</small>
<h5 class="mr-2 mb-0">9833550</h5>
</div>
</div>
<div class="d-flex border-md-right flex-grow-1 align-items-center justify-content-center p-3 item">
<i class="mdi mdi-download mr-3 icon-lg text-warning"></i>
<div class="d-flex flex-column justify-content-around">
<small class="mb-1 text-muted">Downloads</small>
<h5 class="mr-2 mb-0">2233783</h5>
</div>
</div>
<div class="d-flex py-3 border-md-right flex-grow-1 align-items-center justify-content-center p-3 item">
<i class="mdi mdi-flag mr-3 icon-lg text-danger"></i>
<div class="d-flex flex-column justify-content-around">
<small class="mb-1 text-muted">Flagged</small>
<h5 class="mr-2 mb-0">3497843</h5>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="sales" role="tabpanel" aria-labelledby="sales-tab">
<div class="d-flex flex-wrap justify-content-xl-between">
<div class="d-none d-xl-flex border-md-right flex-grow-1 align-items-center justify-content-center p-3 item">
<i class="mdi mdi-calendar-heart icon-lg mr-3 text-primary"></i>
<div class="d-flex flex-column justify-content-around">
<small class="mb-1 text-muted">Start date</small>
<div class="dropdown">
<a class="btn btn-secondary dropdown-toggle p-0 bg-transparent border-0 text-dark shadow-none font-weight-medium" href="#" role="button" id="dropdownMenuLinkA" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<h5 class="mb-0 d-inline-block">26 Jul 2018</h5>
</a>
<div class="dropdown-menu" aria-labelledby="dropdownMenuLinkA">
<a class="dropdown-item" href="#">12 Aug 2018</a>
<a class="dropdown-item" href="#">22 Sep 2018</a>
<a class="dropdown-item" href="#">21 Oct 2018</a>
</div>
</div>
</div>
</div>
<div class="d-flex border-md-right flex-grow-1 align-items-center justify-content-center p-3 item">
<i class="mdi mdi-download mr-3 icon-lg text-warning"></i>
<div class="d-flex flex-column justify-content-around">
<small class="mb-1 text-muted">Downloads</small>
<h5 class="mr-2 mb-0">2233783</h5>
</div>
</div>
<div class="d-flex border-md-right flex-grow-1 align-items-center justify-content-center p-3 item">
<i class="mdi mdi-eye mr-3 icon-lg text-success"></i>
<div class="d-flex flex-column justify-content-around">
<small class="mb-1 text-muted">Total views</small>
<h5 class="mr-2 mb-0">9833550</h5>
</div>
</div>
<div class="d-flex border-md-right flex-grow-1 align-items-center justify-content-center p-3 item">
<i class="mdi mdi-currency-usd mr-3 icon-lg text-danger"></i>
<div class="d-flex flex-column justify-content-around">
<small class="mb-1 text-muted">Revenue</small>
<h5 class="mr-2 mb-0">$577545</h5>
</div>
</div>
<div class="d-flex py-3 border-md-right flex-grow-1 align-items-center justify-content-center p-3 item">
<i class="mdi mdi-flag mr-3 icon-lg text-danger"></i>
<div class="d-flex flex-column justify-content-around">
<small class="mb-1 text-muted">Flagged</small>
<h5 class="mr-2 mb-0">3497843</h5>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="purchases" role="tabpanel" aria-labelledby="purchases-tab">
<div class="d-flex flex-wrap justify-content-xl-between">
<div class="d-none d-xl-flex border-md-right flex-grow-1 align-items-center justify-content-center p-3 item">
<i class="mdi mdi-calendar-heart icon-lg mr-3 text-primary"></i>
<div class="d-flex flex-column justify-content-around">
<small class="mb-1 text-muted">Start date</small>
<div class="dropdown">
<a class="btn btn-secondary dropdown-toggle p-0 bg-transparent border-0 text-dark shadow-none font-weight-medium" href="#" role="button" id="dropdownMenuLinkA" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<h5 class="mb-0 d-inline-block">26 Jul 2018</h5>
</a>
<div class="dropdown-menu" aria-labelledby="dropdownMenuLinkA">
<a class="dropdown-item" href="#">12 Aug 2018</a>
<a class="dropdown-item" href="#">22 Sep 2018</a>
<a class="dropdown-item" href="#">21 Oct 2018</a>
</div>
</div>
</div>
</div>
<div class="d-flex border-md-right flex-grow-1 align-items-center justify-content-center p-3 item">
<i class="mdi mdi-currency-usd mr-3 icon-lg text-danger"></i>
<div class="d-flex flex-column justify-content-around">
<small class="mb-1 text-muted">Revenue</small>
<h5 class="mr-2 mb-0">$577545</h5>
</div>
</div>
<div class="d-flex border-md-right flex-grow-1 align-items-center justify-content-center p-3 item">
<i class="mdi mdi-eye mr-3 icon-lg text-success"></i>
<div class="d-flex flex-column justify-content-around">
<small class="mb-1 text-muted">Total views</small>
<h5 class="mr-2 mb-0">9833550</h5>
</div>
</div>
<div class="d-flex border-md-right flex-grow-1 align-items-center justify-content-center p-3 item">
<i class="mdi mdi-download mr-3 icon-lg text-warning"></i>
<div class="d-flex flex-column justify-content-around">
<small class="mb-1 text-muted">Downloads</small>
<h5 class="mr-2 mb-0">2233783</h5>
</div>
</div>
<div class="d-flex py-3 border-md-right flex-grow-1 align-items-center justify-content-center p-3 item">
<i class="mdi mdi-flag mr-3 icon-lg text-danger"></i>
<div class="d-flex flex-column justify-content-around">
<small class="mb-1 text-muted">Flagged</small>
<h5 class="mr-2 mb-0">3497843</h5>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-7 grid-margin stretch-card">
<div class="card">
<div class="card-body">
<p class="card-title">Cash deposits</p>
<p class="mb-4">To start a blog, think of a topic about and first brainstorm party is ways to write details</p>
<div id="cash-deposits-chart-legend" class="d-flex justify-content-center pt-3"></div>
<canvas id="cash-deposits-chart"></canvas>
</div>
</div>
</div>
<div class="col-md-5 grid-margin stretch-card">
<div class="card">
<div class="card-body">
<p class="card-title">Total sales</p>
<h1>$ 28835</h1>
<h4>Gross sales over the years</h4>
<p class="text-muted">Today, many people rely on computers to do homework, work, and create or store useful information. Therefore, it is important </p>
<div id="total-sales-chart-legend"></div>
</div>
<canvas id="total-sales-chart"></canvas>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 stretch-card">
<div class="card">
<div class="card-body">
<p class="card-title">Recent Purchases</p>
<div class="table-responsive">
<table id="recent-purchases-listing" class="table">
<thead>
<tr>
<th>Name</th>
<th>Status report</th>
<th>Office</th>
<th>Price</th>
<th>Date</th>
<th>Gross amount</th>
</tr>
</thead>
<tbody>
<tr>
<td>Jeremy Ortega</td>
<td>Levelled up</td>
<td>Catalinaborough</td>
<td>$790</td>
<td>06 Jan 2018</td>
<td>$2274253</td>
</tr>
<tr>
<td>Alvin Fisher</td>
<td>Ui design completed</td>
<td>East Mayra</td>
<td>$23230</td>
<td>18 Jul 2018</td>
<td>$83127</td>
</tr>
<tr>
<td>Emily Cunningham</td>
<td>support</td>
<td>Makennaton</td>
<td>$939</td>
<td>16 Jul 2018</td>
<td>$29177</td>
</tr>
<tr>
<td>Minnie Farmer</td>
<td>support</td>
<td>Agustinaborough</td>
<td>$30</td>
<td>30 Apr 2018</td>
<td>$44617</td>
</tr>
<tr>
<td>Betty Hunt</td>
<td>Ui design not completed</td>
<td>Lake Sandrafort</td>
<td>$571</td>
<td>25 Jun 2018</td>
<td>$78952</td>
</tr>
<tr>
<td>Myrtie Lambert</td>
<td>Ui design completed</td>
<td>Cassinbury</td>
<td>$36</td>
<td>05 Nov 2018</td>
<td>$36422</td>
</tr>
<tr>
<td>Jacob Kennedy</td>
<td>New project</td>
<td>Cletaborough</td>
<td>$314</td>
<td>12 Jul 2018</td>
<td>$34167</td>
</tr>
<tr>
<td>Ernest Wade</td>
<td>Levelled up</td>
<td>West Fidelmouth</td>
<td>$484</td>
<td>08 Sep 2018</td>
<td>$50862</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- content-wrapper ends -->
<!-- partial:partials/_footer.html -->
<footer class="footer">
<div class="d-sm-flex justify-content-center justify-content-sm-between">
<span class="text-muted d-block text-center text-sm-left d-sm-inline-block">Copyright © bootstrapdash.com 2020</span>
<span class="float-none float-sm-right d-block mt-1 mt-sm-0 text-center"> Free <a href="https://www.bootstrapdash.com/" target="_blank">Bootstrap dashboard template</a> from Bootstrapdash.com</span>
</div>
</footer>
<!-- partial -->
</div>
<!-- main-panel ends -->
</div>
<!-- page-body-wrapper ends -->
</div>
<!-- container-scroller -->
<!-- plugins:js -->
<script src="vendors/base/vendor.bundle.base.js"></script>
<!-- endinject -->
<!-- Plugin js for this page-->
<script src="vendors/chart.js/Chart.min.js"></script>
<script src="vendors/datatables.net/jquery.dataTables.js"></script>
<script src="vendors/datatables.net-bs4/dataTables.bootstrap4.js"></script>
<!-- End plugin js for this page-->
<!-- inject:js -->
<script src="js/off-canvas.js"></script>
<script src="js/hoverable-collapse.js"></script>
<script src="js/template.js"></script>
<!-- endinject -->
<!-- Custom js for this page-->
<script src="js/dashboard.js"></script>
<script src="js/data-table.js"></script>
<script src="js/jquery.dataTables.js"></script>
<script src="js/dataTables.bootstrap4.js"></script>
<!-- End custom js for this page-->
<script src="js/jquery.cookie.js" type="text/javascript"></script>
</body>
</html>