From c10f81a2ea2788fd7c5ad535edee8f5cf0beaafb Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 20 Oct 2019 14:15:54 +0200 Subject: [PATCH] music --- scripts/about.js | 4 ++++ scripts/quote.js | 12 +++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/scripts/about.js b/scripts/about.js index d0aa4d6..11b73bd 100644 --- a/scripts/about.js +++ b/scripts/about.js @@ -67,6 +67,10 @@ const questions = [{ q: 'How did you make this site?', a: 'I made this page using Bootstrap. The content is dynamically generated using JavaScript based on a bunch of JSON data. If you\'re curious about the (probably pretty messy) code, then you can check out the GitHub repository.' }, + { + q: "What kind of music do you like?", + a: 'Mostly Rock and Pop. Sometimes I enjoy some good lofi hip hop music - beats to relax/study to, though. You can check out my Last.fm if you\'re curious about specifics.' + }, { q: 'What\'s a random fact about you?', a: facts[Math.floor(Math.random() * facts.length)] diff --git a/scripts/quote.js b/scripts/quote.js index 4f52d3c..71fb6b3 100644 --- a/scripts/quote.js +++ b/scripts/quote.js @@ -18,6 +18,8 @@ Lorde Michael Patrick Kelly Madsen + Wir Sind Helden + Juli */ const quotes = [ @@ -125,6 +127,14 @@ const quotes = [ "Herzrasen; Wohnungstür; Menschenmassen neben mir", "Fliegen summen laut wie Presslufthammer, und der Himmel wird zur Schreckenskammer", "Wenn es einfach passiert, wird mich die Angst nicht kontrolliern", - "Wenn es einfach passiert, lass ich mein Herz über mich regiern" + "Wenn es einfach passiert, lass ich mein Herz über mich regiern", + "Vielleicht wärst du Seetang, ich wäre Krill", + "Wir wär'n der Seegang, und dann wär'n wir still", + "Lass uns verschwinden, wir lösen uns auf", + "Ja, ich weiß, es war 'ne geile Zeit", + "Uns war kein Weg zu weit", + "Ich fahr, bis es in den Beinen sticht", + "Mit dem Fahrrad durch die Nacht", + "Rote Ampeln, leere Stadt" ]; $('#quote-text').html('' + quotes[Math.floor(Math.random() * quotes.length)] + ''); \ No newline at end of file