diff --git a/README.md b/README.md index d050ec0..182d0cd 100644 --- a/README.md +++ b/README.md @@ -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 + - Ensure whitespace is cropped from the SVG `viewBox`: + - Minify and strip the resulting SVG: + - 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!