diff --git a/openhis-ui-vue3/favicon/README.txt b/openhis-ui-vue3/favicon/README.txt new file mode 100644 index 00000000..ff1f04fc --- /dev/null +++ b/openhis-ui-vue3/favicon/README.txt @@ -0,0 +1,26 @@ +Favicon.pub Package Description +=================== + +This package contains the following files: + +PNG Format: +- favicon-16x16.png (16x16 pixels, for browser tabs) +- favicon-32x32.png (32x32 pixels, for taskbars) +- favicon-48x48.png (48x48 pixels, for desktop shortcuts) +- android-chrome-192x192.png (192x192 pixels, Android PWA icon) +- android-chrome-512x512.png (512x512 pixels, Android PWA launch icon) + +Apple Icons: +- apple-touch-icon.png (180x180 pixels, default iOS icon) +- apple-touch-icon-152x152.png (152x152 pixels, iPad icon) +- apple-touch-icon-167x167.png (167x167 pixels, iPad Pro icon) +- apple-touch-icon-180x180.png (180x180 pixels, iPhone icon) + +Other Formats: +- favicon.ico (Traditional ICO format containing multiple sizes. Note that browsers/OS may choose smaller sizes due to caching. Use professional ICO viewers to verify.) + - favicon.svg (Vectorized from your uploaded image using ImageTracer) + - safari-pinned-tab.svg (Vectorized from your uploaded image) +- site.webmanifest (PWA manifest file) + +Usage: +Place all files in your website's root directory, then add the following link tags to your HTML's
section. diff --git a/openhis-ui-vue3/favicon/android-chrome-192x192.png b/openhis-ui-vue3/favicon/android-chrome-192x192.png new file mode 100644 index 00000000..17a8724a Binary files /dev/null and b/openhis-ui-vue3/favicon/android-chrome-192x192.png differ diff --git a/openhis-ui-vue3/favicon/android-chrome-512x512.png b/openhis-ui-vue3/favicon/android-chrome-512x512.png new file mode 100644 index 00000000..0f4a4728 Binary files /dev/null and b/openhis-ui-vue3/favicon/android-chrome-512x512.png differ diff --git a/openhis-ui-vue3/favicon/apple-touch-icon-152x152.png b/openhis-ui-vue3/favicon/apple-touch-icon-152x152.png new file mode 100644 index 00000000..841252b8 Binary files /dev/null and b/openhis-ui-vue3/favicon/apple-touch-icon-152x152.png differ diff --git a/openhis-ui-vue3/favicon/apple-touch-icon-167x167.png b/openhis-ui-vue3/favicon/apple-touch-icon-167x167.png new file mode 100644 index 00000000..a0e5bce5 Binary files /dev/null and b/openhis-ui-vue3/favicon/apple-touch-icon-167x167.png differ diff --git a/openhis-ui-vue3/favicon/apple-touch-icon-180x180.png b/openhis-ui-vue3/favicon/apple-touch-icon-180x180.png new file mode 100644 index 00000000..45d7c33d Binary files /dev/null and b/openhis-ui-vue3/favicon/apple-touch-icon-180x180.png differ diff --git a/openhis-ui-vue3/favicon/apple-touch-icon.png b/openhis-ui-vue3/favicon/apple-touch-icon.png new file mode 100644 index 00000000..45d7c33d Binary files /dev/null and b/openhis-ui-vue3/favicon/apple-touch-icon.png differ diff --git a/openhis-ui-vue3/favicon/favicon-16x16.png b/openhis-ui-vue3/favicon/favicon-16x16.png new file mode 100644 index 00000000..0126fec0 Binary files /dev/null and b/openhis-ui-vue3/favicon/favicon-16x16.png differ diff --git a/openhis-ui-vue3/favicon/favicon-32x32.png b/openhis-ui-vue3/favicon/favicon-32x32.png new file mode 100644 index 00000000..b43ff76f Binary files /dev/null and b/openhis-ui-vue3/favicon/favicon-32x32.png differ diff --git a/openhis-ui-vue3/favicon/favicon-48x48.png b/openhis-ui-vue3/favicon/favicon-48x48.png new file mode 100644 index 00000000..7955776b Binary files /dev/null and b/openhis-ui-vue3/favicon/favicon-48x48.png differ diff --git a/openhis-ui-vue3/favicon/favicon.ico b/openhis-ui-vue3/favicon/favicon.ico new file mode 100644 index 00000000..b4ee55ac Binary files /dev/null and b/openhis-ui-vue3/favicon/favicon.ico differ diff --git a/openhis-ui-vue3/favicon/favicon.svg b/openhis-ui-vue3/favicon/favicon.svg new file mode 100644 index 00000000..b90fcabe --- /dev/null +++ b/openhis-ui-vue3/favicon/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/openhis-ui-vue3/favicon/safari-pinned-tab.svg b/openhis-ui-vue3/favicon/safari-pinned-tab.svg new file mode 100644 index 00000000..b90fcabe --- /dev/null +++ b/openhis-ui-vue3/favicon/safari-pinned-tab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/openhis-ui-vue3/favicon/site.webmanifest b/openhis-ui-vue3/favicon/site.webmanifest new file mode 100644 index 00000000..68994ad4 --- /dev/null +++ b/openhis-ui-vue3/favicon/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "My Awesome App", + "short_name": "AwesomeApp", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} \ No newline at end of file diff --git a/openhis-ui-vue3/index.html b/openhis-ui-vue3/index.html index 61093917..8c84232c 100644 --- a/openhis-ui-vue3/index.html +++ b/openhis-ui-vue3/index.html @@ -1,38 +1,63 @@ + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +