Add favicon

This commit is contained in:
Paul Nicoué 2022-07-21 18:17:48 +02:00
parent 5921d2fafe
commit 92e940b9cc
7 changed files with 42 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

View file

@ -0,0 +1,22 @@
<svg class="favicon" viewBox="0 0 3814 3814" xmlns="http://www.w3.org/2000/svg">
<style>
.favicon__border {
stroke: #000;
}
.favicon__center {
stroke: #fff;
}
@media (prefers-color-scheme: dark) {
.favicon__border {
stroke: #fff;
}
.favicon__center {
stroke: #000;
}
}
</style>
<g transform="matrix(1, 0, 0, -1, 1426.537109, 2104.771729)">
<path class="favicon__border" style="fill:none;stroke-width:93.54299927;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" d="m 0,0 c -290.833,17.312 -697.633,-243.443 -961.355,-441.732 -463.22,-348.289 -491.716,-401.405 -327.464,98.265 42.11,128.104 133.935,713.436 134.825,1065.798 1.49,589.899 147.634,423.095 319.826,16.386 C -107.247,-978.225 558.099,-596.729 789.55,-160.404 800.123,-140.473 836,-55 836,-55 c 0,0 25.705,-95.875 94.192,-196.312 C 1081.909,-473.805 1640,-308 1770,-260 c 53.364,19.704 261,-145 571,-221"/>
<path class="favicon__center" style="fill:none;stroke-width:8.50399971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" d="m 0,0 c -290.833,17.312 -697.633,-243.443 -961.355,-441.732 -463.22,-348.289 -491.716,-401.405 -327.464,98.265 42.11,128.104 133.935,713.436 134.825,1065.798 1.49,589.899 147.634,423.095 319.826,16.386 C -107.247,-978.225 558.099,-596.729 789.55,-160.404 800.123,-140.473 836,-55 836,-55 c 0,0 25.705,-95.875 94.192,-196.312 C 1081.909,-473.805 1640,-308 1770,-260 c 53.364,19.704 261,-145 571,-221"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -0,0 +1,16 @@
{
"name": "Julien Monnerie",
"short_name": "Julien Monnerie",
"icons": [
{
"src": "julien-monnerie-favicon-192px.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "julien-monnerie-favicon-512px.png",
"sizes": "512x512",
"type": "image/png"
}
]
}

View file

@ -1,4 +1,4 @@
<link rel="icon" sizes="any" href="assets/favicon/xiao-wang-favicon.ico"> <link rel="icon" sizes="any" href="assets/favicon/julien-monnerie-favicon.ico'">
<link rel="icon" type="image/svg+xml" href="assets/favicon/xiao-wang-favicon.svg"> <link rel="icon" type="image/svg+xml" href="assets/favicon/julien-monnerie-favicon.svg">
<link rel="apple-touch-icon" href="assets/favicon/xiao-wang-apple-touch-icon.png"> <link rel="apple-touch-icon" href="assets/favicon/julien-monnerie-apple-touch-icon.png">
<link rel="manifest" href="assets/favicon/xiao-wang.webmanifest"> <link rel="manifest" href="assets/favicon/julien-monnerie.webmanifest">