diff --git a/birds/SpaceHobo.png b/birds/SpaceHobo.png new file mode 100644 index 0000000..4fe1df8 Binary files /dev/null and b/birds/SpaceHobo.png differ diff --git a/birds/birds.mk b/birds/birds.mk index 3a4cd26..755cb2d 100644 --- a/birds/birds.mk +++ b/birds/birds.mk @@ -1,2 +1,4 @@ PLAIN += birds COPY += $(wildcard birds/*.png) +COPY += $(wildcard birds/*.jpg) +COPY += $(wildcard birds/*.svg) diff --git a/birds/emad-finnix.jpg b/birds/emad-finnix.jpg new file mode 100644 index 0000000..04b2312 Binary files /dev/null and b/birds/emad-finnix.jpg differ diff --git a/birds/eythian.png b/birds/eythian.png new file mode 100644 index 0000000..2632db6 Binary files /dev/null and b/birds/eythian.png differ diff --git a/birds/index.mdwn b/birds/index.mdwn index 48ef9d3..4946f45 100644 --- a/birds/index.mdwn +++ b/birds/index.mdwn @@ -1,8 +1,20 @@ -Title: Birds +Title: Nerds draw Birds -Here are some drawings of birds. +Once upon a time there was a nice lady who (we think) drew birds for +people. She was so nice that a part of her body thought, "if some of +her is this nice, an infinite amount of her would be *really* nice!" +So it started to grow, and grow, and grow, and then it had to be +removed. Now she's going to feel icky for a while. -![A finch or something](neale.png) -![A woodpecker](neale2.png) -![deejoe used a chemistry program. I think this is C₃O₅H₆](cyclohexane-bird.png) -![Sarah's bird can scale to poster size with NO PIXELLATION](sarah.png) \ No newline at end of file +We've decided to try and draw some birds for her because there's nothing +else we can do. + +define(BURD, `$2') +BURD(neale.png, Neale's bird is all set for winter or sumo wrestling.) +BURD(neale2.png, Neale's woodpecker seems to have had a botched lobotomy.) +BURD(cyclohexane-bird.png, deejoe used a chemistry CAD program. I think this is H₆O₅C₃ and should be considered highly volatile.) +BURD(sarah.png, Sarah's bird can scale to poster size with NO PIXELLATION.) +BURD(nemo.png, nemo apparently doesn't understand what 'poorly-drawn' means.) +BURD(SpaceHobo.png, SpaceHobo's bird is cruisin' for a bruisin'.) +BURD(emad-finnix.jpg, SpaceHobo suggested this drawing by emad. I think they both may be unclear on the concept.) +BURD(eythian.png, Eythian drew this beautiful anencephalic owl.) diff --git a/birds/nemo.png b/birds/nemo.png new file mode 100644 index 0000000..9f03c82 Binary files /dev/null and b/birds/nemo.png differ diff --git a/style.css b/style.css index 672957b..e1e1a74 100644 --- a/style.css +++ b/style.css @@ -1,83 +1,83 @@ -html { - font-family: sans-serif; - background: #eee; -} - -body { - max-width: 700px; - margin: auto; - color: #636; - background: #fff; - padding: 1em; -} - -body h1:first-child { - font-size: 1.5em; - font-weight: bold; - color: #ccc; - margin: 0; -} -body h1:first-child:before { - font-size: 300%; - font-weight: normal; - content: "Woozle"; - padding-right: 1em; -} - -nav { - font-size: 80%; - margin: 0; - padding: 0; -} -nav ul { - background-color: #eee; - margin: 0; - padding: 0 1em; -} -nav li { - font-weight: bold; - display: inline; - padding: 0 1em; -} - -a { - text-decoration: none; - color: #e8b; -} -a:hover { - text-decoration: underline; -} - -h1 { - font-size: 150%; - border-bottom: 1px solid #ddd; -} - - -.login { - margin: 0 1em; - color: #e8b; - background: #fbfbfb; - border: 1px solid #eee; - text-align: center; -} - -.login input { - border: 1px solid #ddd; - color: #bbb; - background: #fff; - font-weight: bold; -} - -img -{ - border: 1px #e8b solid; -} -img.left { - float: left; - margin-right: 10px; -} - -pre { - background-color: #eee; -} +html { + font-family: sans-serif; + background: #eee; +} + +body { + max-width: 700px; + margin: auto; + color: #636; + background: #fff; + padding: 1em; +} + +body h1:first-child { + font-size: 1.5em; + font-weight: bold; + color: #ccc; + margin: 0; +} +body h1:first-child:before { + font-size: 300%; + font-weight: normal; + content: "Woozle"; + padding-right: 1em; +} + +nav { + font-size: 80%; + margin: 0; + padding: 0; +} +nav ul { + background-color: #eee; + margin: 0; + padding: 0 1em; +} +nav li { + font-weight: bold; + display: inline; + padding: 0 1em; +} + +a { + text-decoration: none; + color: #e8b; +} +a:hover { + text-decoration: underline; +} + +h1 { + font-size: 150%; + border-bottom: 1px solid #ddd; +} + + +.login { + margin: 0 1em; + color: #e8b; + background: #fbfbfb; + border: 1px solid #eee; + text-align: center; +} + +.login input { + border: 1px solid #ddd; + color: #bbb; + background: #fff; + font-weight: bold; +} + +a img +{ + border: 1px #e8b solid; +} +img.left { + float: left; + margin-right: 10px; +} + +pre { + background-color: #eee; +}