Added favicons

This commit is contained in:
Dan Elbert 2019-03-23 14:55:27 -05:00
parent bea495cd8a
commit cf09c5f000
18 changed files with 125 additions and 3 deletions

View File

@ -2,12 +2,35 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name ="theme-color" content="#79A736">
<link rel="manifest" href="/manifest.json">
<style type="text/css">
<!-- generics -->
<link rel="icon" href="/logo_32.png" sizes="32x32">
<link rel="icon" href="/logo_57.png" sizes="57x57">
<link rel="icon" href="/logo_76.png" sizes="76x76">
<link rel="icon" href="/logo_96.png" sizes="96x96">
<link rel="icon" href="/logo_128.png" sizes="128x128">
<link rel="icon" href="/logo_192.png" sizes="192x192">
<link rel="icon" href="/logo_228.png" sizes="228x228">
<!-- Android -->
<link rel="shortcut icon" sizes="196x196" href=“/logo_196.png">
<!-- iOS -->
<link rel="apple-touch-icon" href="/logo_120.png" sizes="120x120">
<link rel="apple-touch-icon" href="/logo_152.png" sizes="152x152">
<link rel="apple-touch-icon" href="/logo_180.png" sizes="180x180">
<!-- Windows 8 IE 10-->
<meta name="msapplication-TileColor" content="#79A736">
<meta name="msapplication-TileImage" content="/logo_144.png">
<!— Windows 8.1 + IE11 and above —>
<meta name="msapplication-config" content="/browserconfig.xml" />
</style>
<title>Parsley</title>

24
index.html Normal file
View File

@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name ="theme-color" content="rgba(121, 167, 54, 1)">
<link rel="manifest" href="/manifest.json">
<title>Parsley</title>
</head>
<body>
<div id="app" data-url="http://localhost:3000/">
<div id="app-placeholder">
Loading...
</div>
</div>
<script src="/packs/application-3067a90281a92d120ca6.js"></script>
</body>
</html>

10
public/browserconfig.xml Normal file
View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square70x70logo src="logo_76.png"/>
<square150x150logo src="favicon-228.png"/>
<TileColor>#79A736</TileColor>
</tile>
</msapplication>
</browserconfig>

BIN
public/logo_120.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

BIN
public/logo_128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

BIN
public/logo_144.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

BIN
public/logo_152.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
public/logo_180.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
public/logo_192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
public/logo_196.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
public/logo_228.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
public/logo_32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
public/logo_512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

BIN
public/logo_57.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
public/logo_76.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
public/logo_96.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@ -5,5 +5,17 @@
"display": "standalone",
"background_color": "#4a4a4a",
"description": "A recipe manager.",
"theme_color": "rgb(121, 167, 54)"
"theme_color": "#79A736",
"icons": [
{
"src": "/logo_512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "/logo_192.png",
"type": "image/png",
"sizes": "192x192"
}
]
}

53
vendor/logo/green_upgright.svg vendored Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 26 KiB