forked from BlackrockDigital/startbootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sb-admin-v2.php
90 lines (81 loc) · 4.62 KB
/
sb-admin-v2.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="'SB Admin 2' is a free Bootstrap admin theme for Bootstrap 3 featuring advanced tables, jQuery charting plugins, a fully responsive menu structure, and other awesome elements!">
<title>SB Admin 2 - A Better Free Bootstrap Admin Template</title>
<?php include_once('includes/meta.php'); ?>
</head>
<body>
<?php include_once('includes/nav.php'); ?>
<!-- Page content -->
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">SB Admin 2</h1>
<ol class="breadcrumb">
<li><a href="index.php">Start Bootstrap</a></li>
<li><a href="all-templates.php">Templates</a></li>
<li class="active">SB Admin 2</li>
</ol>
</div>
<div class="col-lg-7 col-md-7">
<p><a class="thumbnail" href="templates/sb-admin-v2" target="_blank" title="View Live Preview"><img class="img-responsive" src="img/sb-admin-v2.jpg" alt="Free Bootstrap Admin Template - SB Admin 2"></a></p>
<ul class="list-inline download-links">
<li><a class="btn btn-default" href="templates/sb-admin-v2" target="_blank"><i class="fa fa-eye"></i> Live Demo</a></li>
<li><a class="btn btn-default" href="downloads/sb-admin-v2.zip"><i class="fa fa-download"></i> Download</a></li>
<li><a class="btn btn-default" href="https://github.com/IronSummitMedia/startbootstrap/tree/master/templates/sb-admin-v2"><i class="fa fa-github"></i> Source Files</a></li>
</ul>
</div>
<div class="col-lg-5 col-md-5">
<div id="carbonads-container"><div class="carbonad"><div id="azcarbon"></div><script type="text/javascript">var z = document.createElement("script"); z.type = "text/javascript"; z.async = true; z.src = "http://engine.carbonads.com/z/51625/azcarbon_2_1_0_HORIZ"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(z, s);</script></div></div>
</div>
<div class="clearfix"></div>
<div class="col-lg-12">
<h3>Template Improvements in Version 2:</h3>
<ul>
<li>New and improved custom jQuery enabled sidebar menu. Fully responsive and multi-leveled!</li>
<li>Dropped Tablesorter 2.0 in place of the more flexible and extensible jQuery dataTables plugin.</li>
<li>Morris.js resize function added for fully responsive Morris Charts.</li>
<li>New <a target="_blank" href="http://www.bootsnipp.com"><strong>Bootsnipp</strong></a> Page Components Added:</li>
<ul>
<li>Timeline</li>
<li>Chat Widget</li>
<li>Login Page</li>
<li>Circle Buttons</li>
<li>Outline Buttons</li>
<li>Social Buttons</li>
</ul>
<li>Newly updated, cleaner dashboard and page layout.</li>
<li>Many custom styles removed for easier customization.</li>
<li>Cleaner code structure for easier editing and customization.</li>
</ul>
<h3>Template Information:</h3>
<ul>
<li>SB Admin 2 is an updated version of the original SB Admin free Bootstrap admin template.</li>
<li>We recommend customizing the admin template beyond the default Bootstrap theme.</li>
</ul>
</div>
<div class="col-lg-12">
<h3>Similar Templates:</h3>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<a class="thumbnail" href="https://wrapbootstrap.com/theme/flex-admin-responsive-admin-template-WB032SCB1" title="Flex Admin Premium Template"><img src="img/flex-admin.jpg" alt="Premium Admin Template for Bootstrap 3"></a>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<a class="thumbnail" href="sb-admin.php" title="SB Admin Template"><img src="img/sb-admin.jpg" alt="Free Bootstrap Admin Template"></a>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<a class="thumbnail" href="simple-sidebar.php" title="Simple Sidebar Template"><img src="img/simple-sidebar.jpg"></a>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<a class="thumbnail" href="bare.php" title="Bare Template"><img src="img/bare.jpg"></a>
</div>
</div>
</div>
<hr>
<?php include_once('includes/footer.php'); ?>
<?php include_once('includes/js.php'); ?>
</body>
</html>