mirror of
https://codeberg.org/JasterV/jaster.xyz.git
synced 2026-04-26 18:10:01 +00:00
Add email link!
This commit is contained in:
parent
e3c7a91a95
commit
9e67afcbcf
3 changed files with 8 additions and 2 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Reference in a new issue