From 3c746e07d78e43f941585a44aac68918dd7dd91f Mon Sep 17 00:00:00 2001 From: Daniel Jr Date: Tue, 29 Apr 2025 15:33:56 -0300 Subject: [PATCH] optimize projects descriptions Signed-off-by: Daniel Jr --- data/projects.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/projects.json b/data/projects.json index 3e03fc9..09a463a 100644 --- a/data/projects.json +++ b/data/projects.json @@ -7,7 +7,7 @@ { "name": "current", "color": "#b8bb26" }, { "name": "work", "color": "#fb4934" } ], - "desc": "HR solution that combines a unified portal for companies to manage payroll and benefits with an integrated app and card for employees. #SpringBoot #Quarkus #Kafka" + "desc": "HR solution to manage payroll and benefits for employees. #SpringBoot #Quarkus #Kafka" }, { "name": "Justa", @@ -15,7 +15,7 @@ "tags": [ { "name": "work", "color": "#fb4934" } ], - "desc": "B2B payment solutions fintech that processes over R$1M per month. I worked developing and maintaining the company's systems in a microservices architecture. #PlayFramework #SpringBoot #NestJS" + "desc": "B2B payment solutions fintech. #PlayFramework #SpringBoot #NestJS" }, { "name": "EncURL", @@ -31,7 +31,7 @@ "tags": [ { "name": "project", "color": "#83a598" } ], - "desc": "ArtDigital is an e-commerce that aims to simplify the dissemination and sale of products in the craft sector. #JavaEE #JSP #WebServlets" + "desc": "E-commerce that simplifies sale of products in the handcraft sector. #JavaEE #JSP #WebServlets" } ] } -- 2.47.3