Update README

This commit is contained in:
Ariful Alam 2022-10-03 15:58:50 +06:00
parent a603e4236d
commit a60fac9a95

View File

@ -66,11 +66,11 @@
✓ [SEO](#seo) ✓ [SEO](#seo)
✓ [Avatar and Bio](#avatar-and-bio) ✓ [Avatar and Bio](#avatar-and-bio)
✓ [Social Links](#social-links) ✓ [Social Links](#social-links)
✓ [Skills](#skills) ✓ [Skill Section](#skills)
✓ [Experience](#experience) ✓ [Experience Section](#experience)
✓ [Education](#education) ✓ [Education Section](#education)
✓ [Projects](#projects) ✓ [Projects Section](#projects)
✓ [Blog Posts](#blog-posts) ✓ [Blog Posts Section](#blog-posts)
To view a live example, **[click here](https://arifszn.github.io/gitprofile)**. To view a live example, **[click here](https://arifszn.github.io/gitprofile)**.
@ -205,9 +205,6 @@ const config = {
projects: [], // These projects will not be displayed. example: ['my-project1', 'my-project2'] projects: [], // These projects will not be displayed. example: ['my-project1', 'my-project2']
}, },
}, },
resume: {
fileUrl: '', // Empty fileUrl will hide the `Download Resume` button.
},
social: { social: {
linkedin: '', linkedin: '',
twitter: '', twitter: '',
@ -221,6 +218,9 @@ const config = {
phone: '', phone: '',
email: '', email: '',
}, },
resume: {
fileUrl: '', // Empty fileUrl will hide the `Download Resume` button.
},
skills: ['JavaScript', 'React.js'], skills: ['JavaScript', 'React.js'],
experiences: [ experiences: [
{ {