add donation info
This commit is contained in:
parent
85017df607
commit
9e6c2819e8
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue