Merge branch 'master' of https://github.com/Ellpeck/Web
This commit is contained in:
commit
d45f5d2453
2 changed files with 14 additions and 2 deletions
|
@ -127,7 +127,7 @@
|
|||
|
||||
<!-- Footer -->
|
||||
<div class="footer">
|
||||
<span class="text-muted"><a href="https://github.com/Ellpeck/Web">© 2018 Ellpeck</a> - <a id="impressum-button" href="#impressum">Impressum</a></span>
|
||||
<span class="text-muted"><a href="https://github.com/Ellpeck/Web">© 2018 Ellpeck</a> – <a id="impressum-button" href="#impressum">Impressum</a></span>
|
||||
<div class="quote">
|
||||
<span id="quote-text"></span>
|
||||
<script src="scripts/quote.js"></script>
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
The All-American Rejects
|
||||
Yellowcard
|
||||
Daniel Powter
|
||||
Marianas Trench
|
||||
*/
|
||||
|
||||
const quotes = [
|
||||
|
@ -48,6 +49,17 @@ const quotes = [
|
|||
"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"
|
||||
"We'd get so high, we got lost coming down",
|
||||
"Move along, move along, like I know you do",
|
||||
"Your hands are shaking cold",
|
||||
"All you gotta keep is strong",
|
||||
"These desperate times call for desperate measures",
|
||||
"I been pushin for this for so long",
|
||||
"Kiss me, just once, for luck",
|
||||
"I'd like some desperate measures please",
|
||||
"Fall out through the fallout",
|
||||
"For ever after you will be my home",
|
||||
"There's no place like home",
|
||||
""
|
||||
];
|
||||
$('#quote-text').html('<em>' + quotes[Math.floor(Math.random() * quotes.length)] + '</em>');
|
Loading…
Reference in a new issue