--- /dev/null
+---
+title: "Donate"
+date: 2023-09-03T19:49:41+02:00
+draft: true
+---
+If you wish to support me, I accept XMR donations to the following wallet:
+
+`85qXBHh99bJ62p7s8upmoqYsvHrJvZWLTD7riHFo3E2jRvdQRoiNuXKRaDMAQiJ34Kfix3KHouNCW6bbD4zniWB5QxZR9Xx`
+
+Alternatively, you can use OpenAlias (domain name only) or the following QR
+code:
+
+![Monero QR code](./donate.png)
<head>
{{ partial "meta.html" . }}
{{ $style := resources.Get "css/style.css" | resources.Minify }}
- <link rel="stylesheet" href="{{ $style.RelPermalink }}?v=1.1.1">
+ <link rel="stylesheet" href="{{ $style.RelPermalink }}?v=1.1.2">
{{ $index := $.Site.GetPage "/" }}
{{ range $index.AlternativeOutputFormats }}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s">` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }}
{{ block "main" . }}
{{ end }}
</main>
- <br>
<footer>
- <center>
- <p>If you appreciate my work and would like to donate, you can donate XMR to this address or use the QR code below.</p>
- <code>85qXBHh99bJ62p7s8upmoqYsvHrJvZWLTD7riHFo3E2jRvdQRoiNuXKRaDMAQiJ34Kfix3KHouNCW6bbD4zniWB5QxZR9Xx</code>
- <p></p>
- {{ $image := resources.Get "img/donate.png" }}
- {{ with $image }}
- <img src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}" alt="QR code for XMR donation">
- {{ end }}
- {{ $image := resources.Get "img/rss.svg" }}
- <p></p>
{{ with $index.OutputFormats.Get "RSS" }}
- {{ printf `<a href="%s"><img src="%s" width="32" height="32" alt="Link to RSS feed"></a>` .RelPermalink $image.RelPermalink | safeHTML }}
+ <p><a href="{{ .RelPermalink }}">RSS feed</a> | This site is <a href="https://git.dujemihanovic.xyz/?p=dujemihanovic.xyz.git;a=summary">free software</a></p>
{{ end }}
- <p>This site is <a href="https://git.dujemihanovic.xyz/?p=dujemihanovic.xyz.git;a=summary">free software</a></p>
- </center>
</footer>
</body>
</html>
<li><a href="/">Home</a></li>
<li><a href="/posts/">Blog</a></li>
<li><a href="/contact/">Contact</a></li>
+ <li><a href="/donate/">Donate</a></li>
</ul>
</nav>