all repos — web @ d376431e6960d5c37211c014788682798f22c96b

My personal website.

pt/legal/index.html

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
<!--
SPDX-FileCopyrightText: 2023 Gil Poiares-Oliveira <gil@poiares-oliveira.com>

SPDX-License-Identifier: MIT
-->

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
	<title>Gil Oliveira</title>
	<link rel="stylesheet" href="https://static.gil.is/css/infopage.css">
</head>
<body>
	<header>
		<a href="../">Página inicial</a> &rsaquo; Legal
	</header>
	<h1>Legal</h1>
	<p>© 2022 Gil Oliveira. Todos os direitos reservados.</p>
	<p>Ilustração por <a href="https://heyheymomo.com">Hey Hey Momo</a>.</p>

<!-- 	<h2>Código aberto</h2>
	<p>O código usado para desenvolver este sítio Web está disponível sob uma licensa MIT.</p>
	<p>Read the license <a href="https://static.gil.is/license/mit.txt">here</a>. -->

	<h2>Privacidade</h2>
	<p>Eu levo a tua privaciedade muito muito a sério.</p>
	<p>Consulta a Política de Privacidade (em inglês) <a href="https://privacy.giloliveira.net/">aqui</a>.</p>
</body>
</html>