48 lines
1.9 KiB
HTML
48 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>elleoma@logs ~ > Contact</title>
|
|
<link href="https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="styles.css">
|
|
</head>
|
|
<body>
|
|
<div class="scroll-container">
|
|
<div class="center-window">
|
|
<header>
|
|
<h1>elleoma@logs ~ > ls</h1>
|
|
<nav>
|
|
<a href="index.html">./home</a>
|
|
<a href="projects.html">./projects</a>
|
|
<a href="about.html">./about</a>
|
|
<a href="blog.html">./blog</a>
|
|
<a href="contact.html">./contact</a>
|
|
</nav>
|
|
</header>
|
|
|
|
<main>
|
|
<section class="terminal-box">
|
|
<h2>Contact Me</h2>
|
|
<p>You can reach me via the following channels:</p>
|
|
<ul>
|
|
<li><strong>Email:</strong> <code>amoelle@proton.me | elleoma@forsen-cock.dedyn.io</code></li>
|
|
<li><strong>Matrix:</strong> <code>@elleoma:forsen-cock.dedyn.io</code></li>
|
|
<li><strong>Mastodon:</strong> <a href="https://soc.ua-fediland.de/@elleoma" target="_blank">@elleoma@soc.ua-fediland.de</a></li>
|
|
<li><strong>Twitter:</strong> <a href="https://x.com/0xAm03113" target="_blank">@0xAm03113</a></li>
|
|
<li><strong>My Gitea instance:</strong> <a href="https://git.forsen-cock.dedyn.io/elleoma" target="_blank">https://git.forsen-cock.dedyn.io/elleoma</a></li>
|
|
<li><strong>My github:</strong> <a href="https://github.com/elleoma" target="_blank">https://github.com/elleoma</a></li>
|
|
<li><strong>Blog comments or issues:</strong> Feel free to open an issue or comment on my repos</li>
|
|
</ul>
|
|
</section>
|
|
</main>
|
|
|
|
<footer>
|
|
<p><code>made with love ❤️</code></p>
|
|
</footer>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|