Updated contact info and about page.

This commit is contained in:
Andrew Lalis 2025-12-25 17:49:10 -05:00
parent 3c0fb48bb7
commit 1fa765ba7f
2 changed files with 3 additions and 5 deletions

View File

@ -36,8 +36,7 @@
start to become pointless. I currently live in Florida with my partner
Grace (who's a teacher, by the way), and our cat Finn. We like to spend
our time going to Disney, exploring new restaurants, and enjoying modern
media (movies, shows, video games, etc.). We're also going on a road trip
this summer!
media (movies, shows, video games, etc.).
</p>
</main>
</template>

View File

@ -3,7 +3,7 @@ import { computed, ref } from 'vue'
const emailText = ref('')
const emailCorrect = computed(() => {
const testStr = atob('YW5kcmV3bGFsaXNvZmZpY2lhbEBnbWFpbC5jb20=')
const testStr = atob('bWVAYW5kcmV3bGFsaXMuY29t')
return emailText.value.trim().toLowerCase() === testStr
})
</script>
@ -11,7 +11,7 @@ const emailCorrect = computed(() => {
<main>
<p>
My preferred method of communication is email, which I usually check daily. Send to
<code>first-name + last-name + "official" at gmail dot com</code>.
<code>me at &gt;this website&lt;</code>.
</p>
<p>
See if you can figure it out:
@ -23,7 +23,6 @@ const emailCorrect = computed(() => {
<br />
<small><em>I write it like that to avoid getting spammed by bots.</em></small>
</p>
<p>My Discord username is <code>____andrew____</code></p>
</main>
</template>
<style>