summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Views
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-06-20 14:49:47 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-13 15:58:01 -0400
commitaf3fdf7e5ae97a9cf2b78eb399f3a115a0399cb7 (patch)
tree645fc1b75865a15b93adeba0bb8c47d915fe4498 /src/SMAPI.Web/Views
parent94702ca4b7136eeb306a2109e7af2a6c804b6335 (diff)
downloadSMAPI-af3fdf7e5ae97a9cf2b78eb399f3a115a0399cb7.tar.gz
SMAPI-af3fdf7e5ae97a9cf2b78eb399f3a115a0399cb7.tar.bz2
SMAPI-af3fdf7e5ae97a9cf2b78eb399f3a115a0399cb7.zip
revamp 'support SMAPI' section on main page
Diffstat (limited to 'src/SMAPI.Web/Views')
-rw-r--r--src/SMAPI.Web/Views/Index/Index.cshtml33
1 files changed, 19 insertions, 14 deletions
diff --git a/src/SMAPI.Web/Views/Index/Index.cshtml b/src/SMAPI.Web/Views/Index/Index.cshtml
index 24b42e09..249dc9d1 100644
--- a/src/SMAPI.Web/Views/Index/Index.cshtml
+++ b/src/SMAPI.Web/Views/Index/Index.cshtml
@@ -6,9 +6,9 @@
ViewData["Title"] = "SMAPI";
}
@section Head {
- <link rel="stylesheet" href="~/Content/css/index.css?r=20180615" />
+ <link rel="stylesheet" href="~/Content/css/index.css?r=20190620" />
<script src="https://cdn.jsdelivr.net/npm/jquery@3.3.1/dist/jquery.min.js" crossorigin="anonymous"></script>
- <script src="~/Content/js/index.js?r=20180615"></script>
+ <script src="~/Content/js/index.js?r=20190620"></script>
}
<p id="blurb">
@@ -79,27 +79,32 @@ else
<p>See the <a href="https://github.com/Pathoschild/SMAPI/blob/develop/docs/release-notes.md#release-notes">release notes</a> and <a href="@SiteConfig.Value.ModListUrl">mod compatibility list</a> for more info.</p>
}
-<h2 id="donate">Donate to support SMAPI ♥</h2>
+<h2 id="donate">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>
+
+<ul id="donate-links">
+ <li>
+ <a href="https://www.patreon.com/pathoschild" class="donate-button">
+ <img src="Content/images/patreon.png" /> Become a patron
+ </a>
+ </li>
+ <li>
+ <a href="https://ko-fi.com/pathoschild" class="donate-button">
+ <img src="Content/images/ko-fi.png"/> Buy me a coffee
+ </a>
+ </li>
<li>
- <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>
+ <a href="https://www.paypal.me/pathoschild" class="donate-button">
+ <img src="Content/images/paypal.png"/> Donate via PayPal
+ </a>
</li>
</ul>
<p>
Special thanks to
- acerbicon,
<a href="https://www.nexusmods.com/stardewvalley/users/31393530">ChefRude</a>,
<a href="https://github.com/dittusch">dittusch</a>,
hawkfalcon,
@@ -108,7 +113,7 @@ else
<a href="https://www.nexusmods.com/users/12252523">Karmylla</a>,
Pucklynn,
Robby LaFarge,
- and a few anonymous users for their ongoing support; you're awesome! 🏅
+ and a few anonymous users for their ongoing support on Patreon; you're awesome!
</p>
<h2 id="modcreators">For mod creators</h2>