all repos — web @ d376431e6960d5c37211c014788682798f22c96b

My personal website.

eo/jura/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="index.html">Hejmpaĝo</a> &rsaquo; Jura
	</header>
	<h1>Legal</h1>
	<p>© 2022 Gil Oliveira. Ĉiuj rajtoj rezervitaj.</p>
	<p>Bela doodle de <a href="https://heyheymomo.com">Hey Hey Momo</a>.</p>

	<h2>Open source</h2>
	<p>La kodo uzata por fari ĉi tiun retejon estas havebla sub MIT-licenco.</p>
	<p>Legu la licenco <a href="https://static.gil.is/license/mit.txt">ĉi tie</a>.

	<h2>Privateco</h2>
	<p>Mi prenas vian privatecon tre serioze.</p>
	<p>Vi povas konsulti nian privatecan politikon (en la angla) <a href="https://privacy.giloliveira.net/">ĉi tie</a>.</p>
</body>
</html>