mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
link the new navbar examples
This commit is contained in:
parent
95fbbdd550
commit
5c9bcb72fb
@ -52,6 +52,17 @@ Build on the basic template above with Bootstrap's many components. We encourage
|
||||
### Navbars
|
||||
|
||||
<div class="row bs-examples">
|
||||
<div class="col-xs-6 col-md-4">
|
||||
<a href="{{ site.baseurl }}examples/navbar-top/">
|
||||
<h4>New top navbar</h4>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xs-6 col-md-4">
|
||||
<a href="{{ site.baseurl }}examples/navbar-top-fixed/">
|
||||
<h4>New fixed top navbar</h4>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="col-xs-6 col-md-4">
|
||||
<a href="{{ site.baseurl }}examples/navbar/">
|
||||
<img class="img-thumbnail" src="{{ site.baseurl }}examples/screenshots/navbar.jpg" alt="">
|
||||
|
Loading…
Reference in New Issue
Block a user