Make front page look less like a squatter

This commit is contained in:
Neale Pickett 2014-01-21 06:46:48 +00:00
parent 94341274a5
commit 89b2189d46
5 changed files with 31 additions and 17 deletions

View File

@ -1,4 +1,4 @@
Title: Roller Derby
Title: Woozle Roller Derby Stuff
Roller Derby software, forms, and advice, with a focus on smaller teams.
@ -10,11 +10,12 @@ The Woozle Promise
* Clean: fans and NSOs should focus on the game, not our software
* Easy: quickly-learned and intuitive interfaces
2013 Roller Con Talks
---------------------
Software
--------
* [Small Town Procedures and Gadgets](https://docs.google.com/presentation/d/1v2UuqYCnn_BRfchWsHp4DtdSEdKoQ5tllRMLRZj9FFQ/edit?usp=sharing)
* [Build Your Own Scoreboard](https://docs.google.com/presentation/d/1pjuXe6HR7WbX8d77iv2x3G1tRdTk51ZZ39ZCKwY1yIE/edit?usp=sharing)
* [Woozle Roller Derby Scoreboard](/scoreboard/)
* [Penalty Timer for Android](https://play.google.com/store/apps/details?id=org.woozle.penaltytimer)
* [Track](/track/) with movable players
Hardware Gadgets
----------------
@ -22,13 +23,6 @@ Hardware Gadgets
* [Hardware Scoreboard](https://code.google.com/p/derby-scoreboard/)
* [Official Timer's Stopwatch](https://code.google.com/p/dgdc-stopwatch/)
Software
--------
* [Scoreboard](/scoreboard/), works in any web browser -- [source](http://woozle.org/~neale/g.cgi/scoreboard/)
* [Penalty Timer for Android](https://play.google.com/store/apps/details?id=org.woozle.penaltytimer) -- [source](http://woozle.org/~neale/g.cgi/ptimer/)
* [Track](/track/) with movable players -- [source](http://woozle.org/~neale/g.cgi/track/)
Forms
-----
@ -40,3 +34,11 @@ Articles
* [Running A/V for a Bout](http://woozle.org/~neale/papers/derby-av.html)
* [Copyright Advice for Small Leagues](http://woozle.org/~neale/papers/derby-copyright.html)
2013 Roller Con Talks
---------------------
* [Small Town Procedures and Gadgets](https://docs.google.com/presentation/d/1v2UuqYCnn_BRfchWsHp4DtdSEdKoQ5tllRMLRZj9FFQ/edit?usp=sharing)
* [Build Your Own Scoreboard](https://docs.google.com/presentation/d/1pjuXe6HR7WbX8d77iv2x3G1tRdTk51ZZ39ZCKwY1yIE/edit?usp=sharing)

BIN
derbygirl.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

View File

@ -1,8 +1,19 @@
Title: Home
Title: Woozle
Home of the LADD [roller derby tools](/derby/)
and various [user accounts](/people.html).
<img style="float: right; height: 12em;" src="derbygirl.png" alt="">
Woozle provides roller derby software, hardware designs,
forms, and advice.
Woozle also hosts email, web, and shells,
for anyone who knows the right person to ask.
* [Woozle Roller Derby Scoreboard](/scoreboard/)
* [More Roller Derby Stuff](/derby/)
* [People with homepages](/people.html)
<!--
ssh fingerprint for woozle.org: 63:ac:b0:e9:ee:9f:a9:4f:55:0a:4a:42:5d:45:47:06
-->
<br clear="both">

View File

@ -12,7 +12,8 @@ body {
}
h1#title {
color: #888;
background: #444;
color: #ccc;
font-size: 2em;
font-weight: bold;
margin: 0;
@ -43,7 +44,6 @@ a:hover {
h1 {
font-size: 150%;
border-bottom: 1px solid #ddd;
}
h2 {

View File

@ -4,6 +4,7 @@ COPY += mail.cgi ilohamail.cgi l.cgi
COPY += google7f698b9893809122.html
HTML += people.html
COPY += robots.txt
COPY += derbygirl.png
$(DESTDIR)/people.html: people.sh template.html.m4
sh $< | $(MDWNTOHTML) > $@