-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
663 lines (573 loc) · 22.8 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>
Bootstrap 101 Template
</title>
<!-- SEO meta tags -->
<meta name="description" content="A responsive plugin, that adds off canvas support for bootstrap">
<meta name="keywords" content="Off canvas, push menu, sidebar menu, bootstrap">
<meta name="author" content="Joakim Langeler">
<!-- Bootstrap CSS -->
<link href="./assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Push CSS Stylesheet -->
<link href="./assets/css/push.css" rel="stylesheet">
<!-- Custom CSS Stylesheet -->
<link href="./assets/css/docs.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for 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]-->
</head>
<body>
<!-- Left PUSH sidebar -->
<nav class="push-sidebar hidden" id="sidebar-left">
<ul class="nav nav-pills nav-stacked sidebar">
<!-- Right sidebar header -->
<li class="nav-header">
<small>
Sidebar left
</small>
</li>
<!-- Main links -->
<li class="active">
<a href="./.">
Home
</a>
</li>
<li>
<a href="./.">
About
</a>
</li>
<li>
<a href="./.">
Contact
</a>
</li>
<form class="sidebar-form">
<input class="form-control" type="text" placeholder="Search...">
<button type="submit" class="btn-link">
<span class="glyphicon glyphicon-search"></span>
</button>
</form>
<!-- Divider -->
<li class="nav-divider"></li>
<li role="presentation" class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">
Sections <span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li>
<a href="#top" data-target="#sidebar-left" data-toggle="push">
Top
</a>
</li>
<li>
<a href="#main" data-target="#sidebar-left" data-toggle="push">
Main
</a>
</li>
<li>
<a href="#footer" data-target="#sidebar-left" data-toggle="push">
Footer
</a>
</li>
</ul>
</li>
<!-- Divider -->
<li class="nav-divider"></li>
<!-- Documentation links -->
<li>
<a href="./.">
Plugin
</a>
</li>
<li>
<a href="http://getbootstrap.com">
Bootstrap
</a>
</li>
</ul>
</nav>
<!-- Right PUSH sidebar -->
<nav class="push-sidebar push-sidebar-right hidden" id="sidebar-right">
<ul class="nav nav-pills nav-stacked sidebar">
<!-- Right sidebar header -->
<li class="nav-header">
<small>
Sidebar right
</small>
</li>
<!-- Main links -->
<li class="active">
<a href="./.">
Home
</a>
</li>
<li>
<a href="./.">
About
</a>
</li>
<li>
<a href="./.">
Contact
</a>
</li>
<form class="sidebar-form">
<input class="form-control" type="text" placeholder="Search...">
<button type="submit" class="btn-link">
<span class="glyphicon glyphicon-search"></span>
</button>
</form>
<!-- Divider -->
<li class="nav-divider"></li>
<li role="presentation" class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">
Sections <span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li>
<a href="#top" data-target="#sidebar-right" data-toggle="push">
Top
</a>
</li>
<li>
<a href="#main" data-target="#sidebar-right" data-toggle="push">
Main
</a>
</li>
<li>
<a href="#footer" data-target="#sidebar-right" data-toggle="push">
Footer
</a>
</li>
</ul>
</li>
<!-- Divider -->
<li class="nav-divider"></li>
<!-- Documentation links -->
<li>
<a href="./.">
Plugin
</a>
</li>
<li>
<a href="http://getbootstrap.com">
Bootstrap
</a>
</li>
</ul>
</nav>
<!-- Top navigation -->
<nav class="navbar navbar-default navbar-fixed-top app-navbar">
<button type="button" class="btn btn-default pull-left" data-toggle="push" data-target="#sidebar-left" data-distance="250" title="Open left navigation">
<span class="glyphicon glyphicon-menu-hamburger" aria-hidden="true"></span>
</button>
<button type="button" class="btn btn-default pull-right" data-toggle="push" data-target="#sidebar-right" data-distance="-250" title="Open right navigation">
<span class="glyphicon glyphicon-menu-hamburger" aria-hidden="true"></span>
</span>
</button>
</nav>
<!-- Canvas -->
<section class="canvas" id="canvas">
<header class="docs-header" id="content">
<div class="container">
<h1>
<span class="glyphicon glyphicon-move" aria-hidden="true"></span>
Push!
</h1>
<p>Responsive offcanvas plugin built mainly for Bootstrap 3. The plugin utilises bootstrap’s developer friendly, native data api style. Optimised for cross browser compatibility, and touch supported devices.</p>
</div>
</header>
<main class="container docs-content">
<h1 id="contents">Contents</h1>
<ul class="nav" id="markdown-toc">
<li><a href="#contents" id="markdown-toc-contents">Contents</a></li>
<li><a href="#intro" id="markdown-toc-intro">Intro</a></li>
<li><a href="#demo" id="markdown-toc-demo">Demo</a></li>
<li><a href="#usage" id="markdown-toc-usage">Usage</a>
<ul>
<li><a href="#via-data-attribute" id="markdown-toc-via-data-attribute">Via data attribute</a></li>
<li><a href="#via-javascript" id="markdown-toc-via-javascript">Via javascript</a></li>
</ul>
</li>
<li><a href="#options" id="markdown-toc-options">Options</a></li>
<li><a href="#methods" id="markdown-toc-methods">Methods</a></li>
<li><a href="#events" id="markdown-toc-events">Events</a></li>
</ul>
<h1 id="intro">Intro</h1>
<p>Hey there! You’re looking at the documentation for the Official Bootstrap offcanvas plugin. This plugin has been crafted by <a href="http://joakim.langeler.se" target="_blank"> Joakim Langeler</a> to help you build awesome projects.
<br /><br />
This plugin is built to extend the <a href="http://getbootstrap.com" target="_blank">Bootstrap</a> framework. The extension is of well designed, intuitive, and cohesively built on top of the Bootstrap framework. If you're familiar with Bootstrap itself, you’ll find this plugin very useful. It creates new aesthetics, possibilities, and game changing mechanics.</p>
<p>Thank you for using the <a href="https://github.com/langeler/Bootstrap-Offcanvas-Push" target="_blank">Push</a> plugin, enjoy!</p></p>
<h1 id="demo">
Demo
</h1>
<!-- Nav tabs -->
<ul class="nav nav-tabs nav-justified" role="tablist">
<li role="presentation" class="active">
<a href="#left" aria-controls="left" role="tab" data-toggle="tab">
Left
</a>
</li>
<li role="presentation">
<a href="#right" aria-controls="right" role="tab" data-toggle="tab">
Right
</a>
</li>
<li role="presentation">
<a href="#navbar" aria-controls="navbar" role="tab" data-toggle="tab">
Navbar
</a>
</li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<!-- Left tab -->
<div role="tabpanel" class="tab-pane fade in active" id="left">
<h4 id="transparent-navbar">
Left example
</h4>
<p>
A demonstration of a standalone button, with the
<code class="highlighter-rouge">
.push-toggle
</code>
attribute.
</p>
<!-- Left demo -->
<div class="docs-example" data-example-id="" style="padding:50px 0;">
<button type="button" class="push-toggle" data-toggle="push" data-target="#sidebar-left" title="Open right navigation" style="position:absolute;">
<span class="glyphicon glyphicon-menu-hamburger" aria-hidden="true"></span>
</button>
</div>
<!-- Left code -->
<div class="highlight">
<pre><code class="language-html" data-lang="html"><!-- Left push sidebar -->
<span class="nt"><nav</span> <span class="na">class=</span><span class="s">"push-sidebar hidden"</span> <span class="na">id=</span><span class="s">"sidebar-left"</span><span class="nt">></span>
<!-- Place desired content here -->
<span class="nt"></nav></span>
<!-- Left button -->
<span class="nt"><button</span> <span class="na">type=</span><span class="s">"button"</span> <span class="na">class=</span><span class="s">"push-toggle"</span> <span class="na">data-toggle=</span><span class="s">"push"</span> <span class="na">data-target=</span><span class="s">"#sidebar-left"</span><span class="nt">></span>
<span class="nt"><span</span> <span class="na">class=</span><span class="s">"glyphicon glyphicon-hamburger-menu"</span><span class="nt">></span></span>
<span class="nt"><span</span> <span class="na">class=</span><span class="s">"sr-only"</span><span class="nt">></span>
Toggle right navigation
<span class="nt"></span></span>
<span class="nt"></button></span>
<!-- Canvas element -->
<span class="nt"><section</span> <span class="na">class=</span><span class="s">"canvas"</span> <span class="na">id=</span><span class="s">"canvas"</span><span class="nt">></span>
<!-- Place the main content here -->
<span class="nt"></section></span>
</code></pre>
</div>
</div>
<!-- Right tab -->
<div role="tabpanel" class="tab-pane fade" id="right">
<h4 id="transparent-navbar">
Right example
</h4>
<p>
A demonstration of a standalone button, with the
<code class="highlighter-rouge">
.push-toggle-right
</code>
attribute.
</p>
<!-- Left demo -->
<div class="docs-example" data-example-id="" style="padding:50px 0;">
<button type="button" class="push-toggle push-toggle-right" data-toggle="push" data-distance="-250" data-target="#sidebar-right" title="Open right navigation" style="position:absolute;">
<span class="glyphicon glyphicon-menu-hamburger" aria-hidden="true"></span>
</button>
</div>
<!-- Right code -->
<div class="highlight">
<pre><code class="language-html" data-lang="html"><!-- Right push sidebar -->
<span class="nt"><nav</span> <span class="na">class=</span><span class="s">"push-sidebar push-sidebar-right hidden"</span> <span class="na">id=</span><span class="s">"sidebar-right"</span><span class="nt">></span>
<!-- Place desired content here -->
<span class="nt"></nav></span>
<!-- Right button -->
<span class="nt"><button</span> <span class="na">type=</span><span class="s">"button"</span> <span class="na">class=</span><span class="s">"push-toggle push-toggle-right"</span> <span class="na">data-toggle=</span><span class="s">"push"</span> <span class="na">data-distance=</span><span class="s">"-250"</span> <span class="na">data-target=</span><span class="s">"#sidebar-right"</span><span class="nt">></span>
<span class="nt"><span</span> <span class="na">class=</span><span class="s">"glyphicon glyphicon-hamburger-menu"</span><span class="nt">></span></span>
<span class="nt"><span</span> <span class="na">class=</span><span class="s">"sr-only"</span><span class="nt">></span>
Toggle right navigation
<span class="nt"></span></span>
<span class="nt"></button></span>
<!-- Canvas element -->
<span class="nt"><section</span> <span class="na">class=</span><span class="s">"canvas"</span> <span class="na">id=</span><span class="s">"canvas"</span><span class="nt">></span>
<!-- Place the main content here -->
<span class="nt"></section></span>
</code></pre>
</div>
</div>
<!-- Navbar tab -->
<div role="tabpanel" class="tab-pane fade" id="navbar">
<h4 id="transparent-navbar">
Navbar example
</h4>
<p>
A demonstration of a
<code class="highlighter-rouge">
.navbar
</code>
containing two different toggle
<code class="highlighter-rouge">
.btn
</code>
s.
</p>
<!-- Left demo -->
<div class="docs-example" data-example-id="">
<!-- Top navigation -->
<nav class="navbar navbar-inverse app-navbar">
<button type="button" class="btn btn-default pull-left" data-toggle="push" data-target="#sidebar-left" data-distance="250" title="Open left navigation">
<span class="glyphicon glyphicon-menu-hamburger" aria-hidden="true"></span>
</button>
<button type="button" class="btn btn-default pull-right" data-toggle="push" data-target="#sidebar-right" data-distance="-250" title="Open right navigation">
<span class="glyphicon glyphicon-menu-hamburger" aria-hidden="true"></span>
</span>
</button>
</nav>
</div>
<!-- Right code -->
<div class="highlight">
<pre><code class="language-html" data-lang="html"><!-- Left push sidebar -->
<span class="nt"><nav</span> <span class="na">class=</span><span class="s">"push-sidebar hidden"</span> <span class="na">id=</span><span class="s">"sidebar-left"</span><span class="nt">></span>
<!-- Place desired content here -->
<span class="nt"></nav></span>
<!-- Right push sidebar -->
<span class="nt"><nav</span> <span class="na">class=</span><span class="s">"push-sidebar push-sidebar-right hidden"</span> <span class="na">id=</span><span class="s">"sidebar-right"</span><span class="nt">></span>
<!-- Place desired content here -->
<span class="nt"></nav></span>
<!-- Top navbar -->
<span class="nt"><nav</span> <span class="na">class=</span><span class="s">"navbar navbar-inverse"</span><span class="nt">></span>
<!-- Left button -->
<span class="nt"><button</span> <span class="na">type=</span><span class="s">"button"</span> <span class="na">class=</span><span class="s">"btn btn-default"</span> <span class="na">data-toggle=</span><span class="s">"push"</span> <span class="na">data-target=</span><span class="s">"#sidebar-left"</span><span class="nt">></span>
<span class="nt"><span</span> <span class="na">class=</span><span class="s">"glyphicon glyphicon-hamburger-menu"</span><span class="nt">></span></span>
<span class="nt"><span</span> <span class="na">class=</span><span class="s">"sr-only"</span><span class="nt">></span>
Toggle left navigation
<span class="nt"></span></span>
<span class="nt"></button></span>
<!-- Right button -->
<span class="nt"><button</span> <span class="na">type=</span><span class="s">"button"</span> <span class="na">class=</span><span class="s">"btn btn-default pull-right"</span> <span class="na">data-toggle=</span><span class="s">"push"</span> <span class="na">data-distance=</span><span class="s">"-250"</span> <span class="na">data-target=</span><span class="s">"#sidebar-right"</span><span class="nt">></span>
<span class="nt"><span</span> <span class="na">class=</span><span class="s">"glyphicon glyphicon-hamburger-menu"</span><span class="nt">></span></span>
<span class="nt"><span</span> <span class="na">class=</span><span class="s">"sr-only"</span><span class="nt">></span>
Toggle right navigation
<span class="nt"></span></span>
<span class="nt"></button></span>
<span class="nt"></nav></span>
<!-- Canvas element -->
<span class="nt"><section</span> <span class="na">class=</span><span class="s">"canvas"</span> <span class="na">id=</span><span class="s">"canvas"</span><span class="nt">></span>
<!-- Place the main content here -->
<span class="nt"></section></span>
</code></pre>
</div>
</div>
</div>
<h1 id="usage">
Usage
</h1>
<h4 id="via-data-attribute">
Via data attributes
</h4>
<p>
Activate any offcanvas element without writing JavaScript. Set <code>data-toggle="push"</code> on a controller element. Such as a button or a link, along with the <code>data-target="#sidebar"</code> attribute.
</p>
<div class="highlight">
<pre><code class="language-html" data-lang="html"><span class="nt"><button</span> <span class="na">type=</span><span class="s">"button"</span> <span class="na">class=</span><span class="s">"btn btn-default"</span> <span class="na">data-toggle=</span><span class="s">"push"</span> <span class="na">data-target=</span><span class="s">"#sidebar"</span><span class="nt">></span>
<span class="nt"><span</span> <span class="na">class=</span><span class="s">"glyphicon glyphicon-hamburger-menu"</span><span class="nt">></span></span>
<span class="nt"><span</span> <span class="na">class=</span><span class="s">"sr-only"</span><span class="nt">></span>
Toggle navigation
<span class="nt"></span></span>
<span class="nt"></button></span></code></pre>
</div>
<h4 id="via-javascript">
Via javascript
</h1>
<p>
Vestibulum id ligula porta felis euismod semper. Morbi leo risus, porta ac consectetur ac, vestibulum at eros.
</p>
<div class="highlight">
<pre><code class="language-js" data-lang="js"><span class="nx">$</span><span class="p">(</span><span class="nb">document</span><span class="p">).</span><span class="nx">ready</span><span class="p">(</span><span class="kd">function</span><span class="p">()</span> <span class="p">{</span>
<span class="c1">// Call a push sidebar</span>
<span class="nx">$</span><span class="p">(</span><span class="s2">"[data-toggle=push]"</span><span class="p">).</span><span class="nx">push</span><span class="p">({</span>
<span class="c1">// Cras mattis consectetur purus sit amet fermentum.</span>
<span class="p">});</span>
<span class="p">});</span></code></pre>
</div>
<h1 id="options">
Options
</h1>
<p>
Options can be passed via data attributes or JavaScript. For data attributes, append the option name to <code>data-example="x"</code>. Here is a practical demonstration, on how to parse custom options. To your specific element: <code>data-duration="500"</code>
</p>
<div class="table-responsive">
<table class="table table-striped">
<thead>
<tr>
<th>Name</th>
<th>type</th>
<th>default</th>
<th>description</th>
</tr>
</thead>
<tbody>
<tr>
<td>easing</td>
<td>string</td>
<td>cubic-bezier(.2,.7,.5,1)</td>
<td>Easing method, used for the element when it (opens / closes).</td>
</tr>
<tr>
<td>duration</td>
<td>integer</td>
<td>300</td>
<td>Duration for an element to (open / close)</td>
</tr>
<tr>
<td>delay</td>
<td>integer</td>
<td>0</td>
<td>Delay before the element (opens / closes)</td>
</tr>
<tr>
<td>distance</td>
<td>integer</td>
<td>250</td>
<td>Distance an element (opens / closes)</td>
</tr>
<tr>
<td>antiScroll</td>
<td>boolean</td>
<td>true</td>
<td>Enable or disable Anti Scrolling (on the canvas element)</td>
</tr>
<tr>
<td>keyboard</td>
<td>boolean</td>
<td>true</td>
<td>Enable or disable keyboard closing (escape key to close the element)</td>
</tr>
<tr>
<td>overlay</td>
<td>boolean</td>
<td>true</td>
<td>Enable or disable a modal like overlay (outside the element).</td>
</tr>
<tr>
<td>canvas</td>
<td>string</td>
<td>#canvas</td>
<td>The canvas element covers, the pages content (except for the sidebar elements).</td>
</tr>
</tbody>
</table>
</div>
<h1 id="methods">
Methods
</h1>
<p>
Vestibulum id ligula porta felis euismod semper. Morbi leo risus, porta ac consectetur ac, vestibulum at eros.
</p>
<div class="highlight">
<pre><code class="language-js" data-lang="js"><span class="nx">$</span><span class="p">(</span><span class="nb">document</span><span class="p">).</span><span class="nx">ready</span><span class="p">(</span><span class="kd">function</span><span class="p">()</span> <span class="p">{</span>
<span class="c1">// Call a push sidebar</span>
<span class="nx">$</span><span class="p">(</span><span class="s2">"[data-toggle=push]"</span><span class="p">).</span><span class="nx">push</span><span class="p">({</span>
<span class="c1">// Cras mattis consectetur purus sit amet fermentum.</span>
<span class="p">});</span>
<span class="p">});</span></code></pre>
</div>
<h1 id="events">
Events
</h1>
<p>
Bootstrap's push class exposes a few events for hooking into offcanvas functionality.
</p>
<div class="table-responsive">
<table class="table table-striped">
<thead>
<tr>
<th>Event type</th>
<th>description</th>
</tr>
</thead>
<tbody>
<tr>
<td>open.bs.push</td>
<td>Trigger the open sequence.</td>
</tr>
<tr>
<td>opened.bs.push</td>
<td>Indicate that the opening sequence is complete.</td>
</tr>
<tr>
<td>close.bs.push</td>
<td>Trigger the close sequence.</td>
</tr>
<tr>
<td>closed.bs.push</td>
<td>Indicate that the closing sequence is complete.</td>
</tr>
<tr>
<td>click.bs.push</td>
<td>If the user clicks on the canvas element, call the close functionality.</td>
</tr>
<tr>
<td>keydown.bs.push</td>
<td>Add or remove keyboard functionality to close a sidebar, with a specified keypress.</td>
</tr>
<tr>
<td>touchmove.bs.push</td>
<td>Turn on or off the anti touch functionality for touch devices.</td>
</tr>
</tbody>
</table>
</div>
<a class="btn btn-primary docs-top" style="display: none" href="#canvas" title="Scroll to top">
<i class="glyphicon glyphicon-circle-arrow-up"></i>
</a>
</main>
<hr class="custom-divider" />
<!-- Footer content -->
<footer class="container" id="footer">
<section class="row">
<article class="col-sm-6">
<p>
Copyright © 2016
<a href="http://www.joakim.langeler.se/" target="_blank">
Joakim Langeler
</a>
</p>
</article>
<article class="col-sm-6">
<p>
The code is licensed under
<a href="https://github.com/twbs/bootstrap/blob/master/LICENSE" target="_blank" rel="license">
MIT
</a>
While the documentation is licensed under
<a href="https://creativecommons.org/licenses/by/3.0/" target="_blank" rel="license">
CC BY 3.0
</a>
</p>
</article>
</section>
</footer> <!-- /container -->
</section>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="./assets/js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="./assets/js/bootstrap.min.js"></script>
<!-- The push plugin JavaScript -->
<script src="./assets/js/push.js"></script>
<!-- Documentation JavaScript -->
<script src="./assets/js/docs.js"></script>
</body>
</html>