refactor
This commit is contained in:
parent
28a86889ce
commit
e3d4d7e65b
2 changed files with 9 additions and 9 deletions
|
@ -111,7 +111,7 @@ code {
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
border-top: double;
|
border-top: double;
|
||||||
padding-bottom: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image-container {
|
.image-container {
|
||||||
|
|
|
@ -1,20 +1,20 @@
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<article>
|
<p>
|
||||||
This site does not use cookies. I try to know and store as little information about you as possible. If you have any privacy and/or security concerns, feel free to e-mail me at <zdenda [DOT] borovec [AT] gmail [DOT] com>
|
This site does not use cookies. I try to know and store as little information about you as possible. If you have any privacy and/or security concerns, feel free to e-mail me at <zdenda [DOT] borovec [AT] gmail [DOT] com>
|
||||||
</article>
|
</p>
|
||||||
<article>
|
<p>
|
||||||
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://www.github.com/Zeftax/personal-homepage">github</a> under the <a href="https://unlicense.org/">unlicense license</a>.
|
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://www.github.com/Zeftax/personal-homepage">github</a> under the <a href="https://unlicense.org/">unlicense license</a>.
|
||||||
</article>
|
</p>
|
||||||
<article>
|
<p>
|
||||||
© 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.
|
© 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.
|
||||||
</article>
|
</p>
|
||||||
<article style="position: relative; right: 0;">
|
<p style="position: relative; right: 0;">
|
||||||
This page was generated at
|
This page was generated at
|
||||||
<?php
|
<?php
|
||||||
echo date('Y-m-d\TH:i:s T').
|
echo date('Y-m-d\TH:i:s T').
|
||||||
" by php/".phpversion()." ".$_SERVER["SERVER_SOFTWARE"];
|
" by php/".phpversion()." ".$_SERVER["SERVER_SOFTWARE"];
|
||||||
?>
|
?>
|
||||||
</article>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue