diff --git a/assets/common/styles.css b/assets/common/styles.css index 215d77a..083b16c 100755 --- a/assets/common/styles.css +++ b/assets/common/styles.css @@ -125,6 +125,15 @@ ul { padding: 1em; } +.quote { + text-align: center; + font-style: italic; +} + +.quote-author { + text-align: right; +} + .noborder-table td, .noborder-table th { border: none; } diff --git a/docs/common/footer.php b/docs/common/footer.php index 1be0a4f..dc6209f 100755 --- a/docs/common/footer.php +++ b/docs/common/footer.php @@ -1,4 +1,46 @@ + + AN EVIL BLACK SCIENTIST
+ BY THE NAME OF YAKUB
+ LIVING ON THE ISLE OF PATMOS
+ CREATED THE WHITE RACE
+ SIX THOUSAND YEARS AGO
+ BY MEANS OF EUGENICS", + "Atheism is what happens when you read the bible. Christianity is what + happens when somebody else reads it for you.", +]; + +$quote_author_arr = [ + "Douglas Adams", + "Victor Stenger", + "Albert Camus", + "The eternal truth of the universe", + "Bertrand Russel", +]; +?> + +
- %s
", + $quote_arr[$quote_index], + $quote_author_arr[$quote_index] + ); + ?> +

+

Although I try to know and store as little information about you as possible, I do sometimes store some, you can click here to learn more. If you have any privacy and/or security concerns, feel free to e-mail me at <zdenda [DOT] borovec [AT] gmail [DOT] com>

@@ -17,7 +59,7 @@

- + Valid HTML!