mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01:00
move examples index again, clean up nav
This commit is contained in:
parent
af30e237c7
commit
8fdac3d3a2
@ -115,6 +115,7 @@
|
|||||||
|
|
||||||
- title: Examples
|
- title: Examples
|
||||||
pages:
|
pages:
|
||||||
|
- title: Overview
|
||||||
- title: Starter template
|
- title: Starter template
|
||||||
- title: Grids
|
- title: Grids
|
||||||
- title: Jumbotron
|
- title: Jumbotron
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: default
|
||||||
title: Examples
|
title: Examples
|
||||||
---
|
---
|
||||||
|
|
||||||
Build on the basic template above with Bootstrap's many components. We encourage you to customize and adapt Bootstrap to suit your individual project's needs.
|
|
||||||
|
|
||||||
### Framework
|
### Framework
|
||||||
|
|
||||||
|
Examples that focus on implementing uses of built-in components provided by Bootstrap.
|
||||||
|
|
||||||
<div class="row bs-examples">
|
<div class="row bs-examples">
|
||||||
<div class="col-xs-6 col-md-4">
|
<div class="col-xs-6 col-md-4">
|
||||||
<a href="{{ site.baseurl }}examples/starter-template/">
|
<a href="{{ site.baseurl }}examples/starter-template/">
|
||||||
@ -42,6 +42,8 @@ Build on the basic template above with Bootstrap's many components. We encourage
|
|||||||
|
|
||||||
### Navbars
|
### Navbars
|
||||||
|
|
||||||
|
Taking the default navbar component and showing how it can be moved, placed, and extended.
|
||||||
|
|
||||||
<div class="row bs-examples">
|
<div class="row bs-examples">
|
||||||
<div class="col-xs-6 col-md-4">
|
<div class="col-xs-6 col-md-4">
|
||||||
<a href="{{ site.baseurl }}examples/navbar/">
|
<a href="{{ site.baseurl }}examples/navbar/">
|
||||||
@ -68,7 +70,10 @@ Build on the basic template above with Bootstrap's many components. We encourage
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3 id="examples-custom">Custom components</h3>
|
### Custom components
|
||||||
|
|
||||||
|
Brand new components and templates to help folks quickly get started with Bootstrap and demonstrate best practices for adding onto the framework.
|
||||||
|
|
||||||
<div class="row bs-examples">
|
<div class="row bs-examples">
|
||||||
<div class="col-xs-6 col-md-4">
|
<div class="col-xs-6 col-md-4">
|
||||||
<a href="{{ site.baseurl }}examples/cover/">
|
<a href="{{ site.baseurl }}examples/cover/">
|
||||||
@ -136,6 +141,8 @@ Build on the basic template above with Bootstrap's many components. We encourage
|
|||||||
|
|
||||||
### Experiments
|
### Experiments
|
||||||
|
|
||||||
|
Examples that focus on future-friendly features or techniques.
|
||||||
|
|
||||||
<div class="row bs-examples">
|
<div class="row bs-examples">
|
||||||
<div class="col-xs-6 col-md-4">
|
<div class="col-xs-6 col-md-4">
|
||||||
<a href="{{ site.baseurl }}examples/offcanvas/">
|
<a href="{{ site.baseurl }}examples/offcanvas/">
|
Loading…
x
Reference in New Issue
Block a user