aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
blob: 64947dc15e82d51c04f611d656880198b9b2bec1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Bootstrap, from Twitter</title>
    <meta name="description" content="">
    <meta name="author" content="">

    <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
    <!--[if lt IE 9]>
      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->

    <!-- Le styles -->
    <link href="../bootstrap.css" rel="stylesheet">
    <link href="assets/css/docs.css" rel="stylesheet">
    <link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet">

    <!-- Le fav and touch icons -->
    <link rel="shortcut icon" type="image/x-icon" href="assets/ico/favicon.ico">
    <link rel="apple-touch-icon" href="assets/ico/bootstrap-apple-57x57.png">
    <link rel="apple-touch-icon" sizes="72x72" href="assets/ico/bootstrap-apple-72x72.png">
    <link rel="apple-touch-icon" sizes="114x114" href="assets/ico/bootstrap-apple-114x114.png">
  </head>

  <body>

    <!-- Navbar
    ================================================== -->
    <div class="navbar navbar-fixed" data-scrollspy="scrollspy">
      <div class="navbar-inner">
        <div class="container">
          <a class="brand" href="./index.html">Bootstrap</a>
          <ul class="nav">
            <li class="active"><a href="./index.html">Overview</a></li>
            <li><a href="./scaffolding.html">Scaffolding</a></li>
            <li><a href="./base-css.html">Base CSS</a></li>
            <li><a href="./components.html">Components</a></li>
            <li><a href="./javascript.html">Javascript plugins</a></li>
            <li><a href="./less.html">Using LESS</a></li>

<!--
            <li class="active"><a href="#overview">Overview</a></li>
            <li><a href="#about">About</a></li>
            <li class="dropdown">
              <a href="#" class="dropdown-toggle" data-dropdown="true">Scaffolding</a>
              <ul class="dropdown-menu">
                <li><a href="#grid-system">Grid</a></li>
                <li><a href="#layouts">Layouts</a></li>
                <li><a href="#responsive">Resposive</a></li>
              </ul>
            </li>
            <li class="dropdown">
              <a href="#" class="dropdown-toggle" data-dropdown="true">CSS</a>
              <ul class="dropdown-menu">
                <li><a href="#typography">Type</a></li>
                <li><a href="#tables">Tables</a></li>
                <li><a href="#forms">Forms</a></li>
              </ul>
            </li>
            <li class="dropdown">
              <a href="#" class="dropdown-toggle" data-dropdown="true">Patterns</a>
              <ul class="dropdown-menu">
                <li><a href="#media">Media</a></li>
                <li><a href="#navigation">Navigation</a></li>
                <li><a href="#alerts">Alerts</a></li>
                <li><a href="#popovers">Popovers</a></li>
                <li><a href="#autocomplete">Autocomplete</a></li>
                <li><a href="#accordion">Accordion</a></li>
                <li><a href="#datepicker">Datepicker</a></li>
              </ul>
            </li>
            <li><a href="#javascript">Javascript</a></li>
            <li><a href="#less">Using Less</a></li>
