From 19aa0950865fffae8647e54ffec11c695acfc5cf Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 18 Jan 2020 00:31:22 +0100 Subject: [PATCH] some minor changes --- foefrenzy/index.html | 7 +------ scripts/about.js | 11 ++++++----- scripts/quote.js | 7 ++++++- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/foefrenzy/index.html b/foefrenzy/index.html index b9c60ba..47eca52 100644 --- a/foefrenzy/index.html +++ b/foefrenzy/index.html @@ -139,12 +139,7 @@

If you want to create a video or write an article about Foe Frenzy, you are more than welcome to! If you want to have it featured on this site, you can send an e-mail to me@ellpeck.de.

-

- If you're a games journalist or a let's player and you would like to request a key for the game, you can also send an e-mail to the address above. Alternatively, you can request a key on Keymailer: -

-
- -
+

If you're a games journalist or a let's player and you would like to request a key for the game, you can also send an e-mail to the address above.

Assets

You're free to use the following images for your video or article about Foe Frenzy. Just right-click any of the images you would like to use and select Save image as... to save them.

diff --git a/scripts/about.js b/scripts/about.js index a1c045f..ba3f8b6 100644 --- a/scripts/about.js +++ b/scripts/about.js @@ -16,7 +16,8 @@ const facts = [ "I like hugs.", "I get super nostalgic about the The Sims build mode songs. Those bring me back to my childhood, man.", "I love cheesy romcoms.", - "I have a love-hate relationship with German pop music; sometimes I listen to it for days on end, other times I can't bear to hear it." + "I have a love-hate relationship with German pop music; sometimes I listen to it for days on end, other times I can't bear to hear it.", + "According to 16personalities.com, which uses a modified version of the Myers–Briggs Type Indicator, I'm INFP-T." ]; const questions = [{ @@ -55,10 +56,10 @@ const questions = [{ q: "What's your job/occupation?", a: "I'm currently studying Computer Science at the RWTH Aachen. I don't have a job on the side or anything, though." }, - { - q: 'Are you for hire?', - a: 'You can commission me to make a Minecraft mod for you. You can find more information here.' - }, + /* { + q: 'Are you for hire?', + a: 'You can commission me to make a Minecraft mod for you. You can find more information here.' + }, */ { q: 'What do you use to code?', a: "For Java, I use IntelliJ IDEA. For C#, I use JetBrains Rider. For most of my other projects, which are usually rather small, I use Visual Studio Code, which is awesome, by the way." diff --git a/scripts/quote.js b/scripts/quote.js index f789cd5..4a4bc88 100644 --- a/scripts/quote.js +++ b/scripts/quote.js @@ -157,6 +157,11 @@ const quotes = [ "Heaven doesn't want me now", "I wanna feel happy days, happy days", "Hey kid, don't quit your daydream yet", - "Hey kid, don't listen to your head" + "Hey kid, don't listen to your head", + "The group mind has decided you're in love", + "Without love, you can save the world", + "Nothing is ever anyone's fault", + "We're all just products of childhood trauma", + "The moment is me" ]; $('#quote-text').html('' + quotes[Math.floor(Math.random() * quotes.length)] + ''); \ No newline at end of file