Use avif instead of png/jpg

This commit is contained in:
Neshura 2024-01-01 19:36:27 +01:00
parent dc04b71304
commit 387a950b69
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
11 changed files with 14 additions and 15 deletions

View file

@ -8,7 +8,7 @@
</head>
<body
data-sveltekit-preload-data="hover"
style="background-image: url('https://images4.alphacoders.com/112/1123390.jpg')"
style="background-image: url('/assets/background.avif')"
class="overflow-hidden h-screen"
>
<div style="display: contents">%sveltekit.body%</div>

View file

@ -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"
},

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

View file

@ -0,0 +1,4 @@
[Dolphin]
Timestamp=2024,1,1,19,4,51.936
Version=4
ViewMode=1

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Binary file not shown.

View file

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="24px" height="24px" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg" color="currentColor">
<path d="M21 3h-6m6 0l-9 9m9-9v6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
<path d="M21 13v6a2 2 0 01-2 2H5a2 2 0 01-2-2V5a2 2 0 012-2h6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path>
</svg>

Before

Width:  |  Height:  |  Size: 458 B

Binary file not shown.