From c1e82732cf4c87e0e73458feaf3b7c76e1ea489e Mon Sep 17 00:00:00 2001 From: Mark Otto <otto@github.com> Date: Thu, 20 Dec 2012 20:27:07 -0800 Subject: [PATCH] Update new example name and links --- .../examples/{marketing-alternate.html => justified-nav.html} | 0 docs/getting-started.html | 4 +--- docs/templates/pages/getting-started.mustache | 4 +--- 3 files changed, 2 insertions(+), 6 deletions(-) rename docs/examples/{marketing-alternate.html => justified-nav.html} (100%) diff --git a/docs/examples/marketing-alternate.html b/docs/examples/justified-nav.html similarity index 100% rename from docs/examples/marketing-alternate.html rename to docs/examples/justified-nav.html diff --git a/docs/getting-started.html b/docs/getting-started.html index 116d020e5d..a26a68c700 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 ae6f5e690d..60645f25b0 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=""> -- GitLab