From e2ed88673467801252d52ca0fcf008486b1f64e9 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 9 Mar 2019 18:26:25 +0100 Subject: [PATCH] little overhaul --- index.html | 11 ++++------- scripts/projects.js | 2 +- scripts/quote.js | 11 ++++++++++- scripts/support.js | 4 ++-- 4 files changed, 17 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 8995580..61a2474 100644 --- a/index.html +++ b/index.html @@ -102,7 +102,7 @@

Social

- Below is a list of the social networks and websites that I regularly use (and my email address). The closer to the front of the list they are, the more frequently I use them, generally. + This is a list of the websites and social media platforms that I regularly use. I'm usually most active on my Discord server and on Twitter, but if it's a more serious inquiry, you can also send me an email.

@@ -115,8 +115,7 @@

About

- Sometimes, some people ask me some questions about myself or my projects, so I decided to compile a list of some of the answers in a Q&A-like fashion so that I don't have to keep repeating them. If you're curious about me, this might be intersting to - you! + Sometimes, some people ask me some questions about myself or my projects, so I decided to compile a list of some of the answers in a Q&A-like fashion so that I don't have to keep repeating them. If you're curious about me, this might be interesting to you!

@@ -129,7 +128,7 @@

Blog

- Sometimes, I enjoy writing stuff. So here's some of the stuff I've written. Just click on any of the headers to expand the post. + Occasionally I enjoy writing stuff. So here's some of the stuff I've written. Just click on any of the headers to expand the post.

@@ -142,9 +141,7 @@

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. + If you're interested, here are some ways that you can use to throw some of your precious money my way. Keep in mind that doing this is, of course, optional.

diff --git a/scripts/projects.js b/scripts/projects.js index c27580a..2a3b003 100644 --- a/scripts/projects.js +++ b/scripts/projects.js @@ -1,6 +1,6 @@ const projects = [{ 'name': "Nature's Aura", - 'desc': "Nature's Aura is a new Minecraft mod about collecting, using and replenishing the Aura naturally present in the world to create useful devices and unique mechanics. It's currently in beta.", + 'desc': "Nature's Aura is a new Minecraft mod about collecting, using and replenishing the Aura naturally present in the world to create useful devices and unique mechanics.", 'status': 'In development', 'links': { 'CurseForge page': 'https://minecraft.curseforge.com/projects/natures-aura' diff --git a/scripts/quote.js b/scripts/quote.js index fff010c..4c1ba49 100644 --- a/scripts/quote.js +++ b/scripts/quote.js @@ -12,6 +12,7 @@ IAMX The Faint Coldplay + dodie */ const quotes = [ @@ -90,6 +91,14 @@ const quotes = [ "I walk with the noise", "I need to surrender", "Oh my god, you're beautiful", - "The old king is dead, long live the king" + "The old king is dead, long live the king", + "I'm so human", + "A monster's here", + "Hey, you might just listen to it sing", + "Please let the devin in", + "We don't eat our words, they don't taste so good", + "She smells like lemongrass and peach", + "She tastes like apple juice and peach", + "You would find her in a polaroid picture" ]; $('#quote-text').html('' + quotes[Math.floor(Math.random() * quotes.length)] + ''); \ No newline at end of file diff --git a/scripts/support.js b/scripts/support.js index 7889910..7565b3e 100644 --- a/scripts/support.js +++ b/scripts/support.js @@ -1,6 +1,6 @@ const support = [{ 'name': 'Support me on Patreon', - 'desc': '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.', + 'desc': '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 visual fanciness for your Minecraft character when using my mods.', 'link': 'https://patreon.com/Ellpeck', 'icon': 'patreon' }, @@ -12,7 +12,7 @@ const support = [{ }, { 'name': 'Send me a gift', - 'desc': 'If you want to make a nice surprise, then you can get me something from my Amazon wishlist. I update it fairly regularly and items I want most are generally closer to the top. Keep in mind that the link goes to the German Amazon page, but for most products, you can just change the link a bit and it\'ll come up with the same. Please don\'t get me anything expensive, though.', + 'desc': 'If you want to make a nice surprise, then you can get me something from my Amazon wishlist. I update it fairly regularly and items I want most are generally closer to the top. Keep in mind that the link goes to the German Amazon page, but for most products, you can just change the link a bit and it\'ll come up with the same. Please don\'t get me anything too expensive, though.', 'link': 'https://ellpeck.de/wishlist', 'icon': dark ? 'amazon_dark' : 'amazon' }