summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorHunter Kvalevog <hunter@kvog.sh>2026-04-23 00:10:37 -0500
committerHunter Kvalevog <hunter@kvog.sh>2026-04-23 00:10:37 -0500
commitb5a5dbbf3e0b107ae0cec5e1af04dde4c5a896e9 (patch)
tree5f0ba956c69a1d95332445718702b46820fd9f31 /content
parent18e8b32baafb81853a3ad2679d81fb881e8baa1d (diff)
Diffstat (limited to 'content')
-rw-r--r--content/about.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/content/about.md b/content/about.md
index 7f61ed9..98ab4d7 100644
--- a/content/about.md
+++ b/content/about.md
@@ -4,4 +4,8 @@ title = 'About'
My name is Hunter. I'm a hobbyist multimedia programmer from Minnesota.
-I can be reached at hunter@kvog.sh, or https://x.com/hk_kvog.
+I can be reached at <span id="my-email">hunter @ \<this domain\></span>, or https://x.com/hk_kvog.
+<script>
+ let address = atob('aHVudGVyQGt2b2cuc2g=');
+ document.getElementById('my-email').innerHTML = `<a href="mailto:${address}">${address}</a>`
+</script>