mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
spec'ed out an examples overview page with links to current examples; examples still need work themselves though
This commit is contained in:
+26
@@ -0,0 +1,26 @@
|
||||
<div class="alert">
|
||||
<strong>Heads up!</strong> This page is still under construction and is missing plenty of documentation. Hang tight!
|
||||
</div>
|
||||
|
||||
<!-- Masthead
|
||||
================================================== -->
|
||||
<header class="jumbotron subhead" id="overview">
|
||||
<h1>{{_i}}Bootstrap examples{{/i}}</h1>
|
||||
<p class="lead">{{_i}}Use these examples as starting points for your work with Bootstrap. We encourage everyone to iterate on these examples and not simply use them as an end result.{{/i}}</p>
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<!-- EXAMPLES
|
||||
================================================== -->
|
||||
<section id="examples">
|
||||
<div class="page-header">
|
||||
<h1>{{_i}}Examples from 1.x{{/i}}</h1>
|
||||
</div>
|
||||
|
||||
<p><a href="../examples/container-app.html">Container app</a></p>
|
||||
<p><a href="../examples/fluid.html">Fluid layout</a></p>
|
||||
<p><a href="../examples/fluid-reverse.html">Reversed fluid layout</a></p>
|
||||
<p><a href="../examples/hero.html">Hero marketing site</a></p>
|
||||
|
||||
</section>
|
||||
Vendored
+1
-1
@@ -51,7 +51,7 @@
|
||||
|
||||
<div class="marketing">
|
||||
<h1>{{_i}}Built with Bootstrap.{{/i}}</h1>
|
||||
<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>.{{/i}}</p>
|
||||
<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>
|
||||
<ul class="thumbnails example-sites">
|
||||
<li class="span4">
|
||||
<a class="thumbnail" href="http://kippt.com/" target="_blank">
|
||||
|
||||
Reference in New Issue
Block a user