Skip to content

Commit d2b64f3

Browse files
feat(pages): add Ko-fi donation widget to support.md
https://ko-fi.com/Manage/donation-widget-setup
1 parent 16434eb commit d2b64f3

1 file changed

Lines changed: 15 additions & 13 deletions

File tree

pages/support.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
11
---
22
layout: page
33
title: Support
4-
excerpt: Support remarkablemark via Patreon, Ko-fi, Liberapay, Teespring, and GitHub Sponsors.
4+
excerpt: Support remarkablemark via Patreon, Ko-fi, Liberapay, Buy Me a Coffee, Teespring, and GitHub Sponsors.
55
permalink: /support/
66
---
77

8-
<style>
9-
#main img {
10-
height: 48px;
11-
}
12-
13-
#main img:active,
14-
#main img:focus,
15-
#main img:hover {
16-
opacity: .7;
17-
}
18-
</style>
19-
208
# Support
219

2210
Here are some ways to support **remarkablemark**:
2311

12+
<style>
13+
#main img {
14+
height: 48px;
15+
}
16+
#main img:active,
17+
#main img:focus,
18+
#main img:hover {
19+
opacity: .7;
20+
}
21+
</style>
22+
2423
[![Become a Patron!](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://b.remarkabl.org/be-patron)
2524

2625
[![Buy Me a Coffee at ko-fi.com](https://storage.ko-fi.com/cdn/kofi5.png?v=6)](https://b.remarkabl.org/ko-fi)
@@ -34,3 +33,6 @@ Here are some ways to support **remarkablemark**:
3433
<iframe src="https://github.com/sponsors/remarkablemark/card" title="Sponsor remarkablemark" height="225" width="600" style="border: 0;"></iframe>
3534

3635
_Thank you for your support!_
36+
37+
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
38+
<script>kofiWidgetOverlay.draw('remarkablemark', { type: 'floating-chat' });</script>

0 commit comments

Comments
 (0)