Fix email contact page

This commit is contained in:
Anthony Wang 2021-10-13 21:33:59 -05:00
parent 8c65b20d96
commit b47f026aa6
Signed by: a
GPG key ID: BC96B00AEC5F2D76
3 changed files with 8 additions and 31 deletions

View file

@ -36,7 +36,7 @@ theme = 'gokarna'
accentColor = '#00dd42'
#footer = 'Made with ❤️ by Ta180m'
socialIcons = [
{name = 'protonmail', url = 'mailto:ta180m@pm.me'},
{name = 'protonmail', url = 'contact'},
{name = 'matrix', url = 'https://matrix.to/#/@ta180m:exozy.me'},
{name = 'mastodon', url = 'https://social.exozy.me/@ta180m'},
{name = 'gitea', url = 'https://git.exozy.me/Ta180m/'},

View file

@ -0,0 +1,7 @@
---
title: "Contact"
type: page
---
I hate spam. Prove you are not a robot by computing the sum of the totients of the first 24 integers. Then concatenate that after the symbol of the 73rd element and add the character with ASCII value of 109. The domain is [pm.me](https://protonmail.com/). If you can, please use [PGP](https://support.mozilla.org/en-US/kb/openpgp-thunderbird-howto-and-faq) with [my public key](ta180m.asc).

View file

@ -1,30 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>Contact</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div>
<br>
<h2>Contact</h2>
<br>
<p>
<b>Email:</b> I hate spam. Prove you are not a robot by computing the sum of the totients of the first 24 integers. Then concatenate that after the symbol of the 73rd element and add the character with ASCII value of 109. The domain is <a href="https://protonmail.com/">pm.me</a>. If you can, please use <a href="https://support.mozilla.org/en-US/kb/openpgp-thunderbird-howto-and-faq">PGP</a> with <a href="ta180m.asc">my public key</a>.
</p>
<br>
<p>
<b>Matrix:</b> Find me at <a href="https://matrix.to/#/@ta180m:exozy.me">@ta180m:exozy.me</a>.
</p>
<br>
<p>
<b>Mastodon:</b> Find me at <a href="https://social.exozy.me/@ta180m">@ta180m@exozy.me</a>.
</p>
<br>
<p>
<b>Discord:</b> <a href="https://exozy.me/blog/dont-use-discord/">Please don't use Discord if you can avoid it</a>, but you can find me at "Discord TOS Violator" with tag 0x19d4 in decimal. Note that I will not receive messages sent between 22:30 and 8:30 CST.
</p>
<br>
</div>
</body>
</html>