stables now has belts

This commit is contained in:
Erin Braswell 2012-05-27 17:02:29 -04:00
parent 21aac4e3f2
commit 40fa6bb6cc

View File

@ -9,31 +9,96 @@
</header> </header>
<br><br> <br><br>
<h2>Belts</h2> <h2>Belts</h2>
<table class="table"> <br><br>
<div class="row-fluid">
<div class="span3">
<table class="table">
<thead> <thead>
<tr> <tr> <img src="{% static "images/ic.png" %}"></tr>
<th>Title</th>
<th>Current Holder</th>
<th>Held Since</th>
<th>Reign</th>
</tr>
</thead> </thead>
<tbody> <tody>
<tr> <tr>
<td>Intercontinental Champion</td> <td>Title holder:</td>
<td>I'm AWEsome</td> <td>I'm AWEsome</td>
</tr>
<tr>
<td>Held Since:</td>
<td>5/18/2012</td> <td>5/18/2012</td>
</tr>
<tr>
<td>Reign:</td>
<td>8</td> <td>8</td>
</tr> </tr>
</tbody>
</table>
</div>
<div class="span3">
<table class="table">
<thead>
<tr> <img src="{% static "images/us.png" %}"></tr>
</thead>
<tody>
<tr> <tr>
<td>United States Champion</td> <td>Title holder:</td>
<td>I'm AWEsome</td> <td>I'm AWEsome</td>
<td>5/14/2012</td> </tr>
<td>12</td> <tr>
<td>Held Since:</td>
<td>5/18/2012</td>
</tr>
<tr>
<td>Reign:</td>
<td>8</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div>
<div class="span3">
<table class="table">
<thead>
<tr> <img src="{% static "images/heavyweight.png" %}"></tr>
</thead>
<tody>
<tr>
<td>Title holder:</td>
<td>I'm AWEsome</td>
</tr>
<tr>
<td>Held Since:</td>
<td>5/18/2012</td>
</tr>
<tr>
<td>Reign:</td>
<td>8</td>
</tr>
</tbody>
</table>
</div>
<div class="span3">
<table class="table">
<thead>
<tr> <img src="{% static "images/wwe.png" %}"></tr>
</thead>
<tody>
<tr>
<td>Title holder:</td>
<td>I'm AWEsome</td>
</tr>
<tr>
<td>Held Since:</td>
<td>5/18/2012</td>
</tr>
<tr>
<td>Reign:</td>
<td>8</td>
</tr>
</tbody>
</table>
</div>
</div>
<br><br><br>
<h2> Stables </h2> <h2> Stables </h2>
<table class="table"> <table class="table">
<thead> <thead>