Skip to content

Instantly share code, notes, and snippets.

@spbooks
Created October 28, 2012 12:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spbooks/3968465 to your computer and use it in GitHub Desktop.
Save spbooks/3968465 to your computer and use it in GitHub Desktop.
<h3>Welcome to the Nockmarket</h3>
<p>Here you can manage your portfolio and view live prices.</p>
<div class="tabbable" style="margin-bottom: 18px;">
<ul class="nav nav-tabs">
<li class="active"><a href="#tab1" data-toggle="tab">Portfolio</a></li>
<li><a href="#tab2" data-toggle="tab">Nockmarket</a></li>
</ul>
<div class="tab-content" style="padding-bottom: 9px; border-bottom: 1px solid #ddd;">
<div class="tab-pane active" id="tab1">
<div class="well form-search">
<input id="stock" type="text" class="input-medium search-query" name="stock">
<button id="add-stock" class="btn">Add Stock</button>
</div>
<table class="table table-striped table-bordered table-condensed">
<thead>
<tr>
<th>Stock Code</th>
<th>Last Price</th>
</tr>
</thead>
<tbody class="stock-list">
</tbody>
</table>
</div>
<div class="tab-pane" id="tab2">
<p>Howdy, I'm in Section 2.</p>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment