Skip to content

Commit

Permalink
fix: data fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
VAIBHAV-25 committed Jan 14, 2024
1 parent c9c27cf commit 46582dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/data/experienceData.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ export const experienceData = [
{
id: 2,
company: 'Testbook.com',
jobtitle: 'Software Developer Intern',
jobtitle: 'Frontend Developer',
startYear: 'Feb 2023',
endYear: 'Aug 2023'
},
{
id: 3,
company: 'Chardware',
jobtitle: 'Frontend Developer',
jobtitle: 'Frontend Developer Intern',
startYear: 'Nov 2022',
endYear: 'Dec 2022'
},
Expand Down
2 changes: 1 addition & 1 deletion src/data/headerData.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import myself from '../assets/pdf/myself.jpeg'
export const headerData = {
name: 'Vaibhav Singhvi',
title: "Web Developer",
desciption:"Hello World! This is Vaibhav Singhvi, a tech enthusiast and aComputer Science Engineer. I believing in converting my ideas into reality with the skills I have and the knowledge I had gained. ",
desciption:"Hello World! This is Vaibhav Singhvi, a tech enthusiast and a Computer Science Engineer. I believing in converting my ideas into reality with the skills I have and the knowledge I had gained. ",
image: myself,
resumePdf: resume
}

0 comments on commit 46582dd

Please sign in to comment.