From 2979abaed8ac7c0469deea503b01f867ca3b7512 Mon Sep 17 00:00:00 2001 From: "carlos.santos-seisdedos" Date: Tue, 24 Sep 2024 06:59:54 +0200 Subject: [PATCH] simple corrections --- cv.json | 26 +++++++++++++------------- src/components/sections/Skills.astro | 2 ++ src/icons/Firebase.astro | 11 +++++++++++ src/icons/cv.astro | 28 ++++++++++++++++------------ 4 files changed, 42 insertions(+), 25 deletions(-) create mode 100644 src/icons/Firebase.astro diff --git a/cv.json b/cv.json index bbb8b80..4eaff42 100644 --- a/cv.json +++ b/cv.json @@ -112,17 +112,17 @@ }], "skills": [ { - "name": "ROS", + "name": "Python", "level": "Avanzado", "keywords": [ - "Robotics" + "Desarrollo Web", "Frontend" ] }, { - "name": "Docker", + "name": "ROS", "level": "Avanzado", "keywords": [ - "Desarrollo Web", "Frontend" + "Robotics" ] }, { @@ -133,31 +133,31 @@ ] }, { - "name": "GitHub", + "name": "MySQL", "level": "Avanzado", "keywords": [ - "Control de Versiones", "Colaboración", "Código Fuente", "Git" + "Bases de Datos", "SQL", "Almacenamiento de Datos", "Backend" ] }, { - "name": "Python", + "name": "Firebase", "level": "Avanzado", "keywords": [ - "Desarrollo Web", "Frontend" + "Backend" ] }, { - "name": "C/C++", + "name": "Docker", "level": "Avanzado", "keywords": [ "Desarrollo Web", "Frontend" ] }, { - "name": "MySQL", + "name": "C/C++", "level": "Avanzado", "keywords": [ - "Bases de Datos", "SQL", "Almacenamiento de Datos", "Backend" + "Desarrollo Web", "Frontend" ] }, { @@ -232,11 +232,11 @@ "highlights": [ "Game", "Static Web", - "GitHub Pages", + "Firebase", "Astro", "Javascript" ], - "url": "https://letesdev.github.io/bingoletes/", + "url": "https://bingoletes.web.app/", "github": "https://github.com/letesdev/bingoletes" }, { diff --git a/src/components/sections/Skills.astro b/src/components/sections/Skills.astro index 51927cf..4660446 100644 --- a/src/components/sections/Skills.astro +++ b/src/components/sections/Skills.astro @@ -17,6 +17,7 @@ import Python from "@/icons/Python.astro" import C from "@/icons/C.astro" import Docker from "@/icons/docker.astro" import Matlab from "@/icons/Matlab.astro" +import Firebase from "@/icons/Firebase.astro" import { skills } from "@cv" const SKILLS_ICONS: Record = { @@ -37,6 +38,7 @@ const SKILLS_ICONS: Record = { C, Docker, Matlab, + Firebase, } --- diff --git a/src/icons/Firebase.astro b/src/icons/Firebase.astro new file mode 100644 index 0000000..7d58078 --- /dev/null +++ b/src/icons/Firebase.astro @@ -0,0 +1,11 @@ + + + diff --git a/src/icons/cv.astro b/src/icons/cv.astro index a95965a..7450ba3 100644 --- a/src/icons/cv.astro +++ b/src/icons/cv.astro @@ -1,12 +1,16 @@ - - - \ No newline at end of file +