-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcards.html
335 lines (326 loc) · 18.3 KB
/
cards.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
<!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">
<!-- Bootstrap CSS -->
<link rel="stylesheet" type="text/css" href="css/bootcatch-material.css">
<link rel="stylesheet" type="text/css" href="css/common.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- font awesome icons cdn -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- chartjs -->
<script type="text/javascript" src="js/chart.min.js"></script>
<title>Bootcatch Light Admin theme!</title>
</head>
<body>
<div class="wrapper">
<!-- Sidebar -->
<nav id="sidebar" class="bg-white">
<div id="dismiss">
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
<ul class="nav flex-column">
<li class="nav-item dashboard">
<a class="nav-link active py-3 text-uppercase" href="index.html">Bootcatch Team</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="index.html">
<i class="fa fa-tachometer mr-2" aria-hidden="true"></i>
Dashboard</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="user.html">
<i class="fa fa-user-circle-o mr-2" aria-hidden="true"></i>
User Profile</a>
</li>
<li class="nav-item">
<a class="nav-link" href="table-list.html">
<i class="fa fa-list-alt mr-2" aria-hidden="true"></i>
Table list</a>
</li>
<li class="nav-item">
<a class="nav-link" href="typography.html">
<i class="fa fa-check-square-o mr-2" aria-hidden="true"></i>
Typography</a>
</li>
<li class="nav-item">
<a class="nav-link" href="alerts.html">
<i class="fa fa-university mr-2" aria-hidden="true"></i>
Alerts</a>
</li>
<li class="nav-item">
<a class="nav-link" href="cards.html">
<i class="fa fa-university mr-2" aria-hidden="true"></i>
Cards</a>
</li>
<li class="nav-item">
<a class="nav-link" href="buttons.html">
<i class="fa fa-university mr-2" aria-hidden="true"></i>
Buttons</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">
<i class="fa fa-university mr-2" aria-hidden="true"></i>
Dummy section</a>
</li>
<li class="nav-item">
<a class="nav-link" target="_blank" href="http://bootcatch.com/material/alerts">
<i class="fa fa-tag mr-2" aria-hidden="true"></i>
Build with bootcatch-material</a>
</li>
<li class="nav-item border border-warning">
<a class="nav-link text-warning" href="http://bootcatch.com" target="_blank">
Bootcatch Free Themes</a>
</li>
</ul>
</nav>
<!-- end sidebar -->
<!-- Page Content -->
<div id="content">
<!-- navbar start -->
<nav class="navbar navbar-expand-lg navbar-light bg-white shadow-sm">
<a class="navbar-brand text-uppercase" href="index.html">Bootcatch</a>
<button type="button" id="sidebarCollapse" class="btn btn-light border d-flex align-items-center rounded-0">
<i class="fa fa-bars" aria-hidden="true"></i>
</button>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Action
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Action 1</a>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Custom Menu
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
</ul>
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#">Info</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Notification's
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">
<i class="fa fa-user-circle-o mr-2" aria-hidden="true"></i>
Got Lapi
</a>
<a class="dropdown-item" href="#">
<i class="fa fa-user mr-2" aria-hidden="true"></i>
Profile</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">
<i class="fa fa-lock mr-2" aria-hidden="true"></i>
Logout</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
User
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">
<i class="fa fa-user-circle-o mr-2" aria-hidden="true"></i>
Account</a>
<a class="dropdown-item" href="#">
<i class="fa fa-user mr-2" aria-hidden="true"></i>
Profile</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">
<i class="fa fa-lock mr-2" aria-hidden="true"></i>
Logout</a>
</div>
</li>
</ul>
</div>
</nav>
<!-- navbar ends -->
<div class="container-fluid mt-4 mb-4">
<div class="row">
<div class="col-md-12">
<h4>Example Card</h4>
<hr>
<div class="row">
<!-- first card-->
<div class="col-md-3 mb-3">
<div class="card" >
<img src="img/kajal2.png" class="card-img-top" alt="bootcatch light admin theme">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
</div>
<!--second card-->
<div class="col-md-3 mb-3">
<div class="card" >
<img src="img/kajal2.png" class="card-img-top" alt="bootcatch light admin theme">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
</div>
<!-- third card-->
<div class="col-md-3 mb-3">
<div class="card" >
<img src="img/kajal2.png" class="card-img-top" alt="bootcatch light admin theme">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
</div>
<!-- fourth card-->
<div class="col-md-3 mb-3">
<div class="card" >
<img src="img/kajal2.png" class="card-img-top" alt="bootcatch light admin theme">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h4>Simple card with text</h4>
<hr>
<div class="card" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<h6 class="card-subtitle mb-2 text-muted">Card subtitle</h6>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="card-link">Card link</a>
<a href="#" class="card-link">Another link</a>
</div>
</div>
</div>
</div>
<!-- card with bg colors-->
<div class="row mb-4 mt-4">
<div class="col-md-12">
<h4>Cards with bg colors</h4>
<hr>
<div class="row">
<div class="col-md-3">
<div class="card text-white bg-primary mb-3" >
<div class="card-header">Header</div>
<div class="card-body">
<h5 class="card-title">Primary card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card text-white bg-secondary mb-3" >
<div class="card-header">Header</div>
<div class="card-body">
<h5 class="card-title">Secondary card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card text-white bg-success mb-3" >
<div class="card-header">Header</div>
<div class="card-body">
<h5 class="card-title">Success card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card text-white bg-danger mb-3" >
<div class="card-header">Header</div>
<div class="card-body">
<h5 class="card-title">Danger card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card text-white bg-warning mb-3" >
<div class="card-header">Header</div>
<div class="card-body">
<h5 class="card-title">Warning card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card text-white bg-info mb-3" >
<div class="card-header">Header</div>
<div class="card-body">
<h5 class="card-title">Info card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card bg-light mb-3" >
<div class="card-header">Header</div>
<div class="card-body">
<h5 class="card-title">Light card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card text-white bg-dark mb-3" >
<div class="card-header">Header</div>
<div class="card-body">
<h5 class="card-title">Dark card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- footer start -->
<div class="footer" >
<p>2019 © <a href="http://bootcatch.com" target="_blank">bootcatch Team</a> , made with love for bootstrap lovers</p>
</div>
<!-- footer ends -->
</div>
</div>
<div class="overlay"></div>
<!-- opttional javascript -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- sidebar js -->
<script type="text/javascript" src="js/sidebar.js"></script>
<!-- chart.js -->
<script type="text/javascript" src="js/chart.js"></script>
</body>
</html>