Compare commits

..

No commits in common. "2e31093915bf7447a16e55ea4bd6fa09e3279d8f" and "61d300d1bedde788ba3202d320c01b41564bca83" have entirely different histories.

6 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@ This repository contains all sources for the third revision of the luca0N.com we
## License and copyright notice
Copyright © 20202024 luca0N! Some rights reserved.
Copyright © 20202024 luca0N! Some rights reserved.
The contents of the luca0N!.com website are licensed under the Attribution-ShareAlike 4.0 International license unless otherwise stated. See [COPYRIGHT](COPYRIGHT) and [LICENSE](LICENSE) for more information.

View File

@ -63,7 +63,7 @@
<footer>
<p>This website is hosted on <a href="https://nautilus.luca0n.com">Nautilus</a>. <a target="_blank" href="https://www.luca0N.com/en/privacy">Privacy Notice</a> | <a target="_blank" href="https://www.luca0N.com/en/tos">Terms of Service</a></p>
<p>All content on this webpage—including the luca0N! icon—is licensed under the Creative Commons Attribution-ShareAlike 4.0 International license unless otherwise stated. <a href="https://git.luca0n.com/luca0N/luca0N-website" target="_blank">[View website sources]</a></p>
<p>Copyright © 20202024 luca0N! Some rights reserved.</p>
<p>Copyright © 20202024 luca0N! Some rights reserved.</p>
</footer>
</main>
</body>

View File

@ -2,7 +2,7 @@
* CSS for luca0N.com, version 3
* Main style
*
* https://git.luca0n.com/luca0N/luca0N-website
* https://git.luca0n.com/luca0N-website.git/
*/
body {

View File

@ -2,7 +2,7 @@
* CSS for luca0N.com, version 3
* Main style, dark theme
*
* https://git.luca0n.com/luca0N/luca0N-website
* https://git.luca0n.com/luca0N-website.git/
*/
body {

View File

@ -2,14 +2,14 @@
* CSS for luca0N.com, version 3
* Main style, light theme
*
* https://git.luca0n.com/luca0N/luca0N-website
* https://git.luca0n.com/luca0N-website.git/
*/
body {
margin: 0;
font-family: sans-serif;
background-color: #eee;
background-color: #ddd;
color: #333;
}

View File

@ -63,7 +63,7 @@
<footer>
<p>Este sítio está hospedado em <a href="https://nautilus.luca0n.com">Nautilus</a>. <a target="_blank" href="https://www.luca0N.com/en/privacy">Declaração de Privacidade</a> | <a target="_blank" href="https://www.luca0N.com/en/tos">Termos de Serviço</a></p>
<p>Todo o conteúdo neste sítio — incluindo o ícone luca0N! — está sob a licença Atribuição-CompartilhaIgual 4.0 Internacional a não ser que outra licença tenha sido especificada. <a href="https://git.luca0n.com/luca0N/luca0N-website" target="_blank">[Ver fontes deste sítio]</a></p>
<p>Copyright © 20202024 luca0N! Alguns direitos reservados.</p>
<p>Copyright © 20202024 luca0N! Alguns direitos reservados.</p>
</footer>
</main>
</body>