diff --git a/src/messages/en.json b/src/messages/en.json index b5fb9aa..6719003 100644 --- a/src/messages/en.json +++ b/src/messages/en.json @@ -1,6 +1,6 @@ { "title":"Anthony Yvon Dumas", - "subtitle":"Full Stack Developer @ Harvest", + "subtitle":"Software Developer @ Harvest", "curriculumVitaeLink" : "CV (in .pdf)", "experienceCard" : { "title" : { @@ -9,19 +9,20 @@ }, "experiences" : [ { - "occupation" : "Full Stack Developer", + "occupation" : "Software Developer", "logo" : "../../images/logos/harvest.fr.png", "url" : "https://www.harvest.fr", "duration" : "(since 2016)", "entreprise" : "Harvest", "location" : "Clermont-Ferrand", - "description" : "Development of responsive banking simulators and APIs.", + "description" : "Development of responsive websites and APIs for wealth management and finance professionals.", "tags" : [ "Java EE", "Angular", "OpenAPI", "jQuery", - "Spring" + "Spring", + "Scrum Environment" ] }, { @@ -109,4 +110,4 @@ "legalNotice" : "Copyright © 2014 - 2021 Anthony Dumas. All rights reserved.", "darkThemeNotice" : "(This is the dark theme)" } -} \ No newline at end of file +}