diff options
| author | Mark Otto <[email protected]> | 2015-08-04 22:29:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-04 22:29:45 -0700 |
| commit | 1ddc3f5e21d8a7df6fdec100c48c82aaf8751a83 (patch) | |
| tree | 9a9380632e1a113b1fe0f8aa72be25bfb0fd7fad /docs/examples | |
| parent | 8ee9da2f54bcf7da2fc599a93e2d53a78be3ce9f (diff) | |
| parent | ab412b2404d12a3c55d1c4b798bd42ef32e80fab (diff) | |
| download | bootstrap-1ddc3f5e21d8a7df6fdec100c48c82aaf8751a83.tar.xz bootstrap-1ddc3f5e21d8a7df6fdec100c48c82aaf8751a83.zip | |
Merge branch 'master' into v4m
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/blog/index.html | 1 | ||||
| -rw-r--r-- | docs/examples/carousel/index.html | 1 | ||||
| -rw-r--r-- | docs/examples/cover/index.html | 1 | ||||
| -rw-r--r-- | docs/examples/dashboard/index.html | 9 | ||||
| -rw-r--r-- | docs/examples/index.md | 2 | ||||
| -rw-r--r-- | docs/examples/jumbotron/index.html | 1 | ||||
| -rw-r--r-- | docs/examples/navbar/index.html | 1 | ||||
| -rw-r--r-- | docs/examples/offcanvas/index.html | 3 | ||||
| -rw-r--r-- | docs/examples/starter-template/index.html | 1 | ||||
| -rw-r--r-- | docs/examples/sticky-footer-navbar/index.html | 1 | ||||
| -rw-r--r-- | docs/examples/tooltip-viewport/index.html | 3 |
11 files changed, 20 insertions, 4 deletions
diff --git a/docs/examples/blog/index.html b/docs/examples/blog/index.html index 0ec3ae352..b1acf85ef 100644 --- a/docs/examples/blog/index.html +++ b/docs/examples/blog/index.html @@ -164,6 +164,7 @@ ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> + <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> <script src="../../dist/js/bootstrap.min.js"></script> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index cb87c16e7..54b28186e 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -178,6 +178,7 @@ ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> + <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> <script src="../../dist/js/bootstrap.min.js"></script> <!-- Just to make our placeholder images work. Don't actually copy the next line! --> <script src="../../assets/js/vendor/holder.min.js"></script> diff --git a/docs/examples/cover/index.html b/docs/examples/cover/index.html index e71f62768..e7c7539a9 100644 --- a/docs/examples/cover/index.html +++ b/docs/examples/cover/index.html @@ -64,6 +64,7 @@ ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> + <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> <script src="../../dist/js/bootstrap.min.js"></script> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> diff --git a/docs/examples/dashboard/index.html b/docs/examples/dashboard/index.html index 63cd79a19..68e8a3dd8 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -75,22 +75,22 @@ <div class="row placeholders"> <div class="col-xs-6 col-sm-3 placeholder"> - <img data-src="holder.js/200x200/auto/sky" class="img-responsive" alt="Generic placeholder thumbnail"> + <img src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" width="200" height="200" class="img-responsive" alt="Generic placeholder thumbnail"> <h4>Label</h4> <span class="text-muted">Something else</span> </div> <div class="col-xs-6 col-sm-3 placeholder"> - <img data-src="holder.js/200x200/auto/vine" class="img-responsive" alt="Generic placeholder thumbnail"> + <img src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" width="200" height="200" class="img-responsive" alt="Generic placeholder thumbnail"> <h4>Label</h4> <span class="text-muted">Something else</span> </div> <div class="col-xs-6 col-sm-3 placeholder"> - <img data-src="holder.js/200x200/auto/sky" class="img-responsive" alt="Generic placeholder thumbnail"> + <img src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" width="200" height="200" class="img-responsive" alt="Generic placeholder thumbnail"> <h4>Label</h4> <span class="text-muted">Something else</span> </div> <div class="col-xs-6 col-sm-3 placeholder"> - <img data-src="holder.js/200x200/auto/vine" class="img-responsive" alt="Generic placeholder thumbnail"> + <img src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" width="200" height="200" class="img-responsive" alt="Generic placeholder thumbnail"> <h4>Label</h4> <span class="text-muted">Something else</span> </div> @@ -232,6 +232,7 @@ ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> + <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> <script src="../../dist/js/bootstrap.min.js"></script> <!-- Just to make our placeholder images work. Don't actually copy the next line! --> <script src="../../assets/js/vendor/holder.min.js"></script> diff --git a/docs/examples/index.md b/docs/examples/index.md index 233b2430b..f18365c80 100644 --- a/docs/examples/index.md +++ b/docs/examples/index.md @@ -5,6 +5,8 @@ title: Examples Quickly get a project started with any of our examples ranging from using parts of the framework to custom components and layouts. +[Download the Bootstrap source code]({{ site.download.source }}) to snag these examples. + ## Framework Examples that focus on implementing uses of built-in components provided by Bootstrap. diff --git a/docs/examples/jumbotron/index.html b/docs/examples/jumbotron/index.html index 4326dc3d7..efc545bbc 100644 --- a/docs/examples/jumbotron/index.html +++ b/docs/examples/jumbotron/index.html @@ -79,6 +79,7 @@ ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> + <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> <script src="../../dist/js/bootstrap.min.js"></script> </body> </html> diff --git a/docs/examples/navbar/index.html b/docs/examples/navbar/index.html index 857e6a4f0..a7ddcd808 100644 --- a/docs/examples/navbar/index.html +++ b/docs/examples/navbar/index.html @@ -53,6 +53,7 @@ ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> + <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> <script src="../../dist/js/bootstrap.min.js"></script> </body> </html> diff --git a/docs/examples/offcanvas/index.html b/docs/examples/offcanvas/index.html index 9c2ac8cdc..5e963d0be 100644 --- a/docs/examples/offcanvas/index.html +++ b/docs/examples/offcanvas/index.html @@ -118,7 +118,10 @@ ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> + <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> <script src="../../dist/js/bootstrap.min.js"></script> + <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> + <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> <script src="offcanvas.js"></script> </body> </html> diff --git a/docs/examples/starter-template/index.html b/docs/examples/starter-template/index.html index 14a38cdee..84b3bdec6 100644 --- a/docs/examples/starter-template/index.html +++ b/docs/examples/starter-template/index.html @@ -52,6 +52,7 @@ ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> + <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> <script src="../../dist/js/bootstrap.min.js"></script> </body> </html> diff --git a/docs/examples/sticky-footer-navbar/index.html b/docs/examples/sticky-footer-navbar/index.html index 544585610..617626522 100644 --- a/docs/examples/sticky-footer-navbar/index.html +++ b/docs/examples/sticky-footer-navbar/index.html @@ -77,6 +77,7 @@ ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> + <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> <script src="../../dist/js/bootstrap.min.js"></script> </body> </html> diff --git a/docs/examples/tooltip-viewport/index.html b/docs/examples/tooltip-viewport/index.html index c47769bf1..e5773948c 100644 --- a/docs/examples/tooltip-viewport/index.html +++ b/docs/examples/tooltip-viewport/index.html @@ -43,7 +43,10 @@ ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> + <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> <script src="../../dist/js/bootstrap.min.js"></script> + <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> + <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> <script src="tooltip-viewport.js"></script> </body> </html> |
