personal-website/contact.html

65 lines
3.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HackerNCoders website</title>
<link rel="stylesheet" href="/static/css/main.css">
</head>
<body>
<div class="layout">
<header>
<div class="big-text-header">
<h1 class="big-text-header__text">HackerNCoders website</h1>
</div>
</header>
<div class="layout__columns">
<div class="layout__left-col">
<nav class="left-nav">
<ul class="left-nav__categories">
<li class="left-nav__category">
<div class="category-label">Me</div>
<ul class="left-nav__list">
<li class="left-nav__li">
<div class="left-nav__block">
<a class="left-nav__list-link" href="/">home</a>
</div>
</li>
<li class="left-nav__li">
<div class="left-nav__block">
<a class="left-nav__list-link" href="/contact">contact</a>
</div>
</li>
</ul>
</li>
<li class="left-nav__category">
<div class="category-label">Stuff</div>
<ul class="left-nav__list">
<li class="left-nav__li">
<div class="left-nav__block">
</div>
</li>
</ul>
</li>
</ul>
</nav>
</div>
<main>
<section>
<h1 class="page-title">Contact me</h1>
<p>Email: hackerncoder [AT] Encryption in ... Space!<sup>1</sup> <a href="https://data.encryptionin.space/master.pub.pgp">PGP key</a></p>
<p>Matrix: @hackerncoder:encryptionin.space</p>
<hr>
<p>There are a bunch of places, e.g. Github, Gitlab, Tor Projects Gitlab, Reddit, OFTC (IRC), and Mastodon, where I have an account, but I don't really use them all that much. I also used to be on twitter, but I don't use that at all anymore</p>
<br>
<p><sup>1 Yes. This is a reference to Tim Curry in C&C: RA3</sup></p>
</section>
</main>
</div>
<footer>
<a href="https://cadence.moe" target="_blank"><img src="/static/img/cadence_now.png" alt="The text &quot;cadence now!&quot; on a purple background. There is a moon-shaped logo on the left side and a tiny star in the bottom right." width="88" height="31"></a>
</footer>
</div>
</body>
</html>