Skip to content

Commit 0ac45a2

Browse files
committed
Add github sponsors
1 parent 465ffdc commit 0ac45a2

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

src/lib/components/Footer.svelte

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
<li>
5050
<a href="https://buymeacoffee.com/sadespresso" target="_blank">Buy me a coffee</a>
5151
</li>
52+
<li>
53+
<a href="https://github.com/sponsors/flow-mn" target="_blank">Sponsor on GitHub</a>
54+
</li>
5255
</ul>
5356
</li>
5457
<li data-aos="fade-right" data-aos-delay="800">

src/routes/donate/+page.svelte

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@
2121
/>
2222
</a>
2323
</div>
24+
<div class="flex flex-col gap-2">
25+
<h4>Sponsor on GitHub:</h4>
26+
<iframe
27+
src="https://github.com/sponsors/flow-mn/card"
28+
title="Sponsor flow-mn"
29+
height="120"
30+
width="600"
31+
style="border: 0;"
32+
></iframe>
33+
</div>
2434
<div class="flex flex-col gap-0">
2535
<h4>Skrill:</h4>
2636
<span>batmend@gege.mn</span>

src/routes/faq/+page.svelte

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,22 @@
1313
<li>
1414
<a href="https://buymeacoffee.com/sadespresso">Buy me a coffee</a>
1515
</li>
16-
<li>Skrill: batmend@gege.mn</li>
16+
<li>Skrill<br />batmend@gege.mn</li>
1717
<li>
18-
Golomt Bank (of Mongolia): <button
18+
Sponsor on GitHub: <iframe
19+
src="https://github.com/sponsors/flow-mn/button"
20+
title="Sponsor flow-mn"
21+
height="32"
22+
width="114"
23+
style="border: 0; border-radius: 6px;"
24+
></iframe>
25+
</li>
26+
<li>
27+
Golomt Bank (of Mongolia)<br />
28+
<button
1929
class="appearance-none font-bold"
2030
type="button"
21-
title="Click to copy my Golomt Bank of Mongolia account number"
31+
title="Click to copy my Golomt Bank (Mongolia) account number"
2232
onclick={copyBankAccountNumber}
2333
>
2434
1105415662

0 commit comments

Comments
 (0)