1
0
mirror of https://gitlab.com/redline-racing-division/redline-racing-website.git synced 2025-06-15 22:56:44 +00:00

added favicons

This commit is contained in:
Anson 2019-10-06 22:37:39 -07:00
parent 2a3e0ba382
commit a80bddaaec
11 changed files with 1687 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
images/icons/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 115 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

@ -17,6 +17,38 @@
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css"
/></noscript>
<!-- Favicon magic stuff -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="./images/icons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./images/icons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="./images/icons/favicon-16x16.png"
/>
<link rel="manifest" href="./images/icons/site.webmanifest" />
<link
rel="mask-icon"
href="./images/icons/safari-pinned-tab.svg"
color="#d55b5b"
/>
<link rel="shortcut icon" href="./images/icons/favicon.ico" />
<meta name="msapplication-TileColor" content="#b91d47" />
<meta
name="msapplication-config"
content="./images/icons/browserconfig.xml"
/>
<meta name="theme-color" content="#ffffff" />
<!-- End of the facicon magic stuff -->
</head>
<body class="is-preload">