2024-06-16 16:13:27 +02:00
< ? php
$quote_arr = [
" On the planet Earth, man had always assumed that he was more intelligent
than dolphins because he had achieved so much - the wheel , New York ,
wars and so on - whilst all the dolphins had ever done was muck about in
the water having a good time . But conversely , the dolphins had always
believed that they were far more intelligent than man - for precisely
the same reasons . " ,
" Science flies you to the moon. Religion flies you into buildings. " ,
" The only way to deal with an unfree world is to become so absolutely
free that your very existence is an act of rebellion . " ,
" IN THIS HOUSE, WE BELIEVE:<br>
AN EVIL BLACK SCIENTIST < br >
BY THE NAME OF YAKUB < br >
LIVING ON THE ISLE OF PATMOS < br >
CREATED THE WHITE RACE < br >
SIX THOUSAND YEARS AGO < br >
BY MEANS OF EUGENICS " ,
" Atheism is what happens when you read the bible. Christianity is what
happens when somebody else reads it for you . " ,
2024-06-23 07:55:54 +02:00
" Everybody lies. " ,
2024-06-16 16:13:27 +02:00
];
$quote_author_arr = [
" Douglas Adams " ,
" Victor Stenger " ,
" Albert Camus " ,
" The eternal truth of the universe " ,
" Bertrand Russel " ,
2024-06-23 07:55:54 +02:00
" House M.D. " ,
2024-06-16 16:13:27 +02:00
];
?>
2023-12-21 13:11:22 +01:00
< div id = " footer " >
2024-06-16 16:13:27 +02:00
< p >
< ? php
$quote_index = array_rand ( $quote_arr );
printf ( " <div class= \" quote \" >"%s"</div>
< div class = \ " quote-author \" >- %s</div> " ,
$quote_arr [ $quote_index ],
$quote_author_arr [ $quote_index ]
);
?>
</ p >
< hr >
2024-01-19 03:48:08 +01:00
< p >
2024-05-05 00:13:28 +02:00
Although I try to know and store as little information about you as possible , I do sometimes store some , you can click < a href = " http://www.zdenekborovec-dev.cz/privacy " > here </ a > to learn more . If you have any privacy and / or security concerns , feel free to e - mail me at & lt ; zdenda & nbsp ;[ DOT ] & nbsp ; borovec & nbsp ;[ AT ] & nbsp ; gmail & nbsp ;[ DOT ] & nbsp ; com & gt ;
2024-01-19 03:48:08 +01:00
</ p >
< p >
2024-06-18 21:48:56 +02:00
If you want to audit the site and / or edit and use it for your own purposes , most of the source code should be available on my < a href = " https://git.zdenekborovec.cz/Zeftax/personal-website " > forgejo instance </ a > under the < a href = " https://unlicense.org/ " > unlicense license </ a >.
2024-01-19 03:48:08 +01:00
</ p >
< p >
2023-12-21 18:07:05 +01:00
& #169; 2023 - <?php echo date("Y"); ?> Zdenek Borovec. Content on this site is original production shared under <a href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">Creative Commons Attribution Share Alike license</a>, unless stated otherwise.
2024-01-19 03:48:08 +01:00
</ p >
< p style = " position: relative; right: 0; " >
2023-12-21 18:07:05 +01:00
This page was generated at
< ? php
echo date ( 'Y-m-d\TH:i:s T' ) .
" by php/ " . phpversion () . " " . $_SERVER [ " SERVER_SOFTWARE " ];
?>
2024-01-19 03:48:08 +01:00
</ p >
2024-01-19 04:35:35 +01:00
< p >
< span >
2024-06-16 16:13:27 +02:00
< a href = " https://validator.w3.org/check?uri=http://www.zdenekborovec-dev.cz " >
2024-01-19 04:35:35 +01:00
< img style = " border:0;width:88px;height:31px "
src = " https://www.w3.org/Icons/valid-html401 "
2024-01-19 04:37:01 +01:00
alt = " Valid HTML! " >
2024-01-19 04:35:35 +01:00
</ a >
</ span >
< span >
< a href = " https://jigsaw.w3.org/css-validator/check/referer " >
< img style = " border:0;width:88px;height:31px "
src = " https://jigsaw.w3.org/css-validator/images/vcss "
2024-01-19 04:37:01 +01:00
alt = " Valid CSS! " >
2024-01-19 04:35:35 +01:00
</ a >
</ span >
2024-06-23 05:46:39 +02:00
< span >
< a href = " https://anybrowser.org/campaign/index.html " >
< img style = " border:0;width:88px;height:31px "
src = " https://assets.zdenekborovec.cz/upload/8502f9f1d8b27fcc926545884d657bdd/eb2c7faf2d434c46494bc66ed8fe6bad/6dd6d70868b91b6b10418c1fadc13f68.gif "
alt = " Viewable with any browser " >
</ a >
</ span >
2024-01-19 04:35:35 +01:00
</ p >
2023-12-21 13:11:22 +01:00
</ div >
</ main >
</ body >
</ html >