fac-17 / Generation-Change

Generation Change (Tech For Better Project)
https://generation-change.netlify.com/
1 stars 3 forks source link

Static assets #59

Closed lucymk closed 4 years ago

lucymk commented 5 years ago

You could create a static folder and store your images and SVGs in there, then import them into the files you need, rather than having them inline.

It will keep the code a bit cleaner, and allow you to use them in multiple places if you need to without having to paste it out again.

Also, you can convert the logo to a favicon by using something like this - https://convertico.com/ - obviously favicons aren't that important but they are a nice quick win😉