From f12946be5a8e8529f64606ca73fe06e48f9fd583 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 25 Sep 2012 22:40:48 -0700 Subject: thumbnails cleanup: no more UL or LI elements needed, instead just use standard grid markup --- docs/getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 7a6d05e42..b81c79ed6 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -106,7 +106,7 @@

Before downloading, be sure to have a code editor (we recommend Sublime Text 2) and some working knowledge of HTML and CSS. We won't walk through the source files here, but they are available for download. We'll focus on getting started with the compiled Bootstrap files.

-
+

Download compiled

Fastest way to get started: get the compiled and minified versions of our CSS, JS, and images. No docs or original source files.

-- cgit v1.2.3 From c59e5251e12a57b5f305b4996d6f164b71c7f22c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 25 Sep 2012 22:48:02 -0700 Subject: initial pass at removing navbar-inner from .navbar component --- docs/getting-started.html | 64 +++++++++++++++++++++++------------------------ 1 file changed, 31 insertions(+), 33 deletions(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index b81c79ed6..6abb56f08 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -32,39 +32,37 @@ +

Fluid layout

Uses our new responsive, fluid grid system to create a seamless liquid layout.

- -
  • +
  • +

    Starter template

    A barebones HTML document with all the Bootstrap CSS and JavaScript included.

    - +
    -
  • +

    Narrow marketing

    Slim, lightweight marketing template for small projects or teams.

    -
  • -
  • +
  • +

    Sign in

    Barebones sign in form with custom, larger form controls and a flexible layout.

    - -
  • +
  • +

    Carousel jumbotron

    A more interactive riff on the basic marketing site featuring a prominent carousel.

    - - - +
    +
    -- cgit v1.2.3 From 3de6f3ff88eeac5276af46e0262101b715dea1ad Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 3 Nov 2012 16:18:02 -0700 Subject: Swap old icons for new in docs --- docs/getting-started.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index cfc61cc79..a31459c44 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -84,12 +84,12 @@
    -- cgit v1.2.3 From 05a2d375594779d534a200ed112787649b67f3a2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 4 Nov 2012 00:37:49 -0700 Subject: run make after removing responsive css file --- docs/getting-started.html | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index a31459c44..833f308c7 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -9,7 +9,6 @@ - -- cgit v1.2.3 From ebd2215e494e77a0da3283c1006a5ac164b8e862 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 30 Nov 2012 16:31:24 -0800 Subject: remove deleted css files, run make --- docs/getting-started.html | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 390d30df5..7628a3d36 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -47,10 +47,7 @@ Get started
  • - Scaffolding -
  • -
  • - Base CSS + Core CSS
  • Components @@ -252,13 +249,6 @@

    Basic marketing site

    Featuring a hero unit for a primary message and three supporting elements.

  • -
    - - - -

    Fluid layout

    -

    Uses our new responsive, fluid grid system to create a seamless liquid layout.

    -
    -- cgit v1.2.3 From dd11d0a3fa4ba061f6dcb8db81f144d81101e052 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 1 Dec 2012 13:47:07 -0800 Subject: move around social buttons --- docs/getting-started.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 7628a3d36..749effa37 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -308,6 +308,25 @@ ================================================== -->
    + + + +

    Designed and built with all the love in the world by @mdo and @fat.

    Code licensed under Apache License v2.0, documentation under CC BY 3.0.

    Glyphicons Free licensed under CC BY 3.0.

    -- cgit v1.2.3 From b3019d7aab877cccf03fda3e6894c0fdaa7330f3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 4 Dec 2012 20:30:21 -0800 Subject: add gallery page, fill with a few screenshots to start --- docs/getting-started.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 749effa37..2ea3b1610 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -58,6 +58,9 @@
  • Customize
  • +
  • + Gallery +
  • -- cgit v1.2.3 From 65edc9cd6e453a7bf30ccbd6a57b3ea340e21907 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 19 Dec 2012 21:42:36 -0800 Subject: Change .jumbotron usage in docs layout to .bs-docs-jumbotron --- docs/getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 7a3c978ca..3bd33e8a5 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -68,7 +68,7 @@ -
    +

    Getting started

    Overview of the project, its contents, and how to get started with a simple template.

    -- cgit v1.2.3 From f9ee99cf6febd0b59ee95aa1866a3c1eb5c61320 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 14 Jan 2013 00:11:55 -0800 Subject: Upgrade to newest HTML5 shiv, and make it a local dependency rather than CDNing --- docs/getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index c798670f8..ad8338590 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -15,7 +15,7 @@ -- cgit v1.2.3 From 267690eb1bd0192338b07c6d4ed2f5b25d2fc143 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 15 Jan 2013 14:30:00 -0800 Subject: docs changes, more type improvements, add grid system basics back --- docs/getting-started.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 99996c4f8..b9ed5809d 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -135,12 +135,15 @@ ├── js/ │ ├── bootstrap.js │ ├── bootstrap.min.js - └── img/ - ├── glyphicons-halflings.png - └── glyphicons-halflings-white.png + └── fonts/ + ├── glyphiconshalflings-regular.eot + ├── glyphiconshalflings-regular.otf + ├── glyphiconshalflings-regular.svg + ├── glyphiconshalflings-regular.ttf + └── glyphiconshalflings-regular.woff

    This is the most basic form of Bootstrap: compiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (bootstrap.*), as well as compiled and minified CSS and JS (bootstrap.min.*). The image files are compressed using ImageOptim, a Mac app for compressing PNGs.

    -

    Please note that all JavaScript plugins require jQuery to be included.

    +

    Please note that all JavaScript plugins require jQuery to be included.

    -- cgit v1.2.3 From 255cb877341e9f214f57c6ccd6297c90d9c4c5ad Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 17 Jan 2013 00:27:46 -0800 Subject: update getting started to reflect latest changes; pull list of components because fuck that --- docs/getting-started.html | 35 ++++++----------------------------- 1 file changed, 6 insertions(+), 29 deletions(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index b9ed5809d..144acda0c 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -157,37 +157,14 @@

    Bootstrap comes equipped with HTML, CSS, and JS for all sorts of things, but they can be summarized with a handful of categories visible at the top of the Bootstrap documentation.

    Docs sections

    -

    Scaffolding

    -

    Global styles for the body to reset type and background, link styles, grid system, and two simple layouts.

    -

    Base CSS

    -

    Styles for common HTML elements like typography, code, tables, forms, and buttons. Also includes Glyphicons, a great little icon set.

    +

    In addition to the getting started documentation you're reading now, the Bootstrap docs are broken into a few key pages.

    + +

    Core CSS

    +

    Global styles for the body, Normalize, links, grid system, tables, forms, buttons, icons, and more.

    Components

    -

    Basic styles for common interface components like tabs and pills, navbar, alerts, page headers, and more.

    +

    Basic styles for common interface components like tabs and pills, navbar, alerts, page headers, and more. Head here to see what kind of custom components Bootstrap has to offer beyond basic HTML elements.

    JavaScript plugins

    Similar to Components, these JavaScript plugins are interactive components for things like tooltips, popovers, modals, and more.

    - -

    List of components

    -

    Together, the Components and JavaScript plugins sections provide the following interface elements:

    -
      -
    • Button groups
    • -
    • Button dropdowns
    • -
    • Navigational tabs, pills, and lists
    • -
    • Navbar
    • -
    • Labels
    • -
    • Badges
    • -
    • Page headers and hero unit
    • -
    • Thumbnails
    • -
    • Alerts
    • -
    • Progress bars
    • -
    • Modals
    • -
    • Dropdowns
    • -
    • Tooltips
    • -
    • Popovers
    • -
    • Accordion
    • -
    • Carousel
    • -
    • Typeahead
    • -
    -

    In future guides, we may walk through these components individually in more detail. Until then, look for each of these in the documentation for information on how to utilize and customize them.

    @@ -303,7 +280,7 @@

    What next?

    Head to the docs for information, examples, and code snippets, or take the next leap and customize Bootstrap for any upcoming project.

    - Visit the Bootstrap docs + Visit the Bootstrap docs Customize Bootstrap -- cgit v1.2.3 From 7e46b6f6364d754cb87fca35e0897cf2fad09206 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 17 Jan 2013 00:58:34 -0800 Subject: Update nav and add bounds for tablet container --- docs/getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 144acda0c..99377ef2f 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -47,7 +47,7 @@ Get started
  • - Core CSS + CSS
  • Components -- cgit v1.2.3 From 5c76518f7d4eb5e71ce3e196a1bc98496d3cc80c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 17 Jan 2013 14:00:03 -0800 Subject: Add respond.js to main docs pages, but only for IE8 and down --- docs/getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 99377ef2f..7e2d621f0 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -15,6 +15,7 @@ @@ -357,6 +358,5 @@ - -- cgit v1.2.3 From f6226c9b91c38afc7d5050a3cfd7217edef7fc16 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 17 Jan 2013 14:49:52 -0800 Subject: Update Getting Started page to include mention of Respond --- docs/getting-started.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 7e2d621f0..05feee2a5 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -12,7 +12,7 @@ - + -- cgit v1.2.3 From fd89531f6ae7c2ec9fdaf32f2a8ced34875571e6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 17 Jan 2013 20:26:17 -0800 Subject: Update commenting and structure of layout.mustache --- docs/getting-started.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index ec12122df..7bed1db61 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -7,18 +7,20 @@ - + + + - + - + @@ -343,10 +345,9 @@ - - @@ -362,6 +363,7 @@ + -- cgit v1.2.3 From 1b128b34310898382e1af54abbf6be3ec6e55361 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 17 Jan 2013 20:28:05 -0800 Subject: comment tweaks and updating starter template --- docs/getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 7bed1db61..3f1a75e24 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -345,7 +345,7 @@ - -- cgit v1.2.3 From 6466fe00a1c53691832095fe97f90e295f3489e6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 17 Jan 2013 20:32:07 -0800 Subject: Rename hero.html to jumbotron.html --- docs/getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 3f1a75e24..6977e5a33 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -239,7 +239,7 @@

    A barebones HTML document with all the Bootstrap CSS and JavaScript included.

  • - +

    Basic marketing site

    -- cgit v1.2.3 From d7d5069be104c6de2627ee08891ff0b3983d168c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 19 Jan 2013 09:38:49 -0800 Subject: Add sticky footer navbar example to list; fix docs padding --- docs/getting-started.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 6977e5a33..88ceb0001 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -273,12 +273,19 @@

    Sticky footer

    Pin a fixed-height footer to the bottom of the user's viewport.

    +
    + + + +

    Sticky footer w/ navbar

    +

    Add a fixed navbar to the default sticky footer template.

    +

    Carousel jumbotron

    -

    A more interactive riff on the basic marketing site featuring a prominent carousel.

    +

    An interactive riff on the basic marketing site featuring a prominent carousel.

    -- cgit v1.2.3 From a5fc3e06676769a0586d0cfed93632691c6e79a6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 30 Jan 2013 17:45:02 -0800 Subject: make on prev commit --- docs/getting-started.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index ad8338590..91026e009 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -205,10 +205,11 @@ <html> <head> <title>Bootstrap 101 Template</title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body> <h1>Hello, world!</h1> - <script src="http://code.jquery.com/jquery-latest.js"></script> + <script src="http://code.jquery.com/jquery.js"></script> </body> </html> @@ -223,7 +224,7 @@ </head> <body> <h1>Hello, world!</h1> - <script src="http://code.jquery.com/jquery-latest.js"></script> + <script src="http://code.jquery.com/jquery.js"></script> <script src="js/bootstrap.min.js"></script> </body> </html> -- cgit v1.2.3 From dd4ce35ddc262f0b70a4851009317f153fbf6057 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 30 Jan 2013 17:46:18 -0800 Subject: add meta tag to second example --- docs/getting-started.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 91026e009..6479b9fb2 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -219,6 +219,7 @@ <html> <head> <title>Bootstrap 101 Template</title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Bootstrap --> <link href="css/bootstrap.min.css" rel="stylesheet" media="screen"> </head> -- cgit v1.2.3 From 5e5670a1b4c81bcfeaac67d6b25ca9649839097f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 31 Jan 2013 18:00:11 -0800 Subject: Remove gallery link from navbar; add to homepage examples section instead --- docs/getting-started.html | 3 --- 1 file changed, 3 deletions(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index e336c3347..f9945a941 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -61,9 +61,6 @@
  • Customize
  • -
  • - Gallery -
  • -- cgit v1.2.3 From 19b5ebcf2484d4cd9fdcbe9d5cb62858135107fc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 31 Jan 2013 18:25:44 -0800 Subject: Rename marketing-narrow to jumbotron-narrow for mo betta naming schemes --- docs/getting-started.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index f9945a941..0159bff38 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -245,8 +245,8 @@

    Featuring a hero unit for a primary message and three supporting elements.

    - - + +

    Narrow marketing

    Slim, lightweight marketing template for small projects or teams.

    -- cgit v1.2.3 From 2fa77bf197050a385e479e1b2e8f61d634499505 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 5 Feb 2013 22:46:45 -0800 Subject: Update link to changelog --- docs/getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 6479b9fb2..c54da9a67 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -340,7 +340,7 @@
  • ·
  • Issues
  • ·
  • -
  • Roadmap and changelog
  • +
  • Changelog
  • -- cgit v1.2.3 From 8b9733b288a3daca0da04fe60e0b5a0ae8681362 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 12 Feb 2013 12:25:05 -0800 Subject: nuke what we don't need for jekyll --- docs/getting-started.html | 380 ---------------------------------------------- 1 file changed, 380 deletions(-) delete mode 100644 docs/getting-started.html (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html deleted file mode 100644 index 231919842..000000000 --- a/docs/getting-started.html +++ /dev/null @@ -1,380 +0,0 @@ - - - - - Getting · Bootstrap - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    -

    Getting started

    -

    Overview of the project, its contents, and how to get started with a simple template.

    -
    -
    - - -
    - - -
    - -
    - - - - -
    - -

    Before downloading, be sure to have a code editor (we recommend Sublime Text 2) and some working knowledge of HTML and CSS. We won't walk through the source files here, but they are available for download. We'll focus on getting started with the compiled Bootstrap files.

    - -
    -
    -

    Download compiled

    -

    Fastest way to get started: get the compiled and minified versions of our CSS, JS, and images. No docs or original source files.

    -

    Download Bootstrap

    -
    -
    -

    Download source

    -

    Get the original files for all CSS and JavaScript, along with a local copy of the docs by downloading the latest version directly from GitHub.

    -

    Download Bootstrap source

    -
    -
    -
    - - - - -
    - -

    Within the download you'll find the following file structure and contents, logically grouping common assets and providing both compiled and minified variations.

    -

    Once downloaded, unzip the compressed folder to see the structure of (the compiled) Bootstrap. You'll see something like this:

    -
    -  bootstrap/
    -  ├── css/
    -  │   ├── bootstrap.css
    -  │   ├── bootstrap.min.css
    -  ├── js/
    -  │   ├── bootstrap.js
    -  │   ├── bootstrap.min.js
    -  └── fonts/
    -      ├── glyphiconshalflings-regular.eot
    -      ├── glyphiconshalflings-regular.otf
    -      ├── glyphiconshalflings-regular.svg
    -      ├── glyphiconshalflings-regular.ttf
    -      └── glyphiconshalflings-regular.woff
    -
    -

    This is the most basic form of Bootstrap: compiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (bootstrap.*), as well as compiled and minified CSS and JS (bootstrap.min.*). The image files are compressed using ImageOptim, a Mac app for compressing PNGs.

    -

    Please note that all JavaScript plugins require jQuery to be included.

    -
    - - - - -
    - -

    Bootstrap comes equipped with HTML, CSS, and JS for all sorts of things, but they can be summarized with a handful of categories visible at the top of the Bootstrap documentation.

    - -

    Docs sections

    -

    In addition to the getting started documentation you're reading now, the Bootstrap docs are broken into a few key pages.

    - -

    Core CSS

    -

    Global styles for the body, Normalize, links, grid system, tables, forms, buttons, icons, and more.

    -

    Components

    -

    Basic styles for common interface components like tabs and pills, navbar, alerts, page headers, and more. Head here to see what kind of custom components Bootstrap has to offer beyond basic HTML elements.

    -

    JavaScript plugins

    -

    Similar to Components, these JavaScript plugins are interactive components for things like tooltips, popovers, modals, and more.

    -
    - - - - -
    - -

    With a brief intro into the contents out of the way, we can focus on putting Bootstrap to use. To do that, we'll utilize a basic HTML template that includes everything we mentioned in the File structure.

    -

    Now, here's a look at a typical HTML file:

    -
    -<!DOCTYPE html>
    -<html>
    -  <head>
    -    <title>Bootstrap 101 Template</title>
    -    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    -  </head>
    -  <body>
    -    <h1>Hello, world!</h1>
    -    <script src="http://code.jquery.com/jquery.js"></script>
    -  </body>
    -</html>
    -
    -

    To make this a Bootstrapped template, just include the appropriate CSS and JS files:

    -
    -<!DOCTYPE html>
    -<html>
    -  <head>
    -    <title>Bootstrap 101 Template</title>
    -    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    -    <!-- Bootstrap -->
    -    <link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
    -  </head>
    -  <body>
    -    <h1>Hello, world!</h1>
    -    <script src="http://code.jquery.com/jquery.js"></script>
    -    <script src="js/bootstrap.min.js"></script>
    -  </body>
    -</html>
    -
    -

    And you're set! With those two files added, you can begin to develop any site or application with Bootstrap.

    - -
    - -

    Responsive features in IE8

    -

    Internet Explorer 8 lacks support for media queries, the method by which we deliver responsive CSS to folks. To enable that, you need to include a third party tool (which we include in the project repository) called Respond.js.

    -
    -<!--[if lt IE 9]>
    -  <script src="assets/js/respond/respond.js"></script>
    -<![endif]-->
    -
    -
    - - - - -
    - -

    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.

    -
    -
    - - - -

    Starter template

    -

    A barebones HTML document with all the Bootstrap CSS and JavaScript included.

    -
    -
    - - - -

    Basic marketing site

    -

    Featuring a hero unit for a primary message and three supporting elements.

    -
    -
    - - - -

    Narrow marketing

    -

    Slim, lightweight marketing template for small projects or teams.

    -
    -
    - - - -

    Justified nav

    -

    Marketing page with equal-width navigation links in a modified navbar.

    -
    -
    - - - -

    Sign in

    -

    Barebones sign in form with custom, larger form controls and a flexible layout.

    -
    -
    - - - -

    Sticky footer

    -

    Pin a fixed-height footer to the bottom of the user's viewport.

    -
    -
    - - - -

    Sticky footer w/ navbar

    -

    Add a fixed navbar to the default sticky footer template.

    -
    -
    - - - -

    Carousel jumbotron

    -

    An interactive riff on the basic marketing site featuring a prominent carousel.

    -
    -
    -
    - - - - - -
    - -

    Head to the docs for information, examples, and code snippets, or take the next leap and customize Bootstrap for any upcoming project.

    - Visit the Bootstrap docs - Customize Bootstrap -
    - - - - -
    -
    - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3 From e45f12ad427fddc9d9859fe86423bd49795d4f43 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 12 Feb 2013 12:44:41 -0800 Subject: rearrange jekyll and docs --- docs/getting-started.html | 249 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 249 insertions(+) create mode 100644 docs/getting-started.html (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html new file mode 100644 index 000000000..449bb0c01 --- /dev/null +++ b/docs/getting-started.html @@ -0,0 +1,249 @@ +--- +layout: default +title: Getting started with Bootstrap +--- + + +
    +
    +

    Getting started

    +

    Overview of the project, its contents, and how to get started with a simple template.

    +
    +
    + + +
    + + +
    + +
    + + + + +
    + +

    Before downloading, be sure to have a code editor (we recommend Sublime Text 2) and some working knowledge of HTML and CSS. We won't walk through the source files here, but they are available for download. We'll focus on getting started with the compiled Bootstrap files.

    + +
    +
    +

    Download compiled

    +

    Fastest way to get started: get the compiled and minified versions of our CSS, JS, and images. No docs or original source files.

    +

    Download Bootstrap

    +
    +
    +

    Download source

    +

    Get the original files for all CSS and JavaScript, along with a local copy of the docs by downloading the latest version directly from GitHub.

    +

    Download Bootstrap source

    +
    +
    +
    + + + + +
    + +

    Within the download you'll find the following file structure and contents, logically grouping common assets and providing both compiled and minified variations.

    +

    Once downloaded, unzip the compressed folder to see the structure of (the compiled) Bootstrap. You'll see something like this:

    +
    +  bootstrap/
    +  ├── css/
    +  │   ├── bootstrap.css
    +  │   ├── bootstrap.min.css
    +  ├── js/
    +  │   ├── bootstrap.js
    +  │   ├── bootstrap.min.js
    +  └── fonts/
    +      ├── glyphiconshalflings-regular.eot
    +      ├── glyphiconshalflings-regular.otf
    +      ├── glyphiconshalflings-regular.svg
    +      ├── glyphiconshalflings-regular.ttf
    +      └── glyphiconshalflings-regular.woff
    +
    +

    This is the most basic form of Bootstrap: compiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (bootstrap.*), as well as compiled and minified CSS and JS (bootstrap.min.*). The image files are compressed using ImageOptim, a Mac app for compressing PNGs.

    +

    Please note that all JavaScript plugins require jQuery to be included.

    +
    + + + + +
    + +

    Bootstrap comes equipped with HTML, CSS, and JS for all sorts of things, but they can be summarized with a handful of categories visible at the top of the Bootstrap documentation.

    + +

    Docs sections

    +

    In addition to the getting started documentation you're reading now, the Bootstrap docs are broken into a few key pages.

    + +

    Core CSS

    +

    Global styles for the body, Normalize, links, grid system, tables, forms, buttons, icons, and more.

    +

    Components

    +

    Basic styles for common interface components like tabs and pills, navbar, alerts, page headers, and more. Head here to see what kind of custom components Bootstrap has to offer beyond basic HTML elements.

    +

    JavaScript plugins

    +

    Similar to Components, these JavaScript plugins are interactive components for things like tooltips, popovers, modals, and more.

    +
    + + + + +
    + +

    With a brief intro into the contents out of the way, we can focus on putting Bootstrap to use. To do that, we'll utilize a basic HTML template that includes everything we mentioned in the File structure.

    +

    Now, here's a look at a typical HTML file:

    +
    +<!DOCTYPE html>
    +<html>
    +  <head>
    +    <title>Bootstrap 101 Template</title>
    +    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    +  </head>
    +  <body>
    +    <h1>Hello, world!</h1>
    +    <script src="http://code.jquery.com/jquery.js"></script>
    +  </body>
    +</html>
    +
    +

    To make this a Bootstrapped template, just include the appropriate CSS and JS files:

    +
    +<!DOCTYPE html>
    +<html>
    +  <head>
    +    <title>Bootstrap 101 Template</title>
    +    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    +    <!-- Bootstrap -->
    +    <link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
    +  </head>
    +  <body>
    +    <h1>Hello, world!</h1>
    +    <script src="http://code.jquery.com/jquery.js"></script>
    +    <script src="js/bootstrap.min.js"></script>
    +  </body>
    +</html>
    +
    +

    And you're set! With those two files added, you can begin to develop any site or application with Bootstrap.

    + +
    + +

    Responsive features in IE8

    +

    Internet Explorer 8 lacks support for media queries, the method by which we deliver responsive CSS to folks. To enable that, you need to include a third party tool (which we include in the project repository) called Respond.js.

    +
    +<!--[if lt IE 9]>
    +  <script src="/assets/js/respond/respond.js"></script>
    +<![endif]-->
    +
    +
    + + + + +
    + +

    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.

    +
    +
    + + + +

    Starter template

    +

    A barebones HTML document with all the Bootstrap CSS and JavaScript included.

    +
    +
    + + + +

    Basic marketing site

    +

    Featuring a hero unit for a primary message and three supporting elements.

    +
    +
    + + + +

    Narrow marketing

    +

    Slim, lightweight marketing template for small projects or teams.

    +
    +
    + + + +

    Justified nav

    +

    Marketing page with equal-width navigation links in a modified navbar.

    +
    +
    + + + +

    Sign in

    +

    Barebones sign in form with custom, larger form controls and a flexible layout.

    +
    +
    + + + +

    Sticky footer

    +

    Pin a fixed-height footer to the bottom of the user's viewport.

    +
    +
    + + + +

    Sticky footer w/ navbar

    +

    Add a fixed navbar to the default sticky footer template.

    +
    +
    + + + +

    Carousel jumbotron

    +

    An interactive riff on the basic marketing site featuring a prominent carousel.

    +
    +
    +
    + + + + + +
    + +

    Head to the docs for information, examples, and code snippets, or take the next leap and customize Bootstrap for any upcoming project.

    + Visit the Bootstrap docs + Customize Bootstrap +
    + + + + +
    +
    + +
    -- cgit v1.2.3 From b57c20a0572c56d629438e0a7c7371b3b57c4e8f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 13 Feb 2013 11:48:22 -0800 Subject: Restore gallery page, add active nav class jankitude, auto regenerate docs on file save --- docs/getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 449bb0c01..6ef060637 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -1,6 +1,6 @@ --- layout: default -title: Getting started with Bootstrap +title: Getting started --- -
    - -
    - - - - -
    -
    - -
    - -

    Within the download you'll find the following file structure and contents, logically grouping common assets and providing both compiled and minified variations.

    -

    Once downloaded, unzip the compressed folder to see the structure of (the compiled) Bootstrap. You'll see something like this:

    -
    +      
    +      
    + +

    Within the download you'll find the following file structure and contents, logically grouping common assets and providing both compiled and minified variations.

    +

    Once downloaded, unzip the compressed folder to see the structure of (the compiled) Bootstrap. You'll see something like this:

    + +{% highlight bash %} bootstrap/ ├── css/ │ ├── bootstrap.css @@ -78,172 +80,177 @@ title: Getting started ├── glyphiconshalflings-regular.svg ├── glyphiconshalflings-regular.ttf └── glyphiconshalflings-regular.woff -
    -

    This is the most basic form of Bootstrap: compiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (bootstrap.*), as well as compiled and minified CSS and JS (bootstrap.min.*). The image files are compressed using ImageOptim, a Mac app for compressing PNGs.

    -

    Please note that all JavaScript plugins require jQuery to be included.

    -
    - - - - -
    - -

    Bootstrap comes equipped with HTML, CSS, and JS for all sorts of things, but they can be summarized with a handful of categories visible at the top of the Bootstrap documentation.

    - -

    Docs sections

    -

    In addition to the getting started documentation you're reading now, the Bootstrap docs are broken into a few key pages.

    - -

    Core CSS

    -

    Global styles for the body, Normalize, links, grid system, tables, forms, buttons, icons, and more.

    -

    Components

    -

    Basic styles for common interface components like tabs and pills, navbar, alerts, page headers, and more. Head here to see what kind of custom components Bootstrap has to offer beyond basic HTML elements.

    -

    JavaScript plugins

    -

    Similar to Components, these JavaScript plugins are interactive components for things like tooltips, popovers, modals, and more.

    -
    - - - - -
    - -

    With a brief intro into the contents out of the way, we can focus on putting Bootstrap to use. To do that, we'll utilize a basic HTML template that includes everything we mentioned in the File structure.

    -

    Now, here's a look at a typical HTML file:

    -
    -<!DOCTYPE html>
    -<html>
    -  <head>
    -    <title>Bootstrap 101 Template</title>
    -    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    -  </head>
    -  <body>
    -    <h1>Hello, world!</h1>
    -    <script src="http://code.jquery.com/jquery.js"></script>
    -  </body>
    -</html>
    -
    -

    To make this a Bootstrapped template, just include the appropriate CSS and JS files:

    -
    -<!DOCTYPE html>
    -<html>
    -  <head>
    -    <title>Bootstrap 101 Template</title>
    -    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    -    <!-- Bootstrap -->
    -    <link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
    -  </head>
    -  <body>
    -    <h1>Hello, world!</h1>
    -    <script src="http://code.jquery.com/jquery.js"></script>
    -    <script src="js/bootstrap.min.js"></script>
    -  </body>
    -</html>
    -
    -

    And you're set! With those two files added, you can begin to develop any site or application with Bootstrap.

    - -
    - -

    Responsive features in IE8

    -

    Internet Explorer 8 lacks support for media queries, the method by which we deliver responsive CSS to folks. To enable that, you need to include a third party tool (which we include in the project repository) called Respond.js.

    +{% endhighlight %} + +

    This is the most basic form of Bootstrap: compiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (bootstrap.*), as well as compiled and minified CSS and JS (bootstrap.min.*). The image files are compressed using ImageOptim, a Mac app for compressing PNGs.

    +

    Please note that all JavaScript plugins require jQuery to be included.

    +
    + + + + +
    + +

    Bootstrap comes equipped with HTML, CSS, and JS for all sorts of things, but they can be summarized with a handful of categories visible at the top of the Bootstrap documentation.

    + +

    Docs sections

    +

    In addition to the getting started documentation you're reading now, the Bootstrap docs are broken into a few key pages.

    + +

    Core CSS

    +

    Global styles for the body, Normalize, links, grid system, tables, forms, buttons, icons, and more.

    +

    Components

    +

    Basic styles for common interface components like tabs and pills, navbar, alerts, page headers, and more. Head here to see what kind of custom components Bootstrap has to offer beyond basic HTML elements.

    +

    JavaScript plugins

    +

    Similar to Components, these JavaScript plugins are interactive components for things like tooltips, popovers, modals, and more.

    +
    + + + + +
    + +

    With a brief intro into the contents out of the way, we can focus on putting Bootstrap to use. To do that, we'll utilize a basic HTML template that includes everything we mentioned in the File structure.

    +

    Now, here's a look at a typical HTML file:

    + +{% highlight html linenos %} + + + + Bootstrap 101 Template + + + +

    Hello, world!

    + + + +{% endhighlight %} + +

    To make this a Bootstrapped template, just include the appropriate CSS and JS files:

    + +{% highlight html linenos %} + + + + Bootstrap 101 Template + + + + + +

    Hello, world!

    + + + + +{% endhighlight %} + +

    And you're set! With those two files added, you can begin to develop any site or application with Bootstrap.

    + +
    + +

    Responsive features in IE8

    +

    Internet Explorer 8 lacks support for media queries, the method by which we deliver responsive CSS to folks. To enable that, you need to include a third party tool (which we include in the project repository) called Respond.js.

     <!--[if lt IE 9]>
       <script src="/assets/js/respond/respond.js"></script>
     <![endif]-->
     
    -
    - - - - -
    -
    + + + + +
    + +

    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.

    +
    +
    + + + +

    Starter template

    +

    A barebones HTML document with all the Bootstrap CSS and JavaScript included.

    -

    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.

    -
    -
    - - - -

    Starter template

    -

    A barebones HTML document with all the Bootstrap CSS and JavaScript included.

    -
    -
    - - - -

    Basic marketing site

    -

    Featuring a hero unit for a primary message and three supporting elements.

    -
    -
    - - - -

    Narrow marketing

    -

    Slim, lightweight marketing template for small projects or teams.

    -
    -
    - - - -

    Justified nav

    -

    Marketing page with equal-width navigation links in a modified navbar.

    -
    -
    - - - -

    Sign in

    -

    Barebones sign in form with custom, larger form controls and a flexible layout.

    -
    -
    - - - -

    Sticky footer

    -

    Pin a fixed-height footer to the bottom of the user's viewport.

    -
    -
    - - - -

    Sticky footer w/ navbar

    -

    Add a fixed navbar to the default sticky footer template.

    -
    -
    - - - -

    Carousel jumbotron

    -

    An interactive riff on the basic marketing site featuring a prominent carousel.

    -
    +
    + + + +

    Basic marketing site

    +

    Featuring a hero unit for a primary message and three supporting elements.

    -
    +
    + + + +

    Narrow marketing

    +

    Slim, lightweight marketing template for small projects or teams.

    +
    +
    + + + +

    Justified nav

    +

    Marketing page with equal-width navigation links in a modified navbar.

    +
    +
    + + + +

    Sign in

    +

    Barebones sign in form with custom, larger form controls and a flexible layout.

    +
    +
    + + + +

    Sticky footer

    +

    Pin a fixed-height footer to the bottom of the user's viewport.

    +
    +
    + + + +

    Sticky footer w/ navbar

    +

    Add a fixed navbar to the default sticky footer template.

    +
    +
    + + + +

    Carousel jumbotron

    +

    An interactive riff on the basic marketing site featuring a prominent carousel.

    +
    +
    + - -
    - -

    Head to the docs for information, examples, and code snippets, or take the next leap and customize Bootstrap for any upcoming project.

    - Visit the Bootstrap docs - Customize Bootstrap -
    + +
    + +

    Head to the docs for information, examples, and code snippets, or take the next leap and customize Bootstrap for any upcoming project.

    + Visit the Bootstrap docs + Customize Bootstrap +
    -
    - + + - + -- cgit v1.2.3 From aa5f09037133f22093c4b97d15451d4e54180ba2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 14 Feb 2013 23:38:00 -0800 Subject: Make example pages use Jekyll; add sticky footer navbar image to examples --- docs/getting-started.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 742dc466f..9f63c5b4c 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -175,56 +175,56 @@ description: Overview of the project, its contents, and how to get started with

    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.

    - +

    Starter template

    A barebones HTML document with all the Bootstrap CSS and JavaScript included.

    - +

    Basic marketing site

    Featuring a hero unit for a primary message and three supporting elements.

    - +

    Narrow marketing

    Slim, lightweight marketing template for small projects or teams.

    - +

    Justified nav

    Marketing page with equal-width navigation links in a modified navbar.

    - +

    Sign in

    Barebones sign in form with custom, larger form controls and a flexible layout.

    - +

    Sticky footer

    Pin a fixed-height footer to the bottom of the user's viewport.

    - - + +

    Sticky footer w/ navbar

    Add a fixed navbar to the default sticky footer template.

    - +

    Carousel jumbotron

    -- cgit v1.2.3 From ce21926704778a2fb8ff76f5241b90a97abeea4c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 16 Feb 2013 01:26:43 -0800 Subject: All Glyphicons now require a base class, e.g. .glyphicon.glyphicon-star --- docs/getting-started.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 9f63c5b4c..08a51ee10 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -21,12 +21,12 @@ description: Overview of the project, its contents, and how to get started with
    -- cgit v1.2.3 From 91660a0489e005d68a430bce298726d2313ac579 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 26 Feb 2013 00:37:59 -0800 Subject: Move navbar examples to /examples directory --- docs/getting-started.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 08a51ee10..7f8dbff01 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -230,6 +230,29 @@ description: Overview of the project, its contents, and how to get started with

    Carousel jumbotron

    An interactive riff on the basic marketing site featuring a prominent carousel.

    + + +
    + + + +

    Navbar

    +

    +
    +
    + + + +

    Static top navbar

    +

    +
    +
    + + + +

    Fixed top navbar

    +

    +
    -- cgit v1.2.3 From ea01e8bbc4fd42ac1e77b5af197b3b1198c50acc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 26 Feb 2013 00:49:21 -0800 Subject: nuke remaining less/tests/ files and move grid over to examples dir --- docs/getting-started.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 7f8dbff01..46ec820ed 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -253,6 +253,13 @@ description: Overview of the project, its contents, and how to get started with

    Fixed top navbar

    +
    + + + +

    Grid examples

    +

    +
    -- cgit v1.2.3 From 81a0306cce2d25da628122e32993b8ba0262b415 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 26 Feb 2013 00:56:06 -0800 Subject: add new example thumbnails; update links to point to new windows --- docs/getting-started.html | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 46ec820ed..e8cecc2fc 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -175,56 +175,56 @@ description: Overview of the project, its contents, and how to get started with

    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.

    - +

    Starter template

    A barebones HTML document with all the Bootstrap CSS and JavaScript included.

    - +

    Basic marketing site

    Featuring a hero unit for a primary message and three supporting elements.

    - +

    Narrow marketing

    Slim, lightweight marketing template for small projects or teams.

    - +

    Justified nav

    Marketing page with equal-width navigation links in a modified navbar.

    - +

    Sign in

    Barebones sign in form with custom, larger form controls and a flexible layout.

    - +

    Sticky footer

    Pin a fixed-height footer to the bottom of the user's viewport.

    - +

    Sticky footer w/ navbar

    Add a fixed navbar to the default sticky footer template.

    - +

    Carousel jumbotron

    @@ -233,28 +233,28 @@ description: Overview of the project, its contents, and how to get started with
    - - + +

    Navbar

    -

    +

    Basic template for showcasing how the navbar works.

    - - + +

    Static top navbar

    -

    +

    Basic template for showcasing the static navbar variation.

    - - + +

    Fixed top navbar

    -

    +

    Basic template for showcasing the fixed navbar variation.

    - +

    Grid examples

    -- cgit v1.2.3 From 0c65a0e1eeffb0004eb2a36a977bfd25f7bf9c5a Mon Sep 17 00:00:00 2001 From: Addy Date: Thu, 14 Mar 2013 10:58:16 +0000 Subject: Added bower install to download/install options in getting started guide --- docs/getting-started.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index e8cecc2fc..0a5b1ed43 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -52,6 +52,11 @@ description: Overview of the project, its contents, and how to get started with

    Get the original files for all CSS and JavaScript, along with a local copy of the docs by downloading the latest version directly from GitHub.

    Download Bootstrap source

    +
    +

    Install source

    +

    Install and manage the original files for all CSS and JavaScript, along with a local copy of the docs using Bower, a package-manager for the web.

    +

    bower install bootstrap

    +
    -- cgit v1.2.3 From b5eca07be1fcb7cbfc4108d409f826e93af706cc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 14 Mar 2013 18:23:08 -0700 Subject: modify copy --- docs/getting-started.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 0a5b1ed43..48b5d51ad 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -43,19 +43,19 @@ description: Overview of the project, its contents, and how to get started with
    -

    Download compiled

    +

    Compiled

    Fastest way to get started: get the compiled and minified versions of our CSS, JS, and images. No docs or original source files.

    Download Bootstrap

    -

    Download source

    +

    Source

    Get the original files for all CSS and JavaScript, along with a local copy of the docs by downloading the latest version directly from GitHub.

    Download Bootstrap source

    -

    Install source

    -

    Install and manage the original files for all CSS and JavaScript, along with a local copy of the docs using Bower, a package-manager for the web.

    -

    bower install bootstrap

    +

    Bower

    +

    Install and manage the original files for all CSS and JavaScript, along with a local copy of the docs, using Bower.

    + {% highlight bash %}bower install bootstrap{% endhighlight %}
    -- cgit v1.2.3 From ca31f060a839b957ce3a85d3eaaaae09a78bbeb0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 26 Mar 2013 17:12:17 -0700 Subject: New grid classes --- docs/getting-started.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 48b5d51ad..79b31d25d 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -19,7 +19,7 @@ description: Overview of the project, its contents, and how to get started with
    -
    +
    -
    +
    -- cgit v1.2.3 From 5b298a2aaf5286564b1dc614bb439eb19edf2c25 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 26 Mar 2013 23:54:17 -0700 Subject: docs fixes with new .bs-docs-container; fixing some lingering grid classes --- docs/getting-started.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 79b31d25d..5717bfbaa 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -14,7 +14,7 @@ description: Overview of the project, its contents, and how to get started with -
    +
    @@ -42,17 +42,17 @@ description: Overview of the project, its contents, and how to get started with

    Before downloading, be sure to have a code editor (we recommend Sublime Text 2) and some working knowledge of HTML and CSS. We won't walk through the source files here, but they are available for download. We'll focus on getting started with the compiled Bootstrap files.

    -
    +

    Compiled

    Fastest way to get started: get the compiled and minified versions of our CSS, JS, and images. No docs or original source files.

    Download Bootstrap

    -
    +

    Source

    Get the original files for all CSS and JavaScript, along with a local copy of the docs by downloading the latest version directly from GitHub.

    Download Bootstrap source

    -
    +

    Bower

    Install and manage the original files for all CSS and JavaScript, along with a local copy of the docs, using Bower.

    {% highlight bash %}bower install bootstrap{% endhighlight %} @@ -179,56 +179,56 @@ description: Overview of the project, its contents, and how to get started with

    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.

    -
    +

    Starter template

    A barebones HTML document with all the Bootstrap CSS and JavaScript included.

    -
    +

    Basic marketing site

    Featuring a hero unit for a primary message and three supporting elements.

    -
    +

    Narrow marketing

    Slim, lightweight marketing template for small projects or teams.

    -
    +

    Justified nav

    Marketing page with equal-width navigation links in a modified navbar.

    -
    +

    Sign in

    Barebones sign in form with custom, larger form controls and a flexible layout.

    -
    +

    Sticky footer

    Pin a fixed-height footer to the bottom of the user's viewport.

    -
    +

    Sticky footer w/ navbar

    Add a fixed navbar to the default sticky footer template.

    -
    +
    @@ -237,28 +237,28 @@ description: Overview of the project, its contents, and how to get started with
    -
    +

    Navbar

    Basic template for showcasing how the navbar works.

    -
    +

    Static top navbar

    Basic template for showcasing the static navbar variation.

    -
    +

    Fixed top navbar

    Basic template for showcasing the fixed navbar variation.

    -
    +
    -- cgit v1.2.3 From 081c061281c96818bf9a904a7e5e2a673aa7a54d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 28 Mar 2013 00:21:21 -0700 Subject: new subnav on all pages --- docs/getting-started.html | 43 +++++++++++-------------------------------- 1 file changed, 11 insertions(+), 32 deletions(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 5717bfbaa..a2b3ba514 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -4,35 +4,20 @@ title: Getting started description: Overview of the project, its contents, and how to get started with a simple template. --- - -
    -
    -

    Getting started

    -

    Overview of the project, its contents, and how to get started with a simple template.

    -
    -
    - +
    - -
    - -
    - - -
    @@ -282,10 +267,4 @@ description: Overview of the project, its contents, and how to get started with Customize Bootstrap
    - - - -
    -
    -
    -- cgit v1.2.3 From 4b8b8d2e46e25820d190db957b4e837b66198f72 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 28 Mar 2013 01:08:14 -0700 Subject: holy crap new docs layout separate from home, no more top navbar --- docs/getting-started.html | 270 ---------------------------------------------- 1 file changed, 270 deletions(-) delete mode 100644 docs/getting-started.html (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html deleted file mode 100644 index a2b3ba514..000000000 --- a/docs/getting-started.html +++ /dev/null @@ -1,270 +0,0 @@ ---- -layout: default -title: Getting started -description: Overview of the project, its contents, and how to get started with a simple template. ---- - - - -
    - - -
    - -

    Before downloading, be sure to have a code editor (we recommend Sublime Text 2) and some working knowledge of HTML and CSS. We won't walk through the source files here, but they are available for download. We'll focus on getting started with the compiled Bootstrap files.

    - -
    -
    -

    Compiled

    -

    Fastest way to get started: get the compiled and minified versions of our CSS, JS, and images. No docs or original source files.

    -

    Download Bootstrap

    -
    -
    -

    Source

    -

    Get the original files for all CSS and JavaScript, along with a local copy of the docs by downloading the latest version directly from GitHub.

    -

    Download Bootstrap source

    -
    -
    -

    Bower

    -

    Install and manage the original files for all CSS and JavaScript, along with a local copy of the docs, using Bower.

    - {% highlight bash %}bower install bootstrap{% endhighlight %} -
    -
    -
    - - - - -
    - -

    Within the download you'll find the following file structure and contents, logically grouping common assets and providing both compiled and minified variations.

    -

    Once downloaded, unzip the compressed folder to see the structure of (the compiled) Bootstrap. You'll see something like this:

    - -{% highlight bash %} - bootstrap/ - ├── css/ - │ ├── bootstrap.css - │ ├── bootstrap.min.css - ├── js/ - │ ├── bootstrap.js - │ ├── bootstrap.min.js - └── fonts/ - ├── glyphiconshalflings-regular.eot - ├── glyphiconshalflings-regular.otf - ├── glyphiconshalflings-regular.svg - ├── glyphiconshalflings-regular.ttf - └── glyphiconshalflings-regular.woff -{% endhighlight %} - -

    This is the most basic form of Bootstrap: compiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (bootstrap.*), as well as compiled and minified CSS and JS (bootstrap.min.*). The image files are compressed using ImageOptim, a Mac app for compressing PNGs.

    -

    Please note that all JavaScript plugins require jQuery to be included.

    -
    - - - - -
    - -

    Bootstrap comes equipped with HTML, CSS, and JS for all sorts of things, but they can be summarized with a handful of categories visible at the top of the Bootstrap documentation.

    - -

    Docs sections

    -

    In addition to the getting started documentation you're reading now, the Bootstrap docs are broken into a few key pages.

    - -

    Core CSS

    -

    Global styles for the body, Normalize, links, grid system, tables, forms, buttons, icons, and more.

    -

    Components

    -

    Basic styles for common interface components like tabs and pills, navbar, alerts, page headers, and more. Head here to see what kind of custom components Bootstrap has to offer beyond basic HTML elements.

    -

    JavaScript plugins

    -

    Similar to Components, these JavaScript plugins are interactive components for things like tooltips, popovers, modals, and more.

    -
    - - - - -
    - -

    With a brief intro into the contents out of the way, we can focus on putting Bootstrap to use. To do that, we'll utilize a basic HTML template that includes everything we mentioned in the File structure.

    -

    Now, here's a look at a typical HTML file:

    - -{% highlight html linenos %} - - - - Bootstrap 101 Template - - - -

    Hello, world!

    - - - -{% endhighlight %} - -

    To make this a Bootstrapped template, just include the appropriate CSS and JS files:

    - -{% highlight html linenos %} - - - - Bootstrap 101 Template - - - - - -

    Hello, world!

    - - - - -{% endhighlight %} - -

    And you're set! With those two files added, you can begin to develop any site or application with Bootstrap.

    - -
    - -

    Responsive features in IE8

    -

    Internet Explorer 8 lacks support for media queries, the method by which we deliver responsive CSS to folks. To enable that, you need to include a third party tool (which we include in the project repository) called Respond.js.

    -
    -<!--[if lt IE 9]>
    -  <script src="/assets/js/respond/respond.js"></script>
    -<![endif]-->
    -
    -
    - - - - -
    - -

    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.

    -
    -
    - - - -

    Starter template

    -

    A barebones HTML document with all the Bootstrap CSS and JavaScript included.

    -
    -
    - - - -

    Basic marketing site

    -

    Featuring a hero unit for a primary message and three supporting elements.

    -
    -
    - - - -

    Narrow marketing

    -

    Slim, lightweight marketing template for small projects or teams.

    -
    -
    - - - -

    Justified nav

    -

    Marketing page with equal-width navigation links in a modified navbar.

    -
    -
    - - - -

    Sign in

    -

    Barebones sign in form with custom, larger form controls and a flexible layout.

    -
    -
    - - - -

    Sticky footer

    -

    Pin a fixed-height footer to the bottom of the user's viewport.

    -
    -
    - - - -

    Sticky footer w/ navbar

    -

    Add a fixed navbar to the default sticky footer template.

    -
    -
    - - - -

    Carousel jumbotron

    -

    An interactive riff on the basic marketing site featuring a prominent carousel.

    -
    - - -
    - - - -

    Navbar

    -

    Basic template for showcasing how the navbar works.

    -
    -
    - - - -

    Static top navbar

    -

    Basic template for showcasing the static navbar variation.

    -
    -
    - - - -

    Fixed top navbar

    -

    Basic template for showcasing the fixed navbar variation.

    -
    -
    - - - -

    Grid examples

    -

    -
    -
    -
    - - - - - -
    - -

    Head to the docs for information, examples, and code snippets, or take the next leap and customize Bootstrap for any upcoming project.

    - Visit the Bootstrap docs - Customize Bootstrap -
    - -
    -- cgit v1.2.3 From 25b6df9944f59599642f1934fe7d13b0fa2c20db Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 9 May 2013 11:20:15 -0700 Subject: rename welcome to getting started --- docs/getting-started.html | 282 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 282 insertions(+) create mode 100644 docs/getting-started.html (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html new file mode 100644 index 000000000..130ceb38b --- /dev/null +++ b/docs/getting-started.html @@ -0,0 +1,282 @@ +--- +layout: default +title: Welcome +slug: welcome +lead: "Welcome to the Bootstrap documentation, the living, interactive style and code guide for all things Bootstrap. If you're new here, continue reading to learn how to get started. Otherwise, carry on you beautiful person you." +--- + + + +
    + +

    There are a few easy ways to quickly get started with Bootstrap, each one appealing to a different skill level and use case. Read through to see what suits your particular needs.

    + +

    Download compiled CSS and JS

    +

    The fastest way to get started is to get the compiled and minified versions of our CSS, JavaScript, and fonts. No documentation or original source files are included.

    +

    Download Bootstrap

    + +
    + +

    More download options

    +
    +

    + Download latest source code +

    +

    Get the original files for all CSS and JavaScript by downloading the latest version directly from GitHub.

    +

    + Clone or fork via GitHub +

    +

    Clone the entire project or fork your own version of Bootstrap to make it your own by visiting us on GitHub.

    +

    + Install with Bower +

    +

    Install and manage the original files for all CSS and JavaScript, along with a local copy of the docs, using Bower.

    + {% highlight bash %}$ bower install bootstrap{% endhighlight %} +
    + +
    + +

    Use the Bootstrap CDN

    +

    The folks over at NetDNA have graciously provided CDN support for Bootstrap's CSS and JavaScript. To use, swap your local instances for the Bootstrap CDN links listed below.

    +{% highlight html linenos %} + + + + + +{% endhighlight %} +
    + + +
    + +

    Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations.

    +

    Once downloaded, unzip the compressed folder to see the structure of (the compiled) Bootstrap. You'll see something like this:

    + +{% highlight bash %} + bootstrap/ + ├── css/ + │ ├── bootstrap.css + │ ├── bootstrap.min.css + ├── js/ + │ ├── bootstrap.js + │ ├── bootstrap.min.js + └── fonts/ + ├── glyphiconshalflings-regular.eot + ├── glyphiconshalflings-regular.otf + ├── glyphiconshalflings-regular.svg + ├── glyphiconshalflings-regular.ttf + └── glyphiconshalflings-regular.woff +{% endhighlight %} + +

    This is the most basic form of Bootstrap: compiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (bootstrap.*), as well as compiled and minified CSS and JS (bootstrap.min.*). The image files are compressed using ImageOptim, a Mac app for compressing PNGs.

    +
    +

    jQuery required

    +

    Please note that all JavaScript plugins require jQuery to be included, as shown in the starter template.

    +
    +
    + + +
    + +

    Make use of a super basic HTML template, or dive into a few examples we've started for you. We encourage folks to iterate on these examples and not simply use them as an end result.

    + +

    HTML template

    +

    Copy and paste the HTML from below to get started with a bare bones Bootstrap document.

    +{% highlight html %} + + + + Bootstrap 101 Template + + + + + +

    Hello, world!

    + + + + + + + + + + +{% endhighlight %} + +

    Examples

    +
    +
    + + + +

    Starter template

    +

    A barebones HTML page with Bootstrap's CSS and JavaScript included.

    +
    +
    + + + +

    Basic grid layouts

    +

    Simple grid layouts to familiarize you with using the Bootstrap grid system.

    +
    +
    + + + +

    Basic marketing site

    +

    Features a jumbotron for primary message and three supporting elements.

    +
    +
    + + + +

    Narrow marketing

    +

    Slim, lightweight marketing template for small projects or teams.

    +
    +
    + + + +

    Justified nav

    +

    Marketing page with equal-width navigation links in a modified navbar.

    +
    +
    + + + +

    Sign in

    +

    Barebones sign in form with custom, larger form controls and a flexible layout.

    +
    +
    + + + +

    Sticky footer

    +

    Pin a fixed-height footer to the bottom of the user's viewport.

    +
    +
    + + + +

    Sticky footer w/ navbar

    +

    Add a fixed navbar to the default sticky footer template.

    +
    +
    + + + +

    Carousel jumbotron

    +

    An interactive riff on the basic marketing site featuring a prominent carousel.

    +
    + +
    + + + +

    Navbar

    +

    Basic template for showcasing how the navbar works.

    +
    +
    + + + +

    Static top navbar

    +

    Basic template for showcasing the static navbar variation.

    +
    +
    + + + +

    Fixed top navbar

    +

    Basic template for showcasing the fixed navbar variation.

    +
    +
    +
    + + + + +
    + +

    Customizing Bootstrap is best accomplished when you treat it as another dependency in your development stack. Doing so ensures future upgrades are as easy as possible while also familiarizing yourself to the intricacies of the framework.

    + +

    Once you've downloaded and included Bootstrap's CSS into your templates, you can move on to customizing the included components. To do so, create a new stylesheet (LESS, if you like, or just plain CSS) to house your customizations.

    + +
    +

    Compiled or minified?

    +

    Unless you plan on reading a good chunk of the compiled CSS, go with the minified. It's the same code, just compacted. Less bandwidth is good, especially in production environments.

    +
    + +

    From there, include whatever Bootstrap components and HTML content you need to get your template setup. It's best to have a rough idea in mind of modifications to make and content to include, so be sure to spend a brief amount of time on that before moving on.

    + +

    Customizing components

    +

    There are varying degrees to customizing components, but most fall into two camps: light customizations and complete visual overhauls. Luckily, there are plenty of examples of both.

    +

    We define light customizations as mostly surface layer changes, things like a color and font changes to existing Bootstrap components. A great example of this is the the Twitter Translation Center (coded by @mdo). Let's look at how to implement the custom button we wrote for this site, .btn-ttc.

    +

    Instead of using the provided Bootstrap buttons, which only require just one class to start, .btn, we'll add our own modifier class, .btn-ttc. This will give us a slightly custom look with minimal effort.

    +{% highlight html %} + +{% endhighlight %} + +

    In the custom stylesheet, add the following CSS:

    + +{% highlight css %} +/* Custom button +-------------------------------------------------- */ + +/* Override base .btn styles */ +/* Apply text and background changes to three key states: default, hover, and active (click). */ +.btn-ttc, +.btn-ttc:hover, +.btn-ttc:active { + color: white; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + background-color: #007da7; +} + +/* Apply the custom-colored gradients */ +/* Note: you'll need to include all the appropriate gradients for various browsers and standards. */ +.btn-ttc { + background-repeat: repeat-x; + background-image: linear-gradient(top, #009ED2 0%, #007DA7 100%); + ... +} + +/* Set the hover state */ +/* An easy hover state is just to move the gradient up a small amount. Add other embellishments as you see fit. */ +.btn-ttc:hover { + background-position: 0 -15px; +} +{% endhighlight %} + +

    Customizing Bootstrap components takes time, but should be straightforward. Look to the source code often and duplicate the selectors you need for your modifications. Placing them after the Bootstrap source makes for easy overriding without complication. To recap, here's the basic workflow:

    +
      +
    • For each element you want to customize, find its code in the compiled Bootstrap CSS. Copy and paste the selector for a component as-is. For instance, to customize the navbar background, just snag .navbar.
    • +
    • Add all your custom CSS in a separate stylesheet using the selectors you just copied from the Bootstrap source. No need for prefacing with additional classes or using !important here.
    • +
    • Rinse and repeat until you're happy with your customizations.
    • +
    +

    Going beyond light customizations and into visual overhauls is just as straightforward as the above custom button. For a site like Karma, which uses Bootstrap as a CSS reset with heavy modifications, more extensive work is involved, but well worth it in the end.

    + +
    +

    Alternate customization methods

    +

    While not recommended for folks new to Bootstrap, you may use one of two alternate methods for customization. The first is modifying the source .less files (making upgrades super difficult), and the second is mapping source LESS code to your own classes via mixins. For the time being, neither options are documented here.

    +
    + +

    Removing potential bloat

    +

    Not all sites and applications need to make use of everything Bootstrap has to offer, especially in production environments where bandwidth literally becomes a financial issue. We encourage folks to remove whatever is unused with our Customizer.

    +

    Using the Customizer, simply uncheck any component, feature, or asset you don't need. Hit download and swap out the default Bootstrap files with these newly customized ones. You'll get vanilla Bootstrap, but without the features *you* deem unnecessary. All custom builds include compiled and minified versions, so use whichever works for you.

    + +
    -- cgit v1.2.3 From 7fa6ae578b17012df67ce0cd3cdcad117f89df0a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 9 May 2013 11:40:39 -0700 Subject: Update getting started page --- docs/getting-started.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 130ceb38b..a3f908c31 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -1,16 +1,16 @@ --- layout: default -title: Welcome -slug: welcome -lead: "Welcome to the Bootstrap documentation, the living, interactive style and code guide for all things Bootstrap. If you're new here, continue reading to learn how to get started. Otherwise, carry on you beautiful person you." +title: Getting started +slug: getting-started +lead: "An overview of Bootstrap, how to download and use, basic templates and examples, and more." --- -
    +

    There are a few easy ways to quickly get started with Bootstrap, each one appealing to a different skill level and use case. Read through to see what suits your particular needs.

    -- cgit v1.2.3 From 562483b907860bc522fb34b3f76f96943d58ed85 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 9 May 2013 17:32:39 -0700 Subject: more nav twerks for getting started page --- docs/getting-started.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index a3f908c31..cd8432690 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -8,9 +8,9 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex -
    +

    There are a few easy ways to quickly get started with Bootstrap, each one appealing to a different skill level and use case. Read through to see what suits your particular needs.

    @@ -39,7 +39,7 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex
    -

    Use the Bootstrap CDN

    +

    Use the Bootstrap CDN

    The folks over at NetDNA have graciously provided CDN support for Bootstrap's CSS and JavaScript. To use, swap your local instances for the Bootstrap CDN links listed below.

    {% highlight html linenos %} @@ -90,7 +90,7 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex

    Make use of a super basic HTML template, or dive into a few examples we've started for you. We encourage folks to iterate on these examples and not simply use them as an end result.

    -

    HTML template

    +

    HTML template

    Copy and paste the HTML from below to get started with a bare bones Bootstrap document.

    {% highlight html %} @@ -115,7 +115,7 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex {% endhighlight %} -

    Examples

    +

    Examples

    -- cgit v1.2.3 From 7e674efa22fa06e1ea825b934973c11fb03583ea Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 14 May 2013 22:00:08 -0700 Subject: outdent the file list --- docs/getting-started.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index cd8432690..ae7ee0e51 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -60,19 +60,19 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex

    Once downloaded, unzip the compressed folder to see the structure of (the compiled) Bootstrap. You'll see something like this:

    {% highlight bash %} - bootstrap/ - ├── css/ - │ ├── bootstrap.css - │ ├── bootstrap.min.css - ├── js/ - │ ├── bootstrap.js - │ ├── bootstrap.min.js - └── fonts/ - ├── glyphiconshalflings-regular.eot - ├── glyphiconshalflings-regular.otf - ├── glyphiconshalflings-regular.svg - ├── glyphiconshalflings-regular.ttf - └── glyphiconshalflings-regular.woff +bootstrap/ +├── css/ +│ ├── bootstrap.css +│ ├── bootstrap.min.css +├── js/ +│ ├── bootstrap.js +│ ├── bootstrap.min.js +└── fonts/ + ├── glyphiconshalflings-regular.eot + ├── glyphiconshalflings-regular.otf + ├── glyphiconshalflings-regular.svg + ├── glyphiconshalflings-regular.ttf + └── glyphiconshalflings-regular.woff {% endhighlight %}

    This is the most basic form of Bootstrap: compiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (bootstrap.*), as well as compiled and minified CSS and JS (bootstrap.min.*). The image files are compressed using ImageOptim, a Mac app for compressing PNGs.

    -- cgit v1.2.3 From 9a2218dd38cd34a27a8885941a55dc880db8c45f Mon Sep 17 00:00:00 2001 From: AJ Acevedo Date: Tue, 21 May 2013 02:23:19 -0400 Subject: Fixed broken Customizer link for docs --- docs/getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index ae7ee0e51..f5f550f8f 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -276,7 +276,7 @@ bootstrap/

    Removing potential bloat

    -

    Not all sites and applications need to make use of everything Bootstrap has to offer, especially in production environments where bandwidth literally becomes a financial issue. We encourage folks to remove whatever is unused with our Customizer.

    +

    Not all sites and applications need to make use of everything Bootstrap has to offer, especially in production environments where bandwidth literally becomes a financial issue. We encourage folks to remove whatever is unused with our Customizer.

    Using the Customizer, simply uncheck any component, feature, or asset you don't need. Hit download and swap out the default Bootstrap files with these newly customized ones. You'll get vanilla Bootstrap, but without the features *you* deem unnecessary. All custom builds include compiled and minified versions, so use whichever works for you.

    -- cgit v1.2.3 From 19ce707a0021565317bf92c19c1d1b738e2c659a Mon Sep 17 00:00:00 2001 From: Robert Burns Date: Sun, 2 Jun 2013 15:52:51 -0400 Subject: Fix layout for examples in getting-started --- docs/getting-started.html | 171 ++++++++++++++++++++++++---------------------- 1 file changed, 89 insertions(+), 82 deletions(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index f5f550f8f..b34ed831d 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -116,91 +116,98 @@ bootstrap/ {% endhighlight %}

    Examples

    -
    -
    - - - -

    Starter template

    -

    A barebones HTML page with Bootstrap's CSS and JavaScript included.

    +
    +
    +
    + + + +

    Starter template

    +

    A barebones HTML page with Bootstrap's CSS and JavaScript included.

    +
    +
    + + + +

    Basic grid layouts

    +

    Simple grid layouts to familiarize you with using the Bootstrap grid system.

    +
    +
    + + + +

    Basic marketing site

    +

    Features a jumbotron for primary message and three supporting elements.

    +
    -
    - - - -

    Basic grid layouts

    -

    Simple grid layouts to familiarize you with using the Bootstrap grid system.

    +
    +
    + + + +

    Narrow marketing

    +

    Slim, lightweight marketing template for small projects or teams.

    +
    +
    + + + +

    Justified nav

    +

    Marketing page with equal-width navigation links in a modified navbar.

    +
    +
    + + + +

    Sign in

    +

    Barebones sign in form with custom, larger form controls and a flexible layout.

    +
    -
    - - - -

    Basic marketing site

    -

    Features a jumbotron for primary message and three supporting elements.

    +
    +
    + + + +

    Sticky footer

    +

    Pin a fixed-height footer to the bottom of the user's viewport.

    +
    +
    + + + +

    Sticky footer w/ navbar

    +

    Add a fixed navbar to the default sticky footer template.

    +
    +
    + + + +

    Carousel jumbotron

    +

    An interactive riff on the basic marketing site featuring a prominent carousel.

    +
    -
    - - - -

    Narrow marketing

    -

    Slim, lightweight marketing template for small projects or teams.

    -
    -
    - - - -

    Justified nav

    -

    Marketing page with equal-width navigation links in a modified navbar.

    -
    -
    - - - -

    Sign in

    -

    Barebones sign in form with custom, larger form controls and a flexible layout.

    -
    -
    - - - -

    Sticky footer

    -

    Pin a fixed-height footer to the bottom of the user's viewport.

    -
    -
    - - - -

    Sticky footer w/ navbar

    -

    Add a fixed navbar to the default sticky footer template.

    -
    -
    - - - -

    Carousel jumbotron

    -

    An interactive riff on the basic marketing site featuring a prominent carousel.

    -
    - -
    - - - -

    Navbar

    -

    Basic template for showcasing how the navbar works.

    -
    -
    - - - -

    Static top navbar

    -

    Basic template for showcasing the static navbar variation.

    -
    -
    - - - -

    Fixed top navbar

    -

    Basic template for showcasing the fixed navbar variation.

    +
    +
    + + + +

    Navbar

    +

    Basic template for showcasing how the navbar works.

    +
    +
    + + + +

    Static top navbar

    +

    Basic template for showcasing the static navbar variation.

    +
    +
    + + + +

    Fixed top navbar

    +

    Basic template for showcasing the fixed navbar variation.

    +
    -- cgit v1.2.3 From 245ebda651fcdbc9687c1a436e8bbe3916354da6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 3 Jun 2013 21:57:51 -0700 Subject: nuke the .col --- docs/getting-started.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index b34ed831d..018c8ed0a 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -118,21 +118,21 @@ bootstrap/

    Examples

    -
    +

    Starter template

    A barebones HTML page with Bootstrap's CSS and JavaScript included.

    -
    +

    Basic grid layouts

    Simple grid layouts to familiarize you with using the Bootstrap grid system.

    -
    +
    @@ -141,21 +141,21 @@ bootstrap/
    -
    +

    Narrow marketing

    Slim, lightweight marketing template for small projects or teams.

    -
    +

    Justified nav

    Marketing page with equal-width navigation links in a modified navbar.

    -
    +
    @@ -164,21 +164,21 @@ bootstrap/
    -
    +

    Sticky footer

    Pin a fixed-height footer to the bottom of the user's viewport.

    -
    +

    Sticky footer w/ navbar

    Add a fixed navbar to the default sticky footer template.

    -
    +
    @@ -187,21 +187,21 @@ bootstrap/
    -
    +

    Navbar

    Basic template for showcasing how the navbar works.

    -
    +

    Static top navbar

    Basic template for showcasing the static navbar variation.

    -
    +
    -- cgit v1.2.3