cherrykitten.dev/public/contact/index.html
2024-03-09 13:34:33 +01:00

120 lines
3.7 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<title>Contact | CherryKitten</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="robots" content="noodp"/>
<link rel="stylesheet" href="https://cherrykitten.dev/style.css">
<link rel="stylesheet" href="https://cherrykitten.dev/color.css">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://cherrykitten.dev/ rss.xml
">
</head>
<body class="">
<div class="container">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="https://cherrykitten.dev" style="text-decoration: none;">
<div class="logo">
CherryKitten
</div>
</a>
</div>
</div>
<nav class="menu">
<ul class="menu__inner">
<li><a href="https://cherrykitten.dev">Home</a></li>
<li><a href="https://cherrykitten.dev/about">About me</a></li>
<li><a href="https://cherrykitten.dev/blog">Blog</a></li>
<li><a href="https://cherrykitten.dev/cv">CV</a></li>
<li class="active"><a href="https://cherrykitten.dev/contact">Contact</a></li>
</ul>
</nav>
</header>
<div class="content">
<div class="post">
<h1 class="post-title"><a href="https://cherrykitten.dev/contact/">Contact</a></h1>
<div class="post-meta-inline">
<span class="post-date"></span>
</div>
<div class="post-content">
<h2 id="you-can-find-me-in-the-following-places">You can find me in the following places:</h2>
<ul>
<li><a href="https://social.cherrykitten.dev/@sammy">@sammy@cherrykitten.gay</a> - My personal GoToSocial instance, which you can follow from anywhere on the Fediverse!</li>
<li><a href="https://matrix.to/#/@sammy:cherrykitten.dev">@sammy:cherrykitten.dev</a> - My Matrix account, also on my own personal homeserver and reachable from any other matrix server!</li>
<li><a href="mailto:contact@cherrykitten.dev">contact@cherrykitten.dev</a> - You could even e-mail me! My public key for encrypted e-mails can be found <a href="../cherrykitten.pgp">here</a>.</li>
<li><a href="https://github.com/CherryKitten">GitHub</a> - For code and stuff</li>
<li><a href="https://codeberg.org/CherryKitten">Codeberg</a> - For code and stuff but cooler than GitHub</li>
</ul>
</div>
</div>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright copyright--user">
 
<span>&copy;
2024
- CherryKitten</span><br>
 
<span onclick="alert('Nya!')">🐱</span></div>
</div>
<div style="display: flex; margin-top: 1rem; justify-content: center;">
<span><a href="/impressum">Impressum</a></span>
</div>
<div style="display: flex; margin-top: 1rem; justify-content: center;">
<a href="/rss.xml">RSS</a>
</div>
<div style="display: flex; margin-top: 1rem; justify-content: center;">
<img src="/buttons/antinft.gif" alt="Anti NFT">
<img src="/buttons/acab.gif" alt="ACAB">
<img src="/buttons/transnow2.gif" alt="Trans rights now">
</div>
</footer>
</div>
</body>
</html>