diff --git a/README.md b/README.md index dc9f0bb..30ce360 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# LNX-Connect (WIP) +# LupiNex-Connect (WIP) ### The modular backend ecosystem by and for LupiNex Media -**LNX-Connect** is a modular server backend ecosystem designed for secure data management and flexible project deployment. +**LupiNex-Connect** is a modular server backend ecosystem designed for secure data management and flexible project deployment. --- -- [LNX-Connect (WIP)](#lnx-connect-wip) +- [LupiNex-Connect (WIP)](#lupinex-connect-wip) - [The modular backend ecosystem by and for LupiNex Media](#the-modular-backend-ecosystem-by-and-for-lupinex-media) --- \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 18fd974..7b273c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "lnx-connect", + "name": "lupinex-connect", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "lnx-connect", + "name": "lupinex-connect", "version": "1.0.0", "license": "UNLICENSED", "dependencies": { diff --git a/package.json b/package.json index ab7fea5..fdb230c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "lnx-connect", + "name": "lupinex-connect", "version": "1.0.0", - "description": "LNX-Connect is a complete backend ecosystem for LupiNex Media infrastructure", + "description": "LupiNex-Connect is a complete backend ecosystem for LupiNex Media infrastructure", "keywords": [ "backend", "infrastructure", @@ -10,7 +10,7 @@ ], "repository": { "type": "git", - "url": "gitea:LupinexMedia/LNX-Connect.git" + "url": "gitea:LupinexMedia/LupiNex-Connect.git" }, "license": "UNLICENSED", "author": "LupiNex Media", diff --git a/ui/resources/img/.gitkeep b/ui/resources/img/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/ui/resources/img/favicons/apple-touch-icon.png b/ui/resources/img/favicons/apple-touch-icon.png new file mode 100644 index 0000000..9e099b6 Binary files /dev/null and b/ui/resources/img/favicons/apple-touch-icon.png differ diff --git a/ui/resources/img/favicons/favicon-96x96.png b/ui/resources/img/favicons/favicon-96x96.png new file mode 100644 index 0000000..1ab3dda Binary files /dev/null and b/ui/resources/img/favicons/favicon-96x96.png differ diff --git a/ui/resources/img/favicons/favicon.ico b/ui/resources/img/favicons/favicon.ico new file mode 100644 index 0000000..7a3e429 Binary files /dev/null and b/ui/resources/img/favicons/favicon.ico differ diff --git a/ui/resources/img/favicons/favicon.svg b/ui/resources/img/favicons/favicon.svg new file mode 100644 index 0000000..d36ec94 --- /dev/null +++ b/ui/resources/img/favicons/favicon.svg @@ -0,0 +1 @@ +RealFaviconGeneratorhttps://realfavicongenerator.net \ No newline at end of file diff --git a/ui/resources/img/favicons/site.webmanifest b/ui/resources/img/favicons/site.webmanifest new file mode 100644 index 0000000..0c31b4e --- /dev/null +++ b/ui/resources/img/favicons/site.webmanifest @@ -0,0 +1,21 @@ +{ + "name": "LupiNex Connect", + "short_name": "LupiNex Connect", + "icons": [ + { + "src": "/img/favicons/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/img/favicons/web-app-manifest-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} \ No newline at end of file diff --git a/ui/resources/img/favicons/web-app-manifest-192x192.png b/ui/resources/img/favicons/web-app-manifest-192x192.png new file mode 100644 index 0000000..6a65a3f Binary files /dev/null and b/ui/resources/img/favicons/web-app-manifest-192x192.png differ diff --git a/ui/resources/img/favicons/web-app-manifest-512x512.png b/ui/resources/img/favicons/web-app-manifest-512x512.png new file mode 100644 index 0000000..096d51e Binary files /dev/null and b/ui/resources/img/favicons/web-app-manifest-512x512.png differ diff --git a/ui/views/.gitkeep b/ui/views/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/ui/views/index.ejs b/ui/views/index.ejs new file mode 100644 index 0000000..cd66d56 --- /dev/null +++ b/ui/views/index.ejs @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file