-
Fork it!
-
Create the SVG file.
-
SVG Tutorial: How to work with SVG icons.
-
Use SVGOMG to minify the SVG file.
-
Remove ids.
-
Use BEM — Block Element Modifier for naming classes
-
-
Put in folder
dist/logos
.- Use the file naming convention
- Lower case:
band.svg
- Separate compound name by using a hyphen
band-name.svg
- Lower case:
- Use the file naming convention
-
Add the logo and necessary info on
dist/data.json
. -
Commit your changes:
git commit -am 'Add some Logo'
-
Push to the branch:
git push origin main
-
Submit a pull request :D