Skip to content

Commit

Permalink
added in link for standard template twbs#2
Browse files Browse the repository at this point in the history
  • Loading branch information
mgardner committed Apr 1, 2015
1 parent 1cf8ca6 commit f184523
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/_includes/getting-started/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ <h4>HTML Redlines</h4>
<h2 id="examples-framework">Using the framework</h2>
<div class="row bs-examples">
<div class="col-xs-6 col-md-4">
<a class="thumbnail" href="../examples/starter-template/" target="_blank">
<img src="../examples/screenshots/starter-template.jpg" alt="Starter template example">
<a class="thumbnail" href="../examples/standard-layout1/" target="_blank">
<img src="../examples/screenshots/starter-template.jpg" alt="Standard Layout #1 Example">
</a>
<h3>Starter template</h3>
<p>Nothing but the basics: compiled CSS and JavaScript along with a container.</p>
<h3>Standard Layout #1</h3>
<p>Standard page layout with left navigation bar and footer.</p>
</div>
<div class="col-xs-6 col-md-4">
<a class="thumbnail" href="../examples/theme/" target="_blank">
<img src="../examples/screenshots/theme.jpg" alt="Bootstrap theme example">
<a class="thumbnail" href="../examples/standard-layout2/" target="_blank">
<img src="../examples/screenshots/theme.jpg" alt="Standard Layout #2 Example">
</a>
<h3>Bootstrap theme</h3>
<p>Load the optional Bootstrap theme for a visually enhanced experience.</p>
<h3>Standard Layout #2</h3>
<p>Standard page layout with left navigation bar, footer, and sections.</p>
</div>
<div class="clearfix visible-xs"></div>

Expand Down

0 comments on commit f184523

Please sign in to comment.