summaryrefslogtreecommitdiffstats
path: root/src/templates/about.zmpl
diff options
context:
space:
mode:
authorsadbeast <sadbeast@sadbeast.com>2024-07-16 18:16:29 -0700
committersadbeast <sadbeast@sadbeast.com>2024-10-05 16:40:55 -0700
commit6bd24af2ffbea91db1b10a5d5258980ce2068c7f (patch)
tree66634833f2d45260be5fcaf9111400eda12f03cc /src/templates/about.zmpl
downloadteamdraft-main.tar.gz
teamdraft-main.tar.bz2
let's goHEADmain
Diffstat (limited to 'src/templates/about.zmpl')
-rw-r--r--src/templates/about.zmpl37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/templates/about.zmpl b/src/templates/about.zmpl
new file mode 100644
index 0000000..9d13f89
--- /dev/null
+++ b/src/templates/about.zmpl
@@ -0,0 +1,37 @@
+<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>
+