roannav / matrix-movies-website-hacktoberfest

A fan website dedicated to The Matrix Movies. This project was active during Hacktoberfest 2023 only. It is now closed and publicly archived.
https://roannav.github.io/matrix-movies-website-hacktoberfest/
MIT License
19 stars 37 forks source link

favicons #59

Closed roannav closed 1 year ago

roannav commented 1 year ago

The Matrix Movies Website could use favicons. Please choose a drawing or photo that could represent this website and will look good when it's small.

Here's a handy tool: https://favicon.io/favicon-converter/ will generate all the favicons if you give it an image.

Please put all the favicons into /img/favicons/ instead of the root, so that the root doesn't get crowded with too many files.

Then add code like this to all of the html files: Make sure to update the file paths below.

<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
ivanetra commented 1 year ago

Hi @roannav , assign to me, please!

roannav commented 1 year ago

@ivanetra Thanks! You're assigned.

ivanetra commented 1 year ago

@ivanetra Thanks! You're assigned.

Thanks @roannav !