diff --git a/app/views/aspects/index.html.haml b/app/views/aspects/index.html.haml
index a0ef6f2c271b9c1a20cb27a6030dee723e94fd70..f1949cf81ce7402f1aafd44c3ad10f82b53edac4 100644
--- a/app/views/aspects/index.html.haml
+++ b/app/views/aspects/index.html.haml
@@ -81,3 +81,27 @@
         = t('bookmarklet.heading')
     .content
       != t('bookmarklet.explanation', :link => link_to(t('bookmarklet.explanation_link_text'), bookmarklet))
+
+  .section
+    .title
+      = image_tag('/images/icons/coffee.png')
+      %h5
+        Donate
+    .content
+      Keep JoinDiaspora running fast, buy our servers coffee
+      = form_tag "https://www.paypal.com/cgi-bin/webscr", :method => 'post' do
+        = hidden_field_tag "cmd", "_s-xclick"
+
+        = hidden_field_tag "hosted_button_id", "WPG875V39Y9RA"
+        = hidden_field_tag "on0", "Type"
+        = hidden_field_tag "modify" , "2"
+
+        What monthly amount
+        %br
+
+        = select_tag :os0, options_from_collection_for_select(["Caffee mocha : $3.00USD", "Caffee Americano : $5.00USD", "Box of Joe : $20.00USD"], "to_s", "to_s")
+        = hidden_field_tag "currency_code", "USD"
+        = submit_tag "Coffee!!"
+        / "https://www.paypalobjects.com/en_US/i/btn/btn_buynow_SM.gif"
+/<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">= hidden_field_tag "cmd", "_s-xclick"
+
diff --git a/public/images/icons/coffee.png b/public/images/icons/coffee.png
new file mode 100644
index 0000000000000000000000000000000000000000..ba9540216f5b3461550f8b5047fe201a2640b63c
Binary files /dev/null and b/public/images/icons/coffee.png differ