change footer button layout

This commit is contained in:
Zdenek Borovec 2024-07-18 19:15:34 +02:00
parent 612da96de6
commit baed69f215

View file

@ -19,17 +19,17 @@ $quote_arr = [
"Atheism is what happens when you read the bible. Christianity is what
happens when somebody else reads it for you.",
"Everybody lies.",
"You use the installer only once every few years, thus it should not
"You use the installer only once every few years, thus it should not
influence your choice of distribution.",
"Power tends to corrupt, and absolute power corrupts absolutely.",
"Arguing that you don't care about the right to privacy because you have
nothing to hide is no different than saying you don't care about free
"Arguing that you don't care about the right to privacy because you have
nothing to hide is no different than saying you don't care about free
speech because you have nothing to say.",
"If someone was looking through your window with binoculars,
no matter what you're doing, you'd draw the blinds.",
"It's not that I have something to hide...
"It's not that I have something to hide...
I've got nothing I want you to see.",
"Your scientists were so preoccupied with whether or not they could,
"Your scientists were so preoccupied with whether or not they could,
they didn't stop to think if they should.",
];
@ -75,31 +75,33 @@ $quote_author_arr = [
" by php/".phpversion()." ".$_SERVER["SERVER_SOFTWARE"];
?>
</p>
<div style="margin-bottom:1em;">
<span>
<a href="https://my.fsf.org/join?referrer=6692411">
<img style="border:0;"
src="https://static.fsf.org/nosvn/associate/crm/6692411.png"
alt="Join the FSF!"></a>
</span>
</div>
<div>
<span>
<a href="https://validator.w3.org/check?uri=http://www.zdenekborovec-dev.cz">
<img style="border:0;height:60px"
<img style="border:0;"
src="https://www.w3.org/Icons/valid-html401"
alt="Valid HTML!"></a>
</span>
<span>
<a href="https://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;height:60px"
<img style="border:0;x"
src="https://jigsaw.w3.org/css-validator/images/vcss"
alt="Valid CSS!"></a>
</span>
<span>
<a href="https://anybrowser.org/campaign/index.html">
<img style="border:0;height:60px"
<img style="border:0;"
src="https://assets.zdenekborovec.cz/upload/8502f9f1d8b27fcc926545884d657bdd/eb2c7faf2d434c46494bc66ed8fe6bad/6dd6d70868b91b6b10418c1fadc13f68.gif"
alt="Viewable with any browser"></a>
</span>
<span>
<a href="https://my.fsf.org/join?referrer=6692411">
<img style="border:0;height:60px"
src="https://static.fsf.org/nosvn/associate/crm/6692411.png"
alt="Join the FSF!"></a>
</span>
</div>
</div>
</main>