Portfolios from the gitconnected.com community.
Build your portfolio using the Portfolio API and also generate your résumé with no additional work. See an example résumé.
This is also a great excercise on submitting a PR if you're new to open source or Git!
You will need to submit a PR to this repo with the content below. If you need directions on submitting a PR use this guide.
- Take a screenshot of your portfolio in widescreen format - preferably ~16x9 aspect ratio.
- Add your screen shot to the
images
folder and make the file name your username. - Add your details as an object to the
items
key of theportfolios.json
file. If your portfolio is not on GitHub, you can leave that item out.
{
"version": "x.x.x",
"items": [
// ... other items
{
"username": "GitHub / gitconnected {username}",
"image": "{username}.png",
"website": "https://portfolio.com",
"github": "https://github.com/{username}/{portfolio repo}"
}
]
}
TODO