Ko-Fi
This commit is contained in:
parent
af1576e3b2
commit
f0932d59ea
2 changed files with 23 additions and 0 deletions
12
Socials.html
12
Socials.html
|
@ -91,6 +91,18 @@
|
|||
</h1>
|
||||
<div class="content">
|
||||
|
||||
|
||||
|
||||
|
||||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
||||
<script>
|
||||
kofiWidgetOverlay.draw('limepot', {
|
||||
'type': 'floating-chat',
|
||||
'floating-chat.donateButton.text': 'Support Me',
|
||||
'floating-chat.donateButton.background-color': '#00bfa5',
|
||||
'floating-chat.donateButton.text-color': '#fff'
|
||||
});
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
11
index.html
11
index.html
|
@ -104,6 +104,17 @@
|
|||
<p class="subtitle">And Years - exhale in Years ..."</p>
|
||||
<p class="subtitle"></p><strong>- Emily Dickinson</strong></p>
|
||||
<br><br><br>
|
||||
|
||||
|
||||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
||||
<script>
|
||||
kofiWidgetOverlay.draw('limepot', {
|
||||
'type': 'floating-chat',
|
||||
'floating-chat.donateButton.text': 'Support Me',
|
||||
'floating-chat.donateButton.background-color': '#00bfa5',
|
||||
'floating-chat.donateButton.text-color': '#fff'
|
||||
});
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue