Skip to content

Commit

Permalink
docs: creating icons
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau committed Oct 18, 2023
1 parent 61092e2 commit 6b875b1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@ Deployment is automated by [GitHub Actions](https://github.com/simbleau/resume/a
make open
```

## Creating icons

- Most icons come from the [`fontawesome5`](https://ctan.org/pkg/fontawesome5?lang=en) TeX package \[[with documentation](http://mirrors.ctan.org/fonts/fontawesome5/doc/fontawesome5.pdf)\].
- Some are custom made (those not in `fontawesome5`).
- Find an open-licensed SVG vector on <https://www.svgrepo.com>
- Ensure whitespace is cropped from the SVG `viewBox`: <https://svgcrop.com/>
- Minify and strip the resulting SVG: <https://jakearchibald.github.io/svgomg/>
- Convert svg to png: `inkscape --export-type png -w 1024 --export-filename /path/to/new.png /path/to/my.svg`

## 🔏 License

This project is [MIT](./LICENSE) licensed. You are within your rights to fork my résumé and use it as your own, although you should probably change my name to yours!

0 comments on commit 6b875b1

Please sign in to comment.