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

BIN
presentation/img/kitten.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

View File

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