aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-04-14 15:32:52 -0700
committerMark Otto <[email protected]>2013-04-14 15:32:52 -0700
commit8d9106f2c50d4eb1e3648ad6db07e03f4c15f4d8 (patch)
treefd6f8b433f0f2f1d7df86c98e31d34c53ad64cc1 /docs
parent0b3e9ced54e8839e951e41ebb2ee15b749db0d17 (diff)
downloadbootstrap-8d9106f2c50d4eb1e3648ad6db07e03f4c15f4d8.tar.xz
bootstrap-8d9106f2c50d4eb1e3648ad6db07e03f4c15f4d8.zip
nuke hidden homepage content
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/docs.css1
-rw-r--r--docs/index.html56
2 files changed, 1 insertions, 56 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 0758911ee..86a6e474d 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -552,6 +552,7 @@ section > ul li {
.bs-docs-social {
margin-top: 40px;
margin-bottom: 20px;
+ padding-top: 39px;
border-top: 1px solid #e5e5e5;
}
/* Quick links on Home */
diff --git a/docs/index.html b/docs/index.html
index 0349069fb..28bd6f6ac 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -45,59 +45,3 @@ title: Bootstrap
</div>
</div>
-
-
-<!-- <div class="container bs-home-container">
-
- <div class="bs-docs-marketing">
-
- <h1>Introducing Bootstrap.</h1>
- <p class="marketing-byline">Need reasons to love Bootstrap? Look no further.</p>
-
- <div class="row">
- <div class="col-span-4">
- <img class="marketing-img" src="assets/img/bs-docs-twitter-github.png">
- <h2>By nerds, for nerds.</h2>
- <p>Built at Twitter by <a href="http://twitter.com/mdo">@mdo</a> and <a href="http://twitter.com/fat">@fat</a>, Bootstrap utilizes <a href="http://lesscss.org">LESS CSS</a>, is compiled via <a href="http://nodejs.org">Node</a>, and is managed through <a href="http://github.com">GitHub</a> to help nerds do awesome stuff on the web.</p>
- </div>
- <div class="col-span-4">
- <img class="marketing-img" src="assets/img/bs-docs-responsive-illustrations.png">
- <h2>Made for everyone.</h2>
- <p>Bootstrap 3 has been rebuilt from the ground up to push the Web forward. It looks and behaves great on the latest smartphones, tablets, and desktops (including support for IE8+).</p>
- </div>
- <div class="col-span-4">
- <img class="marketing-img" src="assets/img/bs-docs-bootstrap-features.png">
- <h2>Packed with features.</h2>
- <p>A 12-column responsive <a href="./css/#grid-system">grid</a>, dozens of components, <a href="./docs/#js">JavaScript plugins</a>, typography, form controls, and even a <a href="./customize/">web-based Customizer</a> to make Bootstrap your own.</p>
- </div>
- </div>
-
- <h1>Built with Bootstrap.</h1>
- <p class="marketing-byline">For more sites built with Bootstrap, <a href="http://expo.getbootstrap.com">visit the Expo</a> or <a href="./docs/#examples">browse the examples</a>.</p>
- <div class="row bs-docs-gallery">
- <div class="col-span-3">
- <a class="thumbnail" href="http://delicious.com" target="_blank">
- <img src="http://expo.getbootstrap.com/screenshots/delicious.jpg" alt="Delicious">
- </a>
- </div>
- <div class="col-span-3">
- <a class="thumbnail" href="https://yourkarma.com" target="_blank">
- <img src="http://expo.getbootstrap.com/screenshots/karma.jpg" alt="Karma">
- </a>
- </div>
- <div class="col-span-3">
- <a class="thumbnail" href="http://soundready.fm/" target="_blank">
- <img src="http://expo.getbootstrap.com/screenshots/soundready.jpg" alt="SoundReady">
- </a>
- </div>
- <div class="col-span-3">
- <a class="thumbnail" href="http://kippt.com/" target="_blank">
- <img src="http://expo.getbootstrap.com/screenshots/kippt.jpg" alt="Kippt">
- </a>
- </div>
- </div>
-
- </div>
-
-</div>
- --> \ No newline at end of file