diff options
| author | Mark Otto <[email protected]> | 2012-12-20 20:27:07 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-20 20:27:07 -0800 |
| commit | c1e82732cf4c87e0e73458feaf3b7c76e1ea489e (patch) | |
| tree | d58c6bf367364a25167c511340cfc0d7a50f514a | |
| parent | a24e47b5b81a216bcb1bb786b359c7000759c5dc (diff) | |
| download | bootstrap-c1e82732cf4c87e0e73458feaf3b7c76e1ea489e.tar.xz bootstrap-c1e82732cf4c87e0e73458feaf3b7c76e1ea489e.zip | |
Update new example name and links
| -rw-r--r-- | docs/examples/justified-nav.html (renamed from docs/examples/marketing-alternate.html) | 0 | ||||
| -rw-r--r-- | docs/getting-started.html | 4 | ||||
| -rw-r--r-- | docs/templates/pages/getting-started.mustache | 4 |
3 files changed, 2 insertions, 6 deletions
diff --git a/docs/examples/marketing-alternate.html b/docs/examples/justified-nav.html index 18135c9aa..18135c9aa 100644 --- a/docs/examples/marketing-alternate.html +++ b/docs/examples/justified-nav.html diff --git a/docs/getting-started.html b/docs/getting-started.html index 116d020e5..a26a68c70 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -270,7 +270,6 @@ <h4>Narrow marketing</h4> <p>Slim, lightweight marketing template for small projects or teams.</p> </li> - <li class="span3"> <a class="thumbnail" href="examples/justified-nav.html"> <img src="assets/img/examples/bootstrap-example-justified-nav.png" alt=""> @@ -278,7 +277,6 @@ <h4>Justified nav</h4> <p>Marketing page with equal-width navigation links in a modified navbar.</p> </li> - <li class="span3"> <a class="thumbnail" href="examples/signin.html"> <img src="assets/img/examples/bootstrap-example-signin.png" alt=""> @@ -286,6 +284,7 @@ <h4>Sign in</h4> <p>Barebones sign in form with custom, larger form controls and a flexible layout.</p> </li> + <li class="span3"> <a class="thumbnail" href="examples/sticky-footer.html"> <img src="assets/img/examples/bootstrap-example-sticky-footer.png" alt=""> @@ -293,7 +292,6 @@ <h4>Sticky footer</h4> <p>Pin a fixed-height footer to the bottom of the user's viewport.</p> </li> - <li class="span3"> <a class="thumbnail" href="examples/carousel.html"> <img src="assets/img/examples/bootstrap-example-carousel.png" alt=""> diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache index ae6f5e690..60645f25b 100644 --- a/docs/templates/pages/getting-started.mustache +++ b/docs/templates/pages/getting-started.mustache @@ -199,7 +199,6 @@ <h4>{{_i}}Narrow marketing{{/i}}</h4> <p>{{_i}}Slim, lightweight marketing template for small projects or teams.{{/i}}</p> </li> - <li class="span3"> <a class="thumbnail" href="examples/justified-nav.html"> <img src="assets/img/examples/bootstrap-example-justified-nav.png" alt=""> @@ -207,7 +206,6 @@ <h4>{{_i}}Justified nav{{/i}}</h4> <p>{{_i}}Marketing page with equal-width navigation links in a modified navbar.{{/i}}</p> </li> - <li class="span3"> <a class="thumbnail" href="examples/signin.html"> <img src="assets/img/examples/bootstrap-example-signin.png" alt=""> @@ -215,6 +213,7 @@ <h4>{{_i}}Sign in{{/i}}</h4> <p>{{_i}}Barebones sign in form with custom, larger form controls and a flexible layout.{{/i}}</p> </li> + <li class="span3"> <a class="thumbnail" href="examples/sticky-footer.html"> <img src="assets/img/examples/bootstrap-example-sticky-footer.png" alt=""> @@ -222,7 +221,6 @@ <h4>{{_i}}Sticky footer{{/i}}</h4> <p>{{_i}}Pin a fixed-height footer to the bottom of the user's viewport.{{/i}}</p> </li> - <li class="span3"> <a class="thumbnail" href="examples/carousel.html"> <img src="assets/img/examples/bootstrap-example-carousel.png" alt=""> |
