diff options
| author | William Ghelfi <[email protected]> | 2013-05-06 15:58:04 +0200 |
|---|---|---|
| committer | William Ghelfi <[email protected]> | 2013-05-06 15:58:18 +0200 |
| commit | 01d0cf22abb5345548b01e2e48310057d234b234 (patch) | |
| tree | 6e92b2e0634831ed2fb1960bbc31afe0e393ac69 /docs/docs.html | |
| parent | 716c869b899012db358c8e73456993a8864e9e22 (diff) | |
| download | bootstrap-01d0cf22abb5345548b01e2e48310057d234b234.tar.xz bootstrap-01d0cf22abb5345548b01e2e48310057d234b234.zip | |
add offcanvas layout example based on bradfrost/this-is-responsive
Diffstat (limited to 'docs/docs.html')
| -rw-r--r-- | docs/docs.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/docs.html b/docs/docs.html index 346725215..f02f75fb5 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -208,6 +208,13 @@ title: Bootstrap Documentation <h4>Fixed top navbar</h4> <p>Basic template for showcasing the fixed navbar variation.</p> </div> + <div class="col col-lg-4"> + <a class="thumbnail" href="/examples/offcanvas/" target="_blank"> + <img src="/assets/img/examples/bootstrap-example-offcanvas.png" alt=""> + </a> + <h4>Offcanvas layout</h4> + <p>An offcanvas layout based on <a href="https://github.com/bradfrost/this-is-responsive/blob/gh-pages/patterns/layout-offcanvas-right.html" target="_blank">This Is Responsive</a> by <a href="https://github.com/bradfrost" target="_blank">Brad Frost</a>.</p> + </div> </div> </div> |
