From e401cd1bccb7274ed1a04eefeb2ac5ec1065dc04 Mon Sep 17 00:00:00 2001 From: Shoofle Munroe Date: Wed, 29 Jun 2016 12:45:28 -0400 Subject: [PATCH] add the comic page layout generator --- articles/comic_layout_generator.article.html | 107 +++++++++++++++++++ static/shoofle.css | 2 +- 2 files changed, 108 insertions(+), 1 deletion(-) create mode 100644 articles/comic_layout_generator.article.html diff --git a/articles/comic_layout_generator.article.html b/articles/comic_layout_generator.article.html new file mode 100644 index 0000000..d9ae543 --- /dev/null +++ b/articles/comic_layout_generator.article.html @@ -0,0 +1,107 @@ +
+ + +

Here, have a thing that generates layouts for comic pages! It's very rough, and silly.

+ + + + + +

diff --git a/static/shoofle.css b/static/shoofle.css index 8cce687..62c8216 100644 --- a/static/shoofle.css +++ b/static/shoofle.css @@ -103,4 +103,4 @@ Secondary Color B: purple ae81ff dark violet 6c71c4 cyan 2aa198 -*/ \ No newline at end of file +*/