Commit a24e47b5 authored by Mark Otto's avatar Mark Otto
Browse files

Update the examples index:

* Retina ready screenshots
* Added screenshot and link to justified nav example (previously unlinked marketing-alternate.html)
parent 43d13076
Showing with 27 additions and 6 deletions
+27 -6
......@@ -552,6 +552,9 @@ h2 + .row {
/* Example page
------------------------- */
.bootstrap-examples h4 {
margin: 10px 0 5px;
}
.bootstrap-examples p {
font-size: 13px;
line-height: 18px;
......
docs/assets/img/examples/bootstrap-example-carousel.png

52.6 KB | W: | H:

docs/assets/img/examples/bootstrap-example-carousel.png

332 KB | W: | H:

docs/assets/img/examples/bootstrap-example-carousel.png
docs/assets/img/examples/bootstrap-example-carousel.png
docs/assets/img/examples/bootstrap-example-carousel.png
docs/assets/img/examples/bootstrap-example-carousel.png
  • 2-up
  • Swipe
  • Onion skin
docs/assets/img/examples/bootstrap-example-fluid.jpg

22.9 KB

docs/assets/img/examples/bootstrap-example-fluid.png

204 KB

docs/assets/img/examples/bootstrap-example-hero.jpg

19.3 KB

docs/assets/img/examples/bootstrap-example-justified-nav.png

133 KB

docs/assets/img/examples/bootstrap-example-marketing-narrow.png

21.4 KB | W: | H:

docs/assets/img/examples/bootstrap-example-marketing-narrow.png

115 KB | W: | H:

docs/assets/img/examples/bootstrap-example-marketing-narrow.png
docs/assets/img/examples/bootstrap-example-marketing-narrow.png
docs/assets/img/examples/bootstrap-example-marketing-narrow.png
docs/assets/img/examples/bootstrap-example-marketing-narrow.png
  • 2-up
  • Swipe
  • Onion skin
docs/assets/img/examples/bootstrap-example-marketing.png

131 KB

docs/assets/img/examples/bootstrap-example-signin.png

4.1 KB | W: | H:

docs/assets/img/examples/bootstrap-example-signin.png

21.5 KB | W: | H:

docs/assets/img/examples/bootstrap-example-signin.png
docs/assets/img/examples/bootstrap-example-signin.png
docs/assets/img/examples/bootstrap-example-signin.png
docs/assets/img/examples/bootstrap-example-signin.png
  • 2-up
  • Swipe
  • Onion skin
docs/assets/img/examples/bootstrap-example-starter.jpg

5.45 KB

docs/assets/img/examples/bootstrap-example-starter.png

35.3 KB

docs/assets/img/examples/bootstrap-example-sticky-footer.png

9.52 KB | W: | H:

docs/assets/img/examples/bootstrap-example-sticky-footer.png

30.1 KB | W: | H:

docs/assets/img/examples/bootstrap-example-sticky-footer.png
docs/assets/img/examples/bootstrap-example-sticky-footer.png
docs/assets/img/examples/bootstrap-example-sticky-footer.png
docs/assets/img/examples/bootstrap-example-sticky-footer.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -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="">
......
......@@ -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="">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment