aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-17 00:27:46 -0800
committerMark Otto <[email protected]>2013-01-17 00:27:46 -0800
commit255cb877341e9f214f57c6ccd6297c90d9c4c5ad (patch)
tree46013d658e23422e709d5c04938c0a5fc1aeed22 /docs/getting-started.html
parenta8a60e94e329b730a99ce2db50eba96fb83d1f6c (diff)
downloadbootstrap-255cb877341e9f214f57c6ccd6297c90d9c4c5ad.tar.xz
bootstrap-255cb877341e9f214f57c6ccd6297c90d9c4c5ad.zip
update getting started to reflect latest changes; pull list of components because fuck that
Diffstat (limited to 'docs/getting-started.html')
-rw-r--r--docs/getting-started.html35
1 files changed, 6 insertions, 29 deletions
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 @@
<p class="lead">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 <a href="http://getbootstrap.com">Bootstrap documentation</a>.</p>
<h2>Docs sections</h2>
- <h4><a href="http://twitter.github.com/bootstrap/scaffolding.html">Scaffolding</a></h4>
- <p>Global styles for the body to reset type and background, link styles, grid system, and two simple layouts.</p>
- <h4><a href="http://twitter.github.com/bootstrap/base-css.html">Base CSS</a></h4>
- <p>Styles for common HTML elements like typography, code, tables, forms, and buttons. Also includes <a href="http://glyphicons.com">Glyphicons</a>, a great little icon set.</p>
+ <p>In addition to the getting started documentation you're reading now, the Bootstrap docs are broken into a few key pages.</p>
+
+ <h4><a href="http://twitter.github.com/bootstrap/css.html">Core CSS</a></h4>
+ <p>Global styles for the body, Normalize, links, grid system, tables, forms, buttons, icons, and more.</p>
<h4><a href="http://twitter.github.com/bootstrap/components.html">Components</a></h4>
- <p>Basic styles for common interface components like tabs and pills, navbar, alerts, page headers, and more.</p>
+ <p>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.</p>
<h4><a href="http://twitter.github.com/bootstrap/javascript.html">JavaScript plugins</a></h4>
<p>Similar to Components, these JavaScript plugins are interactive components for things like tooltips, popovers, modals, and more.</p>
-
- <h2>List of components</h2>
- <p>Together, the <strong>Components</strong> and <strong>JavaScript plugins</strong> sections provide the following interface elements:</p>
- <ul>
- <li>Button groups</li>
- <li>Button dropdowns</li>
- <li>Navigational tabs, pills, and lists</li>
- <li>Navbar</li>
- <li>Labels</li>
- <li>Badges</li>
- <li>Page headers and hero unit</li>
- <li>Thumbnails</li>
- <li>Alerts</li>
- <li>Progress bars</li>
- <li>Modals</li>
- <li>Dropdowns</li>
- <li>Tooltips</li>
- <li>Popovers</li>
- <li>Accordion</li>
- <li>Carousel</li>
- <li>Typeahead</li>
- </ul>
- <p>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.</p>
</section>
@@ -303,7 +280,7 @@
<h1>What next?</h1>
</div>
<p class="lead">Head to the docs for information, examples, and code snippets, or take the next leap and customize Bootstrap for any upcoming project.</p>
- <a class="btn btn-large btn-primary" href="./scaffolding.html" >Visit the Bootstrap docs</a>
+ <a class="btn btn-large btn-primary" href="./css.html" >Visit the Bootstrap docs</a>
<a class="btn btn-large" href="./customize.html" style="margin-left: 5px;" >Customize Bootstrap</a>
</section>