1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-05-15 01:43:35 +00:00

Added frontend pages and trying to model wrestlers on frontend

This commit is contained in:
2016-04-26 01:14:15 +00:00
parent 5b9f64b3f9
commit 84578d89da
9 changed files with 79 additions and 40 deletions

View File

@@ -1,5 +1,4 @@
<div class="col-md-8" style="padding-left: 2%;">
<div class="container" ui-view="main" >
<div class="container" >
<h3>About WrestlingDev</h3>
<br>
<p>WrestlingDev was created to help bring wrestling into the 21st century for <strong>free</strong>. This site is <a href="https://github.com/jcwimer/wrestlingApp">open source</a> and is supported by the ads on the sidebar.</p>
@@ -47,4 +46,3 @@
<br>
<p>Suggestions, criticism, and kind words are welcomed. Please contact us.</p>
</div>
</div>

View File

@@ -1,5 +1,4 @@
<div class="col-md-8" style="padding-left: 2%;">
<div class="center hero-unit" ui-view="main">
<div class="center hero-unit" >
<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>
@@ -9,4 +8,3 @@
<a href='/tournaments' class="btn btn-large btn-primary">Browse Tournaments</a>
<p></p>
</div>
</div>

View File

@@ -1,5 +1,4 @@
<div class="col-md-8" style="padding-left: 2%;">
<div class="container" ui-view="main" >
<div class="container" >
<h3>Tutorials</h3>
<br>
<p>Unfortunately, I do not have tutorials available at this moment in time. If you would like to learn how to use this software, please email me at jacob.wimer@gmail.com and I will gladly provide an overview of how to use this software. I've done my best to make the software intuitive and easy to use.</p>
@@ -18,4 +17,3 @@
<li>Matches can be scored at the tables and submitted via computer or bout sheets can be brought to the head table and entered there</li>
</ul>
</div>
</div>