Add content to Home page
Also removed the icons in the headings.
This commit is contained in:
parent
dc0b5f0aa7
commit
31fa0a4bcb
1 changed files with 19 additions and 7 deletions
26
index.tsx
26
index.tsx
|
@ -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>
|
||||
</>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue