Add quote

This commit is contained in:
Zdenek Borovec 2024-09-04 20:57:10 +02:00
parent 1e1621bbb5
commit f76b76cf09

View file

@ -56,6 +56,11 @@ $quote_arr = [
coming to a Cloud near you soon sponsored by Google.",
"Courage is knowing it might hurt, and doing it anyway.
Stupidity is the same. And that's why life is hard.",
"I've been in the industry a while, and there has been absolutely no
situation in which anything a supposedly \"genius\" level developer
has done is actually a good idea. That's because the developers with
great ideas explain them and code them so well that everyone thinks
that the idea was completely obvious and simple.",
];
$quote_author_arr = [
@ -82,6 +87,7 @@ $quote_author_arr = [
"Louis Rossman",
"Trisymphony",
"Jeremy Goldberg",
"EatenByAGrue",
];
?>