forked from puikinsh/srtdash-admin-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarter.html
315 lines (311 loc) · 15.9 KB
/
starter.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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>srtdash - Starter Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/png" href="assets/images/icon/favicon.ico">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/themify-icons.css">
<link rel="stylesheet" href="assets/css/metisMenu.css">
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/slicknav.min.css">
<!-- amchart css -->
<link rel="stylesheet" href="https://www.amcharts.com/lib/3/plugins/export/export.css" type="text/css" media="all" />
<!-- others css -->
<link rel="stylesheet" href="assets/css/typography.css">
<link rel="stylesheet" href="assets/css/default-css.css">
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="stylesheet" href="assets/css/responsive.css">
<!-- modernizr css -->
<script src="assets/js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- preloader area start -->
<div id="preloader">
<div class="loader"></div>
</div>
<!-- preloader area end -->
<!-- page container area start -->
<div class="page-container">
<!-- sidebar menu area start -->
<div class="sidebar-menu">
<div class="sidebar-header">
<div class="logo">
<a href="#"><img src="assets/images/icon/logo.png" alt="logo"></a>
</div>
</div>
<div class="main-menu">
<div class="menu-inner">
<nav>
<ul class="metismenu" id="menu">
<li class="active">
<a href="javascript:void(0)" aria-expanded="true"><i class="ti-dashboard"></i><span>Dashboard</span></a>
<ul class="collapse">
<li class="active"><a href="#">Active Menu Item</a></li>
<li><a href="#">Menuitem 2</a></li>
<li><a href="#">Menuitem 3</a></li>
</ul>
</li>
<li><a href="#"><i class="ti-map-alt"></i><span>Not expanding</span></a></li>
<li>
<a href="javascript:void(0)" aria-expanded="true"><i class="fa fa-align-left"></i>
<span>Multi
level menu</span></a>
<ul class="collapse">
<li><a href="#">Item level (1)</a></li>
<li><a href="#">Item level (1)</a></li>
<li><a href="#" aria-expanded="true">Item level (1)</a>
<ul class="collapse">
<li><a href="#">Item level (2)</a></li>
<li><a href="#">Item level (2)</a></li>
<li><a href="#">Item level (2)</a></li>
</ul>
</li>
<li><a href="#">Item level (1)</a></li>
</ul>
</li>
</ul>
</nav>
</div>
</div>
</div>
<!-- sidebar menu area end -->
<!-- main content area start -->
<div class="main-content">
<!-- header area start -->
<div class="header-area">
<div class="row align-items-center">
<!-- nav and search button -->
<div class="col-md-6 col-sm-8 clearfix">
<div class="nav-btn pull-left">
<span></span>
<span></span>
<span></span>
</div>
<div class="search-box pull-left">
<form action="#">
<input type="text" name="search" placeholder="Search..." required>
<i class="ti-search"></i>
</form>
</div>
</div>
<!-- profile info & task notification -->
<div class="col-md-6 col-sm-4 clearfix">
<ul class="notification-area pull-right">
<li id="full-view"><i class="ti-fullscreen"></i></li>
<li id="full-view-exit"><i class="ti-zoom-out"></i></li>
<li class="dropdown">
<i class="ti-bell dropdown-toggle" data-toggle="dropdown">
<span>2</span>
</i>
<div class="dropdown-menu bell-notify-box notify-box">
<span class="notify-title">You have 3 new notifications <a href="#">view all</a></span>
<div class="nofity-list">
<a href="#" class="notify-item">
<div class="notify-thumb"><i class="ti-key btn-danger"></i></div>
<div class="notify-text">
<p>You have Changed Your Password</p>
<span>Just Now</span>
</div>
</a>
<a href="#" class="notify-item">
<div class="notify-thumb"><i class="ti-comments-smiley btn-info"></i></div>
<div class="notify-text">
<p>New Commetns On Post</p>
<span>30 Seconds ago</span>
</div>
</a>
<a href="#" class="notify-item">
<div class="notify-thumb"><i class="ti-key btn-primary"></i></div>
<div class="notify-text">
<p>Some special like you</p>
<span>Just Now</span>
</div>
</a>
</div>
</div>
</li>
<li class="dropdown">
<i class="fa fa-envelope-o dropdown-toggle" data-toggle="dropdown"><span>3</span></i>
<div class="dropdown-menu notify-box nt-enveloper-box">
<span class="notify-title">You have 3 new notifications <a href="#">view all</a></span>
<div class="nofity-list">
<a href="#" class="notify-item">
<div class="notify-thumb">
<img src="assets/images/author/author-img1.jpg" alt="image">
</div>
<div class="notify-text">
<p>Aglae Mayer</p>
<span class="msg">Hey I am waiting for you...</span>
<span>3:15 PM</span>
</div>
</a>
</div>
</div>
</li>
<li class="settings-btn">
<i class="ti-settings"></i>
</li>
</ul>
</div>
</div>
</div>
<!-- header area end -->
<!-- page title area start -->
<div class="page-title-area">
<div class="row align-items-center">
<div class="col-sm-6">
<div class="breadcrumbs-area clearfix">
<h4 class="page-title pull-left">Dashboard</h4>
<ul class="breadcrumbs pull-left">
<li><a href="index.html">Home</a></li>
<li><span>Dashboard</span></li>
</ul>
</div>
</div>
<div class="col-sm-6 clearfix">
<div class="user-profile pull-right">
<img class="avatar user-thumb" src="assets/images/author/avatar.png" alt="avatar">
<h4 class="user-name dropdown-toggle" data-toggle="dropdown">Kumkum Rai <i class="fa fa-angle-down"></i></h4>
<div class="dropdown-menu">
<a class="dropdown-item" href="#">Message</a>
<a class="dropdown-item" href="#">Settings</a>
<a class="dropdown-item" href="#">Log Out</a>
</div>
</div>
</div>
</div>
</div>
<!-- page title area end -->
<div class="main-content-inner">
<!-- MAIN CONTENT GOES HERE -->
</div>
</div>
<!-- main content area end -->
<!-- footer area start-->
<footer>
<div class="footer-area">
<p>© Copyright 2018. All right reserved. Template by <a href="https://colorlib.com/wp/">Colorlib</a>.</p>
</div>
</footer>
<!-- footer area end-->
</div>
<!-- page container area end -->
<!-- offset area start -->
<div class="offset-area">
<div class="offset-close"><i class="ti-close"></i></div>
<ul class="nav offset-menu-tab">
<li><a class="active" data-toggle="tab" href="#activity">Activity</a></li>
<li><a data-toggle="tab" href="#settings">Settings</a></li>
</ul>
<div class="offset-content tab-content">
<div id="activity" class="tab-pane fade in show active">
<div class="recent-activity">
<div class="timeline-task">
<div class="icon bg1">
<i class="fa fa-envelope"></i>
</div>
<div class="tm-title">
<h4>Rashed sent you an email</h4>
<span class="time"><i class="ti-time"></i>09:35</span>
</div>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Esse distinctio itaque at.
</p>
</div>
<div class="timeline-task">
<div class="icon bg2">
<i class="fa fa-check"></i>
</div>
<div class="tm-title">
<h4>Added</h4>
<span class="time"><i class="ti-time"></i>7 Minutes Ago</span>
</div>
<p>Lorem ipsum dolor sit amet consectetur.
</p>
</div>
<div class="timeline-task">
<div class="icon bg2">
<i class="fa fa-exclamation-triangle"></i>
</div>
<div class="tm-title">
<h4>You missed you Password!</h4>
<span class="time"><i class="ti-time"></i>09:20 Am</span>
</div>
</div>
<div class="timeline-task">
<div class="icon bg3">
<i class="fa fa-bomb"></i>
</div>
<div class="tm-title">
<h4>Member waiting for you Attention</h4>
<span class="time"><i class="ti-time"></i>09:35</span>
</div>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Esse distinctio itaque at.
</p>
</div>
</div>
</div>
<div id="settings" class="tab-pane fade">
<div class="offset-settings">
<h4>General Settings</h4>
<div class="settings-list">
<div class="s-settings">
<div class="s-sw-title">
<h5>Notifications</h5>
<div class="s-swtich">
<input type="checkbox" id="switch1" />
<label for="switch1">Toggle</label>
</div>
</div>
<p>Keep it 'On' When you want to get all the notification.</p>
</div>
<div class="s-settings">
<div class="s-sw-title">
<h5>Show recent activity</h5>
<div class="s-swtich">
<input type="checkbox" id="switch2" />
<label for="switch2">Toggle</label>
</div>
</div>
<p>The for attribute is necessary to bind our custom checkbox with the input.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- offset area end -->
<!-- jquery latest version -->
<script src="assets/js/vendor/jquery-2.2.4.min.js"></script>
<!-- bootstrap 4 js -->
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/metisMenu.min.js"></script>
<script src="assets/js/jquery.slimscroll.min.js"></script>
<script src="assets/js/jquery.slicknav.min.js"></script>
<!-- start chart js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.2/Chart.min.js"></script>
<!-- start highcharts js -->
<script src="https://code.highcharts.com/highcharts.js"></script>
<!-- start zingchart js -->
<script src="https://cdn.zingchart.com/zingchart.min.js"></script>
<script>
zingchart.MODULESDIR = "https://cdn.zingchart.com/modules/";
ZC.LICENSE = ["569d52cefae586f634c54f86dc99e6a9", "ee6b7db5b51705a13dc2339db3edaf6d"];
</script>
<!-- all line chart activation -->
<script src="assets/js/line-chart.js"></script>
<!-- all pie chart -->
<script src="assets/js/pie-chart.js"></script>
<!-- others plugins -->
<script src="assets/js/plugins.js"></script>
<script src="assets/js/scripts.js"></script>
</body>
</html>