From 31fa0a4bcb613a02588b6620d55bc6bcef6071da Mon Sep 17 00:00:00 2001 From: Foster Hangdaan Date: Tue, 1 Aug 2023 21:16:31 -0400 Subject: [PATCH] Add content to Home page Also removed the icons in the headings. --- index.tsx | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/index.tsx b/index.tsx index e31411c..6f3a175 100644 --- a/index.tsx +++ b/index.tsx @@ -7,17 +7,29 @@ export default function({ comp }) { return ( <>
-

{comp.icons.User()} About Me

-

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

+

About Me

- I spend most of my time tinkering with computer servers or the latest JavaScript frameworks. - Other times, I help in the battle for an open web by contributing in the development of free and open-source software. + 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 deep in thought within my lab where I tinker with my inventions (such as this website) 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.

-

{comp.icons.Mail()} 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.

+

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

);