diff options
Diffstat (limited to 'front/public')
-rw-r--r-- | front/public/favicon.svg | 22 | ||||
l--------- | front/public/fonts/Inter | 1 | ||||
l--------- | front/public/fonts/Source_Code_Pro | 1 | ||||
-rw-r--r-- | front/public/nostril-icon.png | bin | 0 -> 764000 bytes |
4 files changed, 24 insertions, 0 deletions
diff --git a/front/public/favicon.svg b/front/public/favicon.svg new file mode 100644 index 0000000..790198c --- /dev/null +++ b/front/public/favicon.svg @@ -0,0 +1,22 @@ +<svg +xmlns="http://www.w3.org/2000/svg" +xmlns:xlink="http://www.w3.org/1999/xlink" +aria-hidden="true" +role="img" +class="iconify iconify--fa-solid" +width="40" +height="32" +preserveAspectRatio="xMidYMid meet" +viewBox="0 0 640 512"> + <style> + path { + fill: #000; + } + @media (prefers-color-scheme: dark) { + path { + fill: #fff; + } + } +</style> + +<path d="M544 32h-16.36C513.04 12.68 490.09 0 464 0c-44.18 0-80 35.82-80 80v20.98L12.09 393.57A30.216 30.216 0 0 0 0 417.74c0 22.46 23.64 37.07 43.73 27.03L165.27 384h96.49l44.41 120.1c2.27 6.23 9.15 9.44 15.38 7.17l22.55-8.21c6.23-2.27 9.44-9.15 7.17-15.38L312.94 384H352c1.91 0 3.76-.23 5.66-.29l44.51 120.38c2.27 6.23 9.15 9.44 15.38 7.17l22.55-8.21c6.23-2.27 9.44-9.15 7.17-15.38l-41.24-111.53C485.74 352.8 544 279.26 544 192v-80l96-16c0-35.35-42.98-64-96-64zm-80 72c-13.25 0-24-10.75-24-24c0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z" fill="currentColor"></path></svg> diff --git a/front/public/fonts/Inter b/front/public/fonts/Inter new file mode 120000 index 0000000..7a1c26c --- /dev/null +++ b/front/public/fonts/Inter @@ -0,0 +1 @@ +/home/y/code/fonts/Inter
\ No newline at end of file diff --git a/front/public/fonts/Source_Code_Pro b/front/public/fonts/Source_Code_Pro new file mode 120000 index 0000000..ab04caf --- /dev/null +++ b/front/public/fonts/Source_Code_Pro @@ -0,0 +1 @@ +/home/y/code/fonts/Source_Code_Pro
\ No newline at end of file diff --git a/front/public/nostril-icon.png b/front/public/nostril-icon.png Binary files differnew file mode 100644 index 0000000..73be722 --- /dev/null +++ b/front/public/nostril-icon.png |