Updated contact info and about page.
This commit is contained in:
parent
3c0fb48bb7
commit
1fa765ba7f
|
|
@ -36,8 +36,7 @@
|
||||||
start to become pointless. I currently live in Florida with my partner
|
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
|
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
|
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
|
media (movies, shows, video games, etc.).
|
||||||
this summer!
|
|
||||||
</p>
|
</p>
|
||||||
</main>
|
</main>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ import { computed, ref } from 'vue'
|
||||||
|
|
||||||
const emailText = ref('')
|
const emailText = ref('')
|
||||||
const emailCorrect = computed(() => {
|
const emailCorrect = computed(() => {
|
||||||
const testStr = atob('YW5kcmV3bGFsaXNvZmZpY2lhbEBnbWFpbC5jb20=')
|
const testStr = atob('bWVAYW5kcmV3bGFsaXMuY29t')
|
||||||
return emailText.value.trim().toLowerCase() === testStr
|
return emailText.value.trim().toLowerCase() === testStr
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
@ -11,7 +11,7 @@ const emailCorrect = computed(() => {
|
||||||
<main>
|
<main>
|
||||||
<p>
|
<p>
|
||||||
My preferred method of communication is email, which I usually check daily. Send to
|
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 >this website<</code>.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
See if you can figure it out:
|
See if you can figure it out:
|
||||||
|
|
@ -23,7 +23,6 @@ const emailCorrect = computed(() => {
|
||||||
<br />
|
<br />
|
||||||
<small><em>I write it like that to avoid getting spammed by bots.</em></small>
|
<small><em>I write it like that to avoid getting spammed by bots.</em></small>
|
||||||
</p>
|
</p>
|
||||||
<p>My Discord username is <code>____andrew____</code></p>
|
|
||||||
</main>
|
</main>
|
||||||
</template>
|
</template>
|
||||||
<style>
|
<style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue