diff --git a/.gitignore b/.gitignore
index efe0ccc..7014096 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,6 @@ pnpm-debug.log*
# temporal files
tmp.json
+
+# action file (for now)
+_studio.yml
diff --git a/readme.md b/readme.md
index 3f84ef1..09d4779 100644
--- a/readme.md
+++ b/readme.md
@@ -66,10 +66,12 @@ CSS](https://img.shields.io/badge/-Tailwind%20CSS-38B2AC?style=flat-square&logo=
- [Nerd Fonts Cheat Sheet (removed)](https://www.nerdfonts.com/cheat-sheet)
- [Tailwind CSS Debug Screens](https://github.com/jorenvanhee/tailwindcss-debug-screens)
- [Typed CSS (removed)](https://typedcss.com/)
-- [CSS Peeps (removed)](https://css-peeps.com/)
+- [CSS Peeps](https://css-peeps.com/)
- [Tailwind Cheat Sheet](https://tailwindcomponents.com/cheatsheet/)
- [Astro View Transitions](https://docs.astro.build/en/guides/view-transitions/)
- [Astro View Transitions - Lifecycle Events](https://docs.astro.build/en/guides/view-transitions/#lifecycle-events)
- [🦔 AstroCritters](https://github.com/astro-community/AstroCritters)
- [@astrojs/preact](https://docs.astro.build/en/guides/integrations-guide/preact/)
- [Unlighthouse](https://unlighthouse.dev/)
+- [Astro Compress](https://github.com/Playform/AstroCompress#readme)
+- [Vite Plugin PWA](https://vite-pwa-org.netlify.app/)
diff --git a/src/components/badges/open-to-work.astro b/src/components/badges/open-to-work.astro
index cf27140..54d5a34 100644
--- a/src/components/badges/open-to-work.astro
+++ b/src/components/badges/open-to-work.astro
@@ -5,17 +5,26 @@ interface Props {
const { lang = 'en' }: Props = Astro.props
---
-
+
+