replace contact html with md
This commit is contained in:
parent
132e102c1e
commit
7e1fa8b147
55
contact.html
55
contact.html
|
@ -1,55 +0,0 @@
|
||||||
---
|
|
||||||
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="Fediverse" rel="me" rel="noreferrer" href="https://nixnet.social/@amolith" target="_blank">
|
|
||||||
<h1><i class="fa fa-activitypub"></i></h1>
|
|
||||||
<p>Fediverse</p>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<br/>
|
|
||||||
<p class="center">
|
|
||||||
You can also join the IRC community on Freenode or <a href="https://docs.nixnet.services/IRC">my own IRC server</a> at <code>#nixnet</code>. They are bridged so NixNet's is preferred.
|
|
||||||
</p>
|
|
||||||
<hr/>
|
|
||||||
<br/>
|
|
||||||
<div class="content">
|
|
||||||
<p>
|
|
||||||
<b>NOTE:</b> as everything for university transitions to an online model, I will be receiving scores of email from my professors; keeping up with those in additional to the messages I get elsewhere will be significantly more difficult. I will <i>try</i> to respond in a timely manner but it may anywhere from a few days to a week before I'm able. Please be patient with me 😉 As always, email is the most reliable way to contact me but there are other methods available.
|
|
||||||
</p>
|
|
||||||
<hr/>
|
|
||||||
<p>
|
|
||||||
I also have <a href="https://briarproject.org/" target="_blank">Briar</a> if you would like to chat in a significantly more secure manner. As both parties have to be online at the same time, send me a message somewhere else, we'll exchange connection URIs, then coordinate when we're both available from there.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
So many. There's also <a href="https://getsession.org/" target="_blank">Session</a> and here's my ID: <code>052dff0aef498c6d219d4e511e0b7a3c7c93688705d508222160e93cc4fa0ad641</code>
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Despite the many ways to contact me, email is and always will be my most preferrered method (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>
|
|
||||||
<p>
|
|
||||||
If you would prefer an alternative encryption method to GPG, I also have an <a href="https://github.com/FiloSottile/age" target="_blank">age</a> key: <code>age1lmkxvcwmthstq8v0g04xunzuh76pjqxkc8sdp2fncts3ftrfka8swqe8px</code>
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
---
|
||||||
|
layout: home
|
||||||
|
title: Contact
|
||||||
|
subtitle: Where to find us
|
||||||
|
description: Various ways to contact us
|
||||||
|
cover: /assets/pages/contact.png
|
||||||
|
permalink: /contact/
|
||||||
|
---
|
||||||
|
|
||||||
|
As NixNet grows, it becomes more difficult to manage all the different
|
||||||
|
communication channels and issues and support requests and such. Because of
|
||||||
|
that, I've set up an open source ticketing system called
|
||||||
|
[Zammad](https://zammad.org). If you have any issues, create an account on [my
|
||||||
|
instance](https://support.nixnet.services) or shoot an email to
|
||||||
|
[support@nixnet.services](mailto:support@nixnet.services).
|
||||||
|
|
||||||
|
Though IRC is preferred, there are a couple of ways to join the NixNet
|
||||||
|
community.
|
||||||
|
* **IRC:** `#nixnet` on [NixNet's IRC server](https://docs.nixnet.services/IRC)
|
||||||
|
(also on [Libera](https://libera.chat))
|
||||||
|
* **Telegram:** `@NixNetChat`
|
||||||
|
* **Matrix:** `#nixnet:snopyta.org`
|
||||||
|
* **XMPP:** `nixnet@muc.nixnet.services`
|
||||||
|
|
||||||
|
If you need to communicate in a secure manner, GPG-encrypted email will always
|
||||||
|
be available. Amolith's address is
|
||||||
|
[`amolith@nixnet.services`](mailto:amolith@nixnet.services) and his GPG key can
|
||||||
|
be downloaded at [`amolith.txt`](/amolith.txt). Manton's address is
|
||||||
|
[`manton@nixnet.services`](mailto:manton@nixnet.services) and his GPG key is
|
||||||
|
available at [`manton.txt`](/manton.txt)
|
Loading…
Reference in New Issue