feat: update favicon implementation and add versioning to icon links

This commit is contained in:
sha
2025-06-20 14:20:31 +03:00
parent 9bd17df4df
commit aab9b84b1a
2 changed files with 10 additions and 20 deletions
+3 -1
View File
@@ -2,7 +2,9 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" /> <link rel="icon" type="image/svg+xml" href="/favicon.svg?v=1.0" />
<link rel="shortcut icon" href="/favicon.svg?v=1.0" />
<link rel="apple-touch-icon" href="/favicon.svg?v=1.0" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Vancouver Investment Fund - Ukrainian investment fund established in 2018, focused on energy, woodworking, real estate, retail, and wholesale trade." /> <meta name="description" content="Vancouver Investment Fund - Ukrainian investment fund established in 2018, focused on energy, woodworking, real estate, retail, and wholesale trade." />
<meta name="keywords" content="investment fund, ukraine, vancouver, energy, real estate, retail, woodworking" /> <meta name="keywords" content="investment fund, ukraine, vancouver, energy, real estate, retail, woodworking" />
+7 -19
View File
@@ -1,20 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14">
<defs> <g fill="none">
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%"> <path fill="#2859c5"
<stop offset="0%" style="stop-color:#2563eb;stop-opacity:1" /> d="M13.68 4.845C13.8 3.2 9.195.122 9.195 1.511v1.615a48 48 0 0 0-2.444.035a.933.933 0 0 0-.907.846c-.043.547-.043 1.08 0 1.627a.933.933 0 0 0 .907.846q.726.028 1.432.035a1.017 1.017 0 0 1 1.012 1.011v.603c0 1.361 4.62-1.695 4.485-3.284" />
<stop offset="100%" style="stop-color:#1d4ed8;stop-opacity:1" /> <path fill="#8fbffa"
</linearGradient> d="M.322 9.215C.203 7.569 4.807 4.492 4.807 5.88v.604c0 .556.455 1.005 1.012 1.01q.706.008 1.432.036a.934.934 0 0 1 .907.846c.043.547.043 1.08 0 1.627a.933.933 0 0 1-.907.846a48 48 0 0 1-2.444.035v1.615c0 1.36-4.62-1.695-4.485-3.284" />
</defs> </g>
<!-- Background circle -->
<circle cx="16" cy="16" r="15" fill="url(#grad1)" stroke="#1e293b" stroke-width="1"/>
<!-- Letter V -->
<path d="M8 10 L12 22 L16 10 L20 22 L24 10"
stroke="white"
stroke-width="2.5"
stroke-linecap="round"
stroke-linejoin="round"
fill="none"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 638 B

After

Width:  |  Height:  |  Size: 679 B