hackforla / lucky-parking

Visualization of parking data to assist in understanding of the effects of parking policies on a neighborhood by neighborhood basis in the City of Los Angeles
https://www.hackforla.org/projects/lucky-parking.html
34 stars 60 forks source link

Upload favicon #553

Closed glenflorendo closed 11 months ago

glenflorendo commented 11 months ago

User Story

As a user, I want to see a favicon, so I can quickly identify the website when scanning my browser tabs.

Description

Currently, we do not have any favicon for the website. It results in web browsers using a generic image, if any.

We should use the logo we use for parking insights.

Acceptance Criteria

Design References

Technical References

<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">

Additional Information

No response

glenflorendo commented 11 months ago

Should we convert the manifest file to a JSON file and use that instead of the site.webmanifest file?