Update Favicon and Descriptions for SEO purposes

This commit is contained in:
2024-08-29 10:00:18 +02:00
parent 13f0dca6a5
commit 602cfaddef
12 changed files with 5 additions and 17 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 392 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 387 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 793 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 460 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -16,7 +16,7 @@
<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="description" content="Digitising Africa one process at a time.">
<meta name="description" content="Digitizing Mzansi one process at a time. Discover essential Mzansi apps to streamline your personal and professional life. Simplify your daily tasks with our user-friendly solutions.">
<!-- iOS meta tags & icons -->
<meta name="apple-mobile-web-app-capable" content="yes">
@@ -25,7 +25,7 @@
<link rel="apple-touch-icon" href="icons/apple-touch-icon.png">
<!-- Favicon -->
<link rel="icon" href="Logo-001.png">
<link rel="icon" href="favicon.ico">
<title>Mzansi Innovation Hub</title>
<link rel="manifest" href="manifest.json">
@@ -127,18 +127,6 @@
pdfjsLib.GlobalWorkerOptions.workerSrc = "//cdnjs.cloudflare.com/ajax/libs/pdf.js/2.11.338/pdf.worker.min.js";
</script>
<!-- Favicon Switcher based on system theme -->
<script defer>
const setFavicon = () =>
{
const favicon = document.querySelector('link[rel="icon"]');
favicon.href = (window.matchMedia('(prefers-color-scheme: dark)').matches)
? 'Logo-002.png'
: 'Logo-001.png';
};
setFavicon();
</script>
<!-- Versioning -->
<script defer>
var serviceWorkerVersion = '{{flutter_service_worker_version}}';

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

View File

@@ -3,9 +3,9 @@
"short_name": "MIH",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "Digitising Africa one process at a time.",
"background_color": "#3A4454",
"theme_color": "#3A4454",
"description": "Digitizing Mzansi one process at a time. Discover essential Mzansi apps to streamline your personal and professional life. Simplify your daily tasks with our user-friendly solutions.",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [