Clean up contact page
This commit is contained in:
parent
467c1734be
commit
a37b5a3964
1 changed files with 4 additions and 5 deletions
|
@ -1,20 +1,19 @@
|
||||||
+++
|
+++
|
||||||
title = 'Contact Me'
|
title = 'Contact Me'
|
||||||
draft = false
|
|
||||||
+++
|
+++
|
||||||
|
|
||||||
![frens!](frens.gif)
|
![frens!](frens.gif)
|
||||||
|
|
||||||
On the internet, I usually go as ``ejv2`` (as you could probably guess), but also ``ejmv2`` and ``ethan_v2``.
|
On the internet, I usually go as ``ejv2`` (as you could probably guess), but also ``ejmv2`` and ``ethan_v2``. If you are wondering, these are just my initials.
|
||||||
|
|
||||||
If you are wondering, these are just my initials.
|
Use this pipeline to get my email:
|
||||||
|
|
||||||
Please feel free to email me at any time. To get my address, paste the following snippet in to your terminal. It should print my full email address. This filters most spammers and Windows users :)
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
echo "ethan*ejv2-com-au" | tr '*-' '@.' | sed 's/com.au/cc/'
|
echo "ethan*ejv2-com-au" | tr '*-' '@.' | sed 's/com.au/cc/'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
This filters most spammers and Windows users :)
|
||||||
|
|
||||||
My GPG key fingerprint is is ``32C6 7135 677E E71F 8BF1 F681 DF88 6452 F0AD D93A``. Test verifying [this message](https://gist.githubusercontent.com/ejv2/b1e860e96233c42a874d82028bb6a584/raw/e1cf6237f50dd61dea1f4f79968e393a59f58bd3/public_key_message_2024.txt).
|
My GPG key fingerprint is is ``32C6 7135 677E E71F 8BF1 F681 DF88 6452 F0AD D93A``. Test verifying [this message](https://gist.githubusercontent.com/ejv2/b1e860e96233c42a874d82028bb6a584/raw/e1cf6237f50dd61dea1f4f79968e393a59f58bd3/public_key_message_2024.txt).
|
||||||
|
|
||||||
If you are lazy download [here](https://ejv2.cc/contact/ethan.gpg), or run:
|
If you are lazy download [here](https://ejv2.cc/contact/ethan.gpg), or run:
|
||||||
|
|
Loading…
Reference in a new issue