Favicon set

This commit is contained in:
Nick Beckley 2026-06-07 21:53:32 +01:00
parent 3202a52b3c
commit 88386d6d7e
14 changed files with 48 additions and 0 deletions

View File

@ -22,6 +22,19 @@
<link rel="stylesheet" href="~/css/site.css" asp-append-version="true" />
<link rel="stylesheet" href="~/PlotLine.styles.css" asp-append-version="true" />
<link rel="stylesheet" href="~/css/plotline-theme.css" asp-append-version="true" />
<link rel="icon" href="~/favicon.ico" sizes="any" />
<link rel="icon" type="image/svg+xml" href="~/favicon.svg" />
<link rel="icon" type="image/png" sizes="32x32" href="~/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="~/favicon-16x16.png" />
<link rel="apple-touch-icon" sizes="180x180" href="~/apple-touch-icon.png" />
<link rel="manifest" href="~/site.webmanifest" />
<meta name="msapplication-config" content="/browserconfig.xml" />
<meta name="msapplication-TileColor" content="#1F2A44" />
<meta name="theme-color" content="#1F2A44" />
<meta property="og:site_name" content="PlotWeaver Studio" />
<meta property="og:title" content="PlotWeaver Studio" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/og-image.png" />
</head>
<body>
<header>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 792 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" role="img" aria-label="PlotWeaver Studio icon">
<rect width="128" height="128" rx="28" fill="#1F2A44"/>
<path d="M64 37c-11-9-25-12-40-9v56c15-3 29 0 40 9 11-9 25-12 40-9V28c-15-3-29 0-40 9Z" fill="#FAF8F5"/>
<path d="M64 37v56" fill="none" stroke="#D4A574" stroke-width="7" stroke-linecap="round"/>
<path d="M34 44c9-1 17 1 24 6M34 59c9-1 17 1 24 6M94 44c-9-1-17 1-24 6M94 59c-9-1-17 1-24 6" fill="none" stroke="#1F2A44" stroke-width="5" stroke-linecap="round"/>
<path d="M27 87c14-2 27 1 37 10 10-9 23-12 37-10" fill="none" stroke="#D4A574" stroke-width="5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 664 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

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