diff --git a/scripts/quote.js b/scripts/quote.js index 5db46d8..686bfde 100644 --- a/scripts/quote.js +++ b/scripts/quote.js @@ -24,6 +24,7 @@ MALINDA Demi Lovato Taylor Swift + Paramore */ const quotes = [ @@ -180,6 +181,22 @@ const quotes = [ "Like fire and rain, you can drive me insane", "I can't stay mad at you for anything", "You're the harmony to every song I sing", - "I wouldn't change a, wouldn't change a thing" + "I wouldn't change a, wouldn't change a thing", + "I can feel the pressure", + "We're better off without you", + "Tell me where our time went, and if it was time well spent", + "Just don't let me fall asleep", + "Tonight I lie awake, feeling empty", + "Yea that's what I always loved the most about you", + "Baby if I'm half the man I say I am", + "If I'm a woman with no fear, just like I claim I am", + "The only proof that I need is you", + "They taped over your mouth", + "Scribbled out the truth with their lies", + "Your little spies", + "You say that I've been changing, that I'm not just simply aging", + "Just keep on cramming ideas down my throat", + "Next time you point a finger, I'll point you to the mirror", + "It has to be so lonely to be the only one who's holy" ]; $('#quote-text').html('' + quotes[Math.floor(Math.random() * quotes.length)] + ''); \ No newline at end of file