summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--posts/2010-03-31-frog-and-bear.skr19
-rw-r--r--static/images/posts/frog_and_bear.pngbin0 -> 138141 bytes
2 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.]))
+
+
diff --git a/static/images/posts/frog_and_bear.png b/static/images/posts/frog_and_bear.png
new file mode 100644
index 0000000..d4553a7
--- /dev/null
+++ b/static/images/posts/frog_and_bear.png
Binary files differ