aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/footer.html
blob: 779a3d3516762dead6798a3613a5d2a3e20b1eea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<footer class="footer">
    <div class="quote">&ldquo;To Be Filled By O.E.M.&rdquo;</div>
    <div>CC BY-SA 4.0</div>
    <script>
      var quotes = [
        "I'm not young enough to know everything.", // J. M. Barrie
        "An ideal french fry is one dimensional.",
        "I want to see the universe in debug mode.",
        "The kid was deliberately and maliciously watching television at him.", // Douglas Adams
        "How anNOYing is it thAT your faVORite mechaNIcal poeTry on whEELS can't even RUN THE SAME GAUGE as the counTRY nextdoor?!",
        "We're trying to figure out how to report capital gains from time traveling on our tax returns.",
        "The universe tends toward maximum irony. Don't push it.", // Jamie Zawinski
        "I bet I just made you refresh the page 100000 times.",
        "source ~/.bash_history",
        "It tastes like I'm a giraffe.",
        "憂鬱的臺灣烏龜",
        "If you refuse this task, I'll break the fourth wall again!",
        "This quote is intentionally left blank.",
        "Nobody actually reads these.",
        "It will make you laugh! It will make you cry! It will make you try the mayonnaise-frosted pie!",
        "Icicles? Tide pods? No, typos.",
        "Today, the universe will cease to exist due to rain.",
        "Her mission, if she chose to accept it (which she did, begrudgingly), was to decrease her own IQ.",
        "What's next? Pikachu with a buzz cut?",
        "A(n, 5) doesn't have a name, but scares children.", // https://web.stanford.edu/class/archive/cs/cs166/cs166.1166/lectures/16/Small16.pdf
        "Delivering... Parcel left country of origin... Parcel destroyed",
        "I think, therefore I spam.",
        "Electrocuted medium rare piano, right there!",
        "Sometimes you suck and sometimes life sucks you.",
        "He very fast very cruel kill all toothpick.",
        "Think about how you verb those nouns that you have.",
        "Probably want to get vaccinated before time traveling.",
        "Imagine what the banana would look like if it could segfault.",
        "Whenever something easy does not seem easy, it's probably a typo.",
        "The math is not mathing here.",
        "I was thinking before I was thinking.",
        "The next time you have a fever, I want you to dynamic program your way out of it!"
      ]
      document.querySelector(".quote").innerHTML = "&ldquo;" + quotes[Math.floor(Math.random() * quotes.length)] + "&rdquo;";
    </script>
</footer>