diff --git a/scoreboard/chrome.png b/scoreboard/chrome.png new file mode 100644 index 0000000..40b579b Binary files /dev/null and b/scoreboard/chrome.png differ diff --git a/scoreboard/index.mdwn b/scoreboard/index.mdwn index 3d7422b..df33e27 100644 --- a/scoreboard/index.mdwn +++ b/scoreboard/index.mdwn @@ -25,16 +25,30 @@ Features Installation -------- -
-
Chrome / Chromium
-
Visit Woozle Scoreboard in the web store, install button is in the top-right.
+ -A [video tutorial](https://www.youtube.com/watch?v=MXOzmmnHqXU?t=1m1s&utm_source=woozle) is available. -It's for an older version but is still a good introduction. + + + + +The [scoreboard operation video](https://www.youtube.com/watch?v=MXOzmmnHqXU&t=1m1s&utm_source=woozle) can help you get started quickly. [Source Code](https://woozle.org/neale/g.cgi/scoreboard/) is also available for anyone who happens to be a *huge nerd*. diff --git a/scoreboard/logos.html b/scoreboard/logos.html index 16ca591..8487ba0 100644 --- a/scoreboard/logos.html +++ b/scoreboard/logos.html @@ -52,7 +52,7 @@ window.onload = gallery;

Here are the logos currently shipping with the - free LADD Scoreboard. If you'd like + free Woozle Scoreboard. If you'd like yours added, email your team name, preferred short name, and logo to neale@woozle.org.

diff --git a/scoreboard/other-browsers.png b/scoreboard/other-browsers.png new file mode 100644 index 0000000..d03dc51 Binary files /dev/null and b/scoreboard/other-browsers.png differ diff --git a/scoreboard/scoreboard.mk b/scoreboard/scoreboard.mk index bf697e1..04f8e86 100644 --- a/scoreboard/scoreboard.mk +++ b/scoreboard/scoreboard.mk @@ -2,6 +2,8 @@ PLAIN += scoreboard COPY += scoreboard/screenshot.png COPY += scoreboard/logos.html COPY += scoreboard/others.html +COPY += scoreboard/other-browsers.png +COPY += scoreboard/chrome.png TARGETS += $(DESTDIR)/scoreboard/live/index.html diff --git a/style.css b/style.css index 147d4eb..f0c9cbf 100644 --- a/style.css +++ b/style.css @@ -61,6 +61,9 @@ img.left { float: left; margin-right: 10px; } +img.icon { + max-width: 3em; +} dt { font-weight: bold;