diff --git a/src/_components/navbar.tsx b/src/_components/navbar.tsx index 18d9357..a44aa80 100644 --- a/src/_components/navbar.tsx +++ b/src/_components/navbar.tsx @@ -27,12 +27,12 @@ const items = [ }, }, { - title: "GPG Key", - path: "/gpg-key", + title: "Contact", + path: "/contact", icon: { src: - "https://minio.fosterhangdaan.com/public/images/icons/tabler-icons/3.14.0/outline/key.svg", - alt: "key icon", + "https://minio.fosterhangdaan.com/public/images/icons/tabler-icons/3.14.0/outline/address-book.svg", + alt: "address book icon", }, }, ]; diff --git a/src/contact.md b/src/contact.md new file mode 100644 index 0000000..e9613d8 --- /dev/null +++ b/src/contact.md @@ -0,0 +1,30 @@ +--- +title: Contact +description: The best way of contacting me. +--- + +## Email + +Email is my preferred contact method. You may reach me at +[foster@hangdaan.email](mailto:foster@hangdaan.email). + +If you'd like an encrypted response, you can send me your GPG public key. You +can find mine in the [GPG Key section](#gpg-key). Refer to the +[Email Self-Defense Guide by the Free Software Foundation](https://emailselfdefense.fsf.org/) +if you are unfamiliar with this process. + +## GPG Key + +> I do not use keyservers. A key claiming to be mine from a keyserver is +> definitely a fake. +> {.warning} + +You can download my [GPG](https://gnupg.org/) public key here: +[Foster Hangdaan's Public Key](https://minio.fosterhangdaan.com/public/foster-pubkey.asc){download}. +The key's fingerprint should match the one below: + +```txt +pub ed25519/E48D7F49A852F112 2023-07-14 [SC] + Key fingerprint = DBD3 8E38 4B9E 1F4F 19F9 5BAE E48D 7F49 A852 F112 +uid Foster Hangdaan +``` diff --git a/src/gpg-key.md b/src/gpg-key.md deleted file mode 100644 index 239c3d7..0000000 --- a/src/gpg-key.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: GPG Key -description: Information about my GPG public key and how to obtain it. ---- - -> I do not use keyservers. A key claiming to be mine from a keyserver is -> definitely a fake. -> {.warning} - -> I suggest reading up on GPG if you are unfamiliar with it. You can find -> information about GPG on the [GnuPG official website](https://gnupg.org/). -> {.info} - -## Obtaining My Key - -You can download my public key here: -[Foster Hangdaan's Public Key](https://minio.fosterhangdaan.com/public/foster-pubkey.asc){download}. - -The key's fingerprint should match the one below: - -```txt -pub ed25519/E48D7F49A852F112 2023-07-14 [SC] - Key fingerprint = DBD3 8E38 4B9E 1F4F 19F9 5BAE E48D 7F49 A852 F112 -uid Foster Hangdaan -``` - -## Utilizing My Key - -Once you have imported my public key, you can use it to verify software and -binaries released by me. - -You can also use my public key to encrypt emails you send to me. In that case, I -would also need your public key so I can encrypt the emails I send back to you. -The excellent -[Email Self-Defense Guide by the Free Software Foundation](https://emailselfdefense.fsf.org/) -describes how this process works. diff --git a/src/index.tsx b/src/index.tsx index 68a72c7..a72db68 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -4,32 +4,21 @@ export default function (data: Lume.Data) { return ( <>

- I am a software developer, open-source enthusiast, lover of pizza, and - renegade of funk. I speak fluent English and Filipino. -

-

+ I am a software developer, open-source enthusiast, and lover of pizza. You'll most likely find me within{" "} my lab{" "} tinkering with my inventions and the latest JavaScript frameworks. Other times, I help in the battle for an open web and for user privacy by contributing in the development of free and open-source software.

-

- Contact Me -

-

- The best method of reaching me is through my email:{" "} - foster@hangdaan.email. -

-

- If you'd like an encrypted response, you can send me your GPG public - key. You can find mine in the GPG Key page. -

Highlighted Projects

+

+ I work on a variety of software projects. Here is a few of them: +