Skip to content

Commit

Permalink
Boom. Chapter 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
whyisjake committed Apr 3, 2013
1 parent 11cb05d commit 444c9ee
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 71 deletions.
134 changes: 70 additions & 64 deletions ch03.asciidoc

Large diffs are not rendered by default.

Binary file added images/alert.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tab-below.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tabs-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tabs-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 11 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -740,17 +740,21 @@ <h3>Meats</h3>

<p>Bacon ipsum dolor sit amet jerky flank andouille, ham hock spare ribs pork loin jowl meatloaf kielbasa tail biltong pork boudin. Beef ribs brisket boudin beef bacon. Beef ribs shoulder ball tip capicola rump. Sausage cow tail strip steak t-bone flank ball tip short ribs andouille ground round. Ham hock turducken beef ribs prosciutto jerky doner brisket chicken. Pig chuck meatloaf, strip steak ribeye doner fatback chicken shankle ball tip pancetta capicola.</p>

<div class="tabbable tabs-left">
<div class="tabbable tabs-right">
<ul class="nav nav-tabs">
<li class="active"><a href="#1" data-toggle="tab">Section 1</a></li>
<li><a href="#2" data-toggle="tab">Section 2</a></li>
<li class="active"><a href="#tab1" data-toggle="tab">Section A</a></li>
<li><a href="#tab2" data-toggle="tab">Section B</a></li>
<li><a href="#tab3" data-toggle="tab">Section C</a></li>
</ul>
<div class="tab-content">
<div class="tab-pane active" id="1">
<p>I'm in Section 1.</p>
<div class="tab-pane active" id="tab1">
<p>I'm in section A.</p>
</div>
<div class="tab-pane" id="2">
<p>Howdy, I'm in Section 2.</p>
<div class="tab-pane" id="tab2">
<p>I'm in section B.</p>
</div>
<div class="tab-pane" id="tab3">
<p>I'm in section C.</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 444c9ee

Please sign in to comment.