Skip to content

Commit

Permalink
Added the sacrificial kitten
Browse files Browse the repository at this point in the history
  • Loading branch information
danielquinn committed Mar 14, 2016
1 parent 8f9e340 commit 3f8bf74
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Binary file added presentation/img/kitten.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions presentation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,12 @@ <h3>2: The Webserver</h3>

<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>
Expand All @@ -163,11 +163,11 @@ <h2>TODO</h2>
<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>
Expand Down

0 comments on commit 3f8bf74

Please sign in to comment.