aboutsummaryrefslogblamecommitdiffstats
path: root/src/views/about.mustache
blob: f087c0f656842171fb7741be74df87500683bc74 (plain) (tree)



































                                                                                                                                                                                                                                                                                                                                                          
<p>Team Draft is a 2-person sports team fantasy scoring league, where you draft sports teams and score points throughout the season based on wins and playoff appearances. The idea was taken from Mina Kimes's yearly NFL Team Draft with Mike Golic, Jr. on the <a href="https://www.espn.com/radio/play/_/id/32078500">Mina Kimes Show podcast</a>.</p>
<h2><a id="scoring">Scoring</a></h2>
<h3>NFL</h3>
<table class="striped">
    <thead>
        <tr>
          <th scope="col">When your team:</th>
          <th scope="col">You score:</th>
        </tr>
      </thead>
      <tbody>
        <tr>
          <td>Wins</th>
          <td>1</td>
        </tr>
        <tr>
          <td>Makes the playoffs</th>
          <td>5</td>
        </tr>
        <tr>
          <td>Makes the divisional round</th>
          <td>5</td>
        </tr>
        <tr>
          <td>Makes the conference championship game</th>
          <td>10</td>
        </tr>
        <tr>
          <td>Wins the Super Bowl</th>
          <td>5</td>
        </tr>
    </tbody>
</table>
<h2>Who made this?</h2>
<p>This was made by <a href="https://sadbeast.com">me</a>, and it's <a href="https://git.sadbeast.com/teamdraft">open source</a>.</p>
<p>If you have any issues, reach out at <a href="mailto:sadbeast@sadbeast.com">sadbeast@sadbeast.com</a>.</p>