sass-twitter-bootstrap 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (243) hide show
  1. data/.gitignore +4 -0
  2. data/Gemfile +3 -0
  3. data/Gemfile.lock +14 -0
  4. data/LICENSE +176 -0
  5. data/Makefile +94 -0
  6. data/README.md +217 -0
  7. data/Rakefile +52 -0
  8. data/bootstrap-2.0.4.css +4661 -0
  9. data/bootstrap-2.0.4.min.css +9 -0
  10. data/bootstrap-responsive-2.0.4.css +932 -0
  11. data/bootstrap-responsive-2.0.4.min.css +9 -0
  12. data/docs/assets/css/bootstrap-responsive.css +932 -0
  13. data/docs/assets/css/bootstrap.css +4661 -0
  14. data/docs/assets/css/docs.css +846 -0
  15. data/docs/assets/ico/apple-touch-icon-114-precomposed.png +0 -0
  16. data/docs/assets/ico/apple-touch-icon-144-precomposed.png +0 -0
  17. data/docs/assets/ico/apple-touch-icon-57-precomposed.png +0 -0
  18. data/docs/assets/ico/apple-touch-icon-72-precomposed.png +0 -0
  19. data/docs/assets/ico/favicon.ico +0 -0
  20. data/docs/assets/img/bird.png +0 -0
  21. data/docs/assets/img/bootstrap-mdo-sfmoma-01.jpg +0 -0
  22. data/docs/assets/img/bootstrap-mdo-sfmoma-02.jpg +0 -0
  23. data/docs/assets/img/bootstrap-mdo-sfmoma-03.jpg +0 -0
  24. data/docs/assets/img/browsers.png +0 -0
  25. data/docs/assets/img/example-sites/fleetio.png +0 -0
  26. data/docs/assets/img/example-sites/jshint.png +0 -0
  27. data/docs/assets/img/example-sites/kippt.png +0 -0
  28. data/docs/assets/img/example-sites/soundready.png +0 -0
  29. data/docs/assets/img/examples/bootstrap-example-fluid.jpg +0 -0
  30. data/docs/assets/img/examples/bootstrap-example-hero.jpg +0 -0
  31. data/docs/assets/img/examples/bootstrap-example-starter.jpg +0 -0
  32. data/docs/assets/img/github-16px.png +0 -0
  33. data/docs/assets/img/glyphicons-halflings-white.png +0 -0
  34. data/docs/assets/img/glyphicons-halflings.png +0 -0
  35. data/docs/assets/img/glyphicons/glyphicons_009_magic.png +0 -0
  36. data/docs/assets/img/glyphicons/glyphicons_042_group.png +0 -0
  37. data/docs/assets/img/glyphicons/glyphicons_079_podium.png +0 -0
  38. data/docs/assets/img/glyphicons/glyphicons_082_roundabout.png +0 -0
  39. data/docs/assets/img/glyphicons/glyphicons_155_show_thumbnails.png +0 -0
  40. data/docs/assets/img/glyphicons/glyphicons_163_iphone.png +0 -0
  41. data/docs/assets/img/glyphicons/glyphicons_214_resize_small.png +0 -0
  42. data/docs/assets/img/glyphicons/glyphicons_266_book_open.png +0 -0
  43. data/docs/assets/img/grid-18px-masked.png +0 -0
  44. data/docs/assets/img/icon-css3.png +0 -0
  45. data/docs/assets/img/icon-github.png +0 -0
  46. data/docs/assets/img/icon-html5.png +0 -0
  47. data/docs/assets/img/icon-twitter.png +0 -0
  48. data/docs/assets/img/less-logo-large.png +0 -0
  49. data/docs/assets/img/less-small.png +0 -0
  50. data/docs/assets/img/responsive-illustrations.png +0 -0
  51. data/docs/assets/js/README.md +106 -0
  52. data/docs/assets/js/application.js +184 -0
  53. data/docs/assets/js/bootstrap-alert.js +90 -0
  54. data/docs/assets/js/bootstrap-button.js +96 -0
  55. data/docs/assets/js/bootstrap-carousel.js +169 -0
  56. data/docs/assets/js/bootstrap-collapse.js +157 -0
  57. data/docs/assets/js/bootstrap-dropdown.js +100 -0
  58. data/docs/assets/js/bootstrap-modal.js +218 -0
  59. data/docs/assets/js/bootstrap-popover.js +98 -0
  60. data/docs/assets/js/bootstrap-scrollspy.js +151 -0
  61. data/docs/assets/js/bootstrap-tab.js +135 -0
  62. data/docs/assets/js/bootstrap-tooltip.js +275 -0
  63. data/docs/assets/js/bootstrap-transition.js +61 -0
  64. data/docs/assets/js/bootstrap-typeahead.js +285 -0
  65. data/docs/assets/js/bootstrap.js +1825 -0
  66. data/docs/assets/js/bootstrap.min.js +6 -0
  67. data/docs/assets/js/google-code-prettify/prettify.css +30 -0
  68. data/docs/assets/js/google-code-prettify/prettify.js +28 -0
  69. data/docs/assets/js/jquery.js +9252 -0
  70. data/docs/base-css.html +1710 -0
  71. data/docs/build/index.js +44 -0
  72. data/docs/build/node_modules/.bin/hulk +93 -0
  73. data/docs/build/node_modules/hogan.js/.git_ignore +1 -0
  74. data/docs/build/node_modules/hogan.js/.gitmodules +3 -0
  75. data/docs/build/node_modules/hogan.js/LICENSE +177 -0
  76. data/docs/build/node_modules/hogan.js/Makefile +62 -0
  77. data/docs/build/node_modules/hogan.js/README.md +93 -0
  78. data/docs/build/node_modules/hogan.js/bin/hulk +93 -0
  79. data/docs/build/node_modules/hogan.js/lib/compiler.js +348 -0
  80. data/docs/build/node_modules/hogan.js/lib/hogan.js +20 -0
  81. data/docs/build/node_modules/hogan.js/lib/template.js +233 -0
  82. data/docs/build/node_modules/hogan.js/package.json +20 -0
  83. data/docs/build/node_modules/hogan.js/test/html/list.html +8 -0
  84. data/docs/build/node_modules/hogan.js/test/index.html +13 -0
  85. data/docs/build/node_modules/hogan.js/test/index.js +848 -0
  86. data/docs/build/node_modules/hogan.js/test/mustache.js +90 -0
  87. data/docs/build/node_modules/hogan.js/test/spec.js +77 -0
  88. data/docs/build/node_modules/hogan.js/test/spec/Changes +31 -0
  89. data/docs/build/node_modules/hogan.js/test/spec/README.md +65 -0
  90. data/docs/build/node_modules/hogan.js/test/spec/Rakefile +27 -0
  91. data/docs/build/node_modules/hogan.js/test/spec/TESTING.md +46 -0
  92. data/docs/build/node_modules/hogan.js/test/spec/specs/comments.json +1 -0
  93. data/docs/build/node_modules/hogan.js/test/spec/specs/comments.yml +103 -0
  94. data/docs/build/node_modules/hogan.js/test/spec/specs/delimiters.json +1 -0
  95. data/docs/build/node_modules/hogan.js/test/spec/specs/delimiters.yml +158 -0
  96. data/docs/build/node_modules/hogan.js/test/spec/specs/interpolation.json +1 -0
  97. data/docs/build/node_modules/hogan.js/test/spec/specs/interpolation.yml +230 -0
  98. data/docs/build/node_modules/hogan.js/test/spec/specs/inverted.json +1 -0
  99. data/docs/build/node_modules/hogan.js/test/spec/specs/inverted.yml +193 -0
  100. data/docs/build/node_modules/hogan.js/test/spec/specs/partials.json +1 -0
  101. data/docs/build/node_modules/hogan.js/test/spec/specs/partials.yml +109 -0
  102. data/docs/build/node_modules/hogan.js/test/spec/specs/sections.json +1 -0
  103. data/docs/build/node_modules/hogan.js/test/spec/specs/sections.yml +256 -0
  104. data/docs/build/node_modules/hogan.js/test/spec/specs/~lambdas.json +1 -0
  105. data/docs/build/node_modules/hogan.js/test/spec/specs/~lambdas.yml +149 -0
  106. data/docs/build/node_modules/hogan.js/test/templates/list.mustache +8 -0
  107. data/docs/build/node_modules/hogan.js/tools/release.js +74 -0
  108. data/docs/build/node_modules/hogan.js/tools/web_templates.js +32 -0
  109. data/docs/build/node_modules/hogan.js/web/1.0.0/hogan.js +500 -0
  110. data/docs/build/node_modules/hogan.js/web/1.0.0/hogan.min.js +14 -0
  111. data/docs/build/node_modules/hogan.js/web/builds/1.0.0/hogan.js +500 -0
  112. data/docs/build/node_modules/hogan.js/web/builds/1.0.0/hogan.min.js +14 -0
  113. data/docs/build/node_modules/hogan.js/web/builds/1.0.3/hogan.js +545 -0
  114. data/docs/build/node_modules/hogan.js/web/builds/1.0.3/hogan.min.js +5 -0
  115. data/docs/build/node_modules/hogan.js/web/builds/1.0.5/hogan-1.0.5.amd.js +576 -0
  116. data/docs/build/node_modules/hogan.js/web/builds/1.0.5/hogan-1.0.5.common.js +576 -0
  117. data/docs/build/node_modules/hogan.js/web/builds/1.0.5/hogan-1.0.5.js +572 -0
  118. data/docs/build/node_modules/hogan.js/web/builds/1.0.5/hogan-1.0.5.min.amd.js +5 -0
  119. data/docs/build/node_modules/hogan.js/web/builds/1.0.5/hogan-1.0.5.min.common.js +5 -0
  120. data/docs/build/node_modules/hogan.js/web/builds/1.0.5/hogan-1.0.5.min.js +5 -0
  121. data/docs/build/node_modules/hogan.js/web/builds/1.0.5/hogan-1.0.5.min.mustache.js +5 -0
  122. data/docs/build/node_modules/hogan.js/web/builds/1.0.5/hogan-1.0.5.mustache.js +619 -0
  123. data/docs/build/node_modules/hogan.js/web/builds/1.0.5/template-1.0.5.js +233 -0
  124. data/docs/build/node_modules/hogan.js/web/builds/1.0.5/template-1.0.5.min.js +5 -0
  125. data/docs/build/node_modules/hogan.js/web/favicon.ico +0 -0
  126. data/docs/build/node_modules/hogan.js/web/images/logo.png +0 -0
  127. data/docs/build/node_modules/hogan.js/web/images/noise.png +0 -0
  128. data/docs/build/node_modules/hogan.js/web/images/small-hogan-icon.png +0 -0
  129. data/docs/build/node_modules/hogan.js/web/images/stripes.png +0 -0
  130. data/docs/build/node_modules/hogan.js/web/index.html.mustache +139 -0
  131. data/docs/build/node_modules/hogan.js/web/stylesheets/layout.css +206 -0
  132. data/docs/build/node_modules/hogan.js/web/stylesheets/skeleton.css +236 -0
  133. data/docs/build/node_modules/hogan.js/wrappers/amd.js.mustache +21 -0
  134. data/docs/build/node_modules/hogan.js/wrappers/common.js.mustache +21 -0
  135. data/docs/build/node_modules/hogan.js/wrappers/js.mustache +17 -0
  136. data/docs/build/node_modules/hogan.js/wrappers/mustache.js.mustache +64 -0
  137. data/docs/build/package.json +6 -0
  138. data/docs/components.html +1931 -0
  139. data/docs/download.html +454 -0
  140. data/docs/examples.html +147 -0
  141. data/docs/examples/fluid.html +162 -0
  142. data/docs/examples/hero.html +109 -0
  143. data/docs/examples/starter-template.html +79 -0
  144. data/docs/index.html +259 -0
  145. data/docs/javascript.html +1520 -0
  146. data/docs/less.html +1060 -0
  147. data/docs/scaffolding.html +671 -0
  148. data/docs/templates/layout.mustache +146 -0
  149. data/docs/templates/pages/base-css.mustache +1594 -0
  150. data/docs/templates/pages/components.mustache +1815 -0
  151. data/docs/templates/pages/download.mustache +338 -0
  152. data/docs/templates/pages/examples.mustache +31 -0
  153. data/docs/templates/pages/index.mustache +144 -0
  154. data/docs/templates/pages/javascript.mustache +1405 -0
  155. data/docs/templates/pages/less.mustache +944 -0
  156. data/docs/templates/pages/scaffolding.mustache +555 -0
  157. data/docs/templates/pages/upgrading.mustache +194 -0
  158. data/docs/upgrading.html +310 -0
  159. data/js/tests/index.html +54 -0
  160. data/js/tests/phantom.js +63 -0
  161. data/js/tests/server.js +14 -0
  162. data/js/tests/unit/bootstrap-alert.js +56 -0
  163. data/js/tests/unit/bootstrap-button.js +77 -0
  164. data/js/tests/unit/bootstrap-carousel.js +28 -0
  165. data/js/tests/unit/bootstrap-collapse.js +54 -0
  166. data/js/tests/unit/bootstrap-dropdown.js +87 -0
  167. data/js/tests/unit/bootstrap-modal.js +114 -0
  168. data/js/tests/unit/bootstrap-phantom.js +21 -0
  169. data/js/tests/unit/bootstrap-popover.js +93 -0
  170. data/js/tests/unit/bootstrap-scrollspy.js +31 -0
  171. data/js/tests/unit/bootstrap-tab.js +61 -0
  172. data/js/tests/unit/bootstrap-tooltip.js +155 -0
  173. data/js/tests/unit/bootstrap-transition.js +13 -0
  174. data/js/tests/unit/bootstrap-typeahead.js +148 -0
  175. data/js/tests/vendor/jquery.js +9252 -0
  176. data/js/tests/vendor/qunit.css +232 -0
  177. data/js/tests/vendor/qunit.js +1510 -0
  178. data/lib/sass-twitter-bootstrap.rb +9 -0
  179. data/lib/sass/twitter/bootstrap/rails.rb +14 -0
  180. data/lib/sass/twitter/bootstrap/version.rb +7 -0
  181. data/package.json +25 -0
  182. data/sass-twitter-bootstrap.gemspec +19 -0
  183. data/vendor/assets/images/glyphicons-halflings-white.png +0 -0
  184. data/vendor/assets/images/glyphicons-halflings.png +0 -0
  185. data/vendor/assets/javascripts/README.md +112 -0
  186. data/vendor/assets/javascripts/twitter/bootstrap-alert.js +90 -0
  187. data/vendor/assets/javascripts/twitter/bootstrap-button.js +96 -0
  188. data/vendor/assets/javascripts/twitter/bootstrap-carousel.js +169 -0
  189. data/vendor/assets/javascripts/twitter/bootstrap-collapse.js +157 -0
  190. data/vendor/assets/javascripts/twitter/bootstrap-dropdown.js +100 -0
  191. data/vendor/assets/javascripts/twitter/bootstrap-modal.js +218 -0
  192. data/vendor/assets/javascripts/twitter/bootstrap-popover.js +98 -0
  193. data/vendor/assets/javascripts/twitter/bootstrap-scrollspy.js +151 -0
  194. data/vendor/assets/javascripts/twitter/bootstrap-tab.js +135 -0
  195. data/vendor/assets/javascripts/twitter/bootstrap-tooltip.js +275 -0
  196. data/vendor/assets/javascripts/twitter/bootstrap-transition.js +61 -0
  197. data/vendor/assets/javascripts/twitter/bootstrap-typeahead.js +285 -0
  198. data/vendor/assets/javascripts/twitter/bootstrap.js +12 -0
  199. data/vendor/assets/stylesheets/tests/css-tests.css +52 -0
  200. data/vendor/assets/stylesheets/tests/css-tests.html +917 -0
  201. data/vendor/assets/stylesheets/tests/forms.html +179 -0
  202. data/vendor/assets/stylesheets/tests/navbar.html +108 -0
  203. data/vendor/assets/stylesheets/twitter/_accordion.scss +33 -0
  204. data/vendor/assets/stylesheets/twitter/_alerts.scss +58 -0
  205. data/vendor/assets/stylesheets/twitter/_breadcrumbs.scss +24 -0
  206. data/vendor/assets/stylesheets/twitter/_button-groups.scss +191 -0
  207. data/vendor/assets/stylesheets/twitter/_buttons.scss +191 -0
  208. data/vendor/assets/stylesheets/twitter/_carousel.scss +121 -0
  209. data/vendor/assets/stylesheets/twitter/_close.scss +29 -0
  210. data/vendor/assets/stylesheets/twitter/_code.scss +57 -0
  211. data/vendor/assets/stylesheets/twitter/_component-animations.scss +20 -0
  212. data/vendor/assets/stylesheets/twitter/_dropdowns.scss +143 -0
  213. data/vendor/assets/stylesheets/twitter/_forms.scss +582 -0
  214. data/vendor/assets/stylesheets/twitter/_grid.scss +5 -0
  215. data/vendor/assets/stylesheets/twitter/_hero-unit.scss +22 -0
  216. data/vendor/assets/stylesheets/twitter/_labels-badges.scss +52 -0
  217. data/vendor/assets/stylesheets/twitter/_layouts.scss +17 -0
  218. data/vendor/assets/stylesheets/twitter/_mixins.scss +643 -0
  219. data/vendor/assets/stylesheets/twitter/_modals.scss +90 -0
  220. data/vendor/assets/stylesheets/twitter/_navbar.scss +358 -0
  221. data/vendor/assets/stylesheets/twitter/_navs.scss +363 -0
  222. data/vendor/assets/stylesheets/twitter/_pager.scss +36 -0
  223. data/vendor/assets/stylesheets/twitter/_pagination.scss +56 -0
  224. data/vendor/assets/stylesheets/twitter/_popovers.scss +49 -0
  225. data/vendor/assets/stylesheets/twitter/_progress-bars.scss +117 -0
  226. data/vendor/assets/stylesheets/twitter/_reset.scss +131 -0
  227. data/vendor/assets/stylesheets/twitter/_responsive-1200px-min.scss +26 -0
  228. data/vendor/assets/stylesheets/twitter/_responsive-767px-max.scss +149 -0
  229. data/vendor/assets/stylesheets/twitter/_responsive-768px-979px.scss +17 -0
  230. data/vendor/assets/stylesheets/twitter/_responsive-navbar.scss +153 -0
  231. data/vendor/assets/stylesheets/twitter/_responsive-utilities.scss +41 -0
  232. data/vendor/assets/stylesheets/twitter/_scaffolding.scss +29 -0
  233. data/vendor/assets/stylesheets/twitter/_sprites.scss +191 -0
  234. data/vendor/assets/stylesheets/twitter/_tables.scss +155 -0
  235. data/vendor/assets/stylesheets/twitter/_thumbnails.scss +47 -0
  236. data/vendor/assets/stylesheets/twitter/_tooltip.scss +35 -0
  237. data/vendor/assets/stylesheets/twitter/_type.scss +232 -0
  238. data/vendor/assets/stylesheets/twitter/_utilities.scss +23 -0
  239. data/vendor/assets/stylesheets/twitter/_variables.scss +204 -0
  240. data/vendor/assets/stylesheets/twitter/_wells.scss +27 -0
  241. data/vendor/assets/stylesheets/twitter/bootstrap.scss +62 -0
  242. data/vendor/assets/stylesheets/twitter/responsive.scss +48 -0
  243. metadata +304 -0
