From 8fd7efc381772447edcff8f85922da4939ea0603 Mon Sep 17 00:00:00 2001 From: Alex Jurkiewicz Date: Tue, 14 Jan 2020 22:32:24 +1100 Subject: [PATCH 1/2] Less verbose homepage --- web.py | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/web.py b/web.py index 5783542..65c65f7 100644 --- a/web.py +++ b/web.py @@ -200,19 +200,18 @@ def overviewpage(): _You are suddenly pulled into a different region of the Abyss! _A floating eye, a glowing orange brain, 4 small abominations and 8 large abominations come into view. -

The Crawl Sudden Death Challenges is a competition that aims to fill a -Crawl niche not currently filled by the biannual version release tournaments. -The idea is for players to compete by trying to do as well as possible in a -game of Crawl with one attempt only; if you die, that challenge is over (thus -"sudden death", though you may—will—also die suddenly). This competition is -a lower time commitment event that aims to challenge players while -simultaneously encouraging unusual characters and play styles that you might -not normally consider.

- -

Milestones from CSDC games will be announced in the IRC channel -##csdc on freenode. -It's a great place to hang out if you want to live spectate ongoing games or -talk with other people about the competition.

+

+The Crawl Sudden Death Challenges (CSDC) are a series of challenge runs. Your +goal is to win the game and complete bonus objectives in one attempt only. +There is one challenge per week. This competition aims to challenge players +with unusual characters and play styles. +

+ +

+Milestones from CSDC games are announced in the IRC channel ##csdc +on freenode. You can find live games to +spectate or chat with others about the competition. +

Competition Format

From a7690c13a3ceedd270ca2e67573a36f2bb707c0e Mon Sep 17 00:00:00 2001 From: Alex Jurkiewicz Date: Tue, 14 Jan 2020 22:25:19 +1100 Subject: [PATCH 2/2] Add dimensions to logo Prevents the page shuffling around as the image loads. --- web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web.py b/web.py index 65c65f7..c14ad79 100644 --- a/web.py +++ b/web.py @@ -24,7 +24,7 @@ def head(static, title): def logoblock(subhead): sh = "

{}

".format(subhead) if subhead != None else "" return """
- +

{} sudden death challenges

{}
""".format(version, sh)