Skip to content

Commit

Permalink
Updated resume, added missing portfolio image, other minor contact de…
Browse files Browse the repository at this point in the history
…tail changes.
  • Loading branch information
Anthony Hien Vu committed Jul 9, 2020
1 parent a4abd91 commit 311d3bb
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
Binary file added public/Anthony Hien Vu's Resume.pdf
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/resume.pdf
Binary file not shown.
12 changes: 8 additions & 4 deletions public/resumeData.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"image": "profilepic.png",
"bio": "I currently reside in Melbourne and have been working as a full-stack web developer at Telstra for almost a year now. I primarily use the MERN (MongoDB, Express, React, Node) stack when developing web applications. I also have experience developing web applications in python/django and ruby on rails, desktop applications in python and android apps in java. I am an avid ice skater and reader. I enjoy watching and playing most sports (especially cricket), getting outdoors for hikes and running, building apps recreationally, and watching documentaries, movies and TV shows. I am always looking to learn new things (tech and non-tech related) at work and in my personal life.",
"contactmessage": "Get in touch.",
"email": "avu120@gmail.com",
"phone": "0452668725",
"email": "AVu120@gmail.com",
"phone": "+614 5266 8725",
"address": {
"city": "Melbourne",
"suburb": "Oakleigh",
"state": "VIC",
"zip": "3166"
},
"website": "http://www.timbakerdev.com",
"resumedownload": "resume.pdf",
"resumedownload": "Anthony Hien Vu's Resume.pdf",
"social": [
{
"name": "linkedin",
Expand Down Expand Up @@ -129,7 +129,11 @@
"level": "50%"
},
{
"name": "Knowledge of AWS Services",
"name": "AWS services",
"level": "30%"
},
{
"name": "Google Firebase services",
"level": "30%"
}
]
Expand Down
2 changes: 1 addition & 1 deletion src/Components/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class About extends Component {
<br />
<span>
{/* {street}<br /> */}
{suburb} {state}, {zip}
{suburb} {state} {zip}
</span>
<br />
<span>{phone}</span>
Expand Down

0 comments on commit 311d3bb

Please sign in to comment.