despam email, wording tweaks
This commit is contained in:
parent
9395f52b1d
commit
de66ca26ec
|
@ -35,6 +35,10 @@
|
||||||
<script type="text/javascript" src="logos.js"></script>
|
<script type="text/javascript" src="logos.js"></script>
|
||||||
<script type="text/javascript" src="scoreboard.js"></script>
|
<script type="text/javascript" src="scoreboard.js"></script>
|
||||||
<table id="scoreboard">
|
<table id="scoreboard">
|
||||||
|
<caption>
|
||||||
|
Working demonstration, no keyboard shortcuts
|
||||||
|
(<a href="scoreboard.html">full version</a>)
|
||||||
|
</caption>
|
||||||
<tr>
|
<tr>
|
||||||
<td width="20%" class="team">
|
<td width="20%" class="team">
|
||||||
<span id="name-a" onclick="handle(event);">-</span>
|
<span id="name-a" onclick="handle(event);">-</span>
|
||||||
|
@ -72,11 +76,6 @@
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<p>
|
|
||||||
<a href="scoreboard.html">full-screen version</a> (with
|
|
||||||
keybindings)
|
|
||||||
</p>
|
|
||||||
|
|
||||||
|
|
||||||
<h1>Features</h1>
|
<h1>Features</h1>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
@ -29,3 +29,7 @@ a {
|
||||||
border: solid black 4px;
|
border: solid black 4px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
caption {
|
||||||
|
font-size: 33%;
|
||||||
|
font-family: default;
|
||||||
|
}
|
|
@ -40,14 +40,14 @@
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
If your team's logo and name isn't in the list,
|
If your team's logo and name isn't in the list,
|
||||||
please <a href="mailto:neale@woozle.org">mail them to me</a> and
|
please <a href="mailto:neale@woozle.org">mail them to me</a>
|
||||||
I will add them.
|
and I will add them.
|
||||||
<li>
|
<li>
|
||||||
Reload the page (click "Reload" or type F5) to get back to setup
|
Reload the page (click "Reload" or type F5) to get back to setup
|
||||||
mode. Scores, timeouts, and period clock time are all saved.
|
mode. Scores, timeouts, and period clock time are all saved.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Click the jam clock or type Space Bar to begin the first jam.
|
Type Space Bar or click the jam clock to begin the first jam.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
@ -179,7 +179,7 @@
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
I clicked the period timer during a timeout and the Team A logo
|
I clicked the period timer during a timeout and the Team A logo
|
||||||
turned was replaced with a photo of a burrito.
|
turned into a photo of a burrito.
|
||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue