first commit

This commit is contained in:
z0x 2024-09-20 15:31:33 -04:00
commit 33c8add1f8
3 changed files with 133 additions and 0 deletions

BIN
assets/img/building.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 MiB

42
assets/img/zyxel.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.9 KiB

91
index.html Normal file
View file

@ -0,0 +1,91 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Homepage</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="flex items-center justify-center min-h-screen bg-[url('./assets/img/building.png')] bg-no-repeat bg-cover bg-center">
<div class="grid grid-cols-4 grid-rows-4 gap-4">
<a href="https://owncloud.home.arpa" target="_blank">
<div class="flex items-center space-x-2 p-4 backdrop-blur-sm shadow-md bg-white/10 hover:bg-white/20 rounded-lg">
<img class="w-10 aspect-square" src="https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/svg/owncloud.svg">
<span class="text-base text-black">ownCloud</span>
</div>
</a>
<a href="https://immich.home.arpa" target="_blank">
<div class="flex items-center space-x-2 p-4 backdrop-blur-sm shadow-md bg-white/10 hover:bg-white/20 shadow-md rounded-lg">
<img class="w-10 aspect-square" src="https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/svg/immich.svg">
<span class="text-base text-black">Immich</span>
</div>
</a>
<a href="https://navidrome.home.arpa" target="_blank">
<div class="flex items-center space-x-2 p-4 backdrop-blur-sm shadow-md bg-white/10 hover:bg-white/20 shadow-md rounded-lg">
<img class="w-10 aspect-square" src="https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/svg/navidrome.svg">
<span class="text-base text-black">Navidrome</span>
</div>
</a>
<a href="https://gitea.home.arpa" target="_blank">
<div class="flex items-center space-x-2 p-4 backdrop-blur-sm shadow-md bg-white/10 hover:bg-white/20 shadow-md rounded-lg">
<img class="w-10 aspect-square" src="https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/svg/gitea.svg">
<span class="text-base text-black">Gitea</span>
</div>
</a>
<a href="https://element.home.arpa" target="_blank">
<div class="flex items-center space-x-2 p-4 backdrop-blur-sm shadow-md bg-white/10 hover:bg-white/20 shadow-md rounded-lg">
<img class="w-10 aspect-square" src="https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/svg/element.svg">
<span class="text-base text-black">Element</span>
</div>
</a>
<a href="https://vaultwarden.home.arpa" target="_blank">
<div class="flex items-center space-x-2 p-4 backdrop-blur-sm shadow-md bg-white/10 hover:bg-white/20 shadow-md rounded-lg">
<img class="w-10 aspect-square" src="https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/svg/vaultwarden.svg">
<span class="text-base text-black">Vaultwarden</span>
</div>
</a>
<a href="https://redlib.home.arpa" target="_blank">
<div class="flex items-center space-x-2 p-4 backdrop-blur-sm shadow-md bg-white/10 hover:bg-white/20 shadow-md rounded-lg">
<img class="w-10 aspect-square" src="https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/svg/libreddit.svg">
<span class="text-base text-black">Redlib</span>
</div>
</a>
<a href="http://10.0.0.1">
<div class="flex items-center space-x-2 p-4 backdrop-blur-sm shadow-md bg-white/10 hover:bg-white/20 shadow-md rounded-lg">
<img class="w-10 aspect-square" src="./assets/img/zyxel.svg">
<span class="text-base text-black">Zyxel</span>
</div>
</a>
<a href="https://10.0.0.5:3070">
<div class="flex items-center space-x-2 p-4 backdrop-blur-sm shadow-md bg-white/10 hover:bg-white/20 shadow-md rounded-lg">
<img class="w-10 aspect-square" src="https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/svg/unifi.svg">
<span class="text-base text-black">Unifi</span>
</div>
</a>
<a href="https://dockge.home.arpa" target="_blank">
<div class="flex items-center space-x-2 p-4 backdrop-blur-sm shadow-md bg-white/10 hover:bg-white/20 shadow-md rounded-lg">
<img class="w-10 aspect-square" src="https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/svg/dockge-light.svg">
<span class="text-base text-black">Dockge</span>
</div>
</a>
<a href="https://code.home.arpa" target="_blank">
<div class="flex items-center space-x-2 p-4 backdrop-blur-sm shadow-md bg-white/10 hover:bg-white/20 shadow-md rounded-lg">
<img class="w-10 aspect-square" src="https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/svg/vscode.svg">
<span class="text-base text-black">VS Code</span>
</div>
</a>
<a href="https://awesome-technologies.github.io/synapse-admin">
<div class="flex items-center space-x-2 p-4 backdrop-blur-sm shadow-md bg-white/10 hover:bg-white/20 shadow-md rounded-lg">
<img class="w-10 aspect-square" src="https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/svg/matrix-synapse.svg">
<span class="text-base text-black">Synapse Admin</span>
</div>
</a>
<a href="https://scrutiny.home.arpa" target="_blank">
<div class="flex items-center space-x-2 p-4 backdrop-blur-sm shadow-md bg-white/10 hover:bg-white/20 shadow-md rounded-lg">
<img class="w-10 aspect-square" src="https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/svg/scrutiny.svg">
<span class="text-base text-black">Scrutiny</span>
</div>
</a>
</div>
</body>
</html>