This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
badges.html
720 lines (683 loc) · 46.2 KB
/
badges.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
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- The above 4 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- Title -->
<title>Admetro - Responsive Bootstrap 4 Admin Template</title>
<!-- Favicon -->
<link rel="icon" href="img/core-img/favicon.ico">
<!-- Master Stylesheet [If you remove this CSS file, your file will be broken undoubtedly.] -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Preloader -->
<div id="preloader"></div>
<!-- ======================================
******* Page Wrapper Area Start **********
======================================= -->
<div class="admetro-page-wrapper">
<!-- Sidemenu Area -->
<div class="admetro-sidemenu-area">
<!-- Desktop Logo -->
<div class="admetro-logo">
<a href="index.html"><img class="desktop-logo" src="img/core-img/logo.png" alt="Desktop Logo"> <img class="small-logo" src="img/core-img/small-logo.png" alt="Mobile Logo"></a>
</div>
<!-- Side Nav -->
<div class="admetro-sidenav" id="admetroSideNav">
<!-- Side Menu Area -->
<div class="side-menu-area">
<!-- Sidebar Menu -->
<ul class="sidebar-menu" data-widget="tree">
<li><a href="index.html"><i class="ti-home"></i><span> Dashboard</span></a></li>
<li><a href="widgets.html"><i class="ti-settings"></i> <span>Widgets</span></a></li>
<li><a href="timeline.html"><i class="ti-pulse"></i> <span>Timeline</span></a></li>
<li class="treeview active">
<a href="javascript:void(0)"><i class="ti-magnet"></i> <span>UI Elements</span> <i class="fa fa-angle-right"></i></a>
<ul class="treeview-menu">
<li><a href="accordins.html">Accordion</a></li>
<li><a href="buttons.html">Button</a></li>
<li class="active"><a href="badges.html">Badges</a></li>
<li><a href="notification.html">Notification</a></li>
<li><a href="progressbar.html">Progressbar</a></li>
<li><a href="typography.html">Typography</a></li>
</ul>
</li>
<li class="treeview">
<a href="javascript:void(0)"><i class="ti-ruler-pencil"></i> <span>Advanced UI</span> <i class="fa fa-angle-right"></i></a>
<ul class="treeview-menu">
<li><a href="slider.html">Slider</a></li>
<li><a href="modals.html">Modals</a></li>
<li><a href="loader.html">Loader</a></li>
<li><a href="invoice.html">Invoice</a></li>
<li><a href="file-manager.html">File Manager</a></li>
<li><a href="dragula.html">Dragula</a></li>
<li><a href="sweet-alert.html">Sweet Alert</a></li>
<li><a href="agile-board.html">Agile Board</a></li>
<li><a href="todo-list.html">Todo list</a></li>
<li><a href="banner.html">Banner</a></li>
<li><a href="clipboard.html">Clipboard</a></li>
<li><a href="context-menu.html">Context Menu</a></li>
</ul>
</li>
<li class="treeview">
<a href="javascript:void(0)"><i class="ti-clipboard"></i> <span>Forms Elements</span> <i class="fa fa-angle-right"></i></a>
<ul class="treeview-menu">
<li><a href="basic-form.html">Basic Form</a></li>
<li><a href="form-wizard.html">Wizard Form</a></li>
<li><a href="form-validation.html">Form Validation</a></li>
<li><a href="form-repeater.html">Form Repeater</a></li>
<li><a href="file-upload.html">File Upload</a></li>
</ul>
</li>
<li class="treeview">
<a href="javascript:void(0)"><i class="ti-bar-chart-alt"></i> <span>Charts</span> <i class="fa fa-angle-right"></i></a>
<ul class="treeview-menu">
<li><a href="am-column-bar-chart.html">Am Column Bar Chart</a></li>
<li><a href="am-line-areachart-chart.html">Am Line Area Chart</a></li>
<li><a href="c3-charts.html">C3 Chart</a></li>
<li><a href="c3-api-chart.html">C3 Api Chart</a></li>
<li><a href="echart-candelstick.html">Echart Candelstick</a></li>
<li><a href="echart-funnel-radar.html">Echart Funnel Radar</a></li>
<li><a href="chart-sparkline.html">Chart Sparkline</a></li>
<li><a href="echart-scatters.html">Echart Scatters</a></li>
<li><a href="e-chart-js.html">Echart</a></li>
<li><a href="google-chart.html">Google Chart</a></li>
<li><a href="peity-chart.html">Peity Chart</a></li>
</ul>
</li>
<li><a href="calendar.html"><i class="ti-calendar"></i> <span>Calendar</span></a></li>
<li class="treeview">
<a href="javascript:void(0)"><i class="ti-layout"></i> <span>Tables</span> <i class="fa fa-angle-right"></i></a>
<ul class="treeview-menu">
<li><a href="edit-table.html">Edit Table</a></li>
<li><a href="data-table.html">Data table</a></li>
<li><a href="js-grid-table.html">Js Grid Table</a></li>
<li><a href="price-table.html">Price Table</a></li>
</ul>
</li>
<li><a href="chat-box.html"><i class="ti-comment"></i> <span>Chat Box</span></a></li>
<li><a href="blog.html"><i class="ti-layout-media-overlay-alt-2"></i> <span>Blog</span></a></li>
<li><a href="code-editor.html"><i class="ti-pencil-alt"></i> <span>Code Editor</span></a></li>
<li class="treeview">
<a href="javascript:void(0)"><i class="ti-notepad"></i> <span>General Pages</span> <i class="fa fa-angle-right"></i></a>
<ul class="treeview-menu">
<li><a href="account-setting.html">Account Setting</a></li>
<li><a href="profile.html">Profile</a></li>
<li><a href="video.html">Video</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="contact-2.html">Contact-2</a></li>
<li><a href="call-to-action.html">Call To Action</a></li>
<li><a href="coming-soon.html">Coming Soon</a></li>
<li><a href="404.html">404</a></li>
</ul>
</li>
<li class="treeview">
<a href="javascript:void(0)"><i class="ti-email"></i> <span>Mail Box</span> <i class="fa fa-angle-right"></i></a>
<ul class="treeview-menu">
<li><a href="inbox.html">Inbox</a></li>
<li><a href="email-view.html">E-mail View</a></li>
<li><a href="compose-email.html">Compose Mail</a></li>
</ul>
</li>
<li class="treeview">
<a href="javascript:void(0)"><i class="ti-id-badge"></i> <span>Team</span> <i class="fa fa-angle-right"></i></a>
<ul class="treeview-menu">
<li><a href="team.html">Team</a></li>
<li><a href="team-2.html">Team-2</a></li>
</ul>
</li>
<li class="treeview">
<a href="javascript:void(0)"><i class="ti-lock"></i> <span>User Page</span> <i class="fa fa-angle-right"></i></a>
<ul class="treeview-menu">
<li><a href="login.html">Login</a></li>
<li><a href="register.html">Register</a></li>
</ul>
</li>
<li class="treeview">
<a href="javascript:void(0)"><i class="ti-gallery"></i> <span>Gallery</span> <i class="fa fa-angle-right"></i></a>
<ul class="treeview-menu">
<li><a href="gallery-1.html">Gallery-1</a></li>
<li><a href="gallery-2.html">Gallery-2</a></li>
</ul>
</li>
<li class="treeview">
<a href="javascript:void(0)"><i class="ti-world"></i> <span>Web Icons</span> <i class="fa fa-angle-right"></i></a>
<ul class="treeview-menu">
<li><a href="elegant-icon.html">Elegant Icons</a></li>
<li><a href="et-line-icon.html">Et-line Icons</a></li>
<li><a href="font-awsome.html">Font-Awsome Icons</a></li>
<li><a href="matarial-icon.html">Materialize Icons</a></li>
<li><a href="pe-7-strok.html">Pe-7 Stroke Icons</a></li>
<li><a href="themify-icon.html">Themify Icon</a></li>
</ul>
</li>
<li class="treeview">
<a href="javascript:void(0)"><i class="ti-map"></i> <span>Maps</span> <i class="fa fa-angle-right"></i></a>
<ul class="treeview-menu">
<li><a href="goggle-map.html">Google Map</a></li>
<li><a href="vector-map.html">Vector Map</a></li>
</ul>
</li>
<li class="treeview">
<a href="javascript:void(0)"><i class="ti-menu"></i> <span>Multilevel</span> <i class="fa fa-angle-right"></i></a>
<ul class="treeview-menu">
<li><a href="#">Level One</a></li>
<li class="treeview">
<a href="#">Level One <i class="fa fa-angle-right"></i></a>
<ul class="treeview-menu">
<li><a href="#">Level Two</a></li>
<li><a href="#">Level Two</a></li>
<li><a href="#">Level Two</a></li>
</ul>
</li>
<li><a href="#">Level One</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<!-- Page Content -->
<div class="admetro-page-content">
<!-- Top Header Area -->
<header class="top-header-area d-flex align-items-center justify-content-between">
<div class="left-side-content-area d-flex align-items-center">
<!-- Mobile Logo -->
<div class="mobile-logo mr-3 mr-sm-4">
<a href="index.html"><img src="img/core-img/small-logo.png" alt="Mobile Logo"></a>
</div>
<!-- Triggers -->
<div class="admetro-triggers mr-1 mr-sm-3">
<div class="menu-collasped" id="menuCollasped">
<i class="ti-align-right"></i>
</div>
<div class="mobile-menu-open" id="mobileMenuOpen">
<i class="ti-align-right"></i>
</div>
</div>
<!-- Left Side Nav -->
<ul class="left-side-navbar d-flex align-items-center">
<li class="nav-item dropdown">
<button class="btn dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Actions <i class="fa fa-angle-down"></i></button>
<!-- Dropdown Menu -->
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="#">Action 1</a>
<a class="dropdown-item" href="#">Action 2</a>
<a class="dropdown-item" href="#">Another Action</a>
<a class="dropdown-item" href="#">Something Else Here</a>
</div>
</li>
</ul>
</div>
<div class="right-side-navbar d-flex align-items-center justify-content-end">
<!-- Top Bar Nav -->
<ul class="d-flex align-items-center">
<li class="nav-item dropdown">
<button type="button" class="btn dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><i class="ti-search"></i></button>
<div class="dropdown-menu dropdown-menu-right">
<!-- Top Search Bar -->
<div class="top-search-bar">
<form action="#" method="get">
<input type="search" name="search" class="from-control top-search mb-0" placeholder="Type your keywords...">
<button type="submit"><i class="ti-search"></i></button>
</form>
</div>
</div>
</li>
<li class="nav-item dropdown">
<button type="button" class="btn dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><i class="ti-email" aria-hidden="true"></i></button>
<div class="dropdown-menu dropdown-menu-right">
<!-- Top Message Area -->
<div class="top-message-area">
<!-- Heading -->
<div class="top-message-heading">
<div class="heading-title">
<h6>Messages</h6>
</div>
<span>5 New</span>
</div>
<div class="message-box" id="messageBox">
<a href="#" class="dropdown-item">
<i class="ti-email"></i>
<span class="message-text">
<span>6-hour video course on Angular</span>
<span>3 min ago</span>
</span>
</a>
<a href="#" class="dropdown-item">
<i class="ti-email"></i>
<span class="message-text">
<span>Google Ads: You'll get a refund soon</span>
<span>27 min ago</span>
</span>
</a>
<a href="#" class="dropdown-item">
<i class="ti-email"></i>
<span class="message-text">
<span>New Feature: HTTP Method Selection</span>
<span>56 min ago</span>
</span>
</a>
<a href="#" class="dropdown-item">
<i class="ti-email"></i>
<span class="message-text">
<span>The Complete JavaScript Handbook</span>
<span>1 hour ago</span>
</span>
</a>
<a href="#" class="dropdown-item">
<i class="ti-email"></i>
<span class="message-text">
<span>New comment: Admetro Template</span>
<span>2 days ago</span>
</span>
</a>
<a href="#" class="dropdown-item">
<i class="ti-email"></i>
<span class="message-text">
<span>6-hour video course on Angular</span>
<span>3 min ago</span>
</span>
</a>
<a href="#" class="dropdown-item">
<i class="ti-email"></i>
<span class="message-text">
<span>Google Ads: You'll get a refund soon</span>
<span>27 min ago</span>
</span>
</a>
<a href="#" class="dropdown-item">
<i class="ti-email"></i>
<span class="message-text">
<span>New Feature: HTTP Method Selection</span>
<span>56 min ago</span>
</span>
</a>
</div>
</div>
</div>
</li>
<li class="nav-item dropdown">
<button type="button" class="btn dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><i class="ti-bell" aria-hidden="true"></i> <span class="active-status"></span></button>
<div class="dropdown-menu dropdown-menu-right">
<!-- Top Notifications Area -->
<div class="top-notifications-area">
<!-- Heading -->
<div class="notifications-heading">
<div class="heading-title">
<h6>Notifications</h6>
</div>
<span>5 New</span>
</div>
<div class="notifications-box" id="notificationsBox">
<a href="#" class="dropdown-item"><i class="ti-face-smile bg-success"></i><span>We've got something for you!</span></a>
<a href="#" class="dropdown-item"><i class="ti-bell bg-danger"></i><span>Domain names expiring on Tuesday</span></a>
<a href="#" class="dropdown-item"><i class="ti-check"></i><span>Your commissions has been sent</span></a>
<a href="#" class="dropdown-item"><i class="ti-heart bg-success"></i><span>You sold an item!</span></a>
<a href="#" class="dropdown-item"><i class="ti-bolt bg-warning"></i><span>Security alert for your linked Google account</span></a>
<a href="#" class="dropdown-item"><i class="ti-face-smile bg-success"></i><span>We've got something for you!</span></a>
<a href="#" class="dropdown-item"><i class="ti-bell bg-danger"></i><span>Domain names expiring on Tuesday</span></a>
<a href="#" class="dropdown-item"><i class="ti-check"></i><span>Your commissions has been sent</span></a>
<a href="#" class="dropdown-item"><i class="ti-heart bg-success"></i><span>You sold an item!</span></a>
<a href="#" class="dropdown-item"><i class="ti-bolt bg-warning"></i><span>Security alert for your linked Google account</span></a>
</div>
</div>
</div>
</li>
<li class="nav-item dropdown">
<button type="button" class="btn dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><img src="img/member-img/women.jpg" alt=""></button>
<div class="dropdown-menu dropdown-menu-right">
<!-- User Profile Area -->
<div class="user-profile-area">
<div class="user-profile-heading">
<!-- Thumb -->
<div class="profile-thumbnail">
<img src="img/member-img/women.jpg" alt="">
</div>
<!-- Profile Text -->
<div class="profile-text">
<h6>Samantha Sarah</h6>
<span>[email protected]</span>
</div>
</div>
<a href="#" class="dropdown-item"><i class="ti-user text-default" aria-hidden="true"></i> My profile</a>
<a href="#" class="dropdown-item"><i class="ti-email text-success" aria-hidden="true"></i> Messages</a>
<a href="#" class="dropdown-item"><i class="ti-settings text-default" aria-hidden="true"></i> Account settings</a>
<a href="#" class="dropdown-item"><i class="ti-heart text-purple" aria-hidden="true"></i> Support</a>
<a href="login.html" class="dropdown-item"><i class="ti-unlink text-warning" aria-hidden="true"></i> Sign-out</a>
</div>
</div>
</li>
</ul>
</div>
</header>
<!-- Main Content Area -->
<div class="main-content">
<!-- Badges area Start -->
<div class="container-fluid">
<div class="row">
<div class="col-12">
<div class="card bg-boxshadow mb-30">
<div class="card-body">
<div class="ibox-title mb-30">
<h4 class="card-title mb-0">3D Badges</h4>
<p>To add three diminsion to Badges You can add <code>.dim</code> class to Badge.</p>
</div>
<div class="ibox-content">
<button class="btn btn-primary dim btn-large-dim" type="button"><i class="fa fa-money"></i></button>
<button class="btn btn-warning dim btn-large-dim" type="button"><i class="fa fa-warning"></i></button>
<button class="btn btn-danger dim btn-large-dim" type="button"><i class="fa fa-heart"></i></button>
<button class="btn btn-primary dim btn-large-dim" type="button"><i class="fa fa-dollar"></i>6</button>
<button class="btn btn-info dim btn-large-dim btn-outline" type="button"><i class="fa fa-ruble"></i></button>
<button class="btn btn-primary dim" type="button"><i class="fa fa-money"></i></button>
<button class="btn btn-warning dim" type="button"><i class="fa fa-warning"></i></button>
<button class="btn btn-primary dim" type="button"><i class="fa fa-check"></i></button>
<button class="btn btn-success dim" type="button"><i class="fa fa-upload"></i></button>
<button class="btn btn-info dim" type="button"><i class="fa fa-paste"></i> </button>
<button class="btn btn-warning dim" type="button"><i class="fa fa-warning"></i></button>
<button class="btn btn-default dim" type="button"><i class="fa fa-star"></i></button>
<button class="btn btn-danger dim" type="button"><i class="fa fa-heart"></i></button>
<button class="btn btn-outline btn-primary dim" type="button"><i class="fa fa-money"></i></button>
<button class="btn btn-outline btn-warning dim" type="button"><i class="fa fa-warning"></i></button>
<button class="btn btn-outline btn-primary dim" type="button"><i class="fa fa-check"></i></button>
<button class="btn btn-outline btn-success dim" type="button"><i class="fa fa-upload"></i></button>
<button class="btn btn-outline btn-info dim" type="button"><i class="fa fa-paste"></i> </button>
<button class="btn btn-outline btn-warning dim" type="button"><i class="fa fa-warning"></i></button>
<button class="btn btn-outline btn-danger dim" type="button"><i class="fa fa-heart"></i></button>
</div>
</div>
</div>
</div>
<div class="col-xl-4 mb-30">
<div class="card full-height bg-boxshadow">
<div class="card-body">
<h4 class="card-title mb-0">Normal Badges</h4>
<p class="mb-30">To create normal badges, you can add <code>.badge</code> class to badge.</p>
<div class="template-demo">
<table class="table mb-0">
<thead>
<tr>
<th>Item</th>
<th class="text-right">Label</th>
</tr>
</thead>
<tbody>
<tr>
<td>Primary label</td>
<td class="text-right">
<div class="badge badge-primary">Primary</div>
</td>
</tr>
<tr>
<td>Info label</td>
<td class="text-right">
<div class="badge badge-info">Info</div>
</td>
</tr>
<tr>
<td>Danger label</td>
<td class="text-right">
<div class="badge badge-danger">Danger</div>
</td>
</tr>
<tr>
<td>Success label</td>
<td class=" text-right">
<div class="badge badge-success">Success</div>
</td>
</tr>
<tr>
<td>Warning label</td>
<td class=" text-right">
<div class="badge badge-warning">Warning</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="col-xl-4 mb-30">
<div class="card full-height bg-boxshadow">
<div class="card-body">
<h4 class="card-title mb-0">Badge Pills</h4>
<p class="mb-30">To create pills badges, you can add <code>.badge.badge-pill</code> class to badge.</p>
<div class="template-demo">
<table class="table mb-0">
<thead>
<tr>
<th>Item</th>
<th class="text-right">Label</th>
</tr>
</thead>
<tbody>
<tr>
<td>Primary label</td>
<td class=" text-right">
<div class="badge badge-primary badge-pill">Primary</div>
</td>
</tr>
<tr>
<td>Info label</td>
<td class=" text-right">
<div class="badge badge-info badge-pill">Info</div>
</td>
</tr>
<tr>
<td>Danger label</td>
<td class=" text-right">
<div class="badge badge-danger badge-pill">Danger</div>
</td>
</tr>
<tr>
<td>Success label</td>
<td class=" text-right">
<div class="badge badge-success badge-pill">Success</div>
</td>
</tr>
<tr>
<td>Warning label</td>
<td class=" text-right">
<div class="badge badge-warning badge-pill">Warning</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="col-xl-4 mb-30">
<div class="card full-height bg-boxshadow">
<div class="card-body">
<h4 class="card-title mb-0">Badge Outlined Variations</h4>
<p class="mb-30">To create outlined badges, you can add <code>.badge.badge-outline-*</code> class to badge.</p>
<div class="template-demo">
<table class="table mb-0">
<thead>
<tr>
<th>Normal</th>
<th class="text-right">Rounded</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<div class="badge badge-outline-primary badge-pill">Primary</div>
</td>
<td class=" text-right">
<div class="badge badge-outline-primary">Primary</div>
</td>
</tr>
<tr>
<td>
<div class="badge badge-outline-info badge-pill">Info</div>
</td>
<td class=" text-right">
<div class="badge badge-outline-info">Info</div>
</td>
</tr>
<tr>
<td>
<div class="badge badge-outline-danger badge-pill">Danger</div>
</td>
<td class=" text-right">
<div class="badge badge-outline-danger">Danger</div>
</td>
</tr>
<tr>
<td>
<div class="badge badge-outline-success badge-pill">Success</div>
</td>
<td class=" text-right">
<div class="badge badge-outline-success">Success</div>
</td>
</tr>
<tr>
<td>
<div class="badge badge-outline-warning badge-pill">Warning</div>
</td>
<td class=" text-right">
<div class="badge badge-outline-warning">Warning</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="col-xl-6 mb-30">
<div class="card full-height bg-boxshadow">
<div class="card-body">
<h4 class="card-title mb-0">Badge Outlined Variations</h4>
<p class="mb-30">To create outlined badges, you can add <code>.badge.badge-outline-*</code> class to badge.</p>
<div class="template-demo">
<table class="table mb-0">
<thead>
<tr>
<th>Item</th>
<th class="text-right">Label</th>
</tr>
</thead>
<tbody>
<tr>
<td>Rounded Primary</td>
<td class=" text-right">
<div class="badge badge-pill badge-outline-primary">2</div>
</td>
</tr>
<tr>
<td>Rounded Info</td>
<td class=" text-right">
<div class="badge badge-pill badge-outline-info">5</div>
</td>
</tr>
<tr>
<td>Rounded Danger</td>
<td class=" text-right">
<div class="badge badge-pill badge-outline-danger">1</div>
</td>
</tr>
<tr>
<td>Rounded Success</td>
<td class=" text-right">
<div class="badge badge-pill badge-outline-success">9</div>
</td>
</tr>
<tr>
<td>Rounded Warning</td>
<td class=" text-right">
<div class="badge badge-pill badge-outline-warning">4</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="col-xl-6 mb-30">
<div class="card full-height bg-boxshadow">
<div class="card-body">
<h4 class="card-title mb-30">Badge Variations</h4>
<div class="template-demo">
<table class="table mb-0">
<thead>
<tr>
<th>Item</th>
<th class="text-right">Label</th>
</tr>
</thead>
<tbody>
<tr>
<td>Rounded Primary</td>
<td class=" text-right">
<div class="badge badge-pill badge-primary">2</div>
</td>
</tr>
<tr>
<td>Rounded Info</td>
<td class=" text-right">
<div class="badge badge-pill badge-info">5</div>
</td>
</tr>
<tr>
<td>Rounded Danger</td>
<td class=" text-right">
<div class="badge badge-pill badge-danger">1</div>
</td>
</tr>
<tr>
<td>Rounded Success</td>
<td class=" text-right">
<div class="badge badge-pill badge-success">9</div>
</td>
</tr>
<tr>
<td>Rounded Warning</td>
<td class=" text-right">
<div class="badge badge-pill badge-warning">4</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer Area -->
<footer class="footer-area d-flex align-items-center flex-wrap">
<!-- Copywrite Text -->
<div class="copywrite-text">
<p>Admetro © 2019 created by <a href="http://www.bootstrapmb.com/">Designing World</a></p>
</div>
<!-- Footer Nav -->
<ul class="footer-nav d-flex align-items-center">
<li><a href="#">About</a></li>
<li><a href="#">Privacy</a></li>
<li><a href="#">Purchase</a></li>
</ul>
</footer>
</div>
</div>
<!-- ======================================
********* Page Wrapper Area End ***********
======================================= -->
<!-- Must needed plugins to the run this template -->
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/admetro.bundle.js"></script>
<!-- Active JS -->
<script src="js/default-assets/active.js"></script>
</body>
</html>