Use avif instead of png/jpg
This commit is contained in:
parent
bfd9dcaa7d
commit
090b97a3f6
11 changed files with 14 additions and 15 deletions
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
BIN
static/assets/background.avif
Normal file
BIN
static/assets/background.avif
Normal file
Binary file not shown.
BIN
static/assets/background.jpg
Normal file
BIN
static/assets/background.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 MiB |
4
static/assets/icons/.directory
Normal file
4
static/assets/icons/.directory
Normal file
|
@ -0,0 +1,4 @@
|
|||
[Dolphin]
|
||||
Timestamp=2024,1,1,19,4,51.936
|
||||
Version=4
|
||||
ViewMode=1
|
BIN
static/assets/icons/calibre-logo.avif
Normal file
BIN
static/assets/icons/calibre-logo.avif
Normal file
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 24 KiB |
BIN
static/assets/icons/navidrome-logo.avif
Normal file
BIN
static/assets/icons/navidrome-logo.avif
Normal file
Binary file not shown.
BIN
static/assets/icons/npm-logo.avif
Normal file
BIN
static/assets/icons/npm-logo.avif
Normal file
Binary file not shown.
|
@ -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 |
BIN
static/assets/icons/portainer-logo.avif
Normal file
BIN
static/assets/icons/portainer-logo.avif
Normal file
Binary file not shown.
Loading…
Reference in a new issue