diff --git a/.vscode/settings.json b/.vscode/settings.json index cb0ad6c..de2787a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,7 +3,7 @@ "**/*.astro" ], "[astro]": { - "editor.defaultFormatter": "esbenp.prettier-vscode" + "editor.defaultFormatter": "astro-build.astro-vscode" }, "[typescriptreact]": { "editor.defaultFormatter": "esbenp.prettier-vscode" diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 423e43c..3b559d3 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -12,7 +12,7 @@ "type": "npm", "script": "dev", "problemMatcher": [], - "label": "dev", + "label": "npm: dev", "detail": "astro dev --host" }, { diff --git a/lib/imgs/astro-icon-light-gradient.svg b/lib/imgs/astro-icon-light-gradient.svg new file mode 100644 index 0000000..52b76d5 --- /dev/null +++ b/lib/imgs/astro-icon-light-gradient.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/lib/imgs/astro-logo-light-gradient.svg b/lib/imgs/astro-logo-light-gradient.svg new file mode 100644 index 0000000..2d2c4fa --- /dev/null +++ b/lib/imgs/astro-logo-light-gradient.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/lib/imgs/localhost_4321_(iPad Mini) (1).png b/lib/imgs/localhost_4321_(iPad Mini) (1).png new file mode 100644 index 0000000..24dee9e Binary files /dev/null and b/lib/imgs/localhost_4321_(iPad Mini) (1).png differ diff --git a/lib/imgs/localhost_4321_(iPad Mini).png b/lib/imgs/localhost_4321_(iPad Mini).png new file mode 100644 index 0000000..064bbb6 Binary files /dev/null and b/lib/imgs/localhost_4321_(iPad Mini).png differ diff --git a/lib/imgs/localhost_4321_(iPhone 12 Pro).png b/lib/imgs/localhost_4321_(iPhone 12 Pro).png new file mode 100644 index 0000000..54fbe99 Binary files /dev/null and b/lib/imgs/localhost_4321_(iPhone 12 Pro).png differ diff --git a/lib/imgs/localhost_4321_es(iPhone 14 Pro Max).png b/lib/imgs/localhost_4321_es(iPhone 14 Pro Max).png new file mode 100644 index 0000000..3f96f7a Binary files /dev/null and b/lib/imgs/localhost_4321_es(iPhone 14 Pro Max).png differ diff --git a/lib/imgs/localhost_8085_(iPad Mini).png b/lib/imgs/localhost_8085_(iPad Mini).png new file mode 100644 index 0000000..317c8e7 Binary files /dev/null and b/lib/imgs/localhost_8085_(iPad Mini).png differ diff --git a/lib/imgs/localhost_8085_(iPhone SE).png b/lib/imgs/localhost_8085_(iPhone SE).png new file mode 100644 index 0000000..4da406e Binary files /dev/null and b/lib/imgs/localhost_8085_(iPhone SE).png differ diff --git a/lib/imgs/pizarra.jpg b/lib/imgs/pizarra.jpg new file mode 100644 index 0000000..86173cb Binary files /dev/null and b/lib/imgs/pizarra.jpg differ diff --git a/src/components/blog/last-entries.tsx b/src/components/blog/last-entries.tsx index e2cfd26..fd1b0a6 100644 --- a/src/components/blog/last-entries.tsx +++ b/src/components/blog/last-entries.tsx @@ -69,11 +69,13 @@ function GenericBadge({ text }: { text: string }) { // 'amber', 'red', 'teal', - 'pink', + 'pink' ] const index = Math.floor(Math.random() * COLORS.length) return ( - + {text} ) diff --git a/src/components/main/working-on.astro b/src/components/main/working-on.astro index b422fad..23a2c89 100644 --- a/src/components/main/working-on.astro +++ b/src/components/main/working-on.astro @@ -31,25 +31,25 @@ const EXPERIENCE_STYLES = [ ].join(' ') import { - siNodedotjs, - siExpress, - siPostgresql, - siSequelize, - siJsonwebtokens, - siPostman, - siReact, - siRedux, - siTailwindcss, - siVercel, - siVite, - siAuth0, + // siNodedotjs, + // siExpress, + // siPostgresql, + // siSequelize, + // siJsonwebtokens, + // siPostman, + // siReact, + // siRedux, + // siTailwindcss, + // siVercel, + // siVite, + // siAuth0, siGitkraken } from 'simple-icons' // {ICONS_STYLES} -const ICONS_STYLES = ['w-5', 'h-5', 'xl:w-6', 'xl:h-6', 'hover:scale-110'].join( - ' ' -) +// const ICONS_STYLES = ['w-5', 'h-5', 'xl:w-6', 'xl:h-6', 'hover:scale-110'].join( +// ' ' +// ) interface Props { lang: string @@ -58,7 +58,7 @@ const { lang = 'en' }: Props = Astro.props ---
-

@@ -70,278 +70,23 @@ const { lang = 'en' }: Props = Astro.props set:html={siGitkraken.svg} fill={`#${siGitkraken.hex}`} /> -

-
- + + + + Loading...
diff --git a/src/components/tech-stack/title.astro b/src/components/tech-stack/title.astro index 4e2e626..f2f64b1 100644 --- a/src/components/tech-stack/title.astro +++ b/src/components/tech-stack/title.astro @@ -16,7 +16,7 @@ const TITLE_STYLES: string = [ 'items-center', 'justify-center', 'flex-row', - 'font-rubik-doodle', + 'font-rubik-doodle' // 'shadow-[0_0_0.5rem_rgba(0_0_0)]' // 'shadow-[0_0_0.15rem_rgb(69_26_3)]', // rgb(69, 26, 3) // 'shadow-[0_0_0.25rem_rgb(253_230_138)]' // rgb(253, 230, 138) diff --git a/src/components/tech-stack/web-dev.astro b/src/components/tech-stack/web-dev.astro index 8cbf3c9..9d0fe47 100644 --- a/src/components/tech-stack/web-dev.astro +++ b/src/components/tech-stack/web-dev.astro @@ -55,9 +55,7 @@ const { lang = 'en' }: Props = Astro.props

Backend

-