From ff66042adee198d8f092c9ff7670a8f02a735832 Mon Sep 17 00:00:00 2001 From: Jose Salcido Date: Wed, 13 Dec 2023 16:11:48 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=AB=A1=20update=20resume.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/resume.js | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/app/resume.js b/app/resume.js index d11afc5..5ee6c99 100644 --- a/app/resume.js +++ b/app/resume.js @@ -12,6 +12,8 @@ const resume = { 'Python', 'Django', 'Postgres', + 'TypeScript', + 'NextJS', 'AWS' ] }, @@ -155,16 +157,20 @@ const resume = { name: 'Java - JVM', value: 90 }, + { + name: 'Python', + value: 90 + }, { name: 'Ruby & RoR', value: 90 }, { - name: 'React', - value: 70 + name: 'React & NextJS', + value: 80 }, { - name: 'JavaScript', + name: 'TypeScript & Javascript', value: 80 }, { @@ -174,4 +180,4 @@ const resume = { ] } -export default resume; \ No newline at end of file +export default resume;