From b0c8f5c2e177a7efd9cb9e702edbea043e4adddf Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Tue, 14 Feb 2017 20:06:34 +0100 Subject: donation page --- content/images/bitcoinQR.png | Bin 0 -> 3746 bytes content/pages/donations.rst | 14 ++++++++++++++ pelicanconf.py | 3 ++- 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 content/images/bitcoinQR.png create mode 100644 content/pages/donations.rst diff --git a/content/images/bitcoinQR.png b/content/images/bitcoinQR.png new file mode 100644 index 0000000..e71f424 Binary files /dev/null and b/content/images/bitcoinQR.png differ diff --git a/content/pages/donations.rst b/content/pages/donations.rst new file mode 100644 index 0000000..e3d4e7f --- /dev/null +++ b/content/pages/donations.rst @@ -0,0 +1,14 @@ +:title: Donations +:status: published + +If you like my free software work or the web services I provide, you can help me with a donation. Donations allow me to sustain my development work and pay server costs. + +You can donate to me in the following ways: + +- Bitcoin: 1FMtGbWEpHntUe1XnMhtDTKkanEj2jrbXW or `click here <./images/bitcoinQR.png>`__ for the QR code. + +- Hardware donations or wire transfer: Please `contact me <{filename}/pages/contact.rst>`__ for the details. + +- Cash or check: `See here <{filename}/pages/impressum.rst>`__ for the address. + +Thank you very much! ♥ diff --git a/pelicanconf.py b/pelicanconf.py index b638415..550eef7 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -61,7 +61,8 @@ MENUITEMS = (('Home', 'https://fossencdi.org'), ('Contact', './contact.html'),) SIDEBARITEMS = (('My setup', './setup.html', 'laptop'), - ('Notes', './notes.html', 'sticky-note'),) + ('Notes', './notes.html', 'sticky-note'), + ('Donations', './donations.html', 'money'),) # HIDE_SIDEBAR = True -- cgit v1.1