Skip to content

Commit

Permalink
Tweak donation messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Senryoku committed May 4, 2023
1 parent e23cda3 commit d7a8c53
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 17 deletions.
26 changes: 15 additions & 11 deletions client/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1620,22 +1620,26 @@
</div>
<div class="container" style="grid-area: Support">
<div class="section-title">
<h2>Sponsor</h2>
<h2>
<font-awesome-icon icon="fa-solid fa-mug-hot" aria-hidden="true"></font-awesome-icon>
Buy me a Coffee
</h2>
</div>
<div class="welcome-section welcome-alt" style="display: flex; gap: 0.5em">
<iframe
src="https://github.com/sponsors/Senryoku/button"
title="Sponsor Senryoku"
height="35"
width="116"
style="border: 0; margin: 0.25em"
></iframe>
<div class="welcome-section welcome-alt">
<div>
Support Draftmancer on
Hello there!<br />
I hope you're enjoying using Draftmancer!<br />
If you find it useful, please consider supporting it by becoming a
<a href="https://github.com/sponsors/Senryoku" target="_blank">
<font-awesome-icon icon="fa-brands fa-github"></font-awesome-icon> GitHub Sponsor
</a>
to make sure it stays online and updated.
or donating through
<a href="https://www.paypal.com/donate/?hosted_button_id=6L2CUS6DH82DL" target="_blank">
<font-awesome-icon icon="fa-brands fa-paypal"></font-awesome-icon> PayPal </a
>.<br />
Your support will help keep the project online, updated, and will motivate me to add new
features.<br />
Thank you! — Sen
</div>
</div>
</div>
Expand Down
13 changes: 7 additions & 6 deletions client/src/components/SponsorModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@
<div style="max-width: 50vw">
<p>Hello there!</p>
<p>
If you're here I guess you've been enjoing the site! I plan on continuously maintaining it by adding
support for new cards appearing on MTGA and improving it, both with your and my ideas. If that sounds
like a good use of my time and you want to help me cover potential hosting cost and keep me motivated
and caffeinated, you can donate here via
If you're here I guess you've been enjoing the site! I'm committed to continuously improving the site by
adding support for new cards and draft formats as they come out, and generally improving the user
experience. If you think this is a valuable use of my time and want to support the site, please consider
making a donation to help cover hosting costs and keep me motivated and caffeinated through
<a href="https://github.com/sponsors/Senryoku" target="_blank">
<font-awesome-icon icon="fa-brands fa-github"></font-awesome-icon>
<em>GitHub Sponsor</em>
</a>
or
<em><font-awesome-icon icon="fa-brands fa-paypal"></font-awesome-icon> PayPal</em>
:
<a href="https://www.paypal.com/donate/?hosted_button_id=6L2CUS6DH82DL" target="_blank">
<em><font-awesome-icon icon="fa-brands fa-paypal"></font-awesome-icon> PayPal</em></a
>:
</p>
<div style="display: flex; justify-content: center">
<iframe
Expand Down

0 comments on commit d7a8c53

Please sign in to comment.