repo: remove cross-project DockDeck Stitch input
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 5s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s
GeoIntel release gates / AI image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
2026-08-26 22:37:38 +02:00
parent 7d762d9da0
commit ef80e4ed14
@@ -1,349 +0,0 @@
<!DOCTYPE html>
<html class="dark" lang="nl"><head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>DockDeck - Mobiel Dashboard</title>
<script src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script>
<link href="https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap" rel="stylesheet"/>
<style>
body {
font-family: 'Geist', sans-serif;
-webkit-tap-highlight-color: transparent;
}
.material-symbols-outlined {
font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.hide-scrollbar::-webkit-scrollbar {
display: none;
}
.hide-scrollbar {
-ms-overflow-style: none;
scrollbar-width: none;
}
.glass-card {
background: rgba(22, 31, 53, 0.7);
backdrop-filter: blur(12px);
border: 1px solid rgba(255, 255, 255, 0.05);
}
</style>
<script id="tailwind-config">
tailwind.config = {
darkMode: "class",
theme: {
extend: {
"colors": {
"surface-container-highest": "#2d3449",
"secondary": "#4edea3",
"error-container": "#93000a",
"secondary-fixed": "#6ffbbe",
"outline-variant": "#454653",
"error": "#ffb4ab",
"on-tertiary-container": "#0f00a2",
"surface-bright": "#31394e",
"primary": "#bdc2ff",
"primary-container": "#818cf8",
"outline": "#908f9e",
"tertiary-container": "#8689ff",
"secondary-fixed-dim": "#4edea3",
"surface-container": "#171f33",
"on-primary-fixed": "#000767",
"secondary-container": "#00a572",
"primary-fixed-dim": "#bdc2ff",
"surface-variant": "#2d3449",
"surface-container-lowest": "#060d20",
"tertiary-fixed": "#e1e0ff",
"primary-fixed": "#e0e0ff",
"on-secondary": "#003824",
"on-error-container": "#ffdad6",
"inverse-surface": "#dbe2fd",
"on-tertiary": "#1000a9",
"on-secondary-fixed-variant": "#005236",
"on-tertiary-fixed-variant": "#2f2ebe",
"on-surface": "#dbe2fd",
"surface-dim": "#0b1326",
"on-error": "#690005",
"on-primary": "#131e8c",
"on-background": "#dbe2fd",
"on-primary-container": "#101b8a",
"surface-container-low": "#131b2e",
"inverse-primary": "#4953bc",
"background": "#0b1326",
"surface-tint": "#bdc2ff",
"surface-container-high": "#222a3e",
"on-tertiary-fixed": "#07006c",
"on-primary-fixed-variant": "#2f3aa3",
"tertiary-fixed-dim": "#c0c1ff",
"tertiary": "#c0c1ff",
"on-secondary-container": "#00311f",
"on-surface-variant": "#c6c5d5",
"on-secondary-fixed": "#002113",
"surface": "#0b1326",
"inverse-on-surface": "#283044"
},
"borderRadius": {
"DEFAULT": "0.25rem",
"lg": "0.5rem",
"xl": "0.75rem",
"full": "9999px"
},
"spacing": {
"margin-mobile": "1rem",
"stack-lg": "2rem",
"gutter": "1.5rem",
"container-max": "1280px",
"stack-sm": "0.5rem",
"stack-md": "1rem"
},
"fontFamily": {
"headline-lg-mobile": ["Geist"],
"status-label": ["Geist"],
"body-md": ["Geist"],
"headline-md": ["Geist"],
"headline-lg": ["Geist"],
"label-caps": ["Geist"],
"body-sm": ["Geist"]
},
"fontSize": {
"headline-lg-mobile": ["24px", { "lineHeight": "32px", "letterSpacing": "-0.01em", "fontWeight": "600" }],
"status-label": ["13px", { "lineHeight": "18px", "fontWeight": "500" }],
"body-md": ["16px", { "lineHeight": "24px", "fontWeight": "400" }],
"headline-md": ["20px", { "lineHeight": "28px", "fontWeight": "500" }],
"headline-lg": ["32px", { "lineHeight": "40px", "letterSpacing": "-0.02em", "fontWeight": "600" }],
"label-caps": ["12px", { "lineHeight": "16px", "letterSpacing": "0.05em", "fontWeight": "600" }],
"body-sm": ["14px", { "lineHeight": "20px", "fontWeight": "400" }]
}
},
},
}
</script>
<style>
body {
min-height: max(884px, 100dvh);
}
</style>
</head>
<body class="bg-background text-on-surface min-h-screen flex flex-col max-w-[390px] mx-auto overflow-x-hidden border-x border-outline-variant">
<!-- Top AppBar -->
<header class="sticky top-0 z-50 bg-surface/80 backdrop-blur-md px-4 h-16 flex items-center justify-between border-b border-outline-variant/30">
<div class="flex items-center gap-2">
<div class="w-8 h-8 rounded-lg bg-primary-container flex items-center justify-center">
<span class="material-symbols-outlined text-on-primary-container text-xl" style="font-variation-settings: 'FILL' 1;">dock</span>
</div>
<h1 class="font-headline-md text-headline-md tracking-tight">DockDeck</h1>
</div>
<div class="flex items-center gap-1">
<button class="p-2 rounded-full hover:bg-surface-container-highest transition-colors active:scale-95 duration-150">
<span class="material-symbols-outlined text-on-surface">search</span>
</button>
<button class="p-2 rounded-full hover:bg-surface-container-highest transition-colors active:scale-95 duration-150">
<span class="material-symbols-outlined text-on-surface">settings</span>
</button>
</div>
</header>
<main class="flex-1 overflow-y-auto pb-24">
<!-- Banner: Discovery -->
<div class="px-4 py-4">
<div class="bg-primary-container p-4 rounded-xl flex items-center justify-between shadow-lg relative overflow-hidden group">
<!-- Subtle pattern overlay -->
<div class="absolute inset-0 opacity-10 pointer-events-none bg-[radial-gradient(circle_at_top_right,_var(--tw-gradient-stops))] from-white via-transparent to-transparent"></div>
<div class="flex flex-col gap-0.5 relative z-10">
<span class="font-label-caps text-label-caps text-on-primary-container/80">ONTDEKKING</span>
<h2 class="font-headline-md text-headline-md text-on-primary-container leading-tight">3 nieuwe apps ontdekt</h2>
</div>
<button class="bg-on-primary-container text-primary-container rounded-full px-4 py-1.5 font-label-caps text-label-caps transition-transform active:scale-95 duration-150">
BEKIJK
</button>
</div>
</div>
<!-- Quick Launch Search Placeholder (Content Specific) -->
<div class="px-4 mb-6">
<div class="relative">
<span class="material-symbols-outlined absolute left-3 top-1/2 -translate-y-1/2 text-on-surface-variant">search</span>
<input class="w-full bg-surface-container-low border border-outline-variant/30 rounded-xl py-3 pl-10 pr-4 font-body-sm text-body-sm focus:outline-none focus:ring-2 focus:ring-primary-container/50 placeholder:text-on-surface-variant/50" placeholder="Snel zoeken in services..." type="text"/>
</div>
</div>
<!-- Category Scroll -->
<div class="mb-8">
<div class="flex items-center justify-between px-4 mb-3">
<span class="font-label-caps text-label-caps text-on-surface-variant">CATEGORIEËN</span>
</div>
<div class="flex gap-3 overflow-x-auto px-4 hide-scrollbar">
<button class="flex flex-col items-center gap-2 shrink-0">
<div class="w-14 h-14 rounded-full bg-surface-container-high border border-outline-variant flex items-center justify-center shadow-inner">
<span class="material-symbols-outlined text-primary">dashboard</span>
</div>
<span class="font-label-caps text-label-caps text-on-surface">Alles</span>
</button>
<button class="flex flex-col items-center gap-2 shrink-0">
<div class="w-14 h-14 rounded-full bg-surface-container-low border border-outline-variant/30 flex items-center justify-center opacity-70">
<span class="material-symbols-outlined text-secondary">videocam</span>
</div>
<span class="font-label-caps text-label-caps text-on-surface-variant">Media</span>
</button>
<button class="flex flex-col items-center gap-2 shrink-0">
<div class="w-14 h-14 rounded-full bg-surface-container-low border border-outline-variant/30 flex items-center justify-center opacity-70">
<span class="material-symbols-outlined text-tertiary">home</span>
</div>
<span class="font-label-caps text-label-caps text-on-surface-variant">Smart</span>
</button>
<button class="flex flex-col items-center gap-2 shrink-0">
<div class="w-14 h-14 rounded-full bg-surface-container-low border border-outline-variant/30 flex items-center justify-center opacity-70">
<span class="material-symbols-outlined text-primary">code</span>
</div>
<span class="font-label-caps text-label-caps text-on-surface-variant">Dev</span>
</button>
<button class="flex flex-col items-center gap-2 shrink-0">
<div class="w-14 h-14 rounded-full bg-surface-container-low border border-outline-variant/30 flex items-center justify-center opacity-70">
<span class="material-symbols-outlined text-secondary">storage</span>
</div>
<span class="font-label-caps text-label-caps text-on-surface-variant">Opslag</span>
</button>
</div>
</div>
<!-- Favorites Section (Bento Cards) -->
<section class="px-4 mb-8">
<div class="flex items-center justify-between mb-4">
<h3 class="font-headline-md text-headline-md">Favorieten</h3>
<span class="material-symbols-outlined text-on-surface-variant text-sm">star</span>
</div>
<div class="grid grid-cols-2 gap-3">
<div class="glass-card rounded-2xl p-4 flex flex-col gap-3 relative overflow-hidden group">
<div class="flex justify-between items-start">
<div class="w-10 h-10 rounded-lg bg-[#243447] flex items-center justify-center">
<span class="material-symbols-outlined text-secondary">play_circle</span>
</div>
<div class="flex items-center gap-1.5 px-2 py-0.5 rounded-full bg-secondary/10 border border-secondary/20">
<div class="w-1.5 h-1.5 rounded-full bg-secondary"></div>
<span class="font-status-label text-[10px] text-secondary">LIVE</span>
</div>
</div>
<div>
<h4 class="font-body-md text-body-md font-medium text-on-surface">Plex</h4>
<p class="font-body-sm text-body-sm text-on-surface-variant">Media Server</p>
</div>
</div>
<div class="glass-card rounded-2xl p-4 flex flex-col gap-3">
<div class="flex justify-between items-start">
<div class="w-10 h-10 rounded-lg bg-[#243447] flex items-center justify-center">
<span class="material-symbols-outlined text-primary">folder</span>
</div>
<div class="flex items-center gap-1.5 px-2 py-0.5 rounded-full bg-secondary/10 border border-secondary/20">
<div class="w-1.5 h-1.5 rounded-full bg-secondary"></div>
<span class="font-status-label text-[10px] text-secondary">OK</span>
</div>
</div>
<div>
<h4 class="font-body-md text-body-md font-medium text-on-surface">Nextcloud</h4>
<p class="font-body-sm text-body-sm text-on-surface-variant">Bestandshosting</p>
</div>
</div>
<div class="glass-card rounded-2xl p-4 col-span-2 flex items-center justify-between">
<div class="flex items-center gap-4">
<div class="w-12 h-12 rounded-xl bg-primary/20 flex items-center justify-center">
<span class="material-symbols-outlined text-primary">terminal</span>
</div>
<div>
<h4 class="font-body-md text-body-md font-medium text-on-surface">Portainer CLI</h4>
<p class="font-body-sm text-body-sm text-on-surface-variant">Container Management</p>
</div>
</div>
<span class="material-symbols-outlined text-on-surface-variant">chevron_right</span>
</div>
</div>
</section>
<!-- Media Section (List View) -->
<section class="px-4 mb-8">
<div class="flex items-center justify-between mb-4">
<h3 class="font-headline-md text-headline-md">Media</h3>
<span class="font-label-caps text-label-caps text-primary cursor-pointer">Alles tonen</span>
</div>
<div class="flex flex-col gap-2">
<div class="flex items-center justify-between bg-surface-container-low/50 p-3 rounded-xl border border-outline-variant/20">
<div class="flex items-center gap-3">
<div class="w-10 h-10 rounded-lg bg-surface-container flex items-center justify-center border border-outline-variant/30">
<span class="material-symbols-outlined text-secondary-fixed">download</span>
</div>
<div>
<p class="font-body-sm text-body-sm font-medium">Transmission</p>
<div class="flex items-center gap-1">
<div class="w-1.5 h-1.5 rounded-full bg-secondary"></div>
<span class="font-label-caps text-[10px] text-on-surface-variant uppercase tracking-widest">Online</span>
</div>
</div>
</div>
<span class="material-symbols-outlined text-on-surface-variant/40">open_in_new</span>
</div>
<div class="flex items-center justify-between bg-surface-container-low/50 p-3 rounded-xl border border-outline-variant/20">
<div class="flex items-center gap-3">
<div class="w-10 h-10 rounded-lg bg-surface-container flex items-center justify-center border border-outline-variant/30">
<span class="material-symbols-outlined text-primary">volume_up</span>
</div>
<div>
<p class="font-body-sm text-body-sm font-medium">Navidrome</p>
<div class="flex items-center gap-1">
<div class="w-1.5 h-1.5 rounded-full bg-secondary"></div>
<span class="font-label-caps text-[10px] text-on-surface-variant uppercase tracking-widest">Online</span>
</div>
</div>
</div>
<span class="material-symbols-outlined text-on-surface-variant/40">open_in_new</span>
</div>
</div>
</section>
<!-- Smart Home Section (Grid) -->
<section class="px-4 mb-8">
<div class="flex items-center justify-between mb-4">
<h3 class="font-headline-md text-headline-md">Smart Home</h3>
<span class="material-symbols-outlined text-on-surface-variant">bolt</span>
</div>
<div class="grid grid-cols-3 gap-3">
<div class="bg-surface-container-high aspect-square rounded-2xl flex flex-col items-center justify-center gap-2 border border-outline-variant/20">
<span class="material-symbols-outlined text-secondary-fixed text-2xl">home_app_logo</span>
<span class="font-label-caps text-[10px] text-on-surface-variant text-center px-1">Home Assistant</span>
</div>
<div class="bg-surface-container-high aspect-square rounded-2xl flex flex-col items-center justify-center gap-2 border border-outline-variant/20">
<span class="material-symbols-outlined text-tertiary-fixed text-2xl">router</span>
<span class="font-label-caps text-[10px] text-on-surface-variant text-center px-1">Pi-hole</span>
</div>
<div class="bg-surface-container-high aspect-square rounded-2xl flex flex-col items-center justify-center gap-2 border border-outline-variant/20">
<span class="material-symbols-outlined text-primary-fixed text-2xl">thermostat</span>
<span class="font-label-caps text-[10px] text-on-surface-variant text-center px-1">Netatmo</span>
</div>
</div>
</section>
</main>
<!-- Bottom Navigation -->
<nav class="fixed bottom-0 left-0 right-0 max-w-[390px] mx-auto bg-surface/90 backdrop-blur-lg px-6 py-3 flex items-center justify-between border-t border-outline-variant/30 z-50">
<div class="flex flex-col items-center gap-1 group cursor-pointer">
<div class="p-1 px-5 rounded-full bg-primary-container text-on-primary-container transition-all duration-300">
<span class="material-symbols-outlined" style="font-variation-settings: 'FILL' 1;">dashboard</span>
</div>
<span class="font-label-caps text-[10px] text-primary">Dashboard</span>
</div>
<div class="flex flex-col items-center gap-1 group cursor-pointer">
<div class="p-1 px-5 rounded-full hover:bg-surface-container-highest text-on-surface-variant transition-all duration-300">
<span class="material-symbols-outlined">grid_view</span>
</div>
<span class="font-label-caps text-[10px] text-on-surface-variant">Categorieën</span>
</div>
<div class="flex flex-col items-center gap-1 group cursor-pointer">
<div class="p-1 px-5 rounded-full hover:bg-surface-container-highest text-on-surface-variant transition-all duration-300">
<span class="material-symbols-outlined">settings</span>
</div>
<span class="font-label-caps text-[10px] text-on-surface-variant">Instellingen</span>
</div>
</nav>
<!-- Micro-interaction script -->
<script>
document.querySelectorAll('nav div').forEach(item => {
item.addEventListener('click', function() {
// Logic for visual feedback on click
this.classList.add('scale-95');
setTimeout(() => this.classList.remove('scale-95'), 150);
});
});
</script>
</body></html>