diff --git a/content/donate/index.md b/content/donate/index.md new file mode 100644 index 0000000..8299028 --- /dev/null +++ b/content/donate/index.md @@ -0,0 +1,25 @@ ++++ +title = 'Donate' ++++ + +## Crypto + +### Monero (XMR) + +- Oepn Alias: donate@cuqmbr.xyz + +- Plain Address: 8ArvNWx6VvU4vmDbi4cbkWCLSTNMniwcPTEkM79ZnrngX7PK91iqwgQg4Npa9jHd963WeLrSdTTxi5kZ1KbYjmTSB9zsGT1 + +- Address in QR-code: + +{{< image src="xmr-qr.svg" alt="Monero (XMR) address encoded into QR-code." position="center" style="height: 256px;" >}} + +### Referral Links + +[AEZA](https://aeza.net/?ref=495596) - cloud hosting provider with unmetered bandwidth and a lot of payment options, including XMR. + +### Note + +All crypto I get is held safe and with self-custody. + +If you benefit from any of the services, you can recommend them to your own friends for affiliate benefits too. diff --git a/content/donate/xmr-qr.png b/content/donate/xmr-qr.png new file mode 100644 index 0000000..3dec0cd Binary files /dev/null and b/content/donate/xmr-qr.png differ diff --git a/content/donate/xmr-qr.svg b/content/donate/xmr-qr.svg new file mode 100644 index 0000000..88adfa6 --- /dev/null +++ b/content/donate/xmr-qr.svg @@ -0,0 +1,666 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/hugo.toml b/hugo.toml index 05066d4..d727558 100644 --- a/hugo.toml +++ b/hugo.toml @@ -95,3 +95,7 @@ copyright = 'Powered by Hugo' identifier = "contact" name = "Contact" url = "/contact" + [[languages.en.menu.main]] + identifier = "donate" + name = "Donate" + url = "/donate"