69 lines
2.3 KiB
HTML
69 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
|
|
<link rel="stylesheet" href="../src/style.css">
|
|
|
|
<title>Get in contact with me</title>
|
|
</head>
|
|
|
|
<body>
|
|
<nav id="navbar"></nav>
|
|
<main>
|
|
<div class="content">
|
|
<h2 class="titlebar">Contact me</h2>
|
|
<img src="../src/send.gif" alt="gif" id="gif">
|
|
|
|
<dl>
|
|
<dt>E-Mail</dt><dd>gabriel@weingardt.dev</dd>
|
|
<dt>(old) E-Mail</dt><dd>gabriel.weingardt@gmail.com</dd>
|
|
</dl>
|
|
<div class="contact-text">
|
|
<p class="info">
|
|
I'm phasing out my Googlemail account! Please update it to the new E-Mail address listed above.<br>
|
|
I will delete my Googlemail account Summer 2025.
|
|
</p>
|
|
</div>
|
|
|
|
<h2>Encryption</h2>
|
|
<div class="contact-text">
|
|
All legitimate E-Mails from me are signed with this PGP key:
|
|
<ul>
|
|
<li>ID: <code>0x261C0DFBEE858AC3</code></li>
|
|
<li>Fingerprint: <code>DB0E 9B90 FBCA 9068 3719 AD6E 261C 0DFB EE85 8AC3</code></li>
|
|
</ul>
|
|
|
|
You can also download the key from
|
|
<a href="../src/pubkey-weingardt.asc" download target="_blank">here</a>
|
|
|
|
<p>
|
|
I strongly encourage encryption, especially with communication trough E-Mail.<br>
|
|
(Which is <strong>not</strong> by default)
|
|
</p>
|
|
</div>
|
|
|
|
<h2>Online presence</h2>
|
|
<div class="contact-text">
|
|
<p>
|
|
I don't have a strong online presence, but I have some media accounts that might be of interest to you.
|
|
</p>
|
|
</div>
|
|
<dl>
|
|
<dt>Odysee</dt><dd><a href="https://odysee.com/@0xMAC-8205:e">xmac</a></dd>
|
|
<dt>YouTube</dt><dd><a href="https://www.youtube.com/@0xMAC-8205">xmac</a></dd>
|
|
<dt>GitHub</dt><dd><a href="https://github.com/0xMAC8205">0xmac8205</a></dd>
|
|
</dl>
|
|
</div>
|
|
|
|
<div id="footnote"><var id="toplevel" data-="../">Please enable Javascript on this page as it's required to generate the footer and navigation bar.<br>For fear of non-free Javascript: The JS is licensed under GPL v.3</var></div>
|
|
</main>
|
|
<footer id="footer"></footer>
|
|
|
|
<!-- Some variables and script-call for global site elements -->
|
|
<var id="selected-nav" data-="Contact"></var>
|
|
<script rel="text/javascript" src="../global/global.js"></script>
|
|
</body>
|
|
</html>
|