13 lines
No EOL
546 B
Svelte
13 lines
No EOL
546 B
Svelte
<script>
|
|
import PageRoot from '$lib/PageRoot.svelte';
|
|
</script>
|
|
|
|
<PageRoot></PageRoot>
|
|
|
|
<h1># About me</h1>
|
|
<p>I'm Hunter, I'm 16 years old an have been programming for ~6 years</p>
|
|
<p>The first computer I ever had was a shared iMac running MacOS High Sierra, and ever since then I've been interested in computers/programming</p>
|
|
<p>Besides computers I like engineering, public transit, and radio communication stuff</p>
|
|
|
|
<h2>## Contact</h2>
|
|
<p>All my main contact methods are in the navigation menu below. My other accounts are listed below</p> |