diff --git a/src/app.html b/src/app.html index e192f88..b58746b 100644 --- a/src/app.html +++ b/src/app.html @@ -8,7 +8,7 @@
%sveltekit.body%
diff --git a/src/lib/components/pages.json b/src/lib/components/pages.json index 81b6b67..3480b7b 100644 --- a/src/lib/components/pages.json +++ b/src/lib/components/pages.json @@ -28,7 +28,7 @@ }, { "name": "Calibre Web", - "icon": "/assets/icons/calibre-logo.ico", + "icon": "/assets/icons/calibre-logo.avif", "href": "https://calibre.neshweb.net/", "desc": "Self-hosted Ebook Library Service", "warn": "Note: Registration only via Admin", @@ -69,7 +69,7 @@ }, { "name": "Navidrome", - "icon": "/assets/icons/navidrome-logo.png", + "icon": "/assets/icons/navidrome-logo.avif", "href": "https://navidrome.neshweb.net/", "desc": "Open-Source, Self-Hosted Music Streaming Platform", "warn": "Note: Registration only via Admin", @@ -93,7 +93,7 @@ }, { "name": "Portainer", - "icon": "/assets/icons/portainer-logo.png", + "icon": "/assets/icons/portainer-logo.avif", "href": "https://portainer.neshweb.net/", "desc": "Docker Container Manager", "warn": "Note: Admin Only", @@ -101,7 +101,7 @@ }, { "name": "Nginx", - "icon": "/assets/icons/npm-logo.png", + "icon": "/assets/icons/npm-logo.avif", "href": "https://nginx.neshweb.net/", "desc": "Web-based Nginx Proxy Manager", "warn": "Note: Admin Only", @@ -109,7 +109,7 @@ }, { "name": "Proxmox", - "icon": "/assets/icons/proxmox-logo.png", + "icon": "/assets/icons/proxmox-logo.avif", "href": "https://proxmox.neshweb.net/", "desc": "Hypervisor Webinterface", "warn": "Note: Admin Only", @@ -117,7 +117,7 @@ }, { "name": "Dockge", - "icon": "/assets/icons/dockge-logo.png", + "icon": "/assets/icons/dockge-logo.avif", "href": "https://dockge.neshweb.net/", "desc": "Docker Compose WebUI", "warn": "Note: Admin Only", @@ -127,19 +127,19 @@ "games": { "minecraft": { "name": "Minecraft", - "icon": "/assets/icons/minecraft-logo.png", + "icon": "/assets/icons/minecraft-logo.avif", "href": "https://minecraft.neshweb.net/", "desc": "View all currently available Minecraft Servers and their mods" }, "ready_or_not": { "name": "Ready or Not", - "icon": "/assets/icons/ron-logo.png", + "icon": "/assets/icons/ron-logo.avif", "href": "https://readyornot.neshweb.net/", "desc": "Collection of Floor Plans for the Game 'Ready or Not'" }, "zomboid": { "name": "Zomboid", - "icon": "/assets/icons/zomboid-logo.png", + "icon": "/assets/icons/zomboid-logo.avif", "ip": "91.13.248.30", "status": "Online" }, diff --git a/static/assets/background.avif b/static/assets/background.avif new file mode 100644 index 0000000..e05c473 Binary files /dev/null and b/static/assets/background.avif differ diff --git a/static/assets/background.jpg b/static/assets/background.jpg new file mode 100644 index 0000000..9970115 Binary files /dev/null and b/static/assets/background.jpg differ diff --git a/static/assets/icons/.directory b/static/assets/icons/.directory new file mode 100644 index 0000000..f767a66 --- /dev/null +++ b/static/assets/icons/.directory @@ -0,0 +1,4 @@ +[Dolphin] +Timestamp=2024,1,1,19,4,51.936 +Version=4 +ViewMode=1 diff --git a/static/assets/icons/calibre-logo.avif b/static/assets/icons/calibre-logo.avif new file mode 100644 index 0000000..343ef1e Binary files /dev/null and b/static/assets/icons/calibre-logo.avif differ diff --git a/static/assets/icons/komga-logo.png b/static/assets/icons/komga-logo.png deleted file mode 100644 index 68183eb..0000000 Binary files a/static/assets/icons/komga-logo.png and /dev/null differ diff --git a/static/assets/icons/navidrome-logo.avif b/static/assets/icons/navidrome-logo.avif new file mode 100644 index 0000000..94f028d Binary files /dev/null and b/static/assets/icons/navidrome-logo.avif differ diff --git a/static/assets/icons/npm-logo.avif b/static/assets/icons/npm-logo.avif new file mode 100644 index 0000000..6051c5d Binary files /dev/null and b/static/assets/icons/npm-logo.avif differ diff --git a/static/assets/icons/open-new-window.svg b/static/assets/icons/open-new-window.svg deleted file mode 100644 index 7f5e54d..0000000 --- a/static/assets/icons/open-new-window.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/static/assets/icons/portainer-logo.avif b/static/assets/icons/portainer-logo.avif new file mode 100644 index 0000000..77e21c0 Binary files /dev/null and b/static/assets/icons/portainer-logo.avif differ