This commit is contained in:
parent
2820218a24
commit
c083b63eb7
1 changed files with 30 additions and 1 deletions
|
@ -394,6 +394,35 @@ const quotes = [
|
||||||
"Here's to taking what you came for",
|
"Here's to taking what you came for",
|
||||||
"Here's to never ending circles",
|
"Here's to never ending circles",
|
||||||
"No time to bow down, no time to kill",
|
"No time to bow down, no time to kill",
|
||||||
"No justifying staying down in silence"
|
"No justifying staying down in silence",
|
||||||
|
"All we know is touch and go",
|
||||||
|
"We fall in love til it hurts or bleeds or fades in time",
|
||||||
|
"And I never saw you coming",
|
||||||
|
"And I'll never be the same",
|
||||||
|
"You come around and the armor falls",
|
||||||
|
"Up in your room and our slates are clean",
|
||||||
|
"So you were never a saint and I loved in shades of wrong",
|
||||||
|
"This love is brave and wild",
|
||||||
|
"Just another time I'm caught inside every open eye",
|
||||||
|
"Holding on tightly to the sides, never quite learning why",
|
||||||
|
"Whenever I feel it coming on, you could be well aware",
|
||||||
|
"Whenever I try to push away, you can just keep me there",
|
||||||
|
"Keep me, tell me, tell me, tell me you'll meet me",
|
||||||
|
"Will you meet me more than halfway up?",
|
||||||
|
"You can take my heart",
|
||||||
|
"Hold it together as we fall apart",
|
||||||
|
"Maybe together we can make our mark in the stars",
|
||||||
|
"Let's tell the truth just for once",
|
||||||
|
"What will become of all us all if we dare to dream?",
|
||||||
|
"Light is all over us",
|
||||||
|
"Shaped by the clearest blue",
|
||||||
|
"This love left a permanent mark",
|
||||||
|
"This love is glowing in the dark",
|
||||||
|
"It was rare, I was there, I remember it all too well",
|
||||||
|
"I'll get older but your lovers stay my age",
|
||||||
|
"Your Brooklyn broke my skin and bones",
|
||||||
|
"And did the twin flame bruise paint you blue?",
|
||||||
|
"Just between us, did the love affair maim you too?",
|
||||||
|
"I still remember the first fall of snow, and how it glistened as it fell"
|
||||||
];
|
];
|
||||||
$('#quote-text').html(`🎵 <em>${quotes[Math.floor(Math.random() * quotes.length)]}</em>`);
|
$('#quote-text').html(`🎵 <em>${quotes[Math.floor(Math.random() * quotes.length)]}</em>`);
|
Loading…
Reference in a new issue