some more quotes
This commit is contained in:
parent
6df593ca03
commit
38ca5d71de
1 changed files with 17 additions and 1 deletions
|
@ -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('<em>' + quotes[Math.floor(Math.random() * quotes.length)] + '</em>');
|
Loading…
Reference in a new issue