website/content/index-about.md
Anthony Wang 20a0eb785f
All checks were successful
ci/woodpecker/push/<no value> Pipeline was successful
Replace some non-ASCII characters
2023-07-30 23:46:50 +00:00

8 lines
1.1 KiB
Markdown

&nbsp;
{{< rawhtml >}}
<div class="quote" style="text-align:center"></div>
<script>
var quotes = ["I'm not young enough to know everything.", "Never surrender to fascist zebras to cosplaying as unicorns!", "I want to see the universe in debug mode.", "The kid was deliberately and maliciously watching television at him.", "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.", "I bet I just made you refresh the page 16 times.", "source ~/.bash_history", "Nobody actually reads these.", "This quote is intentionally left blank.", "If you refuse this mission, I'll break the fourth wall again!", "An idiot with a computer is a faster, better idiot.", "I distinctly remember forgetting that.", "Don't mind me, I'm just a professional mouse finder.", "Icicles? Tide pods? No, typos."]
document.querySelector(".quote").innerHTML = quotes[Math.floor(Math.random() * quotes.length)];
</script>
{{< /rawhtml >}}