aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorfat <[email protected]>2013-08-17 15:49:27 -0700
committerfat <[email protected]>2013-08-17 15:49:27 -0700
commit8b5314096f1bd30577d09aea2095bc5c5504a784 (patch)
tree7aa4e740bb9b0876e26d34027d9aaf8b97bf2a09 /examples
parent1d53dd31f5a6c9be04177e251756909847e6fc0a (diff)
parent663673438845b0bdb4f951ece7c6eabb2d51d065 (diff)
downloadbootstrap-8b5314096f1bd30577d09aea2095bc5c5504a784.tar.xz
bootstrap-8b5314096f1bd30577d09aea2095bc5c5504a784.zip
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Diffstat (limited to 'examples')
-rw-r--r--examples/non-responsive/index.html47
-rw-r--r--examples/non-responsive/non-responsive.css13
-rw-r--r--examples/screenshots/carousel.jpgbin142210 -> 82379 bytes
-rw-r--r--examples/screenshots/grid.jpgbin162322 -> 100105 bytes
-rw-r--r--examples/screenshots/jumbotron-narrow.jpgbin122875 -> 68675 bytes
-rw-r--r--examples/screenshots/jumbotron.jpgbin139193 -> 78565 bytes
-rw-r--r--examples/screenshots/justified-nav.jpgbin141141 -> 79170 bytes
-rw-r--r--examples/screenshots/navbar-fixed.jpgbin64181 -> 38093 bytes
-rw-r--r--examples/screenshots/navbar-static.jpgbin65464 -> 39712 bytes
-rw-r--r--examples/screenshots/navbar.jpgbin69340 -> 41029 bytes
-rw-r--r--examples/screenshots/non-responsive.jpgbin0 -> 43926 bytes
-rw-r--r--examples/screenshots/offcanvas.jpgbin202908 -> 112583 bytes
-rw-r--r--examples/screenshots/sign-in.jpgbin24724 -> 13648 bytes
-rw-r--r--examples/screenshots/starter-template.jpgbin38764 -> 22620 bytes
-rw-r--r--examples/screenshots/sticky-footer-navbar.jpgbin71177 -> 39387 bytes
-rw-r--r--examples/screenshots/sticky-footer.jpgbin42344 -> 25056 bytes
16 files changed, 60 insertions, 0 deletions
diff --git a/examples/non-responsive/index.html b/examples/non-responsive/index.html
new file mode 100644
index 000000000..35f16cddf
--- /dev/null
+++ b/examples/non-responsive/index.html
@@ -0,0 +1,47 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <meta name="description" content="">
+ <meta name="author" content="">
+
+ <!-- Note there is no responsive meta tag here -->
+
+ <link rel="shortcut icon" href="../../assets/ico/favicon.png">
+
+ <title>Non-responsive Template for Bootstrap</title>
+
+ <!-- Bootstrap core CSS -->
+ <link href="../../dist/css/bootstrap.css" rel="stylesheet">
+
+ <!-- Custom styles for this template -->
+ <link href="non-responsive.css" rel="stylesheet">
+ </head>
+
+ <body>
+ <div class="container">
+
+ <div class="page-header">
+ <h1>Non-responsive Bootstrap</h1>
+ <p class="lead">Disable the responsiveness of Bootstrap by fixing the width of the container and using the first grid system tier.</p>
+ </div>
+
+ <h3>What changes</h3>
+ <p>Note the lack of the <code>&lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;</code>, which disables the zooming aspect of sites in mobile devices. In addition, we reset our container's width and are basically good to go.</p>
+
+ <h3>Non-responsive grid system</h3>
+ <div class="row">
+ <div class="col-xs-4">One third</div>
+ <div class="col-xs-4">One third</div>
+ <div class="col-xs-4">One third</div>
+ </div>
+
+ </div> <!-- /container -->
+
+
+ <!-- Bootstrap core JavaScript
+ ================================================== -->
+ <!-- Placed at the end of the document so the pages load faster -->
+ <script src="../../assets/js/respond.min.js"></script>
+ </body>
+</html>
diff --git a/examples/non-responsive/non-responsive.css b/examples/non-responsive/non-responsive.css
new file mode 100644
index 000000000..2864ca1c5
--- /dev/null
+++ b/examples/non-responsive/non-responsive.css
@@ -0,0 +1,13 @@
+.container {
+ max-width: none !important;
+ width: 970px;
+}
+
+.col-xs-4 {
+ padding-top: 15px;
+ padding-bottom: 15px;
+ background-color: #eee;
+ border: 1px solid #ddd;
+ background-color: rgba(86,61,124,.15);
+ border: 1px solid rgba(86,61,124,.2);
+}
diff --git a/examples/screenshots/carousel.jpg b/examples/screenshots/carousel.jpg
index 8c545c100..a63a1ba9d 100644
--- a/examples/screenshots/carousel.jpg
+++ b/examples/screenshots/carousel.jpg
Binary files differ
diff --git a/examples/screenshots/grid.jpg b/examples/screenshots/grid.jpg
index 5aafbf478..2407cf293 100644
--- a/examples/screenshots/grid.jpg
+++ b/examples/screenshots/grid.jpg
Binary files differ
diff --git a/examples/screenshots/jumbotron-narrow.jpg b/examples/screenshots/jumbotron-narrow.jpg
index e9338b777..915d10f4c 100644
--- a/examples/screenshots/jumbotron-narrow.jpg
+++ b/examples/screenshots/jumbotron-narrow.jpg
Binary files differ
diff --git a/examples/screenshots/jumbotron.jpg b/examples/screenshots/jumbotron.jpg
index bb996135b..aacbf8d34 100644
--- a/examples/screenshots/jumbotron.jpg
+++ b/examples/screenshots/jumbotron.jpg
Binary files differ
diff --git a/examples/screenshots/justified-nav.jpg b/examples/screenshots/justified-nav.jpg
index 01689c3ca..5f57923e6 100644
--- a/examples/screenshots/justified-nav.jpg
+++ b/examples/screenshots/justified-nav.jpg
Binary files differ
diff --git a/examples/screenshots/navbar-fixed.jpg b/examples/screenshots/navbar-fixed.jpg
index cac325f41..16a03b0bc 100644
--- a/examples/screenshots/navbar-fixed.jpg
+++ b/examples/screenshots/navbar-fixed.jpg
Binary files differ
diff --git a/examples/screenshots/navbar-static.jpg b/examples/screenshots/navbar-static.jpg
index 460624b63..8fe3529fb 100644
--- a/examples/screenshots/navbar-static.jpg
+++ b/examples/screenshots/navbar-static.jpg
Binary files differ
diff --git a/examples/screenshots/navbar.jpg b/examples/screenshots/navbar.jpg
index 3bd2fe688..3120c507a 100644
--- a/examples/screenshots/navbar.jpg
+++ b/examples/screenshots/navbar.jpg
Binary files differ
diff --git a/examples/screenshots/non-responsive.jpg b/examples/screenshots/non-responsive.jpg
new file mode 100644
index 000000000..7642d8a34
--- /dev/null
+++ b/examples/screenshots/non-responsive.jpg
Binary files differ
diff --git a/examples/screenshots/offcanvas.jpg b/examples/screenshots/offcanvas.jpg
index e19850740..76b7d6702 100644
--- a/examples/screenshots/offcanvas.jpg
+++ b/examples/screenshots/offcanvas.jpg
Binary files differ
diff --git a/examples/screenshots/sign-in.jpg b/examples/screenshots/sign-in.jpg
index 6d5504e68..4191c33b8 100644
--- a/examples/screenshots/sign-in.jpg
+++ b/examples/screenshots/sign-in.jpg
Binary files differ
diff --git a/examples/screenshots/starter-template.jpg b/examples/screenshots/starter-template.jpg
index 5285a655d..2545aa32f 100644
--- a/examples/screenshots/starter-template.jpg
+++ b/examples/screenshots/starter-template.jpg
Binary files differ
diff --git a/examples/screenshots/sticky-footer-navbar.jpg b/examples/screenshots/sticky-footer-navbar.jpg
index f9d88cdfe..6226bf4ac 100644
--- a/examples/screenshots/sticky-footer-navbar.jpg
+++ b/examples/screenshots/sticky-footer-navbar.jpg
Binary files differ
diff --git a/examples/screenshots/sticky-footer.jpg b/examples/screenshots/sticky-footer.jpg
index 6bab18d99..644f6dd26 100644
--- a/examples/screenshots/sticky-footer.jpg
+++ b/examples/screenshots/sticky-footer.jpg
Binary files differ