aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/bower_components/admin-lte/pages/UI/general.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/bower_components/admin-lte/pages/UI/general.html')
-rw-r--r--public/bower_components/admin-lte/pages/UI/general.html1661
1 files changed, 1661 insertions, 0 deletions
diff --git a/public/bower_components/admin-lte/pages/UI/general.html b/public/bower_components/admin-lte/pages/UI/general.html
new file mode 100644
index 0000000..e6d6695
--- /dev/null
+++ b/public/bower_components/admin-lte/pages/UI/general.html
@@ -0,0 +1,1661 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <title>AdminLTE 2 | General UI</title>
+ <!-- Tell the browser to be responsive to screen width -->
+ <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
+ <!-- Bootstrap 3.3.7 -->
+ <link rel="stylesheet" href="../../bower_components/bootstrap/dist/css/bootstrap.min.css">
+ <!-- Font Awesome -->
+ <link rel="stylesheet" href="../../bower_components/font-awesome/css/font-awesome.min.css">
+ <!-- Ionicons -->
+ <link rel="stylesheet" href="../../bower_components/Ionicons/css/ionicons.min.css">
+ <!-- Theme style -->
+ <link rel="stylesheet" href="../../dist/css/AdminLTE.min.css">
+ <!-- AdminLTE Skins. Choose a skin from the css/skins
+ folder instead of downloading all of them to reduce the load. -->
+ <link rel="stylesheet" href="../../dist/css/skins/_all-skins.min.css">
+
+ <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
+ <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+ <!--[if lt IE 9]>
+ <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
+ <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+ <![endif]-->
+
+ <!-- Google Font -->
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic">
+ <style>
+ .color-palette {
+ height: 35px;
+ line-height: 35px;
+ text-align: center;
+ }
+
+ .color-palette-set {
+ margin-bottom: 15px;
+ }
+
+ .color-palette span {
+ display: none;
+ font-size: 12px;
+ }
+
+ .color-palette:hover span {
+ display: block;
+ }
+
+ .color-palette-box h4 {
+ position: absolute;
+ top: 100%;
+ left: 25px;
+ margin-top: -40px;
+ color: rgba(255, 255, 255, 0.8);
+ font-size: 12px;
+ display: block;
+ z-index: 7;
+ }
+ </style>
+</head>
+<body class="hold-transition skin-blue sidebar-mini">
+<div class="wrapper">
+
+ <header class="main-header">
+ <!-- Logo -->
+ <a href="../../index2.html" class="logo">
+ <!-- mini logo for sidebar mini 50x50 pixels -->
+ <span class="logo-mini"><b>A</b>LT</span>
+ <!-- logo for regular state and mobile devices -->
+ <span class="logo-lg"><b>Admin</b>LTE</span>
+ </a>
+ <!-- Header Navbar: style can be found in header.less -->
+ <nav class="navbar navbar-static-top">
+ <!-- Sidebar toggle button-->
+ <a href="#" class="sidebar-toggle" data-toggle="push-menu" role="button">
+ <span class="sr-only">Toggle navigation</span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ </a>
+
+ <div class="navbar-custom-menu">
+ <ul class="nav navbar-nav">
+ <!-- Messages: style can be found in dropdown.less-->
+ <li class="dropdown messages-menu">
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+ <i class="fa fa-envelope-o"></i>
+ <span class="label label-success">4</span>
+ </a>
+ <ul class="dropdown-menu">
+ <li class="header">You have 4 messages</li>
+ <li>
+ <!-- inner menu: contains the actual data -->
+ <ul class="menu">
+ <li><!-- start message -->
+ <a href="#">
+ <div class="pull-left">
+ <img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
+ </div>
+ <h4>
+ Support Team
+ <small><i class="fa fa-clock-o"></i> 5 mins</small>
+ </h4>
+ <p>Why not buy a new awesome theme?</p>
+ </a>
+ </li>
+ <!-- end message -->
+ <li>
+ <a href="#">
+ <div class="pull-left">
+ <img src="../../dist/img/user3-128x128.jpg" class="img-circle" alt="User Image">
+ </div>
+ <h4>
+ AdminLTE Design Team
+ <small><i class="fa fa-clock-o"></i> 2 hours</small>
+ </h4>
+ <p>Why not buy a new awesome theme?</p>
+ </a>
+ </li>
+ <li>
+ <a href="#">
+ <div class="pull-left">
+ <img src="../../dist/img/user4-128x128.jpg" class="img-circle" alt="User Image">
+ </div>
+ <h4>
+ Developers
+ <small><i class="fa fa-clock-o"></i> Today</small>
+ </h4>
+ <p>Why not buy a new awesome theme?</p>
+ </a>
+ </li>
+ <li>
+ <a href="#">
+ <div class="pull-left">
+ <img src="../../dist/img/user3-128x128.jpg" class="img-circle" alt="User Image">
+ </div>
+ <h4>
+ Sales Department
+ <small><i class="fa fa-clock-o"></i> Yesterday</small>
+ </h4>
+ <p>Why not buy a new awesome theme?</p>
+ </a>
+ </li>
+ <li>
+ <a href="#">
+ <div class="pull-left">
+ <img src="../../dist/img/user4-128x128.jpg" class="img-circle" alt="User Image">
+ </div>
+ <h4>
+ Reviewers
+ <small><i class="fa fa-clock-o"></i> 2 days</small>
+ </h4>
+ <p>Why not buy a new awesome theme?</p>
+ </a>
+ </li>
+ </ul>
+ </li>
+ <li class="footer"><a href="#">See All Messages</a></li>
+ </ul>
+ </li>
+ <!-- Notifications: style can be found in dropdown.less -->
+ <li class="dropdown notifications-menu">
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+ <i class="fa fa-bell-o"></i>
+ <span class="label label-warning">10</span>
+ </a>
+ <ul class="dropdown-menu">
+ <li class="header">You have 10 notifications</li>
+ <li>
+ <!-- inner menu: contains the actual data -->
+ <ul class="menu">
+ <li>
+ <a href="#">
+ <i class="fa fa-users text-aqua"></i> 5 new members joined today
+ </a>
+ </li>
+ <li>
+ <a href="#">
+ <i class="fa fa-warning text-yellow"></i> Very long description here that may not fit into the
+ page and may cause design problems
+ </a>
+ </li>
+ <li>
+ <a href="#">
+ <i class="fa fa-users text-red"></i> 5 new members joined
+ </a>
+ </li>
+
+ <li>
+ <a href="#">
+ <i class="fa fa-shopping-cart text-green"></i> 25 sales made
+ </a>
+ </li>
+ <li>
+ <a href="#">
+ <i class="fa fa-user text-red"></i> You changed your username
+ </a>
+ </li>
+ </ul>
+ </li>
+ <li class="footer"><a href="#">View all</a></li>
+ </ul>
+ </li>
+ <!-- Tasks: style can be found in dropdown.less -->
+ <li class="dropdown tasks-menu">
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+ <i class="fa fa-flag-o"></i>
+ <span class="label label-danger">9</span>
+ </a>
+ <ul class="dropdown-menu">
+ <li class="header">You have 9 tasks</li>
+ <li>
+ <!-- inner menu: contains the actual data -->
+ <ul class="menu">
+ <li><!-- Task item -->
+ <a href="#">
+ <h3>
+ Design some buttons
+ <small class="pull-right">20%</small>
+ </h3>
+ <div class="progress progress-xs">
+ <div class="progress-bar progress-bar-aqua" style="width: 20%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
+ <span class="sr-only">20% Complete</span>
+ </div>
+ </div>
+ </a>
+ </li>
+ <!-- end task item -->
+ <li><!-- Task item -->
+ <a href="#">
+ <h3>
+ Create a nice theme
+ <small class="pull-right">40%</small>
+ </h3>
+ <div class="progress progress-xs">
+ <div class="progress-bar progress-bar-green" style="width: 40%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
+ <span class="sr-only">40% Complete</span>
+ </div>
+ </div>
+ </a>
+ </li>
+ <!-- end task item -->
+ <li><!-- Task item -->
+ <a href="#">
+ <h3>
+ Some task I need to do
+ <small class="pull-right">60%</small>
+ </h3>
+ <div class="progress progress-xs">
+ <div class="progress-bar progress-bar-red" style="width: 60%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
+ <span class="sr-only">60% Complete</span>
+ </div>
+ </div>
+ </a>
+ </li>
+ <!-- end task item -->
+ <li><!-- Task item -->
+ <a href="#">
+ <h3>
+ Make beautiful transitions
+ <small class="pull-right">80%</small>
+ </h3>
+ <div class="progress progress-xs">
+ <div class="progress-bar progress-bar-yellow" style="width: 80%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
+ <span class="sr-only">80% Complete</span>
+ </div>
+ </div>
+ </a>
+ </li>
+ <!-- end task item -->
+ </ul>
+ </li>
+ <li class="footer">
+ <a href="#">View all tasks</a>
+ </li>
+ </ul>
+ </li>
+ <!-- User Account: style can be found in dropdown.less -->
+ <li class="dropdown user user-menu">
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+ <img src="../../dist/img/user2-160x160.jpg" class="user-image" alt="User Image">
+ <span class="hidden-xs">Alexander Pierce</span>
+ </a>
+ <ul class="dropdown-menu">
+ <!-- User image -->
+ <li class="user-header">
+ <img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
+
+ <p>
+ Alexander Pierce - Web Developer
+ <small>Member since Nov. 2012</small>
+ </p>
+ </li>
+ <!-- Menu Body -->
+ <li class="user-body">
+ <div class="row">
+ <div class="col-xs-4 text-center">
+ <a href="#">Followers</a>
+ </div>
+ <div class="col-xs-4 text-center">
+ <a href="#">Sales</a>
+ </div>
+ <div class="col-xs-4 text-center">
+ <a href="#">Friends</a>
+ </div>
+ </div>
+ <!-- /.row -->
+ </li>
+ <!-- Menu Footer-->
+ <li class="user-footer">
+ <div class="pull-left">
+ <a href="#" class="btn btn-default btn-flat">Profile</a>
+ </div>
+ <div class="pull-right">
+ <a href="#" class="btn btn-default btn-flat">Sign out</a>
+ </div>
+ </li>
+ </ul>
+ </li>
+ <!-- Control Sidebar Toggle Button -->
+ <li>
+ <a href="#" data-toggle="control-sidebar"><i class="fa fa-gears"></i></a>
+ </li>
+ </ul>
+ </div>
+ </nav>
+ </header>
+ <!-- Left side column. contains the logo and sidebar -->
+ <aside class="main-sidebar">
+ <!-- sidebar: style can be found in sidebar.less -->
+ <section class="sidebar">
+ <!-- Sidebar user panel -->
+ <div class="user-panel">
+ <div class="pull-left image">
+ <img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
+ </div>
+ <div class="pull-left info">
+ <p>Alexander Pierce</p>
+ <a href="#"><i class="fa fa-circle text-success"></i> Online</a>
+ </div>
+ </div>
+ <!-- search form -->
+ <form action="#" method="get" class="sidebar-form">
+ <div class="input-group">
+ <input type="text" name="q" class="form-control" placeholder="Search...">
+ <span class="input-group-btn">
+ <button type="submit" name="search" id="search-btn" class="btn btn-flat"><i class="fa fa-search"></i>
+ </button>
+ </span>
+ </div>
+ </form>
+ <!-- /.search form -->
+ <!-- sidebar menu: : style can be found in sidebar.less -->
+ <ul class="sidebar-menu" data-widget="tree">
+ <li class="header">MAIN NAVIGATION</li>
+ <li class="treeview">
+ <a href="#">
+ <i class="fa fa-dashboard"></i> <span>Dashboard</span>
+ <span class="pull-right-container">
+ <i class="fa fa-angle-left pull-right"></i>
+ </span>
+ </a>
+ <ul class="treeview-menu">
+ <li><a href="../../index.html"><i class="fa fa-circle-o"></i> Dashboard v1</a></li>
+ <li><a href="../../index2.html"><i class="fa fa-circle-o"></i> Dashboard v2</a></li>
+ </ul>
+ </li>
+ <li class="treeview">
+ <a href="#">
+ <i class="fa fa-files-o"></i>
+ <span>Layout Options</span>
+ <span class="pull-right-container">
+ <span class="label label-primary pull-right">4</span>
+ </span>
+ </a>
+ <ul class="treeview-menu">
+ <li><a href="../layout/top-nav.html"><i class="fa fa-circle-o"></i> Top Navigation</a></li>
+ <li><a href="../layout/boxed.html"><i class="fa fa-circle-o"></i> Boxed</a></li>
+ <li><a href="../layout/fixed.html"><i class="fa fa-circle-o"></i> Fixed</a></li>
+ <li><a href="../layout/collapsed-sidebar.html"><i class="fa fa-circle-o"></i> Collapsed Sidebar</a></li>
+ </ul>
+ </li>
+ <li>
+ <a href="../widgets.html">
+ <i class="fa fa-th"></i> <span>Widgets</span>
+ <span class="pull-right-container">
+ <small class="label pull-right bg-green">new</small>
+ </span>
+ </a>
+ </li>
+ <li class="treeview">
+ <a href="#">
+ <i class="fa fa-pie-chart"></i>
+ <span>Charts</span>
+ <span class="pull-right-container">
+ <i class="fa fa-angle-left pull-right"></i>
+ </span>
+ </a>
+ <ul class="treeview-menu">
+ <li><a href="../charts/chartjs.html"><i class="fa fa-circle-o"></i> ChartJS</a></li>
+ <li><a href="../charts/morris.html"><i class="fa fa-circle-o"></i> Morris</a></li>
+ <li><a href="../charts/flot.html"><i class="fa fa-circle-o"></i> Flot</a></li>
+ <li><a href="../charts/inline.html"><i class="fa fa-circle-o"></i> Inline charts</a></li>
+ </ul>
+ </li>
+ <li class="treeview active">
+ <a href="#">
+ <i class="fa fa-laptop"></i>
+ <span>UI Elements</span>
+ <span class="pull-right-container">
+ <i class="fa fa-angle-left pull-right"></i>
+ </span>
+ </a>
+ <ul class="treeview-menu">
+ <li class="active"><a href="general.html"><i class="fa fa-circle-o"></i> General</a></li>
+ <li><a href="icons.html"><i class="fa fa-circle-o"></i> Icons</a></li>
+ <li><a href="buttons.html"><i class="fa fa-circle-o"></i> Buttons</a></li>
+ <li><a href="sliders.html"><i class="fa fa-circle-o"></i> Sliders</a></li>
+ <li><a href="timeline.html"><i class="fa fa-circle-o"></i> Timeline</a></li>
+ <li><a href="modals.html"><i class="fa fa-circle-o"></i> Modals</a></li>
+ </ul>
+ </li>
+ <li class="treeview">
+ <a href="#">
+ <i class="fa fa-edit"></i> <span>Forms</span>
+ <span class="pull-right-container">
+ <i class="fa fa-angle-left pull-right"></i>
+ </span>
+ </a>
+ <ul class="treeview-menu">
+ <li><a href="../forms/general.html"><i class="fa fa-circle-o"></i> General Elements</a></li>
+ <li><a href="../forms/advanced.html"><i class="fa fa-circle-o"></i> Advanced Elements</a></li>
+ <li><a href="../forms/editors.html"><i class="fa fa-circle-o"></i> Editors</a></li>
+ </ul>
+ </li>
+ <li class="treeview">
+ <a href="#">
+ <i class="fa fa-table"></i> <span>Tables</span>
+ <span class="pull-right-container">
+ <i class="fa fa-angle-left pull-right"></i>
+ </span>
+ </a>
+ <ul class="treeview-menu">
+ <li><a href="../tables/simple.html"><i class="fa fa-circle-o"></i> Simple tables</a></li>
+ <li><a href="../tables/data.html"><i class="fa fa-circle-o"></i> Data tables</a></li>
+ </ul>
+ </li>
+ <li>
+ <a href="../calendar.html">
+ <i class="fa fa-calendar"></i> <span>Calendar</span>
+ <span class="pull-right-container">
+ <small class="label pull-right bg-red">3</small>
+ <small class="label pull-right bg-blue">17</small>
+ </span>
+ </a>
+ </li>
+ <li>
+ <a href="../mailbox/mailbox.html">
+ <i class="fa fa-envelope"></i> <span>Mailbox</span>
+ <span class="pull-right-container">
+ <small class="label pull-right bg-yellow">12</small>
+ <small class="label pull-right bg-green">16</small>
+ <small class="label pull-right bg-red">5</small>
+ </span>
+ </a>
+ </li>
+ <li class="treeview">
+ <a href="#">
+ <i class="fa fa-folder"></i> <span>Examples</span>
+ <span class="pull-right-container">
+ <i class="fa fa-angle-left pull-right"></i>
+ </span>
+ </a>
+ <ul class="treeview-menu">
+ <li><a href="../examples/invoice.html"><i class="fa fa-circle-o"></i> Invoice</a></li>
+ <li><a href="../examples/profile.html"><i class="fa fa-circle-o"></i> Profile</a></li>
+ <li><a href="../examples/login.html"><i class="fa fa-circle-o"></i> Login</a></li>
+ <li><a href="../examples/register.html"><i class="fa fa-circle-o"></i> Register</a></li>
+ <li><a href="../examples/lockscreen.html"><i class="fa fa-circle-o"></i> Lockscreen</a></li>
+ <li><a href="../examples/404.html"><i class="fa fa-circle-o"></i> 404 Error</a></li>
+ <li><a href="../examples/500.html"><i class="fa fa-circle-o"></i> 500 Error</a></li>
+ <li><a href="../examples/blank.html"><i class="fa fa-circle-o"></i> Blank Page</a></li>
+ <li><a href="../examples/pace.html"><i class="fa fa-circle-o"></i> Pace Page</a></li>
+ </ul>
+ </li>
+ <li class="treeview">
+ <a href="#">
+ <i class="fa fa-share"></i> <span>Multilevel</span>
+ <span class="pull-right-container">
+ <i class="fa fa-angle-left pull-right"></i>
+ </span>
+ </a>
+ <ul class="treeview-menu">
+ <li><a href="#"><i class="fa fa-circle-o"></i> Level One</a></li>
+ <li class="treeview">
+ <a href="#"><i class="fa fa-circle-o"></i> Level One
+ <span class="pull-right-container">
+ <i class="fa fa-angle-left pull-right"></i>
+ </span>
+ </a>
+ <ul class="treeview-menu">
+ <li><a href="#"><i class="fa fa-circle-o"></i> Level Two</a></li>
+ <li class="treeview">
+ <a href="#"><i class="fa fa-circle-o"></i> Level Two
+ <span class="pull-right-container">
+ <i class="fa fa-angle-left pull-right"></i>
+ </span>
+ </a>
+ <ul class="treeview-menu">
+ <li><a href="#"><i class="fa fa-circle-o"></i> Level Three</a></li>
+ <li><a href="#"><i class="fa fa-circle-o"></i> Level Three</a></li>
+ </ul>
+ </li>
+ </ul>
+ </li>
+ <li><a href="#"><i class="fa fa-circle-o"></i> Level One</a></li>
+ </ul>
+ </li>
+ <li><a href="https://adminlte.io/docs"><i class="fa fa-book"></i> <span>Documentation</span></a></li>
+ <li class="header">LABELS</li>
+ <li><a href="#"><i class="fa fa-circle-o text-red"></i> <span>Important</span></a></li>
+ <li><a href="#"><i class="fa fa-circle-o text-yellow"></i> <span>Warning</span></a></li>
+ <li><a href="#"><i class="fa fa-circle-o text-aqua"></i> <span>Information</span></a></li>
+ </ul>
+ </section>
+ <!-- /.sidebar -->
+ </aside>
+
+ <!-- Content Wrapper. Contains page content -->
+ <div class="content-wrapper">
+ <!-- Content Header (Page header) -->
+ <section class="content-header">
+ <h1>
+ General UI
+ <small>Preview of UI elements</small>
+ </h1>
+ <ol class="breadcrumb">
+ <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
+ <li><a href="#">UI</a></li>
+ <li class="active">General</li>
+ </ol>
+ </section>
+
+ <!-- Main content -->
+ <section class="content">
+ <!-- COLOR PALETTE -->
+ <div class="box box-default color-palette-box">
+ <div class="box-header with-border">
+ <h3 class="box-title"><i class="fa fa-tag"></i> Color Palette</h3>
+ </div>
+ <div class="box-body">
+ <div class="row">
+ <div class="col-sm-4 col-md-2">
+ <h4 class="text-center">Primary</h4>
+
+ <div class="color-palette-set">
+ <div class="bg-light-blue disabled color-palette"><span>Disabled</span></div>
+ <div class="bg-light-blue color-palette"><span>#3c8dbc</span></div>
+ <div class="bg-light-blue-active color-palette"><span>Active</span></div>
+ </div>
+ </div>
+ <!-- /.col -->
+ <div class="col-sm-4 col-md-2">
+ <h4 class="text-center">Info</h4>
+
+ <div class="color-palette-set">
+ <div class="bg-aqua disabled color-palette"><span>Disabled</span></div>
+ <div class="bg-aqua color-palette"><span>#00c0ef</span></div>
+ <div class="bg-aqua-active color-palette"><span>Active</span></div>
+ </div>
+ </div>
+ <!-- /.col -->
+ <div class="col-sm-4 col-md-2">
+ <h4 class="text-center">Success</h4>
+
+ <div class="color-palette-set">
+ <div class="bg-green disabled color-palette"><span>Disabled</span></div>
+ <div class="bg-green color-palette"><span>#00a65a</span></div>
+ <div class="bg-green-active color-palette"><span>Active</span></div>
+ </div>
+ </div>
+ <!-- /.col -->
+ <div class="col-sm-4 col-md-2">
+ <h4 class="text-center">Warning</h4>
+
+ <div class="color-palette-set">
+ <div class="bg-yellow disabled color-palette"><span>Disabled</span></div>
+ <div class="bg-yellow color-palette"><span>#f39c12</span></div>
+ <div class="bg-yellow-active color-palette"><span>Active</span></div>
+ </div>
+ </div>
+ <!-- /.col -->
+ <div class="col-sm-4 col-md-2">
+ <h4 class="text-center">Danger</h4>
+
+ <div class="color-palette-set">
+ <div class="bg-red disabled color-palette"><span>Disabled</span></div>
+ <div class="bg-red color-palette"><span>#f56954</span></div>
+ <div class="bg-red-active color-palette"><span>Active</span></div>
+ </div>
+ </div>
+ <!-- /.col -->
+ <div class="col-sm-4 col-md-2">
+ <h4 class="text-center">Gray</h4>
+
+ <div class="color-palette-set">
+ <div class="bg-gray disabled color-palette"><span>Disabled</span></div>
+ <div class="bg-gray color-palette"><span>#d2d6de</span></div>
+ <div class="bg-gray-active color-palette"><span>Active</span></div>
+ </div>
+ </div>
+ <!-- /.col -->
+ </div>
+ <!-- /.row -->
+ <div class="row">
+ <div class="col-sm-4 col-md-2">
+ <h4 class="text-center">Navy</h4>
+
+ <div class="color-palette-set">
+ <div class="bg-navy disabled color-palette"><span>Disabled</span></div>
+ <div class="bg-navy color-palette"><span>#001F3F</span></div>
+ <div class="bg-navy-active color-palette"><span>Active</span></div>
+ </div>
+ </div>
+ <!-- /.col -->
+ <div class="col-sm-4 col-md-2">
+ <h4 class="text-center">Teal</h4>
+
+ <div class="color-palette-set">
+ <div class="bg-teal disabled color-palette"><span>Disabled</span></div>
+ <div class="bg-teal color-palette"><span>#39CCCC</span></div>
+ <div class="bg-teal-active color-palette"><span>Active</span></div>
+ </div>
+ </div>
+ <!-- /.col -->
+ <div class="col-sm-4 col-md-2">
+ <h4 class="text-center">Purple</h4>
+
+ <div class="color-palette-set">
+ <div class="bg-purple disabled color-palette"><span>Disabled</span></div>
+ <div class="bg-purple color-palette"><span>#605ca8</span></div>
+ <div class="bg-purple-active color-palette"><span>Active</span></div>
+ </div>
+ </div>
+ <!-- /.col -->
+ <div class="col-sm-4 col-md-2">
+ <h4 class="text-center">Orange</h4>
+
+ <div class="color-palette-set">
+ <div class="bg-orange disabled color-palette"><span>Disabled</span></div>
+ <div class="bg-orange color-palette"><span>#ff851b</span></div>
+ <div class="bg-orange-active color-palette"><span>Active</span></div>
+ </div>
+ </div>
+ <!-- /.col -->
+ <div class="col-sm-4 col-md-2">
+ <h4 class="text-center">Maroon</h4>
+
+ <div class="color-palette-set">
+ <div class="bg-maroon disabled color-palette"><span>Disabled</span></div>
+ <div class="bg-maroon color-palette"><span>#D81B60</span></div>
+ <div class="bg-maroon-active color-palette"><span>Active</span></div>
+ </div>
+ </div>
+ <!-- /.col -->
+ <div class="col-sm-4 col-md-2">
+ <h4 class="text-center">Black</h4>
+
+ <div class="color-palette-set">
+ <div class="bg-black disabled color-palette"><span>Disabled</span></div>
+ <div class="bg-black color-palette"><span>#111111</span></div>
+ <div class="bg-black-active color-palette"><span>Active</span></div>
+ </div>
+ </div>
+ <!-- /.col -->
+ </div>
+ <!-- /.row -->
+ </div>
+ <!-- /.box-body -->
+ </div>
+ <!-- /.box -->
+ <!-- START ALERTS AND CALLOUTS -->
+ <h2 class="page-header">Alerts and Callouts</h2>
+
+ <div class="row">
+ <div class="col-md-6">
+ <div class="box box-default">
+ <div class="box-header with-border">
+ <i class="fa fa-warning"></i>
+
+ <h3 class="box-title">Alerts</h3>
+ </div>
+ <!-- /.box-header -->
+ <div class="box-body">
+ <div class="alert alert-danger alert-dismissible">
+ <button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
+ <h4><i class="icon fa fa-ban"></i> Alert!</h4>
+ Danger alert preview. This alert is dismissable. A wonderful serenity has taken possession of my entire
+ soul, like these sweet mornings of spring which I enjoy with my whole heart.
+ </div>
+ <div class="alert alert-info alert-dismissible">
+ <button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
+ <h4><i class="icon fa fa-info"></i> Alert!</h4>
+ Info alert preview. This alert is dismissable.
+ </div>
+ <div class="alert alert-warning alert-dismissible">
+ <button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
+ <h4><i class="icon fa fa-warning"></i> Alert!</h4>
+ Warning alert preview. This alert is dismissable.
+ </div>
+ <div class="alert alert-success alert-dismissible">
+ <button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
+ <h4><i class="icon fa fa-check"></i> Alert!</h4>
+ Success alert preview. This alert is dismissable.
+ </div>
+ </div>
+ <!-- /.box-body -->
+ </div>
+ <!-- /.box -->
+ </div>
+ <!-- /.col -->
+
+ <div class="col-md-6">
+ <div class="box box-default">
+ <div class="box-header with-border">
+ <i class="fa fa-bullhorn"></i>
+
+ <h3 class="box-title">Callouts</h3>
+ </div>
+ <!-- /.box-header -->
+ <div class="box-body">
+ <div class="callout callout-danger">
+ <h4>I am a danger callout!</h4>
+
+ <p>There is a problem that we need to fix. A wonderful serenity has taken possession of my entire soul,
+ like these sweet mornings of spring which I enjoy with my whole heart.</p>
+ </div>
+ <div class="callout callout-info">
+ <h4>I am an info callout!</h4>
+
+ <p>Follow the steps to continue to payment.</p>
+ </div>
+ <div class="callout callout-warning">
+ <h4>I am a warning callout!</h4>
+
+ <p>This is a yellow callout.</p>
+ </div>
+ <div class="callout callout-success">
+ <h4>I am a success callout!</h4>
+
+ <p>This is a green callout.</p>
+ </div>
+ </div>
+ <!-- /.box-body -->
+ </div>
+ <!-- /.box -->
+ </div>
+ <!-- /.col -->
+ </div>
+ <!-- /.row -->
+ <!-- END ALERTS AND CALLOUTS -->
+ <!-- START CUSTOM TABS -->
+ <h2 class="page-header">AdminLTE Custom Tabs</h2>
+
+ <div class="row">
+ <div class="col-md-6">
+ <!-- Custom Tabs -->
+ <div class="nav-tabs-custom">
+ <ul class="nav nav-tabs">
+ <li class="active"><a href="#tab_1" data-toggle="tab">Tab 1</a></li>
+ <li><a href="#tab_2" data-toggle="tab">Tab 2</a></li>
+ <li><a href="#tab_3" data-toggle="tab">Tab 3</a></li>
+ <li class="dropdown">
+ <a class="dropdown-toggle" data-toggle="dropdown" href="#">
+ Dropdown <span class="caret"></span>
+ </a>
+ <ul class="dropdown-menu">
+ <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Action</a></li>
+ <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Another action</a></li>
+ <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Something else here</a></li>
+ <li role="presentation" class="divider"></li>
+ <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Separated link</a></li>
+ </ul>
+ </li>
+ <li class="pull-right"><a href="#" class="text-muted"><i class="fa fa-gear"></i></a></li>
+ </ul>
+ <div class="tab-content">
+ <div class="tab-pane active" id="tab_1">
+ <b>How to use:</b>
+
+ <p>Exactly like the original bootstrap tabs except you should use
+ the custom wrapper <code>.nav-tabs-custom</code> to achieve this style.</p>
+ A wonderful serenity has taken possession of my entire soul,
+ like these sweet mornings of spring which I enjoy with my whole heart.
+ I am alone, and feel the charm of existence in this spot,
+ which was created for the bliss of souls like mine. I am so happy,
+ my dear friend, so absorbed in the exquisite sense of mere tranquil existence,
+ that I neglect my talents. I should be incapable of drawing a single stroke
+ at the present moment; and yet I feel that I never was a greater artist than now.
+ </div>
+ <!-- /.tab-pane -->
+ <div class="tab-pane" id="tab_2">
+ The European languages are members of the same family. Their separate existence is a myth.
+ For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ
+ in their grammar, their pronunciation and their most common words. Everyone realizes why a
+ new common language would be desirable: one could refuse to pay expensive translators. To
+ achieve this, it would be necessary to have uniform grammar, pronunciation and more common
+ words. If several languages coalesce, the grammar of the resulting language is more simple
+ and regular than that of the individual languages.
+ </div>
+ <!-- /.tab-pane -->
+ <div class="tab-pane" id="tab_3">
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry.
+ Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
+ when an unknown printer took a galley of type and scrambled it to make a type specimen book.
+ It has survived not only five centuries, but also the leap into electronic typesetting,
+ remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset
+ sheets containing Lorem Ipsum passages, and more recently with desktop publishing software
+ like Aldus PageMaker including versions of Lorem Ipsum.
+ </div>
+ <!-- /.tab-pane -->
+ </div>
+ <!-- /.tab-content -->
+ </div>
+ <!-- nav-tabs-custom -->
+ </div>
+ <!-- /.col -->
+
+ <div class="col-md-6">
+ <!-- Custom Tabs (Pulled to the right) -->
+ <div class="nav-tabs-custom">
+ <ul class="nav nav-tabs pull-right">
+ <li class="active"><a href="#tab_1-1" data-toggle="tab">Tab 1</a></li>
+ <li><a href="#tab_2-2" data-toggle="tab">Tab 2</a></li>
+ <li><a href="#tab_3-2" data-toggle="tab">Tab 3</a></li>
+ <li class="dropdown">
+ <a class="dropdown-toggle" data-toggle="dropdown" href="#">
+ Dropdown <span class="caret"></span>
+ </a>
+ <ul class="dropdown-menu">
+ <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Action</a></li>
+ <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Another action</a></li>
+ <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Something else here</a></li>
+ <li role="presentation" class="divider"></li>
+ <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Separated link</a></li>
+ </ul>
+ </li>
+ <li class="pull-left header"><i class="fa fa-th"></i> Custom Tabs</li>
+ </ul>
+ <div class="tab-content">
+ <div class="tab-pane active" id="tab_1-1">
+ <b>How to use:</b>
+
+ <p>Exactly like the original bootstrap tabs except you should use
+ the custom wrapper <code>.nav-tabs-custom</code> to achieve this style.</p>
+ A wonderful serenity has taken possession of my entire soul,
+ like these sweet mornings of spring which I enjoy with my whole heart.
+ I am alone, and feel the charm of existence in this spot,
+ which was created for the bliss of souls like mine. I am so happy,
+ my dear friend, so absorbed in the exquisite sense of mere tranquil existence,
+ that I neglect my talents. I should be incapable of drawing a single stroke
+ at the present moment; and yet I feel that I never was a greater artist than now.
+ </div>
+ <!-- /.tab-pane -->
+ <div class="tab-pane" id="tab_2-2">
+ The European languages are members of the same family. Their separate existence is a myth.
+ For science, music, sport, etc, Europe uses the same vocabulary. The languages only differ
+ in their grammar, their pronunciation and their most common words. Everyone realizes why a
+ new common language would be desirable: one could refuse to pay expensive translators. To
+ achieve this, it would be necessary to have uniform grammar, pronunciation and more common
+ words. If several languages coalesce, the grammar of the resulting language is more simple
+ and regular than that of the individual languages.
+ </div>
+ <!-- /.tab-pane -->
+ <div class="tab-pane" id="tab_3-2">
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry.
+ Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
+ when an unknown printer took a galley of type and scrambled it to make a type specimen book.
+ It has survived not only five centuries, but also the leap into electronic typesetting,
+ remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset
+ sheets containing Lorem Ipsum passages, and more recently with desktop publishing software
+ like Aldus PageMaker including versions of Lorem Ipsum.
+ </div>
+ <!-- /.tab-pane -->
+ </div>
+ <!-- /.tab-content -->
+ </div>
+ <!-- nav-tabs-custom -->
+ </div>
+ <!-- /.col -->
+ </div>
+ <!-- /.row -->
+ <!-- END CUSTOM TABS -->
+ <!-- START PROGRESS BARS -->
+ <h2 class="page-header">Progress Bars</h2>
+
+ <div class="row">
+ <div class="col-md-6">
+ <div class="box box-solid">
+ <div class="box-header with-border">
+ <h3 class="box-title">Progress Bars Different Sizes</h3>
+ </div>
+ <!-- /.box-header -->
+ <div class="box-body">
+ <p><code>.progress</code></p>
+
+ <div class="progress">
+ <div class="progress-bar progress-bar-primary progress-bar-striped" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%">
+ <span class="sr-only">40% Complete (success)</span>
+ </div>
+ </div>
+ <p>Class: <code>.sm</code></p>
+
+ <div class="progress progress-sm active">
+ <div class="progress-bar progress-bar-success progress-bar-striped" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" style="width: 20%">
+ <span class="sr-only">20% Complete</span>
+ </div>
+ </div>
+ <p>Class: <code>.xs</code></p>
+
+ <div class="progress progress-xs">
+ <div class="progress-bar progress-bar-warning progress-bar-striped" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%">
+ <span class="sr-only">60% Complete (warning)</span>
+ </div>
+ </div>
+ <p>Class: <code>.xxs</code></p>
+
+ <div class="progress progress-xxs">
+ <div class="progress-bar progress-bar-danger progress-bar-striped" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%">
+ <span class="sr-only">60% Complete (warning)</span>
+ </div>
+ </div>
+ </div>
+ <!-- /.box-body -->
+ </div>
+ <!-- /.box -->
+ </div>
+ <!-- /.col (left) -->
+ <div class="col-md-6">
+ <div class="box box-solid">
+ <div class="box-header with-border">
+ <h3 class="box-title">Progress bars</h3>
+ </div>
+ <!-- /.box-header -->
+ <div class="box-body">
+ <div class="progress">
+ <div class="progress-bar progress-bar-green" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%">
+ <span class="sr-only">40% Complete (success)</span>
+ </div>
+ </div>
+ <div class="progress">
+ <div class="progress-bar progress-bar-aqua" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" style="width: 20%">
+ <span class="sr-only">20% Complete</span>
+ </div>
+ </div>
+ <div class="progress">
+ <div class="progress-bar progress-bar-yellow" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%">
+ <span class="sr-only">60% Complete (warning)</span>
+ </div>
+ </div>
+ <div class="progress">
+ <div class="progress-bar progress-bar-red" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%">
+ <span class="sr-only">80% Complete</span>
+ </div>
+ </div>
+ </div>
+ <!-- /.box-body -->
+ </div>
+ <!-- /.box -->
+ </div>
+ <!-- /.col (right) -->
+ </div>
+ <!-- /.row -->
+ <div class="row">
+ <div class="col-md-6">
+ <div class="box box-solid">
+ <div class="box-header with-border">
+ <h3 class="box-title">Vertical Progress Bars Different Sizes</h3>
+ </div>
+ <!-- /.box-header -->
+ <div class="box-body text-center">
+ <p>By adding the class <code>.vertical</code> and <code>.progress-sm</code>, <code>.progress-xs</code> or
+ <code>.progress-xxs</code> we achieve:</p>
+
+ <div class="progress vertical active">
+ <div class="progress-bar progress-bar-primary progress-bar-striped" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="height: 40%">
+ <span class="sr-only">40%</span>
+ </div>
+ </div>
+ <div class="progress vertical progress-sm">
+ <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" style="height: 100%">
+ <span class="sr-only">100%</span>
+ </div>
+ </div>
+ <div class="progress vertical progress-xs">
+ <div class="progress-bar progress-bar-warning progress-bar-striped" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="height: 60%">
+ <span class="sr-only">60%</span>
+ </div>
+ </div>
+ <div class="progress vertical progress-xxs">
+ <div class="progress-bar progress-bar-info progress-bar-striped" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="height: 60%">
+ <span class="sr-only">60%</span>
+ </div>
+ </div>
+ </div>
+ <!-- /.box-body -->
+ </div>
+ <!-- /.box -->
+ </div>
+ <!-- /.col (left) -->
+ <div class="col-md-6">
+ <div class="box box-solid">
+ <div class="box-header with-border">
+ <h3 class="box-title">Vertical Progress bars</h3>
+ </div>
+ <!-- /.box-header -->
+ <div class="box-body text-center">
+ <p>By adding the class <code>.vertical</code> we achieve:</p>
+
+ <div class="progress vertical">
+ <div class="progress-bar progress-bar-green" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="height: 40%">
+ <span class="sr-only">40%</span>
+ </div>
+ </div>
+ <div class="progress vertical">
+ <div class="progress-bar progress-bar-aqua" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" style="height: 20%">
+ <span class="sr-only">20%</span>
+ </div>
+ </div>
+ <div class="progress vertical">
+ <div class="progress-bar progress-bar-yellow" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="height: 60%">
+ <span class="sr-only">60%</span>
+ </div>
+ </div>
+ <div class="progress vertical">
+ <div class="progress-bar progress-bar-red" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="height: 80%">
+ <span class="sr-only">80%</span>
+ </div>
+ </div>
+ </div>
+ <!-- /.box-body -->
+ </div>
+ <!-- /.box -->
+ </div>
+ <!-- /.col (right) -->
+ </div>
+ <!-- /.row -->
+ <!-- END PROGRESS BARS -->
+
+ <!-- START ACCORDION & CAROUSEL-->
+ <h2 class="page-header">Bootstrap Accordion & Carousel</h2>
+
+ <div class="row">
+ <div class="col-md-6">
+ <div class="box box-solid">
+ <div class="box-header with-border">
+ <h3 class="box-title">Collapsible Accordion</h3>
+ </div>
+ <!-- /.box-header -->
+ <div class="box-body">
+ <div class="box-group" id="accordion">
+ <!-- we are adding the .panel class so bootstrap.js collapse plugin detects it -->
+ <div class="panel box box-primary">
+ <div class="box-header with-border">
+ <h4 class="box-title">
+ <a data-toggle="collapse" data-parent="#accordion" href="#collapseOne">
+ Collapsible Group Item #1
+ </a>
+ </h4>
+ </div>
+ <div id="collapseOne" class="panel-collapse collapse in">
+ <div class="box-body">
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3
+ wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum
+ eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla
+ assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred
+ nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer
+ farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus
+ labore sustainable VHS.
+ </div>
+ </div>
+ </div>
+ <div class="panel box box-danger">
+ <div class="box-header with-border">
+ <h4 class="box-title">
+ <a data-toggle="collapse" data-parent="#accordion" href="#collapseTwo">
+ Collapsible Group Danger
+ </a>
+ </h4>
+ </div>
+ <div id="collapseTwo" class="panel-collapse collapse">
+ <div class="box-body">
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3
+ wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum
+ eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla
+ assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred
+ nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer
+ farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus
+ labore sustainable VHS.
+ </div>
+ </div>
+ </div>
+ <div class="panel box box-success">
+ <div class="box-header with-border">
+ <h4 class="box-title">
+ <a data-toggle="collapse" data-parent="#accordion" href="#collapseThree">
+ Collapsible Group Success
+ </a>
+ </h4>
+ </div>
+ <div id="collapseThree" class="panel-collapse collapse">
+ <div class="box-body">
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3
+ wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum
+ eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla
+ assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred
+ nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer
+ farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus
+ labore sustainable VHS.
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <!-- /.box-body -->
+ </div>
+ <!-- /.box -->
+ </div>
+ <!-- /.col -->
+ <div class="col-md-6">
+ <div class="box box-solid">
+ <div class="box-header with-border">
+ <h3 class="box-title">Carousel</h3>
+ </div>
+ <!-- /.box-header -->
+ <div class="box-body">
+ <div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
+ <ol class="carousel-indicators">
+ <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
+ <li data-target="#carousel-example-generic" data-slide-to="1" class=""></li>
+ <li data-target="#carousel-example-generic" data-slide-to="2" class=""></li>
+ </ol>
+ <div class="carousel-inner">
+ <div class="item active">
+ <img src="http://placehold.it/900x500/39CCCC/ffffff&text=I+Love+Bootstrap" alt="First slide">
+
+ <div class="carousel-caption">
+ First Slide
+ </div>
+ </div>
+ <div class="item">
+ <img src="http://placehold.it/900x500/3c8dbc/ffffff&text=I+Love+Bootstrap" alt="Second slide">
+
+ <div class="carousel-caption">
+ Second Slide
+ </div>
+ </div>
+ <div class="item">
+ <img src="http://placehold.it/900x500/f39c12/ffffff&text=I+Love+Bootstrap" alt="Third slide">
+
+ <div class="carousel-caption">
+ Third Slide
+ </div>
+ </div>
+ </div>
+ <a class="left carousel-control" href="#carousel-example-generic" data-slide="prev">
+ <span class="fa fa-angle-left"></span>
+ </a>
+ <a class="right carousel-control" href="#carousel-example-generic" data-slide="next">
+ <span class="fa fa-angle-right"></span>
+ </a>
+ </div>
+ </div>
+ <!-- /.box-body -->
+ </div>
+ <!-- /.box -->
+ </div>
+ <!-- /.col -->
+ </div>
+ <!-- /.row -->
+ <!-- END ACCORDION & CAROUSEL-->
+
+ <!-- START TYPOGRAPHY -->
+ <h2 class="page-header">Typography</h2>
+
+ <div class="row">
+ <div class="col-md-6">
+ <div class="box box-solid">
+ <div class="box-header with-border">
+ <i class="fa fa-text-width"></i>
+
+ <h3 class="box-title">Headlines</h3>
+ </div>
+ <!-- /.box-header -->
+ <div class="box-body">
+ <h1>h1. Bootstrap heading</h1>
+
+ <h2>h2. Bootstrap heading</h2>
+
+ <h3>h3. Bootstrap heading</h3>
+ <h4>h4. Bootstrap heading</h4>
+ <h5>h5. Bootstrap heading</h5>
+ <h6>h6. Bootstrap heading</h6>
+ </div>
+ <!-- /.box-body -->
+ </div>
+ <!-- /.box -->
+ </div>
+ <!-- ./col -->
+ <div class="col-md-6">
+ <div class="box box-solid">
+ <div class="box-header with-border">
+ <i class="fa fa-text-width"></i>
+
+ <h3 class="box-title">Text Emphasis</h3>
+ </div>
+ <!-- /.box-header -->
+ <div class="box-body">
+ <p class="lead">Lead to emphasize importance</p>
+
+ <p class="text-green">Text green to emphasize success</p>
+
+ <p class="text-aqua">Text aqua to emphasize info</p>
+
+ <p class="text-light-blue">Text light blue to emphasize info (2)</p>
+
+ <p class="text-red">Text red to emphasize danger</p>
+
+ <p class="text-yellow">Text yellow to emphasize warning</p>
+
+ <p class="text-muted">Text muted to emphasize general</p>
+ </div>
+ <!-- /.box-body -->
+ </div>
+ <!-- /.box -->
+ </div>
+ <!-- ./col -->
+ </div>
+ <!-- /.row -->
+
+ <div class="row">
+ <div class="col-md-6">
+ <div class="box box-solid">
+ <div class="box-header with-border">
+ <i class="fa fa-text-width"></i>
+
+ <h3 class="box-title">Block Quotes</h3>
+ </div>
+ <!-- /.box-header -->
+ <div class="box-body">
+ <blockquote>
+ <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
+ <small>Someone famous in <cite title="Source Title">Source Title</cite></small>
+ </blockquote>
+ </div>
+ <!-- /.box-body -->
+ </div>
+ <!-- /.box -->
+ </div>
+ <!-- ./col -->
+ <div class="col-md-6">
+ <div class="box box-solid">
+ <div class="box-header with-border">
+ <i class="fa fa-text-width"></i>
+
+ <h3 class="box-title">Block Quotes Pulled Right</h3>
+ </div>
+ <!-- /.box-header -->
+ <div class="box-body clearfix">
+ <blockquote class="pull-right">
+ <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
+ <small>Someone famous in <cite title="Source Title">Source Title</cite></small>
+ </blockquote>
+ </div>
+ <!-- /.box-body -->
+ </div>
+ <!-- /.box -->
+ </div>
+ <!-- ./col -->
+ </div>
+ <!-- /.row -->
+
+ <div class="row">
+ <div class="col-md-4">
+ <div class="box box-solid">
+ <div class="box-header with-border">
+ <i class="fa fa-text-width"></i>
+
+ <h3 class="box-title">Unordered List</h3>
+ </div>
+ <!-- /.box-header -->
+ <div class="box-body">
+ <ul>
+ <li>Lorem ipsum dolor sit amet</li>
+ <li>Consectetur adipiscing elit</li>
+ <li>Integer molestie lorem at massa</li>
+ <li>Facilisis in pretium nisl aliquet</li>
+ <li>Nulla volutpat aliquam velit
+ <ul>
+ <li>Phasellus iaculis neque</li>
+ <li>Purus sodales ultricies</li>
+ <li>Vestibulum laoreet porttitor sem</li>
+ <li>Ac tristique libero volutpat at</li>
+ </ul>
+ </li>
+ <li>Faucibus porta lacus fringilla vel</li>
+ <li>Aenean sit amet erat nunc</li>
+ <li>Eget porttitor lorem</li>
+ </ul>
+ </div>
+ <!-- /.box-body -->
+ </div>
+ <!-- /.box -->
+ </div>
+ <!-- ./col -->
+ <div class="col-md-4">
+ <div class="box box-solid">
+ <div class="box-header with-border">
+ <i class="fa fa-text-width"></i>
+
+ <h3 class="box-title">Ordered Lists</h3>
+ </div>
+ <!-- /.box-header -->
+ <div class="box-body">
+ <ol>
+ <li>Lorem ipsum dolor sit amet</li>
+ <li>Consectetur adipiscing elit</li>
+ <li>Integer molestie lorem at massa</li>
+ <li>Facilisis in pretium nisl aliquet</li>
+ <li>Nulla volutpat aliquam velit
+ <ol>
+ <li>Phasellus iaculis neque</li>
+ <li>Purus sodales ultricies</li>
+ <li>Vestibulum laoreet porttitor sem</li>
+ <li>Ac tristique libero volutpat at</li>
+ </ol>
+ </li>
+ <li>Faucibus porta lacus fringilla vel</li>
+ <li>Aenean sit amet erat nunc</li>
+ <li>Eget porttitor lorem</li>
+ </ol>
+ </div>
+ <!-- /.box-body -->
+ </div>
+ <!-- /.box -->
+ </div>
+ <!-- ./col -->
+ <div class="col-md-4">
+ <div class="box box-solid">
+ <div class="box-header with-border">
+ <i class="fa fa-text-width"></i>
+
+ <h3 class="box-title">Unstyled List</h3>
+ </div>
+ <!-- /.box-header -->
+ <div class="box-body">
+ <ul class="list-unstyled">
+ <li>Lorem ipsum dolor sit amet</li>
+ <li>Consectetur adipiscing elit</li>
+ <li>Integer molestie lorem at massa</li>
+ <li>Facilisis in pretium nisl aliquet</li>
+ <li>Nulla volutpat aliquam velit
+ <ul>
+ <li>Phasellus iaculis neque</li>
+ <li>Purus sodales ultricies</li>
+ <li>Vestibulum laoreet porttitor sem</li>
+ <li>Ac tristique libero volutpat at</li>
+ </ul>
+ </li>
+ <li>Faucibus porta lacus fringilla vel</li>
+ <li>Aenean sit amet erat nunc</li>
+ <li>Eget porttitor lorem</li>
+ </ul>
+ </div>
+ <!-- /.box-body -->
+ </div>
+ <!-- /.box -->
+ </div>
+ <!-- ./col -->
+ </div>
+ <!-- /.row -->
+
+ <div class="row">
+ <div class="col-md-6">
+ <div class="box box-solid">
+ <div class="box-header with-border">
+ <i class="fa fa-text-width"></i>
+
+ <h3 class="box-title">Description</h3>
+ </div>
+ <!-- /.box-header -->
+ <div class="box-body">
+ <dl>
+ <dt>Description lists</dt>
+ <dd>A description list is perfect for defining terms.</dd>
+ <dt>Euismod</dt>
+ <dd>Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.</dd>
+ <dd>Donec id elit non mi porta gravida at eget metus.</dd>
+ <dt>Malesuada porta</dt>
+ <dd>Etiam porta sem malesuada magna mollis euismod.</dd>
+ </dl>
+ </div>
+ <!-- /.box-body -->
+ </div>
+ <!-- /.box -->
+ </div>
+ <!-- ./col -->
+ <div class="col-md-6">
+ <div class="box box-solid">
+ <div class="box-header with-border">
+ <i class="fa fa-text-width"></i>
+
+ <h3 class="box-title">Description Horizontal</h3>
+ </div>
+ <!-- /.box-header -->
+ <div class="box-body">
+ <dl class="dl-horizontal">
+ <dt>Description lists</dt>
+ <dd>A description list is perfect for defining terms.</dd>
+ <dt>Euismod</dt>
+ <dd>Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.</dd>
+ <dd>Donec id elit non mi porta gravida at eget metus.</dd>
+ <dt>Malesuada porta</dt>
+ <dd>Etiam porta sem malesuada magna mollis euismod.</dd>
+ <dt>Felis euismod semper eget lacinia</dt>
+ <dd>Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo
+ sit amet risus.
+ </dd>
+ </dl>
+ </div>
+ <!-- /.box-body -->
+ </div>
+ <!-- /.box -->
+ </div>
+ <!-- ./col -->
+ </div>
+ <!-- /.row -->
+ <!-- END TYPOGRAPHY -->
+
+ </section>
+ <!-- /.content -->
+ </div>
+ <!-- /.content-wrapper -->
+ <footer class="main-footer">
+ <div class="pull-right hidden-xs">
+ <b>Version</b> 2.4.0
+ </div>
+ <strong>Copyright &copy; 2014-2016 <a href="https://adminlte.io">Almsaeed Studio</a>.</strong> All rights
+ reserved.
+ </footer>
+
+ <!-- Control Sidebar -->
+ <aside class="control-sidebar control-sidebar-dark">
+ <!-- Create the tabs -->
+ <ul class="nav nav-tabs nav-justified control-sidebar-tabs">
+ <li><a href="#control-sidebar-home-tab" data-toggle="tab"><i class="fa fa-home"></i></a></li>
+
+ <li><a href="#control-sidebar-settings-tab" data-toggle="tab"><i class="fa fa-gears"></i></a></li>
+ </ul>
+ <!-- Tab panes -->
+ <div class="tab-content">
+ <!-- Home tab content -->
+ <div class="tab-pane" id="control-sidebar-home-tab">
+ <h3 class="control-sidebar-heading">Recent Activity</h3>
+ <ul class="control-sidebar-menu">
+ <li>
+ <a href="javascript:void(0)">
+ <i class="menu-icon fa fa-birthday-cake bg-red"></i>
+
+ <div class="menu-info">
+ <h4 class="control-sidebar-subheading">Langdon's Birthday</h4>
+
+ <p>Will be 23 on April 24th</p>
+ </div>
+ </a>
+ </li>
+ <li>
+ <a href="javascript:void(0)">
+ <i class="menu-icon fa fa-user bg-yellow"></i>
+
+ <div class="menu-info">
+ <h4 class="control-sidebar-subheading">Frodo Updated His Profile</h4>
+
+ <p>New phone +1(800)555-1234</p>
+ </div>
+ </a>
+ </li>
+ <li>
+ <a href="javascript:void(0)">
+ <i class="menu-icon fa fa-envelope-o bg-light-blue"></i>
+
+ <div class="menu-info">
+ <h4 class="control-sidebar-subheading">Nora Joined Mailing List</h4>
+
+ <p>nora@example.com</p>
+ </div>
+ </a>
+ </li>
+ <li>
+ <a href="javascript:void(0)">
+ <i class="menu-icon fa fa-file-code-o bg-green"></i>
+
+ <div class="menu-info">
+ <h4 class="control-sidebar-subheading">Cron Job 254 Executed</h4>
+
+ <p>Execution time 5 seconds</p>
+ </div>
+ </a>
+ </li>
+ </ul>
+ <!-- /.control-sidebar-menu -->
+
+ <h3 class="control-sidebar-heading">Tasks Progress</h3>
+ <ul class="control-sidebar-menu">
+ <li>
+ <a href="javascript:void(0)">
+ <h4 class="control-sidebar-subheading">
+ Custom Template Design
+ <span class="label label-danger pull-right">70%</span>
+ </h4>
+
+ <div class="progress progress-xxs">
+ <div class="progress-bar progress-bar-danger" style="width: 70%"></div>
+ </div>
+ </a>
+ </li>
+ <li>
+ <a href="javascript:void(0)">
+ <h4 class="control-sidebar-subheading">
+ Update Resume
+ <span class="label label-success pull-right">95%</span>
+ </h4>
+
+ <div class="progress progress-xxs">
+ <div class="progress-bar progress-bar-success" style="width: 95%"></div>
+ </div>
+ </a>
+ </li>
+ <li>
+ <a href="javascript:void(0)">
+ <h4 class="control-sidebar-subheading">
+ Laravel Integration
+ <span class="label label-warning pull-right">50%</span>
+ </h4>
+
+ <div class="progress progress-xxs">
+ <div class="progress-bar progress-bar-warning" style="width: 50%"></div>
+ </div>
+ </a>
+ </li>
+ <li>
+ <a href="javascript:void(0)">
+ <h4 class="control-sidebar-subheading">
+ Back End Framework
+ <span class="label label-primary pull-right">68%</span>
+ </h4>
+
+ <div class="progress progress-xxs">
+ <div class="progress-bar progress-bar-primary" style="width: 68%"></div>
+ </div>
+ </a>
+ </li>
+ </ul>
+ <!-- /.control-sidebar-menu -->
+
+ </div>
+ <!-- /.tab-pane -->
+ <!-- Stats tab content -->
+ <div class="tab-pane" id="control-sidebar-stats-tab">Stats Tab Content</div>
+ <!-- /.tab-pane -->
+ <!-- Settings tab content -->
+ <div class="tab-pane" id="control-sidebar-settings-tab">
+ <form method="post">
+ <h3 class="control-sidebar-heading">General Settings</h3>
+
+ <div class="form-group">
+ <label class="control-sidebar-subheading">
+ Report panel usage
+ <input type="checkbox" class="pull-right" checked>
+ </label>
+
+ <p>
+ Some information about this general settings option
+ </p>
+ </div>
+ <!-- /.form-group -->
+
+ <div class="form-group">
+ <label class="control-sidebar-subheading">
+ Allow mail redirect
+ <input type="checkbox" class="pull-right" checked>
+ </label>
+
+ <p>
+ Other sets of options are available
+ </p>
+ </div>
+ <!-- /.form-group -->
+
+ <div class="form-group">
+ <label class="control-sidebar-subheading">
+ Expose author name in posts
+ <input type="checkbox" class="pull-right" checked>
+ </label>
+
+ <p>
+ Allow the user to show his name in blog posts
+ </p>
+ </div>
+ <!-- /.form-group -->
+
+ <h3 class="control-sidebar-heading">Chat Settings</h3>
+
+ <div class="form-group">
+ <label class="control-sidebar-subheading">
+ Show me as online
+ <input type="checkbox" class="pull-right" checked>
+ </label>
+ </div>
+ <!-- /.form-group -->
+
+ <div class="form-group">
+ <label class="control-sidebar-subheading">
+ Turn off notifications
+ <input type="checkbox" class="pull-right">
+ </label>
+ </div>
+ <!-- /.form-group -->
+
+ <div class="form-group">
+ <label class="control-sidebar-subheading">
+ Delete chat history
+ <a href="javascript:void(0)" class="text-red pull-right"><i class="fa fa-trash-o"></i></a>
+ </label>
+ </div>
+ <!-- /.form-group -->
+ </form>
+ </div>
+ <!-- /.tab-pane -->
+ </div>
+ </aside>
+ <!-- /.control-sidebar -->
+ <!-- Add the sidebar's background. This div must be placed
+ immediately after the control sidebar -->
+ <div class="control-sidebar-bg"></div>
+</div>
+<!-- ./wrapper -->
+
+<!-- jQuery 3 -->
+<script src="../../bower_components/jquery/dist/jquery.min.js"></script>
+<!-- Bootstrap 3.3.7 -->
+<script src="../../bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
+<!-- FastClick -->
+<script src="../../bower_components/fastclick/lib/fastclick.js"></script>
+<!-- AdminLTE App -->
+<script src="../../dist/js/adminlte.min.js"></script>
+<!-- AdminLTE for demo purposes -->
+<script src="../../dist/js/demo.js"></script>
+</body>
+</html>