You can see it at: https://igorxavie.me/
This project will be continuosly update when necessary, to update info, add more sections, or give a some little improvments. For now, it contains these sections:
- ✅ Nav
- ✅ Header
- ✅ About
- 🚧 Education
- ✅ Knowlodge
- ✅ Job experience
- ✅ Projects (I will modify that)
- ✅ Contact
- javascript (es6+)
- scss
- react.js
- next.js
- tailwindcss
- Fork this repo.
- Create one branch:
git checkout -b <branch_name>
. - Do your changes and commit:
git commit -m '<commit_message>'
- Push it to the original branch:
git push origin <igorxaviers.github.io> / <local>
- Create a pull request.
More details about pull request (PR): creating a pull request.