diff --git a/src/components/presentation/my-projects.vue b/src/components/presentation/my-projects.vue
index 3358a54..b1d1b64 100644
--- a/src/components/presentation/my-projects.vue
+++ b/src/components/presentation/my-projects.vue
@@ -4,18 +4,50 @@
-
- Lite note: highly inspired by Andy
- Matuschak notes' website, I wanted to have a
- clean design where I can explore my notes I take on VS Code.
+ Lite note: highly inspired by
+ Andy Matuschak notes' website, I wanted to have a clean design where I can explore my notes I take
+ on VS Code.
- - retrobus: an
- event bus lib I made for fun with a little
- extra retroactive feature.
+
-
- Vue
- PWA Asset generator: a cli command (now
- a bit out of date) that generates the multiple favicons needed for a Progressive Web App.
+ retrobus: an event bus lib I made for fun with a little extra retroactive
+ feature.
+
+
+ -
+ Vue PWA Asset generator: a cli command (now a bit out of date) that generates the multiple
+ favicons needed for a Progressive Web App.
+
+
+ -
+ Doc-JIT: just in time documentation. It displays the right
+ documentation when you need it. Doc-JIT is an VS Code extension
+ developers to open the most relevant documentation when coding features.