Minor changes to wording
This commit is contained in:
parent
1e739bcf0f
commit
84c055d179
1 changed files with 2 additions and 4 deletions
|
@ -7,9 +7,7 @@ export default function({ comp }) {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<section>
|
<section>
|
||||||
<h2 id="about">
|
<h2 id="about">{comp.icons.User()} About Me</h2>
|
||||||
{comp.icons.User()} About
|
|
||||||
</h2>
|
|
||||||
<p>I am a software developer, open-source enthusiast, lover of pizza, renegade of funk and many more.</p>
|
<p>I am a software developer, open-source enthusiast, lover of pizza, renegade of funk and many more.</p>
|
||||||
<p>
|
<p>
|
||||||
I spend most of my time tinkering with computer servers or the latest JavaScript frameworks.
|
I spend most of my time tinkering with computer servers or the latest JavaScript frameworks.
|
||||||
|
@ -17,7 +15,7 @@ export default function({ comp }) {
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
<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>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>
|
<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>
|
</section>
|
||||||
|
|
Loading…
Reference in a new issue