nodeschool / admin

CLI tool for setting up and maintaining a nodeschool chapters and other things.
17 stars 7 forks source link

Should we lint for the chapter logo? #12

Open martinheidegger opened 8 years ago

martinheidegger commented 8 years ago

Question for #6

This can be a "optional" but in any case: It could be a quick-win to check the existence and quality of a logo.png/svg/favicon This way people we could show the logo eventually on the nodeschool homepage directly as well.

Would someone be interested to give it a shot and make a PR that lints the quality of a logo?

bnb commented 8 years ago

What file structure would you want? A)

favicon.ico
img/logo.png
img/logo.svg

or B)

favicon.ico
logo.png
logo.svg

or C)

img/favicon.ico
img/logo.png
img/logo.svg

or something else? Personally I think the first would be best, but if anyone else has input I'd be happy to listen and discuss.

martinheidegger commented 8 years ago

The favicon.ico should preferably be rather small in size (download speed). Both logo.png and logo.svg should have a specified size and preferably be optimized. I am in favorite of folder layout A)