]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add new example thumbnails; update links to point to new windows
authorMark Otto <otto@github.com>
Tue, 26 Feb 2013 08:56:06 +0000 (00:56 -0800)
committerMark Otto <otto@github.com>
Tue, 26 Feb 2013 08:56:06 +0000 (00:56 -0800)
docs/assets/img/examples/bootstrap-example-navbar-fixed-top.png [new file with mode: 0644]
docs/assets/img/examples/bootstrap-example-navbar-static-top.png [new file with mode: 0644]
docs/assets/img/examples/bootstrap-example-navbar.png [new file with mode: 0644]
docs/getting-started.html

diff --git a/docs/assets/img/examples/bootstrap-example-navbar-fixed-top.png b/docs/assets/img/examples/bootstrap-example-navbar-fixed-top.png
new file mode 100644 (file)
index 0000000..30bfebf
Binary files /dev/null and b/docs/assets/img/examples/bootstrap-example-navbar-fixed-top.png differ
diff --git a/docs/assets/img/examples/bootstrap-example-navbar-static-top.png b/docs/assets/img/examples/bootstrap-example-navbar-static-top.png
new file mode 100644 (file)
index 0000000..a965782
Binary files /dev/null and b/docs/assets/img/examples/bootstrap-example-navbar-static-top.png differ
diff --git a/docs/assets/img/examples/bootstrap-example-navbar.png b/docs/assets/img/examples/bootstrap-example-navbar.png
new file mode 100644 (file)
index 0000000..dd1f7df
Binary files /dev/null and b/docs/assets/img/examples/bootstrap-example-navbar.png differ
index 46ec820ed9deb9ee4b07ee6dc76151899f91526c..e8cecc2fc3dd978a1690e03cf82d5363b65a6b3f 100644 (file)
@@ -175,56 +175,56 @@ description: Overview of the project, its contents, and how to get started with
         <p class="lead">Move beyond the base template with a few example layouts. We encourage folks to iterate on these examples and not simply use them as an end result.</p>
         <div class="row bs-docs-examples">
           <div class="span4">
-            <a class="thumbnail" href="/examples/starter-template/">
+            <a class="thumbnail" href="/examples/starter-template/" target="_blank">
               <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>
           </div>
           <div class="span4">
-            <a class="thumbnail" href="/examples/jumbotron/">
+            <a class="thumbnail" href="/examples/jumbotron/" target="_blank">
               <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>
           </div>
           <div class="span4">
-            <a class="thumbnail" href="/examples/jumbotron-narrow/">
+            <a class="thumbnail" href="/examples/jumbotron-narrow/" target="_blank">
               <img src="/assets/img/examples/bootstrap-example-jumbotron-narrow.png" alt="">
             </a>
             <h4>Narrow marketing</h4>
             <p>Slim, lightweight marketing template for small projects or teams.</p>
           </div>
           <div class="span4">
-            <a class="thumbnail" href="/examples/justified-nav/">
+            <a class="thumbnail" href="/examples/justified-nav/" target="_blank">
               <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>
           </div>
           <div class="span4">
-            <a class="thumbnail" href="/examples/signin/">
+            <a class="thumbnail" href="/examples/signin/" target="_blank">
               <img src="/assets/img/examples/bootstrap-example-signin.png" alt="">
             </a>
             <h4>Sign in</h4>
             <p>Barebones sign in form with custom, larger form controls and a flexible layout.</p>
           </div>
           <div class="span4">
-            <a class="thumbnail" href="/examples/sticky-footer/">
+            <a class="thumbnail" href="/examples/sticky-footer/" target="_blank">
               <img src="/assets/img/examples/bootstrap-example-sticky-footer.png" alt="">
             </a>
             <h4>Sticky footer</h4>
             <p>Pin a fixed-height footer to the bottom of the user's viewport.</p>
           </div>
           <div class="span4">
-            <a class="thumbnail" href="/examples/sticky-footer-navbar/">
+            <a class="thumbnail" href="/examples/sticky-footer-navbar/" target="_blank">
               <img src="/assets/img/examples/bootstrap-example-sticky-footer-navbar.png" alt="">
             </a>
             <h4>Sticky footer w/ navbar</h4>
             <p>Add a fixed navbar to the default sticky footer template.</p>
           </div>
           <div class="span4">
-            <a class="thumbnail" href="/examples/carousel/">
+            <a class="thumbnail" href="/examples/carousel/" target="_blank">
               <img src="/assets/img/examples/bootstrap-example-carousel.png" alt="">
             </a>
             <h4>Carousel jumbotron</h4>
@@ -233,28 +233,28 @@ description: Overview of the project, its contents, and how to get started with
 
 
           <div class="span4">
-            <a class="thumbnail" href="/examples/navbar/">
-              <img src="/assets/img/examples/bootstrap-example-.png" alt="">
+            <a class="thumbnail" href="/examples/navbar/" target="_blank">
+              <img src="/assets/img/examples/bootstrap-example-navbar.png" alt="">
             </a>
             <h4>Navbar</h4>
-            <p></p>
+            <p>Basic template for showcasing how the navbar works.</p>
           </div>
           <div class="span4">
-            <a class="thumbnail" href="/examples/navbar-static-top/">
-              <img src="/assets/img/examples/bootstrap-example-.png" alt="">
+            <a class="thumbnail" href="/examples/navbar-static-top/" target="_blank">
+              <img src="/assets/img/examples/bootstrap-example-navbar-static-top.png" alt="">
             </a>
             <h4>Static top navbar</h4>
-            <p></p>
+            <p>Basic template for showcasing the static navbar variation.</p>
           </div>
           <div class="span4">
-            <a class="thumbnail" href="/examples/navbar-fixed-top/">
-              <img src="/assets/img/examples/bootstrap-example-.png" alt="">
+            <a class="thumbnail" href="/examples/navbar-fixed-top/" target="_blank">
+              <img src="/assets/img/examples/bootstrap-example-navbar-fixed-top.png" alt="">
             </a>
             <h4>Fixed top navbar</h4>
-            <p></p>
+            <p>Basic template for showcasing the fixed navbar variation.</p>
           </div>
           <div class="span4">
-            <a class="thumbnail" href="/examples/grid/">
+            <a class="thumbnail" href="/examples/grid/" target="_blank">
               <img src="/assets/img/examples/bootstrap-example-.png" alt="">
             </a>
             <h4>Grid examples</h4>