Skip to content

Commit

Permalink
Kofi update
Browse files Browse the repository at this point in the history
  • Loading branch information
vinodjangid07 committed Sep 16, 2024
1 parent 3b761ed commit 33210fe
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,15 @@ <h2 class="section-heading-article" tabindex="0" aria-label="My projects starts
});
});
</script>
<script data-name="BMC-Widget" data-cfasync="false" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="vinod.jangid07" data-description="Support me on Buy me a coffee!" data-message="" data-color="#BD5FFF" data-position="left" data-x_margin="18" data-y_margin="18"></script>
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script>
kofiWidgetOverlay.draw('vinodjangid07', {
'type': 'floating-chat',
'floating-chat.donateButton.text': 'Support me',
'floating-chat.donateButton.background-color': '#794bc4',
'floating-chat.donateButton.text-color': '#fff'
});
</script>
</body>

</html>

0 comments on commit 33210fe

Please sign in to comment.