adding favicon.

This commit is contained in:
Jason Kulatunga 2023-12-08 21:22:08 -08:00
parent eac07d01e5
commit a9ab79fb90
No known key found for this signature in database
11 changed files with 59 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 784 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -0,0 +1,23 @@
<?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="730.000000pt" height="730.000000pt" viewBox="0 0 730.000000 730.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.14, written by Peter Selinger 2001-2017
</metadata>
<g transform="translate(0.000000,730.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M2315 6349 c-437 -41 -746 -170 -959 -401 -211 -227 -306 -528 -306
-969 l0 -179 -220 0 -220 0 0 -405 0 -405 220 0 220 0 0 -1535 0 -1535 495 0
495 0 0 1535 0 1535 340 0 340 0 0 405 0 405 -340 0 -340 0 0 118 c1 355 79
508 295 578 64 21 106 27 213 32 l132 5 0 413 0 414 -137 -1 c-76 -1 -178 -5
-228 -10z"/>
<path d="M2990 3510 l0 -2590 490 0 489 0 4 1163 c4 1260 1 1203 58 1377 125
378 447 582 880 556 458 -27 741 -318 789 -811 5 -58 10 -562 10 -1192 l0
-1093 490 0 491 0 -4 1252 c-3 1133 -5 1263 -21 1362 -64 404 -211 706 -453
937 -206 195 -471 320 -774 365 -159 23 -460 16 -612 -15 -306 -62 -578 -208
-775 -416 l-82 -86 0 890 0 891 -490 0 -490 0 0 -2590z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

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

View File

@ -6,8 +6,14 @@
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<link rel="apple-touch-icon" sizes="76x76" href="./assets/img/apple-icon.png"/>
<link rel="icon" type="image/png" href="./assets/img/favicon.png" />
<link rel="apple-touch-icon" sizes="180x180" href="./assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./assets/favicon/favicon-16x16.png">
<link rel="manifest" href="./assets/favicon/site.webmanifest">
<link rel="mask-icon" href="./assets/favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#603cba">
<meta name="theme-color" content="#ffffff">
<title>fastenhealth</title>
<!-- Fonts and icons -->
<link href="https://fonts.googleapis.com/css?family=Poppins:200,300,400,600,700,800" rel="stylesheet"/>