all repos — web @ da5863faa57299055fbba3503b7baf1389684eeb

My personal website.

Update link
Gil Poiares-Oliveira gil@poiares-oliveira.com
Tue, 09 May 2023 00:20:33 +0100
commit

da5863faa57299055fbba3503b7baf1389684eeb

parent

afcd3bb313eec448ed4b9b7d00ac5305e885cbe7

3 files changed, 12 insertions(+), 8 deletions(-)

jump to
M eo/index.htmleo/index.html

@@ -25,7 +25,7 @@ <div>

<ul> <li><a href="https://orcid.org/0000-0003-4638-2879">Sciencisto.</a></li> <li><a href="https://git.sr.ht/~gpo">Teknikisto.</a></li> - <li><a href="https://gil.omg.lol">Homo.</a></li> + <li><a href="https://gil.lol">Homo.</a></li> </ul> </div> </main>
M index.htmlindex.html

@@ -6,9 +6,10 @@ -->

<!DOCTYPE html> <html lang="en"> + <head> <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Gil Oliveira</title> <link rel="stylesheet" href="style.css"> <style>

@@ -18,17 +19,19 @@ display: block;

font-family: sans-serif; } - .top-banner > p { + .top-banner>p { color: white; } </style> </head> + <body> <img class="bgimg" src="https://static.gil.is/svg/scientist_nobg.svg" alt="Gil"> <div class="top-banner"> - <p>ℹ️ This is my new website! Looking for something that used to be here? <a href="https://legacy.giloliveira.net">Check the old one</a>. - <hr style="border: 2px white; border-style: none none dotted;"> + <p>ℹ️ This is my new website! Looking for something that used to be here? <a + href="https://legacy.giloliveira.net">Check the old one</a>. + <hr style="border: 2px white; border-style: none none dotted;"> </div> <main> <div class="greeting">

@@ -40,7 +43,7 @@ <div>

<ul> <li><a href="https://orcid.org/0000-0003-4638-2879">Scientist.</a></li> <li><a href="https://git.sr.ht/~gpo">Techie.</a></li> - <li><a href="https://gil.omg.lol">Human.</a></li> + <li><a href="https://gil.lol">Human.</a></li> </ul> </div> </main>

@@ -49,4 +52,5 @@ <footer>

<a href="legal">Boring legal stuff.</a> </footer> </body> -</html> + +</html>
M pt/index.htmlpt/index.html

@@ -25,7 +25,7 @@ <div>

<ul> <li><a href="https://orcid.org/0000-0003-4638-2879">Cientista.</a></li> <li><a href="https://git.sr.ht/~gpo">Techie.</a></li> - <li><a href="https://gil.omg.lol">Ser humano.</a></li> + <li><a href="https://gil.lol">Ser humano.</a></li> </ul> </div> </main>