diff options
| author | William Ghelfi <[email protected]> | 2013-05-06 15:58:04 +0200 |
|---|---|---|
| committer | William Ghelfi <[email protected]> | 2013-05-08 14:25:37 +0200 |
| commit | 9013ff002adcf2f7a3bfe2d60329649fc159204a (patch) | |
| tree | 689c22a3f83954a572d4231e4d0e37605adc94e1 /docs/docs.html | |
| parent | f03d3371513640724a88febc531f790947f68cf3 (diff) | |
| download | bootstrap-9013ff002adcf2f7a3bfe2d60329649fc159204a.tar.xz bootstrap-9013ff002adcf2f7a3bfe2d60329649fc159204a.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 f3370dfbd..3e4fdeb22 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> |
