Skip to content

Commit

Permalink
Add favicon files for new logo
Browse files Browse the repository at this point in the history
  • Loading branch information
mobeigi committed Dec 9, 2023
1 parent 87cd9d9 commit f13dfea
Show file tree
Hide file tree
Showing 15 changed files with 507 additions and 58 deletions.
Binary file modified app/public/android-chrome-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 removed app/public/android-chrome-384x384.png
Binary file not shown.
Binary file added app/public/android-chrome-512x512.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 app/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.
4 changes: 2 additions & 2 deletions app/public/browserconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png?v=69PKyBgJeB"/>
<TileColor>#ffffff</TileColor>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#cc7156</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file modified app/public/favicon-16x16.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 app/public/favicon-32x32.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 app/public/favicon.ico
Binary file not shown.
33 changes: 7 additions & 26 deletions app/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,13 @@
<meta name="theme-color" content="#000000" />

<!--Favicon-->
<link
rel="apple-touch-icon"
sizes="180x180"
href="%PUBLIC_URL%/apple-touch-icon.png?v=WkFE072nDW"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="%PUBLIC_URL%/favicon-32x32.png?v=WkFE072nDW"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="%PUBLIC_URL%/favicon-16x16.png?v=WkFE072nDW"
/>
<link rel="manifest" href="%PUBLIC_URL%/manifest.webmanifest?v=WkFE072nDW" />
<link
rel="mask-icon"
href="%PUBLIC_URL%/safari-pinned-tab.svg?v=WkFE072nDW"
color="#5bbad5"
/>
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico?v=WkFE072nDW" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="theme-color" content="#ffffff" />
<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="/manifest.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#cc7156">
<meta name="theme-color" content="#cc7156">
<!--Favicon End -->

<!-- Stylesheets-->
Expand Down
Binary file removed app/public/logo192.png
Binary file not shown.
Binary file removed app/public/logo512.png
Binary file not shown.
25 changes: 0 additions & 25 deletions app/public/manifest.json

This file was deleted.

8 changes: 4 additions & 4 deletions app/public/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"type": "image/png"
},
{
"src": "/android-chrome-384x384.png",
"sizes": "384x384",
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"theme_color": "#cc7156",
"background_color": "#cc7156",
"start_url": "https://mobeigi.com/",
"display": "standalone"
}
Binary file modified app/public/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
495 changes: 494 additions & 1 deletion app/public/safari-pinned-tab.svg
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 f13dfea

Please sign in to comment.