Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove favicon white edges #5

Merged
merged 1 commit into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 15 additions & 67 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,84 +3,32 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="apple-touch-icon"
sizes="57x57"
href="/favicon/apple-icon-57x57.png"
/>
<link
rel="apple-touch-icon"
sizes="60x60"
href="/favicon/apple-icon-60x60.png"
/>
<link
rel="apple-touch-icon"
sizes="72x72"
href="/favicon/apple-icon-72x72.png"
/>
<link
rel="apple-touch-icon"
sizes="76x76"
href="/favicon/apple-icon-76x76.png"
/>
<link
rel="apple-touch-icon"
sizes="114x114"
href="/favicon/apple-icon-114x114.png"
/>
<link
rel="apple-touch-icon"
sizes="120x120"
href="/favicon/apple-icon-120x120.png"
/>
<link
rel="apple-touch-icon"
sizes="144x144"
href="/favicon/apple-icon-144x144.png"
/>
<link
rel="apple-touch-icon"
sizes="152x152"
href="/favicon/apple-icon-152x152.png"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/favicon/apple-icon-180x180.png"
/>
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />

<!-- For Android and Chrome -->
<link rel="icon" type="image/png" sizes="48x48" href="/favicon-48x48.png" />
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png" />
<link
rel="icon"
type="image/png"
sizes="192x192"
href="/favicon/android-icon-192x192.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/favicon/favicon-32x32.png"
href="/favicon-192x192.png"
/>

<!-- For iPads and iPhones -->
<link
rel="icon"
rel="apple-touch-icon"
type="image/png"
sizes="96x96"
href="/favicon/favicon-96x96.png"
sizes="167x167"
href="favicon-167x167.png"
/>
<link
rel="icon"
rel="apple-touch-icon"
type="image/png"
sizes="16x16"
href="/favicon/favicon-16x16.png"
/>
<link rel="icon" type="image/png" href="/favicon/faviocn.ico" />

<link rel="manifest" href="/favicon/manifest.json" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta
name="msapplication-TileImage"
content="/favicon/ms-icon-144x144.png"
sizes="180x180"
href="/apple-icon-180x180.png"
/>
<meta name="theme-color" content="#ffffff" />
>
<title>Darwinia Community DAO</title>
</head>
<body>
Expand Down
Binary file added public/android-icon-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 public/apple-icon-180x180.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 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 added 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 removed public/favicon/android-icon-144x144.png
Binary file not shown.
Binary file removed public/favicon/android-icon-192x192.png
Binary file not shown.
Binary file removed public/favicon/android-icon-36x36.png
Binary file not shown.
Binary file removed public/favicon/android-icon-48x48.png
Binary file not shown.
Binary file removed public/favicon/android-icon-72x72.png
Binary file not shown.
Binary file removed public/favicon/android-icon-96x96.png
Binary file not shown.
Binary file removed public/favicon/apple-icon-114x114.png
Binary file not shown.
Binary file removed public/favicon/apple-icon-120x120.png
Binary file not shown.
Binary file removed public/favicon/apple-icon-144x144.png
Binary file not shown.
Binary file removed public/favicon/apple-icon-152x152.png
Binary file not shown.
Binary file removed public/favicon/apple-icon-180x180.png
Binary file not shown.
Binary file removed public/favicon/apple-icon-57x57.png
Binary file not shown.
Binary file removed public/favicon/apple-icon-60x60.png
Binary file not shown.
Binary file removed public/favicon/apple-icon-72x72.png
Binary file not shown.
Binary file removed public/favicon/apple-icon-76x76.png
Binary file not shown.
Binary file removed public/favicon/apple-icon-precomposed.png
Binary file not shown.
Binary file removed public/favicon/apple-icon.png
Binary file not shown.
2 changes: 0 additions & 2 deletions public/favicon/browserconfig.xml

This file was deleted.

Binary file removed public/favicon/favicon-16x16.png
Binary file not shown.
Binary file removed public/favicon/favicon-32x32.png
Binary file not shown.
Binary file removed public/favicon/favicon-96x96.png
Binary file not shown.
Binary file removed public/favicon/favicon.ico
Binary file not shown.
41 changes: 0 additions & 41 deletions public/favicon/manifest.json

This file was deleted.

Binary file removed public/favicon/ms-icon-144x144.png
Binary file not shown.
Binary file removed public/favicon/ms-icon-150x150.png
Diff not rendered.
Binary file removed public/favicon/ms-icon-310x310.png
Diff not rendered.
Binary file removed public/favicon/ms-icon-70x70.png
Diff not rendered.
Loading