diff options
-rw-r--r-- | src/SMAPI.Web/Views/Index/Index.cshtml | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/src/SMAPI.Web/Views/Index/Index.cshtml b/src/SMAPI.Web/Views/Index/Index.cshtml index 1bae8b16..2d76cc15 100644 --- a/src/SMAPI.Web/Views/Index/Index.cshtml +++ b/src/SMAPI.Web/Views/Index/Index.cshtml @@ -19,8 +19,7 @@ <img src="favicon.ico" /> </div> - -<h2>Find help</h2> +<h2>Get help</h2> <ul> <li><a href="https://stardewvalleywiki.com/Modding:SMAPI_compatibility">Mod compatibility list</a></li> <li>Get help <a href="https://stardewvalleywiki.com/Modding:Community#Discord">on Discord</a> or <a href="https://community.playstarbound.com/threads/smapi-stardew-modding-api.108375/">in the forums</a></li> @@ -33,14 +32,22 @@ <p>See the <a href="https://github.com/Pathoschild/SMAPI/blob/develop/docs/release-notes.md#release-notes">release notes</a> and <a href="https://stardewvalleywiki.com/Modding:SMAPI_compatibility">mod compatibility list</a> for more info.</p> -<h2>Support SMAPI ♥</h2> +<h2>Donate to support SMAPI ♥</h2> +<p> + SMAPI is an open-source project by Pathoschild. It will always be free, but donations + are much appreciated to help pay for development, server hosting, domain fees, coffee, etc. +</p> <ul id="support-links"> <li><a href="https://www.paypal.me/pathoschild">Donate once</a></li> <li> - <a href="https://www.patreon.com/pathoschild">Donate $1+/month</a><br /> - <small>You'll have access to all private posts about behind-the-scenes info, upcoming features, and early previews of SMAPI updates. You can optionally provide early feedback on SMAPI features to influence development.</small> + <a href="https://www.patreon.com/pathoschild">Donate $1 per month (or more)</a><br /> + <small> + You can cancel anytime. You'll have access to all private posts with behind-the-scenes + info, upcoming features, and early previews of SMAPI updates. You can optionally + provide early feedback on SMAPI features to influence development. Donate $5/month and + you'll be publicly credited (with optional link) below! + </small> </li> - <li><a href="https://github.com/Pathoschild/SMAPI">Contribute to the code</a></li> </ul> <p> @@ -48,10 +55,9 @@ acerbicon, <a href="https://www.nexusmods.com/stardewvalley/users/31393530">ChefRude</a>, jwdred, - <a href="http://community.playstarbound.com/members/karmylla.637910/">Karmylla</a>, OfficialPiAddict, Robby LaFarge, - and a few anonymous users for supporting SMAPI; you're awesome! 🏅 + and a few anonymous users for their ongoing support; you're awesome! 🏅 </p> <h2>For mod creators</h2> |