diff options
| author | Mark Otto <[email protected]> | 2012-12-20 15:08:05 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-20 15:08:05 -0800 |
| commit | a24e47b5b81a216bcb1bb786b359c7000759c5dc (patch) | |
| tree | 1ed32ed7beb0f722599b224652dd10bb1af0d0fb | |
| parent | 43d130762be1b3124baafc5953e552934cb1dfd7 (diff) | |
| download | bootstrap-a24e47b5b81a216bcb1bb786b359c7000759c5dc.tar.xz bootstrap-a24e47b5b81a216bcb1bb786b359c7000759c5dc.zip | |
Update the examples index:
* Retina ready screenshots
* Added screenshot and link to justified nav example (previously unlinked marketing-alternate.html)
14 files changed, 27 insertions, 6 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index c7bddd45a..114241404 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -552,6 +552,9 @@ h2 + .row { /* Example page ------------------------- */ +.bootstrap-examples h4 { + margin: 10px 0 5px; +} .bootstrap-examples p { font-size: 13px; line-height: 18px; diff --git a/docs/assets/img/examples/bootstrap-example-carousel.png b/docs/assets/img/examples/bootstrap-example-carousel.png Binary files differindex a2f668abe..725fe07b9 100644 --- a/docs/assets/img/examples/bootstrap-example-carousel.png +++ b/docs/assets/img/examples/bootstrap-example-carousel.png diff --git a/docs/assets/img/examples/bootstrap-example-fluid.jpg b/docs/assets/img/examples/bootstrap-example-fluid.jpg Binary files differdeleted file mode 100644 index d616ba001..000000000 --- a/docs/assets/img/examples/bootstrap-example-fluid.jpg +++ /dev/null diff --git a/docs/assets/img/examples/bootstrap-example-fluid.png b/docs/assets/img/examples/bootstrap-example-fluid.png Binary files differnew file mode 100644 index 000000000..5f49a332f --- /dev/null +++ b/docs/assets/img/examples/bootstrap-example-fluid.png diff --git a/docs/assets/img/examples/bootstrap-example-hero.jpg b/docs/assets/img/examples/bootstrap-example-hero.jpg Binary files differdeleted file mode 100644 index a9662d2b4..000000000 --- a/docs/assets/img/examples/bootstrap-example-hero.jpg +++ /dev/null diff --git a/docs/assets/img/examples/bootstrap-example-justified-nav.png b/docs/assets/img/examples/bootstrap-example-justified-nav.png Binary files differnew file mode 100644 index 000000000..3d1e23389 --- /dev/null +++ b/docs/assets/img/examples/bootstrap-example-justified-nav.png diff --git a/docs/assets/img/examples/bootstrap-example-marketing-narrow.png b/docs/assets/img/examples/bootstrap-example-marketing-narrow.png Binary files differindex a7ac9ef98..4bca8cdaf 100644 --- a/docs/assets/img/examples/bootstrap-example-marketing-narrow.png +++ b/docs/assets/img/examples/bootstrap-example-marketing-narrow.png diff --git a/docs/assets/img/examples/bootstrap-example-marketing.png b/docs/assets/img/examples/bootstrap-example-marketing.png Binary files differnew file mode 100644 index 000000000..206e26e34 --- /dev/null +++ b/docs/assets/img/examples/bootstrap-example-marketing.png diff --git a/docs/assets/img/examples/bootstrap-example-signin.png b/docs/assets/img/examples/bootstrap-example-signin.png Binary files differindex 39210096b..b649a985d 100644 --- a/docs/assets/img/examples/bootstrap-example-signin.png +++ b/docs/assets/img/examples/bootstrap-example-signin.png diff --git a/docs/assets/img/examples/bootstrap-example-starter.jpg b/docs/assets/img/examples/bootstrap-example-starter.jpg Binary files differdeleted file mode 100644 index 3b1cbf9e7..000000000 --- a/docs/assets/img/examples/bootstrap-example-starter.jpg +++ /dev/null diff --git a/docs/assets/img/examples/bootstrap-example-starter.png b/docs/assets/img/examples/bootstrap-example-starter.png Binary files differnew file mode 100644 index 000000000..1bf4b85ec --- /dev/null +++ b/docs/assets/img/examples/bootstrap-example-starter.png diff --git a/docs/assets/img/examples/bootstrap-example-sticky-footer.png b/docs/assets/img/examples/bootstrap-example-sticky-footer.png Binary files differindex c2255044d..fb80e7b92 100644 --- a/docs/assets/img/examples/bootstrap-example-sticky-footer.png +++ b/docs/assets/img/examples/bootstrap-example-sticky-footer.png diff --git a/docs/getting-started.html b/docs/getting-started.html index cc6e0b71c..116d020e5 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -243,21 +243,21 @@ <ul class="thumbnails bootstrap-examples"> <li class="span3"> <a class="thumbnail" href="examples/starter-template.html"> - <img src="assets/img/examples/bootstrap-example-starter.jpg" alt=""> + <img src="assets/img/examples/bootstrap-example-starter.png" alt=""> </a> <h4>Starter template</h4> <p>A barebones HTML document with all the Bootstrap CSS and JavaScript included.</p> </li> <li class="span3"> <a class="thumbnail" href="examples/hero.html"> - <img src="assets/img/examples/bootstrap-example-hero.jpg" alt=""> + <img src="assets/img/examples/bootstrap-example-marketing.png" alt=""> </a> <h4>Basic marketing site</h4> <p>Featuring a hero unit for a primary message and three supporting elements.</p> </li> <li class="span3"> <a class="thumbnail" href="examples/fluid.html"> - <img src="assets/img/examples/bootstrap-example-fluid.jpg" alt=""> + <img src="assets/img/examples/bootstrap-example-fluid.png" alt=""> </a> <h4>Fluid layout</h4> <p>Uses our new responsive, fluid grid system to create a seamless liquid layout.</p> @@ -270,6 +270,15 @@ <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=""> + </a> + <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=""> diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache index 2eec7ff76..ae6f5e690 100644 --- a/docs/templates/pages/getting-started.mustache +++ b/docs/templates/pages/getting-started.mustache @@ -172,21 +172,21 @@ <ul class="thumbnails bootstrap-examples"> <li class="span3"> <a class="thumbnail" href="examples/starter-template.html"> - <img src="assets/img/examples/bootstrap-example-starter.jpg" alt=""> + <img src="assets/img/examples/bootstrap-example-starter.png" alt=""> </a> <h4>{{_i}}Starter template{{/i}}</h4> <p>{{_i}}A barebones HTML document with all the Bootstrap CSS and JavaScript included.{{/i}}</p> </li> <li class="span3"> <a class="thumbnail" href="examples/hero.html"> - <img src="assets/img/examples/bootstrap-example-hero.jpg" alt=""> + <img src="assets/img/examples/bootstrap-example-marketing.png" alt=""> </a> <h4>{{_i}}Basic marketing site{{/i}}</h4> <p>{{_i}}Featuring a hero unit for a primary message and three supporting elements.{{/i}}</p> </li> <li class="span3"> <a class="thumbnail" href="examples/fluid.html"> - <img src="assets/img/examples/bootstrap-example-fluid.jpg" alt=""> + <img src="assets/img/examples/bootstrap-example-fluid.png" alt=""> </a> <h4>{{_i}}Fluid layout{{/i}}</h4> <p>{{_i}}Uses our new responsive, fluid grid system to create a seamless liquid layout.{{/i}}</p> @@ -199,6 +199,15 @@ <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=""> + </a> + <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=""> |