-->
          </ul>
        </div>
      </div>
    </div>

    <div class="container">

      <div id="overview">

        <!-- Masthead
        ================================================== -->
        <header class="jumbotron masthead">
          <div class="inner">
            <h1>Bootstrap,<br> from Twitter</h1>
            <p class="lead">Bootstrap is a responsive frontend toolkit from Twitter designed to kickstart web development, complete with core HTML, CSS, and JS for grids, type, forms, navigation, and many more components.</p>
            <p class="download-info">
              <a href="#" class="btn primary btn-large">Download on GitHub</a>
              Currently v2.0.0
            </p>
            <div class="benefits">
              <h4>Feature highlights</h4>
              <ul>
                <li><span>&times;</span> Built on LESS</li>
                <li><span>&times;</span> Complete styleguide docs</li>
                <li><span>&times;</span> Fully responsive design</li>
                <li><span>&times;</span> Small footprint (7kb gzipped)</li>
                <li><span>&times;</span> Support for IE7 and up</li>
                <li><span>&times;</span> Custom jQuery plugins</li>
                <li><span>&times;</span> Dozens of components</li>
              </ul>
            </div>
          </div>
        </header>

        <ul class="quick-links">
          <li><strong>Quick links</strong></li>
          <li><a href="https://github.com/twitter/bootstrap/">GitHub</a></li>
          <li><a href="https://github.com/twitter/bootstrap/issues?state=open">Issues</a></li>
          <li><a href="https://github.com/twitter/bootstrap/wiki/Roadmap">Roadmap</a></li>
          <li><a href="https://github.com/twitter/bootstrap/wiki/Changelog">Changelog</a></li>
          <li class="divider">&middot;</li>
          <li><strong>Authors</strong></li>
          <li><a href="http://twitter.com/mdo">@mdo</a></li>
          <li><a href="http://twitter.com/fat">@fat</a></li>
          <li class="divider">&middot;</li>
          <li class="follow-btn">
            <a href="https://twitter.com/twbootstrap" class="twitter-follow-button" data-width="145px" data-link-color="#0069D6" data-show-count="false">Follow @twbootstrap</a><script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
          </li>
          <li class="tweet-btn">
            <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://twitter.github.com/bootstrap/" data-count="horizontal" data-via="twbootstrap" data-related="mdo:Creator of Twitter Bootstrap">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
          </li>
        </ul>



        <!-- About Bootstrap
        ================================================== -->
        <section id="about">
          <div class="row">
            <div class="span4">
              <h2>Built for and by nerds</h2>
              <p>Engineers at Twitter have historically used almost any library they were familiar with to meet front-end requirements. Bootstrap began as an answer to the challenges that presented. With the help of many awesome folks, Bootstrap has grown significantly.</p>
              <p>Read more on <a href="https://dev.twitter.com/blog/bootstrap-twitter">dev.twitter.com &rsaquo;</a></p>
            </div>
            <div class="span4">
              <h2>Cross-everything</h2>
              <p>Bootstrap is tested and supported in major modern browsers like Chrome, Safari, Internet Explorer, and Firefox.</p>
              <img class="browser-support" src="assets/img/browsers.png" alt="Tested and supported in Chrome, Safari, Internet Explorer, and Firefox">
              <ul>
                <li>Latest Safari</li>
                <li>Latest Google Chrome</li>
                <li>Firefox 4+</li>
                <li>Internet Explorer 7+</li>
                <li>Opera 11</li>
              </ul>
            </div>
            <div class="span4">
              <h2>What's included</h2>
              <p>Bootstrap comes complete with compiled CSS, uncompiled, and example templates.</p>
              <ul>
                <li><span class="label">New in 1.3</span> <a href="./javascript.html">Javascript plugins</a></li>
                <li>All original .less files</li>
                <li>Fully <a href="../bootstrap.css">compiled</a> and <a href="../bootstrap.min.css">minified</a> CSS</li>
                <li>Complete styleguide documentation</li>
                <li>Three example pages with different layouts</li>
              </ul>
            </div>
          </div><!-- /row -->
        </section>

        <h3>Quick-start examples</h3>
        <p>Need some quick templates? Check out these basic examples we've put together:</p>
        <ul class="media-grid">
          <li>
            <a href="../examples/hero.html"><img src="assets/img/example-diagram-01.png" alt="Simple three-column layout with hero unit"></a>
          </li>
          <li>
            <a href="../examples/fluid.html"><img src="assets/img/example-diagram-02.png" alt="Fluid layout with static sidebar"></a>
          </li>
          <li>
            <a href="../examples/container-app.html"><img src="assets/img/example-diagram-03.png" alt="Simple hanging container for apps"></a>
          </li>
        </ul>

      </div><!-- /#overview -->


      <!-- Footer
      ================================================== -->
      <footer class="footer">
        <p class="pull-right"><a href="#">Back to top</a></p>
        <p>
          Designed and built with all the love in the world <a href="http://twitter.com/twitter" target="_blank">@twitter</a> by <a href="http://twitter.com/mdo" target="_blank">@mdo</a> and <a href="http://twitter.com/fat" target="_blank">@fat</a>.<br>
          Code licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>. Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.
        </p>
      </footer>
    </div><!-- /container -->

    <!-- Le javascript -->
    <!-- Placed at the end of the document so the pages load faster -->
    <script src="http://code.jquery.com/jquery-1.5.2.min.js"></script>
    <script src="http://autobahn.tablesorter.com/jquery.tablesorter.min.js"></script>
    <script src="assets/js/google-code-prettify/prettify.js"></script>
    <script>$(function () { prettyPrint() })</script>
    <script src="../js/bootstrap-transitions.js"></script>
    <script src="../js/bootstrap-dropdown.js"></script>
    <script src="../js/bootstrap-twipsy.js"></script>
    <script src="../js/bootstrap-scrollspy.js"></script>
    <script src="assets/js/application.js"></script>
  </body>
</html>