some minor changes
This commit is contained in:
parent
fdb3d425ea
commit
19aa095086
3 changed files with 13 additions and 12 deletions
|
@ -139,12 +139,7 @@
|
|||
<p>
|
||||
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 <a href="mailto:me@ellpeck.de">me@ellpeck.de</a>.
|
||||
</p>
|
||||
<p>
|
||||
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:
|
||||
</p>
|
||||
<div class="centered">
|
||||
<iframe height="50px" scrolling="no" src="https://embed.keymailer.co/g/games/90201/request_button/_373e672e71" style="border: none" width="200px"></iframe>
|
||||
</div>
|
||||
<p>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.</p>
|
||||
|
||||
<h2>Assets</h2>
|
||||
<p>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 <code>Save image as...</code> to save them.</p>
|
||||
|
|
|
@ -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 <a href=\"https://www.rwth-aachen.de/\">RWTH Aachen</a>. 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 <a href="#commissions">here</a>.'
|
||||
},
|
||||
/* {
|
||||
q: 'Are you for hire?',
|
||||
a: 'You can commission me to make a Minecraft mod for you. You can find more information <a href="#commissions">here</a>.'
|
||||
}, */
|
||||
{
|
||||
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."
|
||||
|
|
|
@ -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('<em>' + quotes[Math.floor(Math.random() * quotes.length)] + '</em>');
|
Loading…
Reference in a new issue