Skip to content

Commit

Permalink
Merge pull request #3377 from HHS/OPS-2698/favicon
Browse files Browse the repository at this point in the history
feat: adds favicon
  • Loading branch information
fpigeonjr authored Jan 28, 2025
2 parents c2d00ae + 545e8d0 commit ddc096b
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 32 deletions.
30 changes: 21 additions & 9 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,37 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link
rel="icon"
href="/favicon.ico"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1"
/>
<meta
name="theme-color"
content="#000000"
/>
<meta
name="description"
content="OPRE OPS's website"
/>
<link
rel="icon"
type="image/png"
href="/favicon-96x96.png"
sizes="96x96"
/>
<link
rel="icon"
type="image/svg+xml"
href="/favicon.svg"
/>
<link
rel="shortcut icon"
href="/favicon.ico"
/>
<link
rel="apple-touch-icon"
href="/logo192.png"
sizes="180x180"
href="/apple-touch-icon.png"
/>
<meta
name="apple-mobile-web-app-title"
content="OPRE OPS"
/>
<link
rel="manifest"
Expand Down
Binary file added frontend/public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/public/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/public/favicon.ico
Binary file not shown.
15 changes: 15 additions & 0 deletions frontend/public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed frontend/public/logo192.png
Binary file not shown.
Binary file removed frontend/public/logo512.png
Binary file not shown.
43 changes: 20 additions & 23 deletions frontend/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
{
"short_name": "OPRE OPS",
"name": "OPRE OPS's website",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
"name": "OPRE OPS's website",
"short_name": "OPRE OPS",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"start_url": ".",
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
Binary file added frontend/public/web-app-manifest-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/public/web-app-manifest-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ddc096b

Please sign in to comment.