add donation info

This commit is contained in:
Schoumi 2024-04-18 17:20:45 +02:00
parent 85017df607
commit 9e6c2819e8

View file

@ -55,3 +55,15 @@ I have some other projects on my todo list. More information soon.
# Support My Work
Work on my free projects is something very cool and I would spend more time on them. This is why I accept donation to work more on my projects and less for clients.
<script src="https://liberapay.com/Schoumi/widgets/receiving.js"></script>
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script>
kofiWidgetOverlay.draw('schoumi', {
'type': 'floating-chat',
'floating-chat.donateButton.text': 'Tip Me',
'floating-chat.donateButton.background-color': '#323842',
'floating-chat.donateButton.text-color': '#fff'
});
</script>