diff --git a/res/support/amazon.png b/res/support/amazon.png new file mode 100644 index 0000000..bbaee29 Binary files /dev/null and b/res/support/amazon.png differ diff --git a/scripts/support.js b/scripts/support.js index 474d21a..b8f44c3 100644 --- a/scripts/support.js +++ b/scripts/support.js @@ -9,6 +9,12 @@ const support = [{ 'desc': 'If you prefer the idea of giving me some money as a one-time payment, using PayPal is probably your best bet. It\'s quick and easy, and it helps me out just the same way.', 'link': 'https://paypal.me/Ellpeck', 'icon': 'paypal' + }, + { + 'name': 'Send me a gift', + 'desc': 'If you want to make a nice surprise, then you can get me something from my Amazon wishlist. I update it fairly regularly and items I want most are generally closer to the top. Keep in mind that the link goes to the German Amazon page, but for most products, you can just change the link a bit and it\'ll come up with the same. Please don\'t get me anything expensive, though.', + 'link': 'https://ellpeck.de/wishlist', + 'icon': 'amazon' } ];