Add email link!

This commit is contained in:
JasterV 2025-06-05 20:35:04 +02:00
commit 9e67afcbcf
3 changed files with 8 additions and 2 deletions

View file

@ -11,7 +11,7 @@ export default defineConfig({
include: {
// Include only three `mdi` icons in the bundle
// Otherwise, Astro Icons could include every single icon in the mdi package and result in a huge bundle size
mdi: ["github", "linkedin"],
mdi: ["github", "linkedin", "alternate-email"],
},
}),
sitemap(),

View file

@ -17,6 +17,9 @@ import profileImage from "@assets/profile.jpeg";
<a href="https://linkedin.com/in/jaster-victor/">
<Icon size="1.5rem" name="mdi:linkedin" />
</a>
<a href="mailto:jaster.victor@gmail.com">
<Icon size="1.5rem" name="mdi:alternate-email" />
</a>
</nav>
<div class="profile">

View file

@ -457,4 +457,7 @@ So as with every software pattern, depending on the requirements of your system
In my case, my application didn't require side effects to be performed in order nor it was a problem if an event was lost because a process was down.
This is the first ever post that I publish online, I hope someone finds it useful, thanks for the read!
This is the first ever post that I publish online, I hope someone finds it useful.
If you have any doubts or feedback you can contact me via email, you can find it at the top of the page :)
Thank you for your time!