Browse Source

Reorganize the favicons

pull/120/head
Gabe Kangas 5 years ago
parent
commit
4632ba4247
  1. 36
      static/metadata.html
  2. 0
      webroot/img/favicon/android-icon-144x144.png
  3. 0
      webroot/img/favicon/android-icon-192x192.png
  4. 0
      webroot/img/favicon/android-icon-36x36.png
  5. 0
      webroot/img/favicon/android-icon-48x48.png
  6. 0
      webroot/img/favicon/android-icon-72x72.png
  7. 0
      webroot/img/favicon/android-icon-96x96.png
  8. 0
      webroot/img/favicon/apple-icon-114x114.png
  9. 0
      webroot/img/favicon/apple-icon-120x120.png
  10. 0
      webroot/img/favicon/apple-icon-144x144.png
  11. 0
      webroot/img/favicon/apple-icon-152x152.png
  12. 0
      webroot/img/favicon/apple-icon-180x180.png
  13. 0
      webroot/img/favicon/apple-icon-57x57.png
  14. 0
      webroot/img/favicon/apple-icon-60x60.png
  15. 0
      webroot/img/favicon/apple-icon-72x72.png
  16. 0
      webroot/img/favicon/apple-icon-76x76.png
  17. 0
      webroot/img/favicon/apple-icon-precomposed.png
  18. 0
      webroot/img/favicon/apple-icon.png
  19. 0
      webroot/img/favicon/browserconfig.xml
  20. 0
      webroot/img/favicon/favicon-16x16.png
  21. 0
      webroot/img/favicon/favicon-32x32.png
  22. 0
      webroot/img/favicon/favicon-96x96.png
  23. 0
      webroot/img/favicon/ms-icon-144x144.png
  24. 0
      webroot/img/favicon/ms-icon-150x150.png
  25. 0
      webroot/img/favicon/ms-icon-310x310.png
  26. 0
      webroot/img/favicon/ms-icon-70x70.png
  27. 28
      webroot/index2.html
  28. 14
      webroot/manifest.json

36
static/metadata.html

@ -29,23 +29,23 @@ @@ -29,23 +29,23 @@
<meta property="twitter:description" content="{{.Config.Summary}}">
<meta property="twitter:image" content="{{.Image}}">
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="57x57" href="/img/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/img/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/img/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/img/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/img/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/img/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/img/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/img/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/img/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="msapplication-TileImage" content="/img/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
</head>
@ -67,11 +67,11 @@ @@ -67,11 +67,11 @@
<br/>
<h3>Connect with {{.Config.Name}} elsewhere by visiting:</h3>
{{range .Config.SocialHandles}}
<li><a href="{{.URL}}">{{.Platform}}</a></li>
{{end}}
</body>
</html>
</html>

0
webroot/android-icon-144x144.png → webroot/img/favicon/android-icon-144x144.png

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

0
webroot/android-icon-192x192.png → webroot/img/favicon/android-icon-192x192.png

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

0
webroot/android-icon-36x36.png → webroot/img/favicon/android-icon-36x36.png

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

0
webroot/android-icon-48x48.png → webroot/img/favicon/android-icon-48x48.png

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

0
webroot/android-icon-72x72.png → webroot/img/favicon/android-icon-72x72.png

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

0
webroot/android-icon-96x96.png → webroot/img/favicon/android-icon-96x96.png

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

0
webroot/apple-icon-114x114.png → webroot/img/favicon/apple-icon-114x114.png

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

0
webroot/apple-icon-120x120.png → webroot/img/favicon/apple-icon-120x120.png

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

0
webroot/apple-icon-144x144.png → webroot/img/favicon/apple-icon-144x144.png

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

0
webroot/apple-icon-152x152.png → webroot/img/favicon/apple-icon-152x152.png

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

0
webroot/apple-icon-180x180.png → webroot/img/favicon/apple-icon-180x180.png

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

0
webroot/apple-icon-57x57.png → webroot/img/favicon/apple-icon-57x57.png

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

0
webroot/apple-icon-60x60.png → webroot/img/favicon/apple-icon-60x60.png

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

0
webroot/apple-icon-72x72.png → webroot/img/favicon/apple-icon-72x72.png

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

0
webroot/apple-icon-76x76.png → webroot/img/favicon/apple-icon-76x76.png

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

0
webroot/apple-icon-precomposed.png → webroot/img/favicon/apple-icon-precomposed.png

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

0
webroot/apple-icon.png → webroot/img/favicon/apple-icon.png

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

0
webroot/browserconfig.xml → webroot/img/favicon/browserconfig.xml

0
webroot/favicon-16x16.png → webroot/img/favicon/favicon-16x16.png

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

0
webroot/favicon-32x32.png → webroot/img/favicon/favicon-32x32.png

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

0
webroot/favicon-96x96.png → webroot/img/favicon/favicon-96x96.png

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

0
webroot/ms-icon-144x144.png → webroot/img/favicon/ms-icon-144x144.png

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

0
webroot/ms-icon-150x150.png → webroot/img/favicon/ms-icon-150x150.png

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

0
webroot/ms-icon-310x310.png → webroot/img/favicon/ms-icon-310x310.png

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

0
webroot/ms-icon-70x70.png → webroot/img/favicon/ms-icon-70x70.png

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

28
webroot/index2.html

@ -3,22 +3,22 @@ @@ -3,22 +3,22 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="57x57" href="/img/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/img/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/img/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/img/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/img/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/img/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/img/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/img/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/img/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="msapplication-TileImage" content="/img/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet" />

14
webroot/manifest.json

@ -2,40 +2,40 @@ @@ -2,40 +2,40 @@
"name": "App",
"icons": [
{
"src": "\/android-icon-36x36.png",
"src": "\/img\/favicon\/android-icon-36x36.png",
"sizes": "36x36",
"type": "image\/png",
"density": "0.75"
},
{
"src": "\/android-icon-48x48.png",
"src": "\/img\/favicon\/android-icon-48x48.png",
"sizes": "48x48",
"type": "image\/png",
"density": "1.0"
},
{
"src": "\/android-icon-72x72.png",
"src": "\/img\/favicon\/android-icon-72x72.png",
"sizes": "72x72",
"type": "image\/png",
"density": "1.5"
},
{
"src": "\/android-icon-96x96.png",
"src": "\/img\/favicon\/android-icon-96x96.png",
"sizes": "96x96",
"type": "image\/png",
"density": "2.0"
},
{
"src": "\/android-icon-144x144.png",
"src": "\/img\/favicon\/android-icon-144x144.png",
"sizes": "144x144",
"type": "image\/png",
"density": "3.0"
},
{
"src": "\/android-icon-192x192.png",
"src": "\/img\/favicon\/android-icon-192x192.png",
"sizes": "192x192",
"type": "image\/png",
"density": "4.0"
}
]
}
}

Loading…
Cancel
Save