little overhaul

This commit is contained in:
Ellpeck 2019-03-09 18:26:25 +01:00
parent 59f937b868
commit e2ed886734
4 changed files with 17 additions and 11 deletions

View File

@ -102,7 +102,7 @@
<div class="list-display rounded">
<h1>Social</h1>
<p>
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.
</p>
<div id="social-list">
<noscript><em>The content that should be here is dynamically generated. Please enable JavaScript if you see this.</em></noscript>
@ -115,8 +115,7 @@
<div class="list-display rounded">
<h1>About</h1>
<p>
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!
</p>
<div id="about-list">
<noscript><em>The content that should be here is dynamically generated. Please enable JavaScript if you see this.</em></noscript>
@ -129,7 +128,7 @@
<div class="list-display rounded">
<h1>Blog</h1>
<p>
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.
</p>
<div id="blog-list">
<noscript><em>The content that should be here is dynamically generated. Please enable JavaScript if you see this.</em></noscript>
@ -142,9 +141,7 @@
<div class="list-display rounded">
<h1>Support Me</h1>
<p>
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!
<br>If you want, you can do so using one of the ways below.
<br><em>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.</em>
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.
</p>
<div id="support-list">
<noscript><em>The content that should be here is dynamically generated. Please enable JavaScript if you see this.</em></noscript>

View File

@ -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'

View File

@ -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('<em>' + quotes[Math.floor(Math.random() * quotes.length)] + '</em>');

View File

@ -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'
}