diff options
| author | Hunter Kvalevog <hunter@kvog.sh> | 2026-06-09 17:59:08 -0500 |
|---|---|---|
| committer | Hunter Kvalevog <hunter@kvog.sh> | 2026-06-09 17:59:08 -0500 |
| commit | 927c9cf689201b93a26e62fe0a872c92b5a33dd3 (patch) | |
| tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /content/about.md | |
| parent | 0e78e35f80a903686dcac5ae81a26d547a7ab7b7 (diff) | |
Diffstat (limited to 'content/about.md')
| -rw-r--r-- | content/about.md | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/content/about.md b/content/about.md deleted file mode 100644 index 90b1e36..0000000 --- a/content/about.md +++ /dev/null @@ -1,16 +0,0 @@ -+++ -title = 'About' -+++ - -My name is Hunter. I'm a hobbyist multimedia programmer from Minnesota. - -I can be reached at <span id="my-email">(hover to reveal email)</span>. -<script> - let d = document.getElementById('my-email'); - d.addEventListener('mouseenter', () => { - let address = atob('aHVudGVyQGt2b2cuc2g='); - d.innerHTML = `<a href="mailto:${address}">${address}</a>`; - }); -</script> - -This website's source code can be downloaded here: [master.tar.gz](https://github.com/kvog-git/kvog.sh/archive/refs/heads/master.tar.gz). |