From 5eed380dcba141c32f9338e3fafd289fcf7197c9 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 19 Aug 2020 04:39:54 +0200 Subject: [PATCH] some more quotes and some small about changes --- scripts/about.js | 4 ++-- scripts/quote.js | 20 +++++++++++++++++++- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/scripts/about.js b/scripts/about.js index 951e63e..0c09655 100644 --- a/scripts/about.js +++ b/scripts/about.js @@ -34,7 +34,7 @@ const questions = [{ }, { q: 'What languages do you speak?', - a: 'I speak German, English, Java and C# fluently. I\'m okay at JavaScript and Python, and I can just about write something in C, HTML and CSS.' + a: 'I speak German, English, Java and C# fluently. I\'m okay at JavaScript and Python, and I can just about write something in C, HTML, CSS and Lua.' }, { q: "How do you make games?", @@ -54,7 +54,7 @@ const questions = [{ }, { q: 'How did you make this site?', - a: 'I made this page using Bootstrap. The content is dynamically generated using JavaScript (both on the client and the server) based on a bunch of JSON data. The code is over two years old and pretty messy, but you can look at it on the GitHub repository.' + a: 'I made this page using Bootstrap. The content is dynamically generated using JavaScript (both on the client and the server) based on a bunch of JSON data. The code is many years old and very messy, but you can look at it on the GitHub repository.' }, { q: 'What\'s your favorite programming language?', diff --git a/scripts/quote.js b/scripts/quote.js index 6a59630..21d403e 100644 --- a/scripts/quote.js +++ b/scripts/quote.js @@ -26,6 +26,7 @@ Taylor Swift Paramore The 88 + Hamilton */ const quotes = [ @@ -208,6 +209,23 @@ const quotes = [ "And it's obvious that you're dying", "Just living proof that the camera's lying", "Smile, cause you'll go out in style", - "Cause after all this time, I'm still into you" + "Cause after all this time, I'm still into you", + "I will never be satisfied", + "He's after me 'cause I'm a Schuyler sister", + "Take a break", + "Run away with us for the summer", + "I noticed a comma in the middle of a phrase", + "It changed the meaning, did you intend this?", + "One stroke and you've consumed my waking days", + "I know my sister like I know my own mind", + "You will never find anyone as trusting or as kind", + "In the eye of a hurricane, there is quiet", + "It's quiet uptown, it's quiet uptown", + "History has its eyes on you", + "It must be nice, it must be nice", + "You'll be back, soon you'll see", + "You'll remember you belong to me", + "I am not throwing away my shot", + "I'm just like my country, I'm young, scrappy and hungry" ]; $('#quote-text').html('' + quotes[Math.floor(Math.random() * quotes.length)] + ''); \ No newline at end of file