Skip to content

Commit

Permalink
🫡 update resume.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsalcido committed Dec 13, 2023
1 parent efef2d6 commit ff66042
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions app/resume.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ const resume = {
'Python',
'Django',
'Postgres',
'TypeScript',
'NextJS',
'AWS'
]
},
Expand Down Expand Up @@ -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
},
{
Expand All @@ -174,4 +180,4 @@ const resume = {
]
}

export default resume;
export default resume;

0 comments on commit ff66042

Please sign in to comment.