Add favicon & og images

This commit is contained in:
Gabriel Augendre 2021-06-05 18:03:35 +02:00
parent 1ae8642b85
commit 9df2abac32
16 changed files with 97 additions and 0 deletions

View file

@ -4,6 +4,16 @@
<meta charset="UTF-8">
<title>Potain de chantier #3</title>
<link rel="stylesheet" href="jeux/assets/style.css">
<link rel="apple-touch-icon" sizes="180x180" href="jeux/assets/icons/apple-touch-icon.png?v=potain">
<link rel="icon" type="image/png" sizes="32x32" href="jeux/assets/icons/favicon-32x32.png?v=potain">
<link rel="icon" type="image/png" sizes="16x16" href="jeux/assets/icons/favicon-16x16.png?v=potain">
<link rel="manifest" href="jeux/assets/icons/site.webmanifest?v=potain">
<link rel="mask-icon" href="jeux/assets/icons/safari-pinned-tab.svg?v=potain" color="#5bbad5">
<link rel="shortcut icon" href="jeux/assets/icons/favicon.ico?v=potain">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="jeux/assets/icons/browserconfig.xml?v=potain">
<meta name="theme-color" content="#ffffff">
<meta property="og:image" content="https://static.augendre.info/potain3/jeux/images/signal.jpg">
</head>
<body>
<header>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/icons/mstile-150x150.png?v=potain"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>

Binary file not shown.

After

Width:  |  Height:  |  Size: 724 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View file

@ -0,0 +1,29 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="256.000000pt" height="256.000000pt" viewBox="0 0 256.000000 256.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.14, written by Peter Selinger 2001-2017
</metadata>
<g transform="translate(0.000000,256.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M1515 2548 c-2 -7 -5 -24 -7 -38 -3 -22 -61 -50 -638 -307 -485 -216
-645 -283 -675 -283 -37 0 -47 -7 -118 -78 -72 -72 -77 -80 -77 -120 l0 -42
80 0 80 0 0 -280 0 -280 -40 0 -40 0 0 -160 0 -160 36 0 35 0 -35 -34 c-32
-30 -36 -39 -36 -86 0 -46 4 -56 34 -86 30 -30 40 -34 86 -34 46 0 56 4 86 34
21 21 34 44 34 60 0 24 -3 26 -45 26 -32 0 -45 -4 -45 -14 0 -7 -8 -16 -17
-18 -53 -14 -58 32 -8 78 19 17 35 41 35 53 0 18 6 21 40 21 l40 0 0 160 0
160 -40 0 -40 0 0 280 0 280 520 0 520 0 0 -98 c0 -90 2 -100 23 -120 18 -17
36 -22 80 -22 l57 0 0 -640 0 -640 -160 0 -160 0 0 -80 0 -80 480 0 480 0 0
80 0 80 -160 0 -160 0 0 640 c0 613 1 640 18 640 10 0 28 10 40 23 19 21 22
34 22 120 l0 97 80 0 80 0 0 -80 0 -80 280 0 280 0 0 240 0 240 -113 0 -113 0
-316 230 c-320 232 -328 240 -328 303 l0 27 -85 0 c-60 0 -87 -4 -90 -12z
m-25 -175 c0 -5 -9 -66 -20 -138 -11 -71 -20 -136 -20 -142 0 -8 -12 -13 -29
-13 -55 0 -141 -83 -141 -136 l0 -24 -412 1 c-325 0 -408 3 -388 12 61 30 996
446 1003 446 4 1 7 -2 7 -6z m600 -371 l-90 -3 0 -39 0 -40 -80 0 -80 0 0 59
c0 52 -3 62 -26 80 -15 12 -34 21 -44 21 -14 0 -20 20 -33 118 -10 64 -17 122
-17 129 0 7 103 -63 230 -155 l230 -167 -90 -3z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -0,0 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/icons/android-chrome-192x192.png?v=potain",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/android-chrome-256x256.png?v=potain",
"sizes": "256x256",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

View file

@ -4,6 +4,16 @@
<meta charset="UTF-8">
<title>Camel</title>
<link rel="stylesheet" href="assets/style.css">
<link rel="apple-touch-icon" sizes="180x180" href="assets/icons/apple-touch-icon.png?v=potain">
<link rel="icon" type="image/png" sizes="32x32" href="assets/icons/favicon-32x32.png?v=potain">
<link rel="icon" type="image/png" sizes="16x16" href="assets/icons/favicon-16x16.png?v=potain">
<link rel="manifest" href="assets/icons/site.webmanifest?v=potain">
<link rel="mask-icon" href="assets/icons/safari-pinned-tab.svg?v=potain" color="#5bbad5">
<link rel="shortcut icon" href="assets/icons/favicon.ico?v=potain">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="assets/icons/browserconfig.xml?v=potain">
<meta name="theme-color" content="#ffffff">
<meta property="og:image" content="https://static.augendre.info/potain3/jeux/images/camel.jpg">
</head>
<body>
<header>

Binary file not shown.

After

Width:  |  Height:  |  Size: 313 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 314 KiB

After

Width:  |  Height:  |  Size: 316 KiB

View file

@ -5,6 +5,16 @@
<title>Urbain Nature</title>
<link rel="stylesheet" href="assets/style.css">
<link rel="stylesheet" href="assets/nature.css">
<link rel="apple-touch-icon" sizes="180x180" href="assets/icons/apple-touch-icon.png?v=potain">
<link rel="icon" type="image/png" sizes="32x32" href="assets/icons/favicon-32x32.png?v=potain">
<link rel="icon" type="image/png" sizes="16x16" href="assets/icons/favicon-16x16.png?v=potain">
<link rel="manifest" href="assets/icons/site.webmanifest?v=potain">
<link rel="mask-icon" href="assets/icons/safari-pinned-tab.svg?v=potain" color="#5bbad5">
<link rel="shortcut icon" href="assets/icons/favicon.ico?v=potain">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="assets/icons/browserconfig.xml?v=potain">
<meta name="theme-color" content="#ffffff">
<meta property="og:image" content="https://static.augendre.info/potain3/jeux/images/nature.jpg">
</head>
<body>
<header>

View file

@ -4,6 +4,16 @@
<meta charset="UTF-8">
<title>Signal</title>
<link rel="stylesheet" href="assets/style.css">
<link rel="apple-touch-icon" sizes="180x180" href="assets/icons/apple-touch-icon.png?v=potain">
<link rel="icon" type="image/png" sizes="32x32" href="assets/icons/favicon-32x32.png?v=potain">
<link rel="icon" type="image/png" sizes="16x16" href="assets/icons/favicon-16x16.png?v=potain">
<link rel="manifest" href="assets/icons/site.webmanifest?v=potain">
<link rel="mask-icon" href="assets/icons/safari-pinned-tab.svg?v=potain" color="#5bbad5">
<link rel="shortcut icon" href="assets/icons/favicon.ico?v=potain">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="assets/icons/browserconfig.xml?v=potain">
<meta name="theme-color" content="#ffffff">
<meta property="og:image" content="https://static.augendre.info/potain3/jeux/images/signal.jpg">
</head>
<body>
<header>