export const header = { heading: "Hi! My name is Foster", subheading: "Congratulations, stranger. You have found the personal website of Foster Hangdaan.", }; export default function({ comp }) { return ( <>

About Me

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

I speak fluent English and native Filipino. I also plan on learning German.

You'll most likely find me within my lab tinkering with my inventions and the latest JavaScript frameworks. An Android app and a Thunderbird extension are currently in the works.

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 primary 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.

); }