1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-05-18 03:06:53 +00:00

Created basic viewing pages in angular

Can now search and view tournaments. Can now view team scores, weights and seeds, mats and bout board
This commit is contained in:
2016-04-12 21:11:18 +00:00
parent 8f07bc2f82
commit 5b9f64b3f9
16 changed files with 423 additions and 62 deletions

View File

@@ -0,0 +1,12 @@
<div class="col-md-8" style="padding-left: 2%;">
<div class="center hero-unit" ui-view="main">
<h1>Welcome to WrestlingDev</h1>
<br>
<p>This website was created to help wrestling coaches run their tournaments. It is 2015, why are we still running bout sheets to tables and why are we still using resources to push cards on a bout board? This website was created as a <strong>free</strong> way for coaches to run a tournament smoothly with as few workers as possible.</p>
<br>
<p>If you would like to run a tournament, please click log in and then click sign up.</p>
<br>
<a href='/tournaments' class="btn btn-large btn-primary">Browse Tournaments</a>
<p></p>
</div>
</div>