little overhaul
This commit is contained in:
parent
59f937b868
commit
e2ed886734
4 changed files with 17 additions and 11 deletions
11
index.html
11
index.html
|
@ -102,7 +102,7 @@
|
||||||
<div class="list-display rounded">
|
<div class="list-display rounded">
|
||||||
<h1>Social</h1>
|
<h1>Social</h1>
|
||||||
<p>
|
<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>
|
</p>
|
||||||
<div id="social-list">
|
<div id="social-list">
|
||||||
<noscript><em>The content that should be here is dynamically generated. Please enable JavaScript if you see this.</em></noscript>
|
<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">
|
<div class="list-display rounded">
|
||||||
<h1>About</h1>
|
<h1>About</h1>
|
||||||
<p>
|
<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
|
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!
|
||||||
you!
|
|
||||||
</p>
|
</p>
|
||||||
<div id="about-list">
|
<div id="about-list">
|
||||||
<noscript><em>The content that should be here is dynamically generated. Please enable JavaScript if you see this.</em></noscript>
|
<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">
|
<div class="list-display rounded">
|
||||||
<h1>Blog</h1>
|
<h1>Blog</h1>
|
||||||
<p>
|
<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>
|
</p>
|
||||||
<div id="blog-list">
|
<div id="blog-list">
|
||||||
<noscript><em>The content that should be here is dynamically generated. Please enable JavaScript if you see this.</em></noscript>
|
<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">
|
<div class="list-display rounded">
|
||||||
<h1>Support Me</h1>
|
<h1>Support Me</h1>
|
||||||
<p>
|
<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!
|
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.
|
||||||
<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>
|
|
||||||
</p>
|
</p>
|
||||||
<div id="support-list">
|
<div id="support-list">
|
||||||
<noscript><em>The content that should be here is dynamically generated. Please enable JavaScript if you see this.</em></noscript>
|
<noscript><em>The content that should be here is dynamically generated. Please enable JavaScript if you see this.</em></noscript>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
const projects = [{
|
const projects = [{
|
||||||
'name': "Nature's Aura",
|
'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',
|
'status': 'In development',
|
||||||
'links': {
|
'links': {
|
||||||
'CurseForge page': 'https://minecraft.curseforge.com/projects/natures-aura'
|
'CurseForge page': 'https://minecraft.curseforge.com/projects/natures-aura'
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
IAMX
|
IAMX
|
||||||
The Faint
|
The Faint
|
||||||
Coldplay
|
Coldplay
|
||||||
|
dodie
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const quotes = [
|
const quotes = [
|
||||||
|
@ -90,6 +91,14 @@ const quotes = [
|
||||||
"I walk with the noise",
|
"I walk with the noise",
|
||||||
"I need to surrender",
|
"I need to surrender",
|
||||||
"Oh my god, you're beautiful",
|
"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>');
|
$('#quote-text').html('<em>' + quotes[Math.floor(Math.random() * quotes.length)] + '</em>');
|
|
@ -1,6 +1,6 @@
|
||||||
const support = [{
|
const support = [{
|
||||||
'name': 'Support me on Patreon',
|
'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',
|
'link': 'https://patreon.com/Ellpeck',
|
||||||
'icon': 'patreon'
|
'icon': 'patreon'
|
||||||
},
|
},
|
||||||
|
@ -12,7 +12,7 @@ const support = [{
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'name': 'Send me a gift',
|
'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',
|
'link': 'https://ellpeck.de/wishlist',
|
||||||
'icon': dark ? 'amazon_dark' : 'amazon'
|
'icon': dark ? 'amazon_dark' : 'amazon'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue