Favicon set
@ -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>
|
||||
|
||||
BIN
PlotLine/wwwroot/android-chrome-192x192.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
PlotLine/wwwroot/android-chrome-512x512.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
PlotLine/wwwroot/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
9
PlotLine/wwwroot/browserconfig.xml
Normal 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>
|
||||
BIN
PlotLine/wwwroot/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 389 B |
BIN
PlotLine/wwwroot/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 792 B |
BIN
PlotLine/wwwroot/favicon-48x48.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 2.4 KiB |
7
PlotLine/wwwroot/favicon.svg
Normal 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 |
BIN
PlotLine/wwwroot/mstile-150x150.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
PlotLine/wwwroot/og-image.png
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
PlotLine/wwwroot/plotweaver-icon-source-1024.png
Normal file
|
After Width: | Height: | Size: 30 KiB |
19
PlotLine/wwwroot/site.webmanifest
Normal 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"
|
||||
}
|
||||