@@ -0,0 +1,338 @@
1
+ <!-- Masthead
2
+ ================================================== -->
3
+ <header class="jumbotron subhead" id="overview">
4
+ <h1>{{_i}}Customize and download{{/i}}</h1>
5
+ <p class="lead">{{_i}}<a href="https://github.com/twitter/bootstrap/zipball/master">Download the full repository</a> or customize your entire Bootstrap build by selecting only the components, javascript plugins, and assets you need.{{/i}}</p>
6
+ <div class="subnav">
7
+ <ul class="nav nav-pills">
8
+ <li><a href="#components">{{_i}}1. Choose components{{/i}}</a></li>
9
+ <li><a href="#plugins">{{_i}}2. Select jQuery plugins{{/i}}</a></li>
10
+ <li><a href="#variables">{{_i}}3. Customize variables{{/i}}</a></li>
11
+ <li><a href="#download">{{_i}}4. Download{{/i}}</a></li>
12
+ </ul>
13
+ </div>
14
+ </header>
15
+
16
+ <section class="download" id="components">
17
+ <div class="page-header">
18
+ <a class="btn btn-small pull-right toggle-all" href="#">{{_i}}Toggle all{{/i}}</a>
19
+ <h1>
20
+ {{_i}}1. Choose components{{/i}}
21
+ <small>{{_i}}Get just the CSS you need{{/i}}</small>
22
+ </h1>
23
+ </div>
24
+ <div class="row download-builder">
25
+ <div class="span3">
26
+ <h3>{{_i}}Scaffolding{{/i}}</h3>
27
+ <label class="checkbox"><input checked="checked" type="checkbox" value="reset.less"> {{_i}}Normalize and reset{{/i}}</label>
28
+ <label class="checkbox"><input checked="checked" type="checkbox" value="scaffolding.less"> {{_i}}Body type and links{{/i}}</label>
29
+ <label class="checkbox"><input checked="checked" type="checkbox" value="grid.less"> {{_i}}Grid system{{/i}}</label>
30
+ <label class="checkbox"><input checked="checked" type="checkbox" value="layouts.less"> {{_i}}Layouts{{/i}}</label>
31
+ <h3>{{_i}}Base CSS{{/i}}</h3>
32
+ <label class="checkbox"><input checked="checked" type="checkbox" value="type.less"> {{_i}}Headings, body, etc{{/i}}</label>
33
+ <label class="checkbox"><input checked="checked" type="checkbox" value="code.less"> {{_i}}Code and pre{{/i}}</label>
34
+ <label class="checkbox"><input checked="checked" type="checkbox" value="labels-badges.less"> {{_i}}Labels and badges{{/i}}</label>
35
+ <label class="checkbox"><input checked="checked" type="checkbox" value="tables.less"> {{_i}}Tables{{/i}}</label>
36
+ <label class="checkbox"><input checked="checked" type="checkbox" value="forms.less"> {{_i}}Forms{{/i}}</label>
37
+ <label class="checkbox"><input checked="checked" type="checkbox" value="buttons.less"> {{_i}}Buttons{{/i}}</label>
38
+ <label class="checkbox"><input checked="checked" type="checkbox" value="sprites.less"> {{_i}}Icons{{/i}}</label>
39
+ </div><!-- /span -->
40
+ <div class="span3">
41
+ <h3>{{_i}}Components{{/i}}</h3>
42
+ <label class="checkbox"><input checked="checked" type="checkbox" value="button-groups.less"> {{_i}}Button groups and dropdowns{{/i}}</label>
43
+ <label class="checkbox"><input checked="checked" type="checkbox" value="navs.less"> {{_i}}Navs, tabs, and pills{{/i}}</label>
44
+ <label class="checkbox"><input checked="checked" type="checkbox" value="navbar.less"> {{_i}}Navbar{{/i}}</label>
45
+ <label class="checkbox"><input checked="checked" type="checkbox" value="breadcrumbs.less"> {{_i}}Breadcrumbs{{/i}}</label>
46
+ <label class="checkbox"><input checked="checked" type="checkbox" value="pagination.less"> {{_i}}Pagination{{/i}}</label>
47
+ <label class="checkbox"><input checked="checked" type="checkbox" value="pager.less"> {{_i}}Pager{{/i}}</label>
48
+ <label class="checkbox"><input checked="checked" type="checkbox" value="thumbnails.less"> {{_i}}Thumbnails{{/i}}</label>
49
+ <label class="checkbox"><input checked="checked" type="checkbox" value="alerts.less"> {{_i}}Alerts{{/i}}</label>
50
+ <label class="checkbox"><input checked="checked" type="checkbox" value="progress-bars.less"> {{_i}}Progress bars{{/i}}</label>
51
+ <label class="checkbox"><input checked="checked" type="checkbox" value="hero-unit.less"> {{_i}}Hero unit{{/i}}</label>
52
+ </div><!-- /span -->
53
+ <div class="span3">
54
+ <h3>{{_i}}JS Components{{/i}}</h3>
55
+ <label class="checkbox"><input checked="checked" type="checkbox" value="tooltip.less"> {{_i}}Tooltips{{/i}}</label>
56
+ <label class="checkbox"><input checked="checked" type="checkbox" value="popovers.less"> {{_i}}Popovers{{/i}}</label>
57
+ <label class="checkbox"><input checked="checked" type="checkbox" value="modals.less"> {{_i}}Modals{{/i}}</label>
58
+ <label class="checkbox"><input checked="checked" type="checkbox" value="dropdowns.less"> {{_i}}Dropdowns{{/i}}</label>
59
+ <label class="checkbox"><input checked="checked" type="checkbox" value="accordion.less"> {{_i}}Collapse{{/i}}</label>
60
+ <label class="checkbox"><input checked="checked" type="checkbox" value="carousel.less"> {{_i}}Carousel{{/i}}</label>
61
+ </div><!-- /span -->
62
+ <div class="span3">
63
+ <h3>{{_i}}Miscellaneous{{/i}}</h3>
64
+ <label class="checkbox"><input checked="checked" type="checkbox" value="wells.less"> {{_i}}Wells{{/i}}</label>
65
+ <label class="checkbox"><input checked="checked" type="checkbox" value="close.less"> {{_i}}Close icon{{/i}}</label>
66
+ <label class="checkbox"><input checked="checked" type="checkbox" value="utilities.less"> {{_i}}Utilities{{/i}}</label>
67
+ <label class="checkbox"><input checked="checked" type="checkbox" value="component-animations.less"> {{_i}}Component animations{{/i}}</label>
68
+ <h3>{{_i}}Responsive{{/i}}</h3>
69
+ <label class="checkbox"><input checked="checked" type="checkbox" value="responsive-utilities.less"> {{_i}}Visible/hidden classes{{/i}}</label>
70
+ <label class="checkbox"><input checked="checked" type="checkbox" value="responsive-767px-max.less"> {{_i}}Narrow tablets and below (<767px){{/i}}</label>
71
+ <label class="checkbox"><input checked="checked" type="checkbox" value="responsive-768px-979px.less"> {{_i}}Tablets to desktops (767-979px){{/i}}</label>
72
+ <label class="checkbox"><input checked="checked" type="checkbox" value="responsive-1200px-min.less"> {{_i}}Large desktops (>1200px){{/i}}</label>
73
+ <label class="checkbox"><input checked="checked" type="checkbox" value="responsive-navbar.less"> {{_i}}Responsive navbar{{/i}}</label>
74
+ </div><!-- /span -->
75
+ </div><!-- /row -->
76
+ </section>
77
+
78
+ <section class="download" id="plugins">
79
+ <div class="page-header">
80
+ <a class="btn btn-small pull-right toggle-all" href="#">{{_i}}Toggle all{{/i}}</a>
81
+ <h1>
82
+ {{_i}}2. Select jQuery plugins{{/i}}
83
+ <small>{{_i}}Quickly add only the necessary javascript{{/i}}</small>
84
+ </h1>
85
+ </div>
86
+ <div class="row download-builder">
87
+ <div class="span4">
88
+ <label class="checkbox">
89
+ <input type="checkbox" checked="true" value="bootstrap-transition.js">
90
+ {{_i}}Transitions <small>(required for any animation)</small>{{/i}}
91
+ </label>
92
+ <label class="checkbox">
93
+ <input type="checkbox" checked="true" value="bootstrap-modal.js">
94
+ {{_i}}Modals{{/i}}
95
+ </label>
96
+ <label class="checkbox">
97
+ <input type="checkbox" checked="true" value="bootstrap-dropdown.js">
98
+ {{_i}}Dropdowns{{/i}}
99
+ </label>
100
+ <label class="checkbox">
101
+ <input type="checkbox" checked="true" value="bootstrap-scrollspy.js">
102
+ {{_i}}Scrollspy{{/i}}
103
+ </label>
104
+ <label class="checkbox">
105
+ <input type="checkbox" checked="true" value="bootstrap-tab.js">
106
+ {{_i}}Togglable tabs{{/i}}
107
+ </label>
108
+ <label class="checkbox">
109
+ <input type="checkbox" checked="true" value="bootstrap-tooltip.js">
110
+ {{_i}}Tooltips{{/i}}
111
+ </label>
112
+ </div><!-- /span -->
113
+ <div class="span4">
114
+ <label class="checkbox">
115
+ <input type="checkbox" checked="true" value="bootstrap-popover.js">
116
+ {{_i}}Popovers <small>(requires Tooltips)</small>{{/i}}
117
+ </label>
118
+ <label class="checkbox">
119
+ <input type="checkbox" checked="true" value="bootstrap-alert.js">
120
+ {{_i}}Alert messages{{/i}}
121
+ </label>
122
+ <label class="checkbox">
123
+ <input type="checkbox" checked="true" value="bootstrap-button.js">
124
+ {{_i}}Buttons{{/i}}
125
+ </label>
126
+ <label class="checkbox">
127
+ <input type="checkbox" checked="true" value="bootstrap-collapse.js">
128
+ {{_i}}Collapse{{/i}}
129
+ </label>
130
+ <label class="checkbox">
131
+ <input type="checkbox" checked="true" value="bootstrap-carousel.js">
132
+ {{_i}}Carousel{{/i}}
133
+ </label>
134
+ <label class="checkbox">
135
+ <input type="checkbox" checked="true" value="bootstrap-typeahead.js">
136
+ {{_i}}Typeahead{{/i}}
137
+ </label>
138
+ </div><!-- /span -->
139
+ <div class="span4">
140
+ <h4 class="muted">{{_i}}Heads up!{{/i}}</h4>
141
+ <p class="muted">{{_i}}All checked plugins will be compiled into a single file, bootstrap.js. All plugins require the latest version of <a href="http://jquery.com/" target="_blank">jQuery</a> to be included.{{/i}}</p>
142
+ </div><!-- /span -->
143
+ </div><!-- /row -->
144
+ </section>
145
+
146
+
147
+ <section class="download" id="variables">
148
+ <div class="page-header">
149
+ <a class="btn btn-small pull-right toggle-all" href="#">{{_i}}Reset to defaults{{/i}}</a>
150
+ <h1>
151
+ {{_i}}3. Customize variables{{/i}}
152
+ <small>{{_i}}Optionally modify Bootstrap without a compiler{{/i}}</small>
153
+ </h1>
154
+ </div>
155
+ <div class="row download-builder">
156
+ <div class="span3">
157
+ <h3>{{_i}}Scaffolding{{/i}}</h3>
158
+ <label>@bodyBackground</label>
159
+ <input type="text" class="span3" placeholder="@white">
160
+ <label>@textColor</label>
161
+ <input type="text" class="span3" placeholder="@grayDark">
162
+
163
+ <h3>{{_i}}Links{{/i}}</h3>
164
+ <label>@linkColor</label>
165
+ <input type="text" class="span3" placeholder="#08c">
166
+ <label>@linkColorHover</label>
167
+ <input type="text" class="span3" placeholder="darken(@linkColor, 15%)">
168
+ <h3>{{_i}}Colors{{/i}}</h3>
169
+ <label>@blue</label>
170
+ <input type="text" class="span3" placeholder="#049cdb">
171
+ <label>@green</label>
172
+ <input type="text" class="span3" placeholder="#46a546">
173
+ <label>@red</label>
174
+ <input type="text" class="span3" placeholder="#9d261d">
175
+ <label>@yellow</label>
176
+ <input type="text" class="span3" placeholder="#ffc40d">
177
+ <label>@orange</label>
178
+ <input type="text" class="span3" placeholder="#f89406">
179
+ <label>@pink</label>
180
+ <input type="text" class="span3" placeholder="#c3325f">
181
+ <label>@purple</label>
182
+ <input type="text" class="span3" placeholder="#7a43b6">
183
+
184
+ <h3>{{_i}}Sprites{{/i}}</h3>
185
+ <label>@iconSpritePath</label>
186
+ <input type="text" class="span3" placeholder="'../img/glyphicons-halflings.png'">
187
+ <label>@iconWhiteSpritePath</label>
188
+ <input type="text" class="span3" placeholder="'../img/glyphicons-halflings-white.png'">
189
+
190
+ </div><!-- /span -->
191
+ <div class="span3">
192
+ <h3>{{_i}}Grid system{{/i}}</h3>
193
+ <label>@gridColumns</label>
194
+ <input type="text" class="span3" placeholder="12">
195
+ <label>@gridColumnWidth</label>
196
+ <input type="text" class="span3" placeholder="60px">
197
+ <label>@gridGutterWidth</label>
198
+ <input type="text" class="span3" placeholder="20px">
199
+ <h3>{{_i}}Fluid grid system{{/i}}</h3>
200
+ <label>@fluidGridColumnWidth</label>
201
+ <input type="text" class="span3" placeholder="6.382978723%">
202
+ <label>@fluidGridGutterWidth</label>
203
+ <input type="text" class="span3" placeholder="2.127659574%">
204
+
205
+ <h3>{{_i}}Typography{{/i}}</h3>
206
+ <label>@sansFontFamily</label>
207
+ <input type="text" class="span3" placeholder="'Helvetica Neue', Helvetica, Arial, sans-serif">
208
+ <label>@serifFontFamily</label>
209
+ <input type="text" class="span3" placeholder="Georgia, 'Times New Roman', Times, serif">
210
+ <label>@monoFontFamily</label>
211
+ <input type="text" class="span3" placeholder="Menlo, Monaco, 'Courier New', monospace">
212
+ <label>@baseFontSize</label>
213
+ <input type="text" class="span3" placeholder="13px">
214
+ <label>@baseFontFamily</label>
215
+ <input type="text" class="span3" placeholder="@sansFontFamily">
216
+ <label>@baseLineHeight</label>
217
+ <input type="text" class="span3" placeholder="18px">
218
+ <label>@altFontFamily</label>
219
+ <input type="text" class="span3" placeholder="@serifFontFamily">
220
+ <label>@headingsFontFamily</label>
221
+ <input type="text" class="span3" placeholder="inherit">
222
+ <label>@headingsFontWeight</label>
223
+ <input type="text" class="span3" placeholder="bold">
224
+ <label>@headingsColor</label>
225
+ <input type="text" class="span3" placeholder="inherit">
226
+ <label>@heroUnitBackground</label>
227
+ <input type="text" class="span3" placeholder="@grayLighter">
228
+ <label>@heroUnitHeadingColor</label>
229
+ <input type="text" class="span3" placeholder="inherit">
230
+ <label>@heroUnitLeadColor</label>
231
+ <input type="text" class="span3" placeholder="inherit">
232
+ </div><!-- /span -->
233
+ <div class="span3">
234
+ <h3>{{_i}}Tables{{/i}}</h3>
235
+ <label>@tableBackground</label>
236
+ <input type="text" class="span3" placeholder="transparent">
237
+ <label>@tableBackgroundAccent</label>
238
+ <input type="text" class="span3" placeholder="#f9f9f9">
239
+ <label>@tableBackgroundHover</label>
240
+ <input type="text" class="span3" placeholder="#f5f5f5">
241
+ <label>@tableBorder</label>
242
+ <input type="text" class="span3" placeholder="#ddd">
243
+
244
+ <h3>{{_i}}Navbar{{/i}}</h3>
245
+ <label>@navbarHeight</label>
246
+ <input type="text" class="span3" placeholder="40px">
247
+ <label>@navbarBackground</label>
248
+ <input type="text" class="span3" placeholder="@grayDarker">
249
+ <label>@navbarBackgroundHighlight</label>
250
+ <input type="text" class="span3" placeholder="@grayDark">
251
+ <label>@navbarText</label>
252
+ <input type="text" class="span3" placeholder="@grayLight">
253
+ <label>@navbarBrandColor</label>
254
+ <input type="text" class="span3" placeholder="@navbarLinkColor">
255
+ <label>@navbarLinkColor</label>
256
+ <input type="text" class="span3" placeholder="@grayLight">
257
+ <label>@navbarLinkColorHover</label>
258
+ <input type="text" class="span3" placeholder="@white">
259
+ <label>@navbarLinkColorActive</label>
260
+ <input type="text" class="span3" placeholder="@navbarLinkColorHover">
261
+ <label>@navbarLinkBackgroundHover</label>
262
+ <input type="text" class="span3" placeholder="transparent">
263
+ <label>@navbarLinkBackgroundActive</label>
264
+ <input type="text" class="span3" placeholder="@navbarBackground">
265
+ <label>@navbarSearchBackground</label>
266
+ <input type="text" class="span3" placeholder="lighten(@navbarBackground, 25%)">
267
+ <label>@navbarSearchBackgroundFocus</label>
268
+ <input type="text" class="span3" placeholder="@white">
269
+ <label>@navbarSearchBorder</label>
270
+ <input type="text" class="span3" placeholder="darken(@navbarSearchBackground, 30%)">
271
+ <label>@navbarSearchPlaceholderColor</label>
272
+ <input type="text" class="span3" placeholder="#ccc">
273
+
274
+ <h3>{{_i}}Dropdowns{{/i}}</h3>
275
+ <label>@dropdownBackground</label>
276
+ <input type="text" class="span3" placeholder="@white">
277
+ <label>@dropdownBorder</label>
278
+ <input type="text" class="span3" placeholder="rgba(0,0,0,.2)">
279
+ <label>@dropdownLinkColor</label>
280
+ <input type="text" class="span3" placeholder="@grayDark">
281
+ <label>@dropdownLinkColorHover</label>
282
+ <input type="text" class="span3" placeholder="@white">
283
+ <label>@dropdownLinkBackgroundHover</label>
284
+ <input type="text" class="span3" placeholder="@linkColor">
285
+ </div><!-- /span -->
286
+ <div class="span3">
287
+ <h3>{{_i}}Forms{{/i}}</h3>
288
+ <label>@placeholderText</label>
289
+ <input type="text" class="span3" placeholder="@grayLight">
290
+ <label>@inputBackground</label>
291
+ <input type="text" class="span3" placeholder="@white">
292
+ <label>@inputBorder</label>
293
+ <input type="text" class="span3" placeholder="#ccc">
294
+ <label>@inputBorderRadius</label>
295
+ <input type="text" class="span3" placeholder="3px">
296
+ <label>@inputDisabledBackground</label>
297
+ <input type="text" class="span3" placeholder="@grayLighter">
298
+ <label>@formActionsBackground</label>
299
+ <input type="text" class="span3" placeholder="#f5f5f5">
300
+
301
+ <label>@btnPrimaryBackground</label>
302
+ <input type="text" class="span3" placeholder="@linkColor">
303
+ <label>@btnPrimaryBackgroundHighlight</label>
304
+ <input type="text" class="span3" placeholder="darken(@white, 10%);">
305
+
306
+ <h3>{{_i}}Form states &amp; alerts{{/i}}</h3>
307
+ <label>@warningText</label>
308
+ <input type="text" class="span3" placeholder="#c09853">
309
+ <label>@warningBackground</label>
310
+ <input type="text" class="span3" placeholder="#fcf8e3">
311
+ <label>@errorText</label>
312
+ <input type="text" class="span3" placeholder="#b94a48">
313
+ <label>@errorBackground</label>
314
+ <input type="text" class="span3" placeholder="#f2dede">
315
+ <label>@successText</label>
316
+ <input type="text" class="span3" placeholder="#468847">
317
+ <label>@successBackground</label>
318
+ <input type="text" class="span3" placeholder="#dff0d8">
319
+ <label>@infoText</label>
320
+ <input type="text" class="span3" placeholder="#3a87ad">
321
+ <label>@infoBackground</label>
322
+ <input type="text" class="span3" placeholder="#d9edf7">
323
+ </div><!-- /span -->
324
+ </div><!-- /row -->
325
+ </section>
326
+
327
+ <section class="download" id="download">
328
+ <div class="page-header">
329
+ <h1>
330
+ {{_i}}4. Download{{/i}}
331
+ </h1>
332
+ </div>
333
+ <div class="download-btn">
334
+ <a class="btn btn-primary" href="#" {{#production}}onclick="_gaq.push(['_trackEvent', 'Customize', 'Download', 'Customize and Download']);"{{/production}}>Customize and Download</a>
335
+ <h4>{{_i}}What's included?{{/i}}</h4>
336
+ <p>{{_i}}Downloads include compiled CSS, compiled and minified CSS, and compiled jQuery plugins, all nicely packed up into a zipball for your convenience.{{/i}}</p>
337
+ </div>
338
+ </section><!-- /download -->
@@ -0,0 +1,31 @@
1
+ <!-- Masthead
2
+ ================================================== -->
3
+ <header class="jumbotron subhead" id="overview">
4
+ <h1>{{_i}}Bootstrap examples{{/i}}</h1>
5
+ <p class="lead">{{_i}}We've included a few basic examples as starting points for your work with Bootstrap. We encourage folks to iterate on these examples and not simply use them as an end result.{{/i}}</p>
6
+ </header>
7
+
8
+
9
+ <ul class="thumbnails bootstrap-examples">
10
+ <li class="span4">
11
+ <a class="thumbnail" href="examples/hero.html">
12
+ <img src="assets/img/examples/bootstrap-example-hero.jpg" alt="">
13
+ </a>
14
+ <h3>{{_i}}Basic marketing site{{/i}}</h3>
15
+ <p>{{_i}}Featuring a hero unit for a primary message and three supporting elements.{{/i}}</p>
16
+ </li>
17
+ <li class="span4">
18
+ <a class="thumbnail" href="examples/fluid.html">
19
+ <img src="assets/img/examples/bootstrap-example-fluid.jpg" alt="">
20
+ </a>
21
+ <h3>{{_i}}Fluid layout{{/i}}</h3>
22
+ <p>{{_i}}Uses our new responsive, fluid grid system to create a seamless liquid layout.{{/i}}</p>
23
+ </li>
24
+ <li class="span4">
25
+ <a class="thumbnail" href="examples/starter-template.html">
26
+ <img src="assets/img/examples/bootstrap-example-starter.jpg" alt="">
27
+ </a>
28
+ <h3>{{_i}}Starter template{{/i}}</h3>
29
+ <p>{{_i}}A barebones HTML document with all the Bootstrap CSS and javascript included.{{/i}}</p>
30
+ </li>
31
+ </ul>
@@ -0,0 +1,144 @@
1
+ <!-- Masthead
2
+ ================================================== -->
3
+ <header class="jumbotron masthead">
4
+ <div class="inner">
5
+ <h1>{{_i}}Bootstrap, from Twitter{{/i}}</h1>
6
+ <p>{{_i}}Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.{{/i}}</p>
7
+ <p class="download-info">
8
+ <a href="https://github.com/twitter/bootstrap/" class="btn btn-primary btn-large" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'GitHub Project', 'View project on GitHub']);"{{/production}}>{{_i}}View project on GitHub{{/i}}</a>
9
+ <a href="assets/bootstrap.zip" class="btn btn-large" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 2.0.4']);"{{/production}}>{{_i}}Download Bootstrap <small>(v2.0.4)</small>{{/i}}</a>
10
+ </p>
11
+ </div>
12
+
13
+ <div class="bs-links">
14
+ <ul class="quick-links">
15
+ <li><a href="./upgrading.html">{{_i}}Upgrading from 1.4{{/i}}</a></li>
16
+ <li><a href="https://github.com/twitter/bootstrap/zipball/master">{{_i}}Download with docs{{/i}}</a></li>
17
+ <li><a href="http://blog.getbootstrap.com">{{_i}}Read the blog{{/i}}</a></li>
18
+ <li><a href="https://github.com/twitter/bootstrap/issues?state=open">{{_i}}Submit issues{{/i}}</a></li>
19
+ <li><a href="https://github.com/twitter/bootstrap/wiki">{{_i}}Roadmap and changelog{{/i}}</a></li>
20
+ </ul>
21
+ <ul class="quick-links">
22
+ <li>
23
+ <iframe class="github-btn" src="http://markdotto.github.com/github-buttons/github-btn.html?user=twitter&repo=bootstrap&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="112px" height="20px"></iframe>
24
+ </li>
25
+ <li>
26
+ <iframe class="github-btn" src="http://markdotto.github.com/github-buttons/github-btn.html?user=twitter&repo=bootstrap&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="98px" height="20px"></iframe>
27
+ </li>
28
+ <li class="follow-btn">
29
+ <a href="https://twitter.com/twbootstrap" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">{{_i}}Follow @twbootstrap{{/i}}</a>
30
+ </li>
31
+ <li class="tweet-btn">
32
+ <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>
33
+ </li>
34
+ </ul>
35
+ </div>
36
+ </header>
37
+
38
+ <hr class="soften">
39
+
40
+ <div class="marketing">
41
+ <h1>{{_i}}Designed for everyone, everywhere.{{/i}}</h1>
42
+ <p class="marketing-byline">{{_i}}Need reasons to love Bootstrap? Look no further.{{/i}}</p>
43
+ <div class="row">
44
+ <div class="span4">
45
+ <img class="bs-icon" src="assets/img/glyphicons/glyphicons_042_group.png">
46
+ <h2>{{_i}}Built for and by nerds{{/i}}</h2>
47
+ <p>{{_i}}Like you, we love building awesome products on the web. We love it so much, we decided to help people just like us do it easier, better, and faster. Bootstrap is built for you.{{/i}}</p>
48
+ </div>
49
+ <div class="span4">
50
+ <img class="bs-icon" src="assets/img/glyphicons/glyphicons_079_podium.png">
51
+ <h2>{{_i}}For all skill levels{{/i}}</h2>
52
+ <p>{{_i}}Bootstrap is designed to help people of all skill levels&mdash;designer or developer, huge nerd or early beginner. Use it as a complete kit or use to start something more complex.{{/i}}</p>
53
+ </div>
54
+ <div class="span4">
55
+ <img class="bs-icon" src="assets/img/glyphicons/glyphicons_163_iphone.png">
56
+ <h2>{{_i}}Cross-everything{{/i}}</h2>
57
+ <p>{{_i}}Originally built with only modern browsers in mind, Bootstrap has evolved to include support for all major browsers (even IE7!) and, with Bootstrap 2, tablets and smartphones, too.{{/i}}</p>
58
+ </div>
59
+ </div><!--/row-->
60
+ <div class="row">
61
+ <div class="span4">
62
+ <img class="bs-icon" src="assets/img/glyphicons/glyphicons_155_show_thumbnails.png">
63
+ <h2>{{_i}}12-column grid{{/i}}</h2>
64
+ <p>{{_i}}Grid systems aren't everything, but having a durable and flexible one at the core of your work can make development much simpler. Use our built-in grid classes or roll your own.{{/i}}</p>
65
+ </div>
66
+ <div class="span4">
67
+ <img class="bs-icon" src="assets/img/glyphicons/glyphicons_214_resize_small.png">
68
+ <h2>{{_i}}Responsive design{{/i}}</h2>
69
+ <p>{{_i}}With Bootstrap 2, we've gone fully responsive. Our components are scaled according to a range of resolutions and devices to provide a consistent experience, no matter what.{{/i}}</p>
70
+ </div>
71
+ <div class="span4">
72
+ <img class="bs-icon" src="assets/img/glyphicons/glyphicons_266_book_open.png">
73
+ <h2>{{_i}}Styleguide docs{{/i}}</h2>
74
+ <p>{{_i}}Unlike other front-end toolkits, Bootstrap was designed first and foremost as a styleguide to document not only our features, but best practices and living, coded examples.{{/i}}</p>
75
+ </div>
76
+ </div><!--/row-->
77
+ <div class="row">
78
+ <div class="span4">
79
+ <img class="bs-icon" src="assets/img/glyphicons/glyphicons_082_roundabout.png">
80
+ <h2>{{_i}}Growing library{{/i}}</h2>
81
+ <p>{{_i}}Despite being only 10kb (gzipped), Bootstrap is one of the most complete front-end toolkits out there with dozens of fully functional components ready to be put to use.{{/i}}</p>
82
+ </div>
83
+ <div class="span4">
84
+ <img class="bs-icon" src="assets/img/glyphicons/glyphicons_009_magic.png">
85
+ <h2>{{_i}}Custom jQuery plugins{{/i}}</h2>
86
+ <p>{{_i}}What good is an awesome design component without easy-to-use, proper, and extensible interactions? With Bootstrap, you get custom-built jQuery plugins to bring your projects to life.{{/i}}</p>
87
+ </div>
88
+ <div class="span4">
89
+ <img class="bs-icon" src="assets/img/less-small.png">
90
+ <h2>{{_i}}Built on LESS{{/i}}</h2>
91
+ <p>{{_i}}Where vanilla CSS falters, LESS excels. Variables, nesting, operations, and mixins in LESS makes coding CSS faster and more efficient with minimal overhead.{{/i}}</p>
92
+ </div>
93
+ </div><!--/row-->
94
+ <div class="row">
95
+ <div class="span3">
96
+ <img class="small-bs-icon" src="assets/img/icon-html5.png">
97
+ <h3>HTML5</h3>
98
+ <p>{{_i}}Built to support new HTML5 elements and syntax.{{/i}}</p>
99
+ </div>
100
+ <div class="span3">
101
+ <img class="small-bs-icon" src="assets/img/icon-css3.png">
102
+ <h3>CSS3</h3>
103
+ <p>{{_i}}Progressively enhanced components for ultimate style.{{/i}}</p>
104
+ </div>
105
+ <div class="span3">
106
+ <img class="small-bs-icon" src="assets/img/icon-github.png">
107
+ <h3>{{_i}}Open-source{{/i}}</h3>
108
+ <p>{{_i}}Built for and maintained by the community via <a href="https://github.com">GitHub</a>.{{/i}}</p>
109
+ </div>
110
+ <div class="span3">
111
+ <img class="small-bs-icon" src="assets/img/icon-twitter.png">
112
+ <h3>{{_i}}Made at Twitter{{/i}}</h3>
113
+ <p>{{_i}}Brought to you by an experienced <a href="http://twitter.com/fat">engineer</a> and <a href="http://twitter.com/mdo">designer</a>.{{/i}}</p>
114
+ </div>
115
+ </div><!--/row-->
116
+
117
+ <hr class="soften">
118
+
119
+ <h1>{{_i}}Built with Bootstrap.{{/i}}</h1>
120
+ <p class="marketing-byline">{{_i}}For even more sites built with Bootstrap, <a href="http://builtwithbootstrap.tumblr.com/" target="_blank">visit the unofficial Tumblr</a> or <a href="./examples.html">browse the examples</a>.{{/i}}</p>
121
+ <ul class="thumbnails example-sites">
122
+ <li class="span3">
123
+ <a class="thumbnail" href="http://soundready.fm/" target="_blank">
124
+ <img src="assets/img/example-sites/soundready.png" alt="SoundReady.fm">
125
+ </a>
126
+ </li>
127
+ <li class="span3">
128
+ <a class="thumbnail" href="http://kippt.com/" target="_blank">
129
+ <img src="assets/img/example-sites/kippt.png" alt="Kippt">
130
+ </a>
131
+ </li>
132
+ <li class="span3">
133
+ <a class="thumbnail" href="http://www.fleetio.com/" target="_blank">
134
+ <img src="assets/img/example-sites/fleetio.png" alt="Fleetio">
135
+ </a>
136
+ </li>
137
+ <li class="span3">
138
+ <a class="thumbnail" href="http://www.jshint.com/" target="_blank">
139
+ <img src="assets/img/example-sites/jshint.png" alt="JS Hint">
140
+ </a>
141
+ </li>
142
+ </ul>
143
+
144
+ </div><!-- /.marketing -->