-
Notifications
You must be signed in to change notification settings - Fork 4
/
dashboard.html
259 lines (236 loc) · 11.6 KB
/
dashboard.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
<!doctype html>
<html lang="en">
<head>
<meta name="robots" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=7">
<title>Admin dashboard template built with milligram.io</title>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="https://cdn.rawgit.com/necolas/normalize.css/master/normalize.css">
<link rel="stylesheet" href="https://cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic">
<!-- GOOGLE ANALYTICS AND FRIENDS -->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-5442972248172818",
enable_page_level_ads: true
});
</script>
</head>
<body class="dashboard">
<main class="wrapper">
<header class="header">
<section class="header__wrapper">
<a class="brand" href="index.html">
<svg class="brand__img" version="1.1" viewBox="0 0 463 669">
<g transform="translate(0.000000,669.000000) scale(0.100000,-0.100000)">
<path d="M2303 6677c-11-13-58-89-393-627-128-206-247-397-265-425-18-27-85-135-150-240-65-104-281-451-480-770-358-575-604-970-641-1032-10-18-45-74-76-126-47-78-106-194-107-212-1-3-11-26-24-53-60-118-132-406-157-623-19-158-8-491 20-649 82-462 291-872 619-1213 192-199 387-340 646-467 335-165 638-235 1020-235 382 0 685 70 1020 235 259 127 454 268 646 467 328 341 537 751 619 1213 28 158 39 491 20 649-25 217-97 505-157 623-13 27-23 50-23 53 0 16-57 127-107 210-32 52-67 110-77 128-37 62-283 457-641 1032-199 319-415 666-480 770-65 105-132 213-150 240-18 28-137 219-265 425-354 570-393 630-400 635-4 3-12-1-17-8zm138-904c118-191 654-1050 1214-1948 148-236 271-440 273-452 2-13 8-23 11-23 14 0 72-99 125-212 92-195 146-384 171-598 116-974-526-1884-1488-2110-868-205-1779 234-2173 1046-253 522-257 1124-10 1659 45 97 108 210 126 225 4 3 9 13 13 22 3 9 126 209 273 445 734 1176 1102 1766 1213 1946 67 108 124 197 126 197 2 0 59-89 126-197zM1080 3228c-75-17-114-67-190-243-91-212-128-368-137-580-34-772 497-1451 1254-1605 77-15 112-18 143-11 155 35 212 213 106 329-32 36-62 48-181 75-223 50-392 140-552 291-115 109-178 192-242 316-101 197-136 355-128 580 3 111 10 167 30 241 30 113 80 237 107 267 11 12 20 26 20 32 0 6 8 22 17 36 26 41 27 99 3 147-54 105-142 149-250 125z"></path>
</g>
</svg>
<h1 class="brand__title">Milligram Admin Template</h1>
</a>
<ul class="menu float-right">
<li class="menu__item">
<a class="menu__link" href="#popover-grid" data-popover="">Docs</a>
</li>
<li class="menu__item">
<a class="menu__link" href="#popover-support" data-popover="">Support</a>
</li>
</ul>
</section>
</header>
<div class="row clearfix">
<aside class="column column-25 aside">
<nav class="nav">
<div class="nav-label">
General
</div>
<ul class="nav-list">
<li>
<a class="is-active" href="#">
<i class="fa fa-tachometer"></i>
<span>Dashboard</span>
</a>
</li>
</ul>
<div class="nav-label">
Administration
</div>
<ul class="nav-list">
<li>
<a href="form.html">
<i class="fa fa-pencil-square-o"></i>
<span>Forms</span>
</a>
</li>
<li>
<a href="ui-element.html">
<i class="fa fa-desktop"></i>
<span>UI Elements</span>
</a>
</li>
<li>
<a href="table.html">
<i class="fa fa-table"></i>
<span>Tables</span>
</a>
</li>
<li>
<a href="presentation.html">
<i class="fa fa-bar-chart"></i>
<span>Presentations</span>
</a>
</li>
<li>
<a class="" href="#">
<i class="fa fa-cog"></i>
<span>Settings</span>
</a>
<ul>
<li>
<a href="#"><i class="fa fa-user"></i> <span>Account</span></a>
</li>
<li>
<a href="#"><i class="fa fa-user-secret"></i> <span>Privilege</span></a>
</li>
<li>
<a href="#"><i class="fa fa-wrench"></i> <span>Additional</span></a>
</li>
</ul>
</li>
</ul>
<div class="nav-label">
Live On
</div>
<ul class="nav-list">
<li>
<a href="#">
<i class="fa fa-bug"></i>
<span>Additional Pages</span>
</a>
</li>
<li>
<a href="#">
<i class="fa fa-windows"></i>
<span>Extras</span>
</a>
</li>
<li>
<a href="#">
<i class="fa fa-laptop"></i>
<span>Landing Page</span>
</a>
</li>
</ul>
</nav>
</aside>
<article class="column column-75 column-offset-25 content">
<h2 class="content__title">
<i class="fa fa-tachometer"></i> Dashboard
</h2>
<div class="content__wrapper">
<div class="row space-bottom">
<div class="column card">
<div class="card__title">
<i class="fa fa-users" aria-hidden="true"></i> Users</div>
<div class="card__content">
<div class="big-text">2500</div>
<div class="small-text">
<span class="green-text">
<i class="fa fa-caret-up" aria-hidden="true"></i> 4%</span> from last week</div>
</div>
</div>
<div class="column card">
<div class="card__title">
<i class="fa fa-book" aria-hidden="true"></i> Page Views</div>
<div class="card__content">
<div class="big-text green-text">424,892</div>
<div class="small-text">
<span class="green-text">
<i class="fa fa-caret-up" aria-hidden="true"></i> 4%</span> from last week</div>
</div>
</div>
<div class="column card">
<div class="card__title">
<i class="fa fa-clock-o" aria-hidden="true"></i> Avg. Session Duration</div>
<div class="card__content">
<div class="big-text yellow-text">00:03:20</div>
<div class="small-text">
<span class="yellow-text">
<i class="fa fa-caret-up" aria-hidden="true"></i> 4%</span> from last week</div>
</div>
</div>
<div class="column card">
<div class="card__title">
<i class="fa fa-reply" aria-hidden="true"></i> Bounce Rate</div>
<div class="card__content">
<div class="big-text red-text">71.46%</div>
<div class="small-text">
<span class="red-text">
<i class="fa fa-caret-down" aria-hidden="true"></i> 4%</span> from last week</div>
</div>
</div>
</div>
<div class="row space-bottom">
<div class="column space-bottom">
<div id="chartBarContainer">FusionCharts XT will load here!</div>
</div>
<div class="column space-bottom">
<div id="chartPieContainer">FusionCharts XT will load here!</div>
</div>
</div>
</div>
</article>
</div>
</main>
<script src="js/main.js"></script>
<!-- FUSION CHART SCRIPT [start] -->
<script src="https://static.fusioncharts.com/code/latest/fusioncharts.js"></script>
<script src="https://static.fusioncharts.com/code/latest/fusioncharts.charts.js"></script>
<script src="js/chart.js"></script>
<!-- FUSION CHART SCRIPT [end] -->
<!-- GOOGLE ANALYTICS AND FRIENDS -->
<script>function _trackLink(e, t, n) { t || (t = "Link"), n || (n = "click"), ga("send", { hitType: "event", eventCategory: t, eventAction: n, eventLabel: e }) } !function (e, t, n, a, c, i, o) { e.GoogleAnalyticsObject = c, e[c] = e[c] || function () { (e[c].q = e[c].q || []).push(arguments) }, e[c].l = 1 * new Date, i = t.createElement(n), o = t.getElementsByTagName(n)[0], i.async = 1, i.src = a, o.parentNode.insertBefore(i, o) }(window, document, "script", "https://www.google-analytics.com/analytics.js", "ga"), ga("create", "UA-25065548-2", "auto"), ga("send", "pageview"), window.onload = function () { try { _trackLink("demo milligram-admin-dashboard-template", "demo", "visit directly") } catch (e) { } };</script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-5442972248172818" data-ad-slot="1487770485" data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"WebSite","url":"https://www.mazipan.github.io/","name":"Irfan Maulana | Front End Developer","author":"Irfan Maulana","image":"http://mazipan.github.io/images/irfan-maulana.jpg","description":"Irfan Maulana is Front End Developer from Indonesia - Man that craft some code to build a beauty and readable code, experienced in web and desktop technology.","sameAs":["https://www.facebook.com/mazipanneh","https://instagram.com/maz_ipan","https://twitter.com/Maz_Ipan","https://id.linkedin.com/in/irfanmaulanamazipan","https://www.slideshare.net/IrfanMaulana21","https://github.com/mazipan"]}</script>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"Person","email":"mailto:[email protected]","image":"http://mazipan.github.io/images/irfan-maulana.jpg","jobTitle":"Software Engineer","name":"Irfan Maulana","url":"https://www.mazipan.github.io/","sameAs":["https://www.facebook.com/mazipanneh","https://instagram.com/maz_ipan","https://twitter.com/Maz_Ipan","https://id.linkedin.com/in/irfanmaulanamazipan","https://www.slideshare.net/IrfanMaulana21","https://github.com/mazipan"]}</script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "http://mazipan.github.io/",
"name": "Home",
"image": "http://mazipan.github.io/images/irfan-maulana.jpg"
}
}, {
"@type": "ListItem",
"position": 2,
"item": {
"@id": "http://mazipan.github.io/demo/",
"name": "Demo",
"image": "http://mazipan.github.io/images/irfan-maulana.jpg"
}
}, {
"@type": "ListItem",
"position": 3,
"item": {
"@id": "http://mazipan.github.io/milligram-admin-dashboard-template",
"name": "milligram-admin-dashboard-template",
"image": "http://mazipan.github.io/images/irfan-maulana.jpg"
}
}]
}
</script>
</body>
</html>