Add favicon
This commit is contained in:
parent
5921d2fafe
commit
92e940b9cc
7 changed files with 42 additions and 4 deletions
BIN
public/assets/favicon/julien-monnerie-apple-touch-icon.png
Normal file
BIN
public/assets/favicon/julien-monnerie-apple-touch-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
BIN
public/assets/favicon/julien-monnerie-favicon-192px.png
Normal file
BIN
public/assets/favicon/julien-monnerie-favicon-192px.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5 KiB |
BIN
public/assets/favicon/julien-monnerie-favicon-512px.png
Normal file
BIN
public/assets/favicon/julien-monnerie-favicon-512px.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
public/assets/favicon/julien-monnerie-favicon.ico
Normal file
BIN
public/assets/favicon/julien-monnerie-favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.4 KiB |
22
public/assets/favicon/julien-monnerie-favicon.svg
Normal file
22
public/assets/favicon/julien-monnerie-favicon.svg
Normal 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 |
16
public/assets/favicon/julien-monnerie.webmanifest
Normal file
16
public/assets/favicon/julien-monnerie.webmanifest
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue