Commit 6a810551 authored by Mark Otto's avatar Mark Otto
Browse files

hide sections of homepage and quick start

parent 7ca73b75
Showing with 6 additions and 2 deletions
+6 -2
...@@ -5,6 +5,9 @@ title: Quick start ...@@ -5,6 +5,9 @@ title: Quick start
Quickly add Bootstrap to your project via the [Bootstrap CDN](http://bootstrapcdn.com), graciously provided by the [MaxCDN](http://www.maxcdn.com/) folks. Copy-paste the stylesheet `<link>` into your `<head>` before all other stylesheets. Quickly add Bootstrap to your project via the [Bootstrap CDN](http://bootstrapcdn.com), graciously provided by the [MaxCDN](http://www.maxcdn.com/) folks. Copy-paste the stylesheet `<link>` into your `<head>` before all other stylesheets.
**Disabled for v4 during alpha releases.**
{% comment %}
{% highlight html %} {% highlight html %}
<link rel="stylesheet" href="{{ site.cdn.css }}"> <link rel="stylesheet" href="{{ site.cdn.css }}">
{% endhighlight %} {% endhighlight %}
...@@ -42,3 +45,4 @@ Put it all together and your pages should look like this: ...@@ -42,3 +45,4 @@ Put it all together and your pages should look like this:
{% endhighlight %} {% endhighlight %}
And that's it. Happy Bootstrapping! And that's it. Happy Bootstrapping!
{% endcomment %}
...@@ -16,7 +16,7 @@ title: Bootstrap &middot; The world's most popular mobile-first and responsive f ...@@ -16,7 +16,7 @@ title: Bootstrap &middot; The world's most popular mobile-first and responsive f
</div> </div>
</main> </main>
<div class="bs-docs-featurette"> <div class="bs-docs-featurette hidden">
<div class="container"> <div class="container">
<h2 class="bs-docs-featurette-title">Designed for everyone, everywhere.</h2> <h2 class="bs-docs-featurette-title">Designed for everyone, everywhere.</h2>
<p class="lead">Bootstrap makes front-end web development faster and easier. It's made for folks of all skill levels, devices of all shapes, and projects of all sizes.</p> <p class="lead">Bootstrap makes front-end web development faster and easier. It's made for folks of all skill levels, devices of all shapes, and projects of all sizes.</p>
...@@ -48,7 +48,7 @@ title: Bootstrap &middot; The world's most popular mobile-first and responsive f ...@@ -48,7 +48,7 @@ title: Bootstrap &middot; The world's most popular mobile-first and responsive f
</div> </div>
</div> </div>
<div class="bs-docs-featurette"> <div class="bs-docs-featurette hidden">
<div class="container"> <div class="container">
<h2 class="bs-docs-featurette-title">Built with Bootstrap.</h2> <h2 class="bs-docs-featurette-title">Built with Bootstrap.</h2>
<p class="lead">Millions of amazing sites across the web are being built with Bootstrap. Get started on your own with our growing <a href="../getting-started/#examples">collection of examples</a> or by exploring some of our favorites.</p> <p class="lead">Millions of amazing sites across the web are being built with Bootstrap. Get started on your own with our growing <a href="../getting-started/#examples">collection of examples</a> or by exploring some of our favorites.</p>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment