39 lines
1.6 KiB
HTML
39 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="Contacto">
|
|
<link rel="stylesheet" href="../style.css" type="text/css">
|
|
<title>Contact</title>
|
|
<style>
|
|
h1 {
|
|
font-family: "Gaiatype";
|
|
color: rgb(220, 100, 170);
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<span style="font-size: 1.2ch; margin: 0 auto" class="langglow">
|
|
<a>Other language?: </a><a href="./index.html">ES</a>
|
|
</span>
|
|
<div class="content">
|
|
<h1 class="lol">Contact</h1>
|
|
<p style="text-align: center; ">You can contact me trough:
|
|
</p>
|
|
<div style="margin-top: 2px;text-align: center; margin-bottom: 2px;">
|
|
<p><a href="mailto:admin<at>zzls<dot>xyz">Via email</a><code> (admin[at]zzls[dot]xyz) </code><a href="https://keys.openpgp.org/vks/v1/by-fingerprint/76C578BB918EB8F556C0ABDEA9CB7D007A846255">PGP Key</a></p>
|
|
<p><a href="https://matrix.to/#/@fijxu:zzls.xyz">Matrix</a><code> (https://matrix.to/#/@fijxu:zzls.xyz)</code></p>
|
|
<p><a>IRC</a> <code>(OFTC, Libera Chat)</code>: <code>/query Fijxu</code> <a>(Or whatever you use to send private messages
|
|
via IRC)</a></p>
|
|
<p><a href="https://noc.social/@fijxu@noc.social">Mastodon</a> <code>(https://noc.social/@fijxu@noc.social)</code></p>
|
|
<p><i>If you are starting to host privacy aware services (or just misc services) and you want to know how I set up X service, like invidious or anything else, just talk to me without fear. Feel free to ask</i></p>
|
|
</div>
|
|
<img src="./assets/1661562598453167.png" class="center">
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|