NixNet/contact.html

51 lines
2.0 KiB
HTML

---
layout: page
title: Contact
subtitle: Where to find me
description: Various ways to contact me
cover: /assets/pages/contact.png
permalink: /contact/
---
<p class="center">
These are some of my more public accounts; feel free to contact me at any of them!
</p>
<div class="flex-wrapper">
<div class="flex-cards">
<div class="contact-card">
<a title="Email" href="mailto:{{ site.author.email }}" target="_blank">
<h1><i class="fa fa-envelope"></i></h1>
<p>Email</p>
</a>
</div>
<div class="contact-card">
<a title="Telegram" href="https://t.me/amolith/" target="_blank">
<h1><i class="fa fa-telegram"></i></h1>
<p>Telegram</p>
</a>
</div>
<div class="contact-card">
<a title="Mastodon" rel="me" href="https://masto.nixnet.xyz/@amolith" target="_blank">
<h1><i class="fa fa-mastodon"></i></h1>
<p>Mastodon</p>
</a>
</div>
<div class="contact-card">
<a title="Keybase" ref="me" href="https://keybase.io/amolith" target="_blank">
<h1><i class="fa fa-keybase"></i></h1>
<p>Keybase</p>
</a>
</div>
</div>
</div>
<br/>
<br/>
<hr/>
<div class="content">
<p class="center">
I also have <a href="https://briarproject.org/" target="_blank">Briar</a> if we meet IRL and I'm on <a href="https://wire.com/en/" target="_blank">Wire</a> as <code>@amolith</code>. I can be found on my XMPP server at <code>amolith@nixnet.xyz</code> as well.
</p>
<p class="center">
Despite the many ways to contact me, email and XMPP are and always will be my most preferrered methods (as well as the most reliable). If you email me, please be sure to encrypt it with my <a title="Plaintext GPG key" href="/amolith.txt" type="text/plain" target="_blank">GPG key</a>. If you message me over XMPP, please make sure it's with a client that has OMEMO encryption.
</p>
</div>