diff --git a/README.md b/README.md
index 1d04344b..2e221288 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
 Mail-in-a-Box
 =============
 
+![logo](images/mailinabox-01.png)
+
 Mass electronic surveillance by governments revealed over the last year has spurred a new movement to re-decentralize the web, that is, to empower netizens to be their own service providers again. SMTP, the protocol of email, is decentralized in principle but highly centralized in practice due to the high cost of implementing all of the modern protocols that surround it. As a result, most individuals trade their independence for access to a “free” email service.
 
 Mail-in-a-Box helps individuals take back control of their email by defining a one-click, easy-to-deploy SMTP+everything else server: a mail server in a box.
@@ -66,3 +68,5 @@ The History
 -----------
 
 * In 2007 I wrote a relatively popular Mozilla Thunderbird extension that added client-side SPF and DKIM checks to mail to warn users about possible phishing: [add-on page](https://addons.mozilla.org/en-us/thunderbird/addon/sender-verification-anti-phish/), [source](https://github.com/JoshData/thunderbird-spf).
+
+![logo](images/mailinabox-02.png)
diff --git a/images/mailinabox-01.png b/images/mailinabox-01.png
new file mode 100644
index 00000000..58832afc
Binary files /dev/null and b/images/mailinabox-01.png differ
diff --git a/images/mailinabox-02.png b/images/mailinabox-02.png
new file mode 100644
index 00000000..11f4cb9b
Binary files /dev/null and b/images/mailinabox-02.png differ