diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-08-15 15:45:23 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-08-15 15:45:23 -0400 |
| commit | 8806c31d30ee6488f187aaedf1cd6b0bd0a70835 (patch) | |
| tree | 84ebd033777cf48cc534c6bb5a08cc7e5c05ebc6 | |
| parent | 66cc6379170876a92074343faf4202fac5d90613 (diff) | |
| download | personal-website-8806c31d30ee6488f187aaedf1cd6b0bd0a70835.tar.gz personal-website-8806c31d30ee6488f187aaedf1cd6b0bd0a70835.tar.bz2 personal-website-8806c31d30ee6488f187aaedf1cd6b0bd0a70835.zip | |
Added contact
| -rw-r--r-- | pages/index.vue | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pages/index.vue b/pages/index.vue index d71da56..bb821c2 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -112,6 +112,10 @@ </tbody> </v-simple-table> </div> + <div class="contact"> + <h1>Contact me</h1> + <p>If you want to ask me questions or just want to contact me. Contact me at <a href="mailto:andrew@alee14.me">andrew@alee14.me</a>.</p> + </div> </v-container> </div> </template> |
