aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/starter-template.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-06-20 12:36:27 -0700
committerMark Otto <[email protected]>2013-06-20 12:36:27 -0700
commitc5fb401a626c3e0d99a764cb7961e1bd3e619e8f (patch)
treecde29287913313c3d0af4ef0a263fe7175ce972d /docs/examples/starter-template.html
parent83832095215f0ba03d3f23fcb7e37c5782395237 (diff)
downloadbootstrap-c5fb401a626c3e0d99a764cb7961e1bd3e619e8f.tar.xz
bootstrap-c5fb401a626c3e0d99a764cb7961e1bd3e619e8f.zip
Move examples out of the main repo to twbs/bootstrap-examples
While examples are phenomenally useful and awesome for folks getting started with Bootstrap, they don't really shine as well being buried in the main docs. Moreover, having anything that's not core HTML, CSS, JS, or documentation in the main repo seems to just get in the way. Therefore, examples gets its own repo. Specifically, we're doing the following: * Deletes all example screenshots * Deletes example layout * Deletes example files * Updates Getting Started docs to include only the template and a link to the new examples project All the examples and their history will be preserved in the switch.
Diffstat (limited to 'docs/examples/starter-template.html')
-rw-r--r--docs/examples/starter-template.html43
1 files changed, 0 insertions, 43 deletions
diff --git a/docs/examples/starter-template.html b/docs/examples/starter-template.html
deleted file mode 100644
index 18fdaf5fc..000000000
--- a/docs/examples/starter-template.html
+++ /dev/null
@@ -1,43 +0,0 @@
----
-layout: example
-title: Starter template
----
-
-<!-- Custom styles for this template -->
-<style>
- body {
- padding-top: 50px;
- }
- .starter-template {
- padding: 40px 15px;
- text-align: center;
- }
-</style>
-
-
-<div class="navbar navbar-inverse navbar-fixed-top">
- <div class="container">
- <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- </button>
- <a class="navbar-brand" href="#">Project name</a>
- <div class="nav-collapse collapse">
- <ul class="nav navbar-nav">
- <li class="active"><a href="#">Home</a></li>
- <li><a href="#about">About</a></li>
- <li><a href="#contact">Contact</a></li>
- </ul>
- </div><!--/.nav-collapse -->
- </div>
-</div>
-
-<div class="container">
-
- <div class="starter-template">
- <h1>Bootstrap starter template</h1>
- <p class="lead">Use this document as a way to quickly start any new project.<br> All you get is this text and a mostly barebones HTML document.</p>
- </div>
-
-</div><!-- /container -->