diff --git a/index.html b/index.html index eaecdcb..2898d09 100644 --- a/index.html +++ b/index.html @@ -45,6 +45,7 @@ Projects Social About + Support Me @@ -76,7 +77,7 @@ Below is a list of all of the projects that I'm working on or that I've made in the past. Check them out if you want!

- The content that should be here is dynamically generated. Please enable JavaScript if you see this. +
@@ -89,7 +90,7 @@ Below is a list of the social networks and websites that I regularly use. The closer to the front of the list they are, the more frequently I use them, generally.

- The content that should be here is dynamically generated. Please enable JavaScript if you see this. +
@@ -103,10 +104,37 @@ you!

- The content that should be here is dynamically generated. Please enable JavaScript if you see this. +
+ + + +
+

Support Me

+

+ If you think any of the stuff I work on is interesting, especially my game or one of my Minecraft mods, a great way to show me your appreciation and help me out is to throw me a bit of your precious money! +
If you want, you can do so using one of the ways below. +
Keep in mind that doing this is, of course, optional. I don't expect you to give me money for what I do, people appreciating it is already really awesome to me. Plus, if you want to, you can always support me by telling other people about me and my projects as well. +

+
+ +
+ Patreon is a great way of giving me money regularly. You automatically give me a set amount each month, and in return, you can get cool rewards like beta access to my game or visual fanciness for your Minecraft character when using my mods. +
+
+
+ +
+ If you prefer the idea of giving me some money as a one-time payment, using PayPal is probably your best bet. It's quick and easy, and it helps me out just the same way. +
+
+
diff --git a/res/social/patreon.png b/res/social/patreon.png deleted file mode 100644 index ec4ba47..0000000 Binary files a/res/social/patreon.png and /dev/null differ diff --git a/res/support/patreon.png b/res/support/patreon.png new file mode 100644 index 0000000..aefdb1e Binary files /dev/null and b/res/support/patreon.png differ diff --git a/res/support/paypal.png b/res/support/paypal.png new file mode 100644 index 0000000..d61c18e Binary files /dev/null and b/res/support/paypal.png differ diff --git a/scripts/social.js b/scripts/social.js index 42ea5b4..894f5a7 100644 --- a/scripts/social.js +++ b/scripts/social.js @@ -6,10 +6,6 @@ const socials = [{ 'name': 'Discord', 'link': 'https://www.ellpeck.de/discord', }, - { - 'name': 'Patreon', - 'link': 'http://www.patreon.com/Ellpeck' - }, { 'name': 'Twitter', 'link': 'https://twitter.com/Ellpeck' @@ -56,7 +52,7 @@ let s = ''; for (social of socials) { s += ''; s += ''; - s += ' ' + social['name']; + s += social['name']; s += '' } $('#social-list').html(s); \ No newline at end of file diff --git a/style.css b/style.css index 82ab382..525596d 100644 --- a/style.css +++ b/style.css @@ -58,6 +58,18 @@ body { float: left; } +.support-button { + width: 300px; + margin: 10px; + line-height: 50px; +} + +.support-image { + width: 50px; + height: 50px; + float: left; +} + #social-list { text-align: center; } @@ -113,6 +125,12 @@ body { text-indent: -99999px; margin: 5px; } + .support-button { + width: auto; + overflow: hidden; + text-indent: -99999px; + margin: 5px; + } .project-image { right: -18px; top: -18px;