70 lines
4.1 KiB
HTML
70 lines
4.1 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
||
|
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
||
|
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
|
||
|
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<title>bootstrap-drawer documentation</title>
|
||
|
<meta name="description" content="">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
|
||
|
<link rel="stylesheet" type="text/css" href="example/drawer-docs.css">
|
||
|
<link rel="stylesheet" type="text/css" href="example/github.css">
|
||
|
<script>
|
||
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||
|
|
||
|
ga('create', 'UA-59331212-1', 'auto');
|
||
|
ga('require', 'displayfeatures');
|
||
|
ga('send', 'pageview');
|
||
|
</script>
|
||
|
</head>
|
||
|
<body class="has-offcanvas">
|
||
|
<div id="docDrawer" class="drawer dw-xs-10 dw-sm-6 dw-md-5 fold in" aria-labelledby="docDrawer">
|
||
|
<div class="drawer-controls">
|
||
|
<a href="#docDrawer" data-toggle="drawer" href="#docDrawer" aria-foldedopen="false" aria-controls="docDrawer" class="btn btn-default"><i class="fa fa-align-justify"></i></a>
|
||
|
</div>
|
||
|
<div class="drawer-contents">
|
||
|
<div class="drawer-heading">
|
||
|
<h2 class="drawer-title"><strong>bootstrap-drawer</strong></h2>
|
||
|
</div>
|
||
|
<div class="drawer-body">
|
||
|
<iframe src="https://ghbtns.com/github-btn.html?user=clineamb&repo=bootstrap-drawer&type=star&count=true" frameborder="0" scrolling="0" width="100" height="20px"></iframe>
|
||
|
<iframe src="https://ghbtns.com/github-btn.html?user=clineamb&repo=bootstrap-drawer&type=watch&count=true&v=2" frameborder="0" scrolling="0" width="100" height="20px"></iframe>
|
||
|
</div>
|
||
|
<div class="drawer-heading">
|
||
|
<h3 class="drawer-title">Basics</h2>
|
||
|
</div>
|
||
|
<ul id="doc-nav" class="drawer-fullnav">
|
||
|
<li role="presentation"><a href="index.html">Home / Basic Usage</a></li>
|
||
|
<li role="presentation"><a href="customize.html">Position / Colors</a></li>
|
||
|
<li role="presentation"><a href="javascript.html">data-toggle / Javascript</a></li>
|
||
|
<li role="presentation"><a href="less.html">Using Less</a></li>
|
||
|
</ul>
|
||
|
<div class="drawer-heading">
|
||
|
<h3 class="drawer-title">Other Links</h2>
|
||
|
</div>
|
||
|
<ul class="drawer-fullnav">
|
||
|
<li role="presentation"><a href="http://github.com/clineamb/bootstrap-drawer" target="_blank"><i class="fa fa-github-alt"></i> GitHub Repo</a></li>
|
||
|
<li role="presentation"><a href="http://www.npmjs.com/package/bootstrap-drawer" target="_blank"><i class="fa fa-share-square"></i> npm</a></li>
|
||
|
<li role="presentation"><a href="http://twitter.com/clineamb" target="_blank"><i class="fa fa-twitter"></i> @clineamb</a></li>
|
||
|
<li><a name=""><iframe src="https://ghbtns.com/github-btn.html?user=clineamb&type=follow&count=true" frameborder="0" scrolling="0" width="100%" height="20px"></iframe></a></li>
|
||
|
</ul>
|
||
|
<div class="drawer-footer">
|
||
|
<small>© 2015 Caroline Amaba</small>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div id="drawer-docs">
|
||
|
<div class="jumbotron page-topper">
|
||
|
<div class="container">
|
||
|
<h1>bootstrap-drawer</h1>
|
||
|
<h4>bootstrap-drawer is a Bootstrap add-on that gives you an off-canvas/drawer element to your page or container! Check it out by clicking the toggle in the top-left corner!</h4>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div id="drawer-docs-content" class="container">
|