<pclass="lead">Have a need for Bootstrap's brand resources? Great! We have only a few guidelines we follow, and in turn ask you to follow as well. These guidelines were inspired by Mailchimp's <ahref="http://mailchimp.com/about/brand-assets/"target="_blank">Brand Assets</a>.</p>
<h2>Mark and logo</h2>
...
...
@@ -67,9 +66,8 @@ lead: "Learn about the history of Bootstrap, meet the core team, and check out t
<pclass="lead">Originally created by a designer and a developer at Twitter, Bootstrap has become one of the most popular front-end frameworks and open source projects in the world.</p>
<p>Bootstrap was created at Twitter in mid-2010 by <ahref="https://twitter.com/mdo">@mdo</a> and <ahref="https://twitter.com/fat">@fat</a>. Prior to being an open-sourced framework, Bootstrap was known as <em>Twitter Blueprint</em>. A few months into development, Twitter held its <ahref="https://blog.twitter.com/2010/hack-week">first Hack Week</a> and the project exploded as developers of all skill levels jumped in without any external guidance. It served as the style guide for internal tools development at the company for over a year before its public release, and continues to do so today.</p>
<p>Originally <ahref="https://dev.twitter.com/blog/bootstrap-twitter">released</a> on <ahref="https://twitter.com/mdo/statuses/104620039650557952"><timedatetime="2011-08-19 11:25">Friday, August 19, 2011</time></a>, we've since had over <ahref="https://github.com/twbs/bootstrap/releases">twenty releases</a>, including two major rewrites with v2 and v3. With Bootstrap 2, we added responsive functionality to the entire framework as an optional stylesheet. Building on that with Bootstrap 3, we rewrote the library once more to make it responsive by default with a mobile first approach.</p>
...
...
@@ -79,9 +77,8 @@ lead: "Learn about the history of Bootstrap, meet the core team, and check out t
<pclass="lead">Bootstrap is maintained by the founding team and a small group of invaluable core contributors, with the massive support and involvement of our community.</p>
<h2id="team-core">Core team</h2>
...
...
@@ -155,9 +152,8 @@ lead: "Learn about the history of Bootstrap, meet the core team, and check out t
<pclass="lead">Community members have translated Bootstrap's documentation into various languages. None are officially supported and may not always be up to date.</p>
<pclass="lead">Choose which LESS files to compile into your custom build of Bootstrap. Not sure which files to use? Read through the <ahref="../css/">CSS</a> and <ahref="../components/">Components</a> pages in the docs.</p>
<divclass="row">
...
...
@@ -238,10 +237,9 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<pclass="lead">Choose which jQuery plugins should be included in your custom JavaScript files. Unsure what to include? Read the <ahref="../javascript/">JavaScript</a> page in the docs.</p>
<divclass="row">
<divclass="col-lg-6">
...
...
@@ -338,18 +336,18 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<h3id="js-individual-compiled">Individual or compiled</h3>
<p>Plugins can be included individually (using Bootstrap's individual <code>*.js</code> files), or all at once (using <code>bootstrap.js</code> or the minified <code>bootstrap.min.js</code>).</p>
...
...
@@ -75,30 +73,27 @@ $('#myModal').on('show.bs.modal', function (e) {
<h4>Third-party libraries</h4>
<p><strong>Bootstrap does not officially support third-party JavaScript libraries</strong> like Prototype or jQuery UI. Despite <code>.noConflict</code> and namespaced events, there may be compatibility problems that you need to fix on your own.</p>
<p>For simple transition effects, include <code>transition.js</code> once alongside the other JS files. If you're using the compiled (or minified) <code>bootstrap.js</code>, there is no need to include this—it's already there.</p>
<h3>What's inside</h3>
<p>Transition.js is a basic helper for <code>transitionEnd</code> events as well as a CSS transition emulator. It's used by the other plugins to check for CSS transition support and to catch hanging transitions.</p>
<p>The ScrollSpy plugin is for automatically updating nav targets based on scroll position. Scroll the area below the navbar and watch the active class change. The dropdown sub items will be highlighted as well.</p>
...
...
@@ -734,16 +724,14 @@ $('#myScrollspy').on('activate.bs.scrollspy', function () {
<p>Inspired by the excellent jQuery.tipsy plugin written by Jason Frame; Tooltips are an updated version, which don't rely on images, use CSS3 for animations, and data-attributes for local title storage.</p>
...
...
@@ -1090,14 +1078,12 @@ $('#myTooltip').on('hidden.bs.tooltip', function () {
<h4>Transition animations not supported in Internet Explorer 8 & 9</h4>
<p>Bootstrap exclusively uses CSS3 for its animations, but Internet Explorer 8 & 9 don't support the necessary CSS properties. Thus, there are no slide transition animations when using these browsers. We have intentionally decided not to include jQuery-based fallbacks for the transitions.</p>
</div>
</div>
<h3>Optional captions</h3>
<p>Add captions to your slides easily with the <code>.carousel-caption</code> element within any <code>.item</code>. Place just about any optional HTML within there and it will be automatically aligned and formatted.</p>
...
...
@@ -1932,10 +1912,10 @@ $('#myCollapsible').on('hidden.bs.collapse', function () {
</div>
{% endhighlight %}
<divclass="bs-callout bs-callout-danger">
<divclass="bs-callout bs-callout-danger">
<h4>Accessibility issue</h4>
<p>The carousel component is generally not compliant with accessibility standards. If you need to be compliant, please consider other options for presenting your content.</p>
</div>
</div>
<h2id="carousel-usage">Usage</h2>
...
...
@@ -2037,16 +2017,14 @@ $('#myCarousel').on('slide.bs.carousel', function () {