1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Made my tournaments page more compact and updated other static pages with updated information

This commit is contained in:
2019-02-11 16:51:19 +00:00
parent 77c416597a
commit 3b790eb74a
3 changed files with 36 additions and 38 deletions

View File

@@ -1,7 +1,7 @@
<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>
<p>This website was created to help wrestling coaches run their tournaments. 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>

View File

@@ -1,11 +1,11 @@
<h1>My Tournaments</h1>
<% if @tournaments.size > 0 %>
<h3>My Tournaments</h3>
<script>
// $(document).ready(function() {
// $('#tournamentList').dataTable();
// pagingType: "bootstrap";
// } );
</script>
</br>
<table class="table table-hover" id="tournamentList">
<thead>
<tr>
@@ -33,9 +33,9 @@
</tbody>
</table>
<br>
<% end %>
<% if @schools.size > 0 %>
<h1>My Schools</h1>
<br>
<h3>My Schools</h3>
<table class="table table-hover" id="tournamentList">
<thead>
<tr>
@@ -56,6 +56,3 @@
</tbody>
</table>
<% end %>
<br>

View File

@@ -1,17 +1,18 @@
<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>
<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 <strong>jacob.wimer@gmail.com</strong> 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>
<br>
<h4>Planning on using this software?</h4>
<br>
<p>Here is a list of features available:</p>
<br>
<ul>
<li>Pool to bracket type bracket generation for up to 16 man brackets</li>
<li>Pool to bracket type bracket generation for up to 24 man brackets</li>
<li>Delegate control to coaches for lineup entry</li>
<li>Automatically updated bout board</li>
<li>Automatically updated brackets</li>
<li>Automatically updated team scores</li>
<li>Delegate director privileges to multiple people for tournament administration</li>
<li>Bout sheet generation</li>
<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>