From 38ca5d71de2d680a8e9fdd2a0c3440e48ebede89 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 7 Aug 2018 12:19:32 +0200 Subject: [PATCH] some more quotes --- scripts/quote.js | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/scripts/quote.js b/scripts/quote.js index 934669f..a1bef38 100644 --- a/scripts/quote.js +++ b/scripts/quote.js @@ -1,3 +1,11 @@ +/* + Song lyric credits: + Owl City + The All-American Rejects + Yellowcard + Daniel Powter +*/ + const quotes = [ "I'm an oddity and that's alright", "There's no such thing as luck", @@ -32,6 +40,14 @@ const quotes = [ "I am floating away", "Lost in a silent ballet", "I'm dreaming you're out in the blue", - "My darling, we're both on our way" + "My darling, we're both on our way", + "My house of cards is coming down", + "If I ever escape, I'm gonna love and give it a name", + "You tell me your blue skies fade to gray", + "You're fakin' a smile with the coffee to go", + "You're falling to pieces everytime", + "You sing a sad song just to turn it around", + "Too young, too smart, too much for this one town", + "We'd get so high, we got lost coming down" ]; $('#quote-text').html('' + quotes[Math.floor(Math.random() * quotes.length)] + ''); \ No newline at end of file