NixNet/contact.html

52 lines
2.0 KiB
HTML

---
layout: home
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="Jabber/XMPP" ref="me" href="xmpp:amolith@nixnet.xyz" target="_blank">
<h1><i class="fa fa-xmpp"></i></h1>
<p>Jabber/XMPP</p>
</a>
</div>
<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="Mastodon" rel="me" rel="noreferrer" 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="Telegram" rel="noreferrer" href="https://t.me/amolith/" target="_blank">
<h1><i class="fa fa-telegram"></i></h1>
<p>Telegram</p>
</a>
</div>
</div>
</div>
<br/>
<br/>
<hr/>
<br/>
<div class="content">
<p class="center">
I also have <a href="https://briarproject.org/" rel="noreferrer" target="_blank">Briar</a> if we meet IRL and I'm on <a href="https://wire.com/en/" rel="noreferrer" target="_blank">Wire</a> as <code>@amolith</code>.
</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>