Minor changes to wording

This commit is contained in:
Foster Hangdaan 2023-08-01 20:16:14 -04:00
parent 1e739bcf0f
commit 84c055d179
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -7,9 +7,7 @@ export default function({ comp }) {
return (
<>
<section>
<h2 id="about">
{comp.icons.User()} About
</h2>
<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>
<p>
I spend most of my time tinkering with computer servers or the latest JavaScript frameworks.
@ -17,7 +15,7 @@ export default function({ comp }) {
</p>
</section>
<section>
<h2 id="contact-me">{comp.icons.Mail()} Contact</h2>
<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>
</section>