Skip to content

Commit c2a613c

Browse files
committed
Some minor text adjustments
1 parent cd422c2 commit c2a613c

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
deploy-live: format check lint
44
gcloud app deploy --project=jamvote
55

6-
deploy-staging: format check lint
6+
deploy-testing: format check lint
77
gcloud app deploy --project=jamvote-testing
88

99
format:

templates/about/about-jamming.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,5 @@ Events can optionally have designated judges. When judges are configured,
4040
the final score is a weighted blend of the jammer average and the judge
4141
average, based on the judge percentage set by the organizer. As a
4242
jammer, you don't need to do anything different — just vote normally.
43+
44+
<a class="button" href="/about">&larr; Back to About</a>

templates/about/about-organizing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,5 @@ still ways for people to show off what they completed:
8181
from voting
8282
- Skip voting on the entry and let the team do a live presentation
8383
instead
84+
85+
<a class="button" href="/about">&larr; Back to About</a>

templates/about/about-scoring.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ Games are scored on the following aspects:
2020
</dl>
2121

2222
The **Overall** score is the weighted average of all
23-
aspects: 5 \* (Theme + Enjoyment + Aesthetics + Innovation + Bonus) /
23+
aspects: 5 × (Theme + Enjoyment + Aesthetics + Innovation + Bonus) /
2424
4.5, clamped to the range 1 – 5.
2525

2626
## Why have aspects?
2727

2828
Having multiple aspects encourages voters to think about games from
2929
different angles and write more specific feedback. This helps jammers
3030
learn what worked and what didn't. A single score would be simpler, but
31-
it wouldn't tell you *why* a game scored the way it did and
31+
it wouldn't tell you _why_ a game scored the way it did and
3232
the outcomes would be more subjective.
3333

3434
## Why these aspects?
@@ -74,3 +74,5 @@ A score becomes meaningful after **10 votes** — at that point a single
7474
vote can shift the result by at most ~5%. After **30 votes**, which is
7575
the standard threshold for a large sample, the result is quite stable.
7676
In practice, most games receive significantly more votes than that.
77+
78+
<a class="button" href="/about">&larr; Back to About</a>

templates/event/event-create.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1>Create Event</h1>
1919
</div>
2020

2121
<div class="field">
22-
<label for="judgePercentage">Percentage of judge votes</label>
22+
<label for="judgePercentage">Percentage of judge votes (leave 0 for no judges)</label>
2323
<input type="number" min="0" max="100" step="1" id="judgePercentage" name="judgePercentage" value="0" oninput="(()=>{document.getElementById('judgePercentageInfoText').innerText = `Current percentage: ${document.getElementById('judgePercentage').value}%`})()">
2424
</div>
2525

@@ -40,10 +40,10 @@ <h1>Create Event</h1>
4040
<label for="EndTime">End Time</label>
4141
<input type="datetime-local" id="EndTime" name="EndTime">
4242
</div>
43-
</fieldset>
43+
</fieldset>
4444

4545
<input type="submit" value="Create">
4646
</form>
4747
</section>
4848

49-
{{ template "foot" . }}
49+
{{ template "foot" . }}

0 commit comments

Comments
 (0)