Rearranging contact page

This commit is contained in:
Brandon Rozek 2025-03-08 14:57:29 -05:00
parent b7d08ad031
commit 8166008b10
No known key found for this signature in database
GPG key ID: DFB0E78F805F4567

View file

@ -3,9 +3,9 @@ title: Contact
description: Ways to contact Brandon Rozek
---
## Email (Preferred)
Hi there! I'm happy that you're thinking about reaching out! If you're at a loss of words to say, feel free to engage me on my [research](/research) or my [interests](/interests).
The best way to get a hold of me is through email. I advocate the use of [plaintext](https://useplaintext.email/). My email address is [brozek@brandonrozek.com](mailto:brozek@brandonrozek.com).
**The best way to get a hold of me is through email.** I advocate the use of [plaintext](https://useplaintext.email/). My email address is [brozek@brandonrozek.com](mailto:brozek@brandonrozek.com).
I support PGP encryption! My current fingerprint is:
```
@ -14,25 +14,33 @@ I support PGP encryption! My current fingerprint is:
You can query my keys through [WKD](https://wiki.gnupg.org/WKD) ([Direct Link](/.well-known/openpgpkey/hu/o1dbwkdx683fduwgzmrbwa3yip41frdn)) and the [OpenPGP Keyserver](https://keys.openpgp.org/search?q=brozek%40brandonrozek.com) ([Direct Link](https://keys.openpgp.org/pks/lookup?op=get&options=mr&search=brozek@brandonrozek.com)).
```bash
gpg --auto-key-locate wkd --locate-keys brozek@brandonrozek.com
```
Keyoxide profiles:
[WKD Profile](https://keyoxide.org/wkd/brozek%40brandonrozek.com)
[HKP Profile](https://keyoxide.org/hkp/brozek%40brandonrozek.com)
For convinience, here's a form that you can use to send an encrypted email. This happens completely locally on your machine with [OpenPGP.js](https://openpgpjs.org/)!
For convinience, here's a form that you can use to send an encrypted email.
*Warning*: Some browsers have character limits in `mailto` links which can affect
the "Generate Email" button.
{{< pgpform "https://keys.openpgp.org/pks/lookup?op=get&options=mr&search=brozek@brandonrozek.com" >}}
This above encryption is performed locally on your machine with [OpenPGP.js](https://openpgpjs.org/).
## ActivityPub
You're also welcome to message me on Mastodon. My handle is [@brozek@fosstodon.org](https://fosstodon.org/@brozek).
## Verification
Received a PGP-signed message from me? You can use the form below to verify locally that it was signed using my key. This method trusts that a malicious actor hasn't overriden my key on [keys.opengpg.org](https://keys.openpgp.org/).
{{< pgpverify "https://keys.openpgp.org/pks/lookup?op=get&options=mr&search=brozek@brandonrozek.com" >}}
## Alternate Methods
You're also welcome to message me on Mastodon. My handle is [@brozek@fosstodon.org](https://fosstodon.org/@brozek).
Check out my Keyoxide profiles:
[WKD Profile](https://keyoxide.org/wkd/brozek%40brandonrozek.com)
[HKP Profile](https://keyoxide.org/hkp/brozek%40brandonrozek.com)