--- a/content/projects/badwolf.html Sat Feb 04 15:55:06 2012 -0500
+++ b/content/projects/badwolf.html Sun Feb 12 15:09:47 2012 -0500
@@ -3,8 +3,8 @@
{% hyde
title: "Bad Wolf"
snip: "A Vim color scheme."
- created: 2012-02-03 20:00:01
- exclude: True
+ created: 2012-02-12 15:06:01
+ exclude: False
%}
{% block article %}
@@ -22,4 +22,36 @@
[hg]: http://bitbucket.org/sjl/badwolf/
[git]: http://github.com/sjl/badwolf/
+Screenshots
+-----------
+
+These screenshots may be out of date, but they'll at least give you a taste of
+what you're in for.
+
+
+### Python
+
+<div class="screenshots">
+ <a href="http://i.imgur.com/fQGGC.png"><img src="http://i.imgur.com/fQGGC.png" alt="screenshot"></a>
+</div>
+
+### HTML (Django Templates)
+
+<div class="screenshots">
+ <a href="http://i.imgur.com/LgLar.png"><img src="http://i.imgur.com/LgLar.png" alt="screenshot"></a>
+</div>
+
+### Clojure
+
+<div class="screenshots">
+ <a href="http://i.imgur.com/THHz7.png"><img src="http://i.imgur.com/THHz7.png" alt="screenshot"></a>
+</div>
+
+### Markdown
+
+<div class="screenshots">
+ <a href="http://i.imgur.com/J56VS.png"><img src="http://i.imgur.com/J56VS.png" alt="screenshot"></a>
+</div>
+
+
{% endblock %}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/content/projects/clojure-postmark.html Sun Feb 12 15:09:47 2012 -0500
@@ -0,0 +1,23 @@
+ {% extends "_post.html" %}
+
+ {% hyde
+ title: "clojure-postmark"
+ snip: "Use Postmark from Clojure."
+ created: 2011-10-10 00:00:03
+ exclude: False
+ %}
+
+ {% block article %}
+
+[clojure-postmark][] lets you talk to [Postmark][] from [Clojure][].
+
+It's open source (MIT/X11 licensed) on [BitBucket][] and [GitHub][].
+
+[clojure-postmark]: http://sjl.bitbucket.org/clojure-postmark/
+[Postmark]: http://postmarkapp.com/
+[Clojure]: http://clojure.org/
+[BitBucket]: http://bitbucket.org/sjl/d/
+[GitHub]: http://github.com/sjl/d/
+
+ {% endblock %}
+
--- a/media/css/sjl.less Sat Feb 04 15:55:06 2012 -0500
+++ b/media/css/sjl.less Sun Feb 12 15:09:47 2012 -0500
@@ -151,6 +151,7 @@
}
.rochester-made {
img {
+ opacity: 0.7;
padding: 5px 20px;
}
}
@@ -315,6 +316,11 @@
font-weight: normal;
left: 60px;
}
+div.screenshots {
+ img {
+ max-width: 580px;
+ }
+}
#scrolling-header {
color: #999;