diff options
author | rekado <rekado@elephly.net> | 2015-08-19 17:55:19 +0200 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2015-08-19 17:55:19 +0200 |
commit | fdcfa812111d87240faf7ee812425b862a3450f0 (patch) | |
tree | 4338f1df69bcb3010804c44565d72f840ab970c3 /posts | |
parent | a29ecd2b63d46771f91c94e4a2124fc1816ef3d5 (diff) |
posts: Add old "frog and bear" post.
Diffstat (limited to 'posts')
-rw-r--r-- | posts/2010-03-31-frog-and-bear.skr | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/posts/2010-03-31-frog-and-bear.skr b/posts/2010-03-31-frog-and-bear.skr new file mode 100644 index 0000000..5abafb0 --- /dev/null +++ b/posts/2010-03-31-frog-and-bear.skr @@ -0,0 +1,19 @@ +(define meta + `((title . "Frog and bear") + (date . ,(string->date* "2010-03-31 00:00")) + ;; alt="frog and bear - a drawing for Kailani" + (photo . "frog_and_bear.png") + (tags "drawing"))) + +(list + + (p [This is the first serious drawing I made with my Wacom tablet and + the awesome program ,(ref "http://mypaint.intilinux.com" + "mypaint") on June 7, 2009. This was drawn to cheer up a cute + baby-friend of mine who had to undergo surgery.]) + + (p [Actually, this is not a normal frog, but some sort of bull frog. + However, it’s not your average bull frog. Its father used to + date a cow. I kid you not.])) + + |