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 --- - - - {lang === 'en' ? 'Open to work' : 'Abierto a ofertas'} - + + +
+ + {lang === 'en' ? 'Open to work' : 'Abierto a ofertas'} +
+
+ diff --git a/src/components/head/seo.astro b/src/components/head/seo.astro index 36115ca..8ede444 100644 --- a/src/components/head/seo.astro +++ b/src/components/head/seo.astro @@ -65,7 +65,7 @@ import { SEO } from 'astro-seo' sizes='512x512' href='/img/icons/favicon-512x512.png' /> - + diff --git a/src/components/main/socials.astro b/src/components/main/socials.astro index 59035ff..ecc8db5 100644 --- a/src/components/main/socials.astro +++ b/src/components/main/socials.astro @@ -1,5 +1,6 @@ --- const SOCIALS_STYLES: string = [ + 'z-10', 'col-span-2', 'row-span-2', // 'gap-2', diff --git a/src/components/main/title.astro b/src/components/main/title.astro index a460445..3939e85 100644 --- a/src/components/main/title.astro +++ b/src/components/main/title.astro @@ -6,9 +6,9 @@ const { lang = 'en' }: Props = Astro.props ---
-
+ +
+ + +