summaryrefslogtreecommitdiff
path: root/views/about.pug
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-10-13 12:48:48 +0200
committerTor Andersson <tor@ccxvii.net>2024-10-13 18:49:00 +0200
commit4d7bdc955a2e6dd2c222f985c7fbc9b4febbccc4 (patch)
treea344e7c011b07e83ab0abf57e1aa043a9a81dff2 /views/about.pug
parent88d909a874499f9d3d18e76ff30c1155caa2e48e (diff)
downloadserver-4d7bdc955a2e6dd2c222f985c7fbc9b4febbccc4.tar.gz
Tournaments!
Diffstat (limited to 'views/about.pug')
-rw-r--r--views/about.pug13
1 files changed, 8 insertions, 5 deletions
diff --git a/views/about.pug b/views/about.pug
index b19a45e..f2f9964 100644
--- a/views/about.pug
+++ b/views/about.pug
@@ -11,17 +11,20 @@ html
p.
Here you can play board games online with other players.
- You can invite your friends or look in the waiting room to see whether someone wants to play.
+ You can invite your friends, compete in tournaments, or look in the public room to see whether someone wants to play.
Your opponents don't have to be online, but if they are you can play live.
p.
Registration and use is free, and there are no ads.
- p.
- Please read the <a href="/docs/tips.html">Tips &amp; Tricks</a> before playing!
+ p!= process.env.SITE_INVITE
- p.
- Read the developer <a href="/docs/">documentation</a> if you want to create modules.
+ h2 About
+
+ ul
+ li Read the <a href="/docs/tips.html">Tips &amp; Tricks</a> before playing!
+ li Read the <a href="/docs/tournaments.html">tournament information</a> before joining a tournament.
+ li Study the <a href="/docs/">developer documentation</a> if you want to create modules.
p.
The source code is available on #[a(href="https://git.rally-the-troops.com/") git.rally-the-troops.com].