update cv page

This commit is contained in:
zackartz 2024-05-10 11:28:40 -04:00
parent 286b0f3384
commit b786c96525
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -9,6 +9,6 @@ import Layout from '../layouts/BlogPost.astro';
>
<article>
<h3 class="">Hey there!</h3>
<p class="">My name is Zachary Myers, I am a software engineer from Honolulu, now living in Saint Joseph, MI. I am most interested in backend programming, and primarily use languages like Rust and Go, though also have plenty of experience with JavaScript and TypeScript as well. I am looking for work! Feel free to <a href="/cv.pdf" target="_blank">check out my cv</a> and <a href="mailto:me@zackmyers.io">reach out</a> if you are interested!</p>
<p class="">My name is Zachary Myers, I am a software engineer from Honolulu, now living in Saint Joseph, MI. I am most interested in backend programming, and primarily use languages like Rust and Go, though also have plenty of experience with JavaScript and TypeScript as well. I am looking for work! Feel free to <a href="https://cv.zackmyers.io" target="_blank">check out my cv</a> and <a href="mailto:me@zackmyers.io">reach out</a> if you are interested!</p>
</article>
</Layout>