1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-01 07:46:47 +02:00

Merge branch 'offcanvas-example' of https://github.com/trumbitta/bootstrap into trumbitta-offcanvas-example

This commit is contained in:
Mark Otto
2013-06-19 19:13:38 -07:00
5 changed files with 306 additions and 0 deletions

View File

@@ -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>