From 2616956874e7b7c2a95087dd913bb9c4e320a829 Mon Sep 17 00:00:00 2001 From: dararod Date: Wed, 23 Oct 2024 12:49:57 -0400 Subject: [PATCH] feat: GraphQL on lebondessert --- src/components/Experience.astro | 4 ++-- src/components/Projects.astro | 8 +++++++- src/icons/GraphQL.astro | 18 ++++++++++++++++++ 3 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 src/icons/GraphQL.astro diff --git a/src/components/Experience.astro b/src/components/Experience.astro index 909cf86..edecc09 100644 --- a/src/components/Experience.astro +++ b/src/components/Experience.astro @@ -5,12 +5,12 @@ >February 2023 - October 2024

- Software Developer + Front-End Developer

- I worked developing in a performant e-commerce doing Fron-End and testing, + I worked developing in a performant e-commerce doing Front-End and testing, and I also work on many beautiful landing pages.

diff --git a/src/components/Projects.astro b/src/components/Projects.astro index be198b6..1d2fbd4 100644 --- a/src/components/Projects.astro +++ b/src/components/Projects.astro @@ -3,6 +3,7 @@ import Svelte from "../icons/Svelte.astro"; import Tailwind from "../icons/Tailwind.astro"; import TypeScript from "../icons/TypeScript.astro"; import Vitest from "../icons/Vitest.astro"; +import GraphQL from "../icons/GraphQL.astro"; const TAGS = { SVELTE: { @@ -25,6 +26,11 @@ const TAGS = { class: "bg-[#729b1a]/30 text-white", icon: Vitest, }, + GRAPHQL: { + name: "GraphQL", + class: "bg-[#f6009b]/30 text-white", + icon: GraphQL, + }, }; const PROJECTS = [ @@ -34,7 +40,7 @@ const PROJECTS = [ "A web page solution for an entrepreneur, featuring a tempting menu of desserts. Users can browse and place orders via WhatsApp, blending convenience with a delightful browsing experience.", link: "https://lebondessert.com/", image: "/images/lebondessert.webp", - tags: [TAGS.SVELTE, TAGS.TYPESCRIPT, TAGS.TAILWIND], + tags: [TAGS.SVELTE, TAGS.TYPESCRIPT, TAGS.TAILWIND, TAGS.GRAPHQL], }, { title: "Endurance Trainning App", diff --git a/src/icons/GraphQL.astro b/src/icons/GraphQL.astro new file mode 100644 index 0000000..c8ab744 --- /dev/null +++ b/src/icons/GraphQL.astro @@ -0,0 +1,18 @@ +