3
0
mirror of https://git.coop/cotech/website.git synced 2025-10-06 16:54:35 +00:00

Update the favicon

I took the SVG favicon from the brand assets pack Creative Coop
produced and put it through an online tool[1] to
generate these files.

[1] https://realfavicongenerator.net
This commit is contained in:
Chris Lowis
2025-06-30 20:38:45 +01:00
parent 7253e408cb
commit adc0477e39
8 changed files with 40 additions and 5 deletions

View File

@ -55,9 +55,10 @@
<link rel="canonical" href="{{ page.url | absolute_url }}" />
<link rel='stylesheet' href='/assets/css/reset.css' type='text/css' media='all' />
<link rel='stylesheet' id='app-css' href='/assets/css/app.css' type='text/css' media='all' />
<link rel="icon" href="/assets/img/cropped-cotech_512x512-32x32.png" sizes="32x32" />
<link rel="icon" href="/assets/img/cropped-cotech_512x512-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon-precomposed" href="/assets/img/cropped-cotech_512x512-180x180.png" />
<meta name="msapplication-TileImage" content="/assets/img/cropped-cotech_512x512-270x270.png" />
<link rel="icon" type="image/x-icon" href="/assets/img/CoTech-logo.png">
<link rel="icon" type="image/png" href="/assets/img/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/assets/img/favicon.svg" />
<link rel="shortcut icon" href="/assets/img/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/img/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="CoTech" />
<link rel="manifest" href="/assets/img/site.webmanifest" />
</head>