Advertisement
Guest User

Untitled

a guest
Jan 25th, 2015
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. <div class="container">
  2. <div class="page-header">
  3. <h1>Current Tournaments for Today</h1>
  4. </div>
  5. </div>.
  6.  
  7. <div class="container">
  8. <table class="table table-responsive table-hover">
  9. <thead>
  10. <tr>
  11. <th>Type</th>
  12. <th>Payout</th>
  13. <th>Availability</th>
  14. </tr>
  15. </thead>
  16. <tbody>
  17. <tr>
  18. <td>4v4 MLG Variant // <b>Best of Three</b></td>
  19. <td>Payout: $5 Per Player via PayPal</td>
  20. <td><div class="btn-group" role="group" aria-label="...">
  21. <button type="button" class="btn btn-success" class="fa fa-gamepad" >Sign Up <i class="fa fa-check"></i></button>
  22. <button type="button" class="btn btn-primary">Match Details</button>
  23. <button type="button" class="btn btn-default">Brackets</button>
  24.  
  25. </tr>
  26. <td>4v4 MLG Variant // <b>Best of Three</b></td>
  27. <td>Payout: $5 Per Player via PayPal</td>
  28. <td><div class="btn-group" role="group" aria-label="...">
  29. <button type="button" class="btn btn-danger" class="fa fa-gamepad" >Sign Up <i class="fa fa-times"></i></button>
  30. <button type="button" class="btn btn-info">Premium Details</button>
  31.  
  32. </tr>
  33.  
  34.  
  35. </tr>
  36. </tbody>
  37. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement