mirror of https://github.com/nealey/woozle.org.git
Make front page look less like a squatter
This commit is contained in:
parent
94341274a5
commit
89b2189d46
|
@ -1,4 +1,4 @@
|
||||||
Title: Roller Derby
|
Title: Woozle Roller Derby Stuff
|
||||||
|
|
||||||
Roller Derby software, forms, and advice, with a focus on smaller teams.
|
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
|
* Clean: fans and NSOs should focus on the game, not our software
|
||||||
* Easy: quickly-learned and intuitive interfaces
|
* 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)
|
* [Woozle Roller Derby Scoreboard](/scoreboard/)
|
||||||
* [Build Your Own Scoreboard](https://docs.google.com/presentation/d/1pjuXe6HR7WbX8d77iv2x3G1tRdTk51ZZ39ZCKwY1yIE/edit?usp=sharing)
|
* [Penalty Timer for Android](https://play.google.com/store/apps/details?id=org.woozle.penaltytimer)
|
||||||
|
* [Track](/track/) with movable players
|
||||||
|
|
||||||
Hardware Gadgets
|
Hardware Gadgets
|
||||||
----------------
|
----------------
|
||||||
|
@ -22,13 +23,6 @@ Hardware Gadgets
|
||||||
* [Hardware Scoreboard](https://code.google.com/p/derby-scoreboard/)
|
* [Hardware Scoreboard](https://code.google.com/p/derby-scoreboard/)
|
||||||
* [Official Timer's Stopwatch](https://code.google.com/p/dgdc-stopwatch/)
|
* [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
|
Forms
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
@ -40,3 +34,11 @@ Articles
|
||||||
|
|
||||||
* [Running A/V for a Bout](http://woozle.org/~neale/papers/derby-av.html)
|
* [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)
|
* [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)
|
||||||
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 75 KiB |
17
index.mdwn
17
index.mdwn
|
@ -1,8 +1,19 @@
|
||||||
Title: Home
|
Title: Woozle
|
||||||
|
|
||||||
Home of the LADD [roller derby tools](/derby/)
|
<img style="float: right; height: 12em;" src="derbygirl.png" alt="">
|
||||||
and various [user accounts](/people.html).
|
|
||||||
|
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
|
ssh fingerprint for woozle.org: 63:ac:b0:e9:ee:9f:a9:4f:55:0a:4a:42:5d:45:47:06
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<br clear="both">
|
||||||
|
|
|
@ -12,7 +12,8 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
h1#title {
|
h1#title {
|
||||||
color: #888;
|
background: #444;
|
||||||
|
color: #ccc;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -43,7 +44,6 @@ a:hover {
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 150%;
|
font-size: 150%;
|
||||||
border-bottom: 1px solid #ddd;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
|
|
@ -4,6 +4,7 @@ COPY += mail.cgi ilohamail.cgi l.cgi
|
||||||
COPY += google7f698b9893809122.html
|
COPY += google7f698b9893809122.html
|
||||||
HTML += people.html
|
HTML += people.html
|
||||||
COPY += robots.txt
|
COPY += robots.txt
|
||||||
|
COPY += derbygirl.png
|
||||||
|
|
||||||
$(DESTDIR)/people.html: people.sh template.html.m4
|
$(DESTDIR)/people.html: people.sh template.html.m4
|
||||||
sh $< | $(MDWNTOHTML) > $@
|
sh $< | $(MDWNTOHTML) > $@
|
||||||
|
|
Loading…
Reference in New Issue