Compare commits

...

3 Commits

Author SHA1 Message Date
luca0N! 10f34f7f9a
Update repository link 2024-03-17 14:58:29 -03:00
luca0N! b7fc7a96d5
Link website repository in the footer 2024-03-17 14:57:26 -03:00
luca0N! 19fc8d9a0a
Update page background color
Update the page background color in the main CSS file for better contrast and easier reading.
2024-03-17 14:54:47 -03:00
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# luca0N.com website sources Makefile
# 2022-09-12
# https://git.luca0n.com/luca0N-website.git
# https://git.luca0n.com/luca0N/luca0N-website
SWG=swg

View File

@ -62,7 +62,7 @@
<hr/>
<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.</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 © 2020—2024 luca0N! Some rights reserved.</p>
</footer>
</main>

View File

@ -9,7 +9,7 @@ body {
margin: 0;
font-family: sans-serif;
background-color: #ddd;
background-color: #eee;
color: #333;
}

View File

@ -62,7 +62,7 @@
<hr/>
<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.</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 © 2020—2024 luca0N! Alguns direitos reservados.</p>
</footer>
</main>