Added the sacrificial kitten

This commit is contained in:
Daniel Quinn 2016-03-14 21:23:49 +00:00
parent 8f9e34078b
commit 3f8bf74309
2 changed files with 7 additions and 7 deletions
presentation

BIN
presentation/img/kitten.jpg Normal file

Binary file not shown.

After

(image error) Size: 92 KiB

@ -148,12 +148,12 @@
<section data-background="img/pony.png"> <section data-background="img/pony.png">
<h2>Demo!</h2> <h2>Demo!</h2>
<p>(Time to sacrifice a kitten)</p> <img src="img/kitten.jpg" style="width: 50%;" />
</section> </section>
<section> <section>
<h2>TODO</h2> <h2>TODO</h2>
<p>It works, but it could use polish</p> <p>It works, but it needs polish</p>
<ul> <ul>
<li>The UI is the Django admin</li> <li>The UI is the Django admin</li>
<li>Mail consumption is really raw</li> <li>Mail consumption is really raw</li>
@ -163,11 +163,11 @@
<aside class="notes"> <aside class="notes">
<ul> <ul>
<li> <li>
<strong>Plugin architecture</strong>: there've been requests for <strong>Plugin architecture</strong>: there've been requests
some overly custom stuff to happen before and after consumption, for some overly custom stuff to happen before and after
but in the UNIX spirit of "do one job well", I think this sort consumption, but in the UNIX spirit of "do one job well", I
of thing is better written as a plugin -- which means I need to think this sort of thing is better written as a plugin -- which
figure out a best practise for that. means I need to figure out a best practise for that.
</li> </li>
</ul> </ul>
</aside> </aside>