website/index.tsx

34 lines
1.3 KiB
TypeScript
Raw Normal View History

export const description = "Software developer and open-source enthusiast.";
2023-07-26 16:34:06 -04:00
export default function() {
2023-07-23 16:44:56 -04:00
return (
<>
2023-07-25 02:59:32 -04:00
<section>
<h2 id="about">About Me</h2>
2023-07-25 02:59:32 -04:00
<p>
I am a software developer, open-source enthusiast, lover of pizza, and renegade of funk.
</p>
<p>
I speak fluent English and native Filipino. I also plan on learning German.
</p>
<p>
2023-08-02 19:37:22 -04:00
You'll most likely find me within <a href="https://code.fosterhangdaan.com/foster" target="_blank">my lab</a> tinkering with my inventions and the latest JavaScript frameworks.
An Android app and a Thunderbird extension are currently in the works.
</p>
<p>
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.
2023-07-25 02:59:32 -04:00
</p>
</section>
<section>
<h2 id="contact-me">Contact Me</h2>
<p>
The primary method of reaching me is through my email: <a href="mailto:foster@hangdaan.email">foster@hangdaan.email</a>.
</p>
<p>
If you'd like an encrypted response, you can send me your GPG public key. You can find mine in the <a href="/gpg-key">GPG Key</a> page.
</p>
2023-07-25 02:59:32 -04:00
</section>
2023-07-23 16:44:56 -04:00
</>
);
}