Add content to Home page

Also removed the icons in the headings.
This commit is contained in:
Foster Hangdaan 2023-08-01 21:16:31 -04:00
parent dc0b5f0aa7
commit 31fa0a4bcb
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -7,17 +7,29 @@ export default function({ comp }) {
return (
<>
<section>
<h2 id="about">{comp.icons.User()} About Me</h2>
<p>I am a software developer, open-source enthusiast, lover of pizza, renegade of funk and many more.</p>
<h2 id="about">About Me</h2>
<p>
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.
</p>
<p>
I speak fluent English and native Filipino. I also plan on learning German.
</p>
<p>
You'll most likely find me deep in thought within <a href="https://code.fosterhangdaan.com/foster" target="_blank">my lab</a> 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.
</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.
</p>
</section>
<section>
<h2 id="contact-me">{comp.icons.Mail()} 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>
<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>
</section>
</>
);