Add some more birds

This commit is contained in:
Neale Pickett 2010-11-17 14:23:04 -06:00
parent b7257d6d98
commit cdc874aed9
7 changed files with 103 additions and 89 deletions

BIN
birds/SpaceHobo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

View File

@ -1,2 +1,4 @@
PLAIN += birds
COPY += $(wildcard birds/*.png)
COPY += $(wildcard birds/*.jpg)
COPY += $(wildcard birds/*.svg)

BIN
birds/emad-finnix.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

BIN
birds/eythian.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -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)
We've decided to try and draw some birds for her because there's nothing
else we can do.
define(BURD, `<object data="$1" title="$2" style="max-width: 250px">$2</object>')
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.)

BIN
birds/nemo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

166
style.css
View File

@ -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;
}