repo: remove confirmed cross-project DockDeck Stitch scratch
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
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
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
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:
-433
@@ -1,433 +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 | Dashboard</title>
|
|
||||||
<script src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script>
|
|
||||||
<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=Inter:wght@400;500&family=Geist:wght@400;500;600&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"/>
|
|
||||||
<script id="tailwind-config">
|
|
||||||
tailwind.config = {
|
|
||||||
darkMode: "class",
|
|
||||||
theme: {
|
|
||||||
extend: {
|
|
||||||
"colors": {
|
|
||||||
"on-error-container": "#ffdad6",
|
|
||||||
"surface-container-high": "#222a3d",
|
|
||||||
"error-container": "#93000a",
|
|
||||||
"surface-variant": "#2d3449",
|
|
||||||
"secondary": "#4edea3",
|
|
||||||
"tertiary": "#ffb783",
|
|
||||||
"surface-container-lowest": "#060e20",
|
|
||||||
"on-secondary-fixed": "#002113",
|
|
||||||
"on-secondary-fixed-variant": "#005236",
|
|
||||||
"secondary-container": "#00a572",
|
|
||||||
"outline": "#908fa0",
|
|
||||||
"outline-variant": "#464554",
|
|
||||||
"on-primary": "#1000a9",
|
|
||||||
"on-tertiary-fixed-variant": "#703700",
|
|
||||||
"on-tertiary-fixed": "#301400",
|
|
||||||
"on-error": "#690005",
|
|
||||||
"surface-container-highest": "#2d3449",
|
|
||||||
"secondary-fixed": "#6ffbbe",
|
|
||||||
"error": "#ffb4ab",
|
|
||||||
"tertiary-fixed": "#ffdcc5",
|
|
||||||
"secondary-fixed-dim": "#4edea3",
|
|
||||||
"primary-container": "#8083ff",
|
|
||||||
"tertiary-container": "#d97721",
|
|
||||||
"surface-bright": "#31394d",
|
|
||||||
"background": "#0b1326",
|
|
||||||
"primary-fixed-dim": "#c0c1ff",
|
|
||||||
"on-surface-variant": "#c7c4d7",
|
|
||||||
"inverse-surface": "#dae2fd",
|
|
||||||
"on-primary-container": "#0d0096",
|
|
||||||
"on-primary-fixed-variant": "#2f2ebe",
|
|
||||||
"tertiary-fixed-dim": "#ffb783",
|
|
||||||
"surface-container-low": "#131b2e",
|
|
||||||
"inverse-on-surface": "#283044",
|
|
||||||
"on-tertiary-container": "#452000",
|
|
||||||
"on-primary-fixed": "#07006c",
|
|
||||||
"surface": "#0b1326",
|
|
||||||
"inverse-primary": "#494bd6",
|
|
||||||
"on-secondary": "#003824",
|
|
||||||
"surface-container": "#171f33",
|
|
||||||
"on-surface": "#dae2fd",
|
|
||||||
"on-background": "#dae2fd",
|
|
||||||
"surface-tint": "#c0c1ff",
|
|
||||||
"surface-dim": "#0b1326",
|
|
||||||
"primary": "#c0c1ff",
|
|
||||||
"on-secondary-container": "#00311f",
|
|
||||||
"on-tertiary": "#4f2500",
|
|
||||||
"primary-fixed": "#e1e0ff"
|
|
||||||
},
|
|
||||||
"borderRadius": {
|
|
||||||
"DEFAULT": "0.25rem",
|
|
||||||
"lg": "0.5rem",
|
|
||||||
"xl": "0.75rem",
|
|
||||||
"full": "9999px"
|
|
||||||
},
|
|
||||||
"spacing": {
|
|
||||||
"margin-mobile": "16px",
|
|
||||||
"stack-md": "24px",
|
|
||||||
"gutter": "24px",
|
|
||||||
"margin-desktop": "40px",
|
|
||||||
"container-max": "1440px",
|
|
||||||
"base": "8px",
|
|
||||||
"stack-lg": "48px",
|
|
||||||
"stack-sm": "12px"
|
|
||||||
},
|
|
||||||
"fontFamily": {
|
|
||||||
"body-lg": ["Inter"],
|
|
||||||
"code-sm": ["Geist"],
|
|
||||||
"label-md": ["Geist"],
|
|
||||||
"headline-md": ["Geist"],
|
|
||||||
"headline-lg-mobile": ["Geist"],
|
|
||||||
"body-md": ["Inter"],
|
|
||||||
"display-lg": ["Geist"],
|
|
||||||
"headline-lg": ["Geist"]
|
|
||||||
},
|
|
||||||
"fontSize": {
|
|
||||||
"body-lg": ["18px", {"lineHeight": "28px", "fontWeight": "400"}],
|
|
||||||
"code-sm": ["13px", {"lineHeight": "18px", "fontWeight": "400"}],
|
|
||||||
"label-md": ["14px", {"lineHeight": "20px", "letterSpacing": "0.02em", "fontWeight": "500"}],
|
|
||||||
"headline-md": ["24px", {"lineHeight": "32px", "fontWeight": "500"}],
|
|
||||||
"headline-lg-mobile": ["24px", {"lineHeight": "32px", "fontWeight": "600"}],
|
|
||||||
"body-md": ["16px", {"lineHeight": "24px", "fontWeight": "400"}],
|
|
||||||
"display-lg": ["48px", {"lineHeight": "56px", "letterSpacing": "-0.02em", "fontWeight": "600"}],
|
|
||||||
"headline-lg": ["32px", {"lineHeight": "40px", "letterSpacing": "-0.01em", "fontWeight": "600"}]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
<style>
|
|
||||||
body {
|
|
||||||
background-color: #0b1326;
|
|
||||||
color: #dae2fd;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
}
|
|
||||||
.glass-panel {
|
|
||||||
background: rgba(15, 23, 42, 0.6);
|
|
||||||
backdrop-filter: blur(12px);
|
|
||||||
border: 1px solid rgba(30, 41, 59, 0.5);
|
|
||||||
}
|
|
||||||
.status-pulse {
|
|
||||||
animation: pulse 2s infinite ease-in-out;
|
|
||||||
}
|
|
||||||
@keyframes pulse {
|
|
||||||
0%, 100% { opacity: 1; transform: scale(1); }
|
|
||||||
50% { opacity: 0.6; transform: scale(0.9); }
|
|
||||||
}
|
|
||||||
.material-symbols-outlined {
|
|
||||||
font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
|
|
||||||
}
|
|
||||||
.active-dot { background-color: #4edea3; box-shadow: 0 0 8px #4edea3; }
|
|
||||||
.offline-dot { background-color: #ffb4ab; }
|
|
||||||
.degraded-dot { background-color: #ffb783; }
|
|
||||||
|
|
||||||
.container-card:hover {
|
|
||||||
background-color: rgba(45, 52, 73, 0.5);
|
|
||||||
transform: translateY(-2px);
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body class="font-body-md overflow-x-hidden">
|
|
||||||
<!-- TopNavBar -->
|
|
||||||
<nav class="bg-background/80 dark:bg-background/80 backdrop-blur-md border-b border-outline-variant/30 docked full-width top-0 sticky z-50">
|
|
||||||
<div class="flex justify-between items-center h-16 px-gutter max-w-container-max mx-auto w-full">
|
|
||||||
<div class="flex items-center gap-4">
|
|
||||||
<img alt="DockDeck Logo" class="h-8 w-8 object-contain" src="https://lh3.googleusercontent.com/aida-public/AB6AXuCFUPk1Fi-n5Yb8aX331QJdGyRRnjF81_0vzaT4NtZx5LdqRKBE5Oi7nO3MRbUH25v7ZyxcCvY_OVe25VpOZui4AR8sNtlStDfOrskUE8JQXf4Ivbunn8cW65rlTcGLSwJ31kDl3Vh_wRWmfHs1xhh11XbkN947oRvD20byYw23cW-WVE9OCjUghFezkzjJ6_pEkmqrLOEDtJaHFlp_fR4hAwdPypDMOUftW3zX4DqenYbusFi7d-jEFmmZE894fbdkRE5UowA0pMER"/>
|
|
||||||
<span class="font-headline-md text-headline-md font-semibold text-primary dark:text-primary">DockDeck</span>
|
|
||||||
</div>
|
|
||||||
<div class="hidden md:flex flex-1 max-w-xl mx-8">
|
|
||||||
<div class="relative w-full">
|
|
||||||
<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-2 pl-10 pr-4 focus:ring-2 focus:ring-primary-container outline-none transition-all font-body-md" placeholder="Zoek in apps en favorieten..." type="text"/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="flex items-center gap-base">
|
|
||||||
<button class="p-2 text-on-surface-variant hover:bg-surface-container-high/50 rounded-full transition-colors">
|
|
||||||
<span class="material-symbols-outlined" data-icon="notifications">notifications</span>
|
|
||||||
</button>
|
|
||||||
<button class="p-2 text-on-surface-variant hover:bg-surface-container-high/50 rounded-full transition-colors">
|
|
||||||
<span class="material-symbols-outlined" data-icon="settings">settings</span>
|
|
||||||
</button>
|
|
||||||
<div class="w-8 h-8 rounded-full bg-primary-container flex items-center justify-center ml-2">
|
|
||||||
<span class="material-symbols-outlined text-on-primary-container text-sm">person</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
<!-- Side Navigation Placeholder (Hidden on Mobile, simplified for this layout) -->
|
|
||||||
<aside class="hidden xl:flex h-screen w-64 flex-col fixed left-0 top-16 bg-surface-container-low border-r border-outline-variant/20 p-4 gap-stack-sm">
|
|
||||||
<a class="bg-secondary-container text-on-secondary-container rounded-xl font-medium flex items-center gap-3 px-4 py-3 transition-all" href="#">
|
|
||||||
<span class="material-symbols-outlined" data-icon="dashboard">dashboard</span>
|
|
||||||
<span class="font-label-md text-label-md">Overzicht</span>
|
|
||||||
</a>
|
|
||||||
<a class="text-on-surface-variant hover:bg-surface-variant/50 rounded-xl flex items-center gap-3 px-4 py-3 transition-all" href="#">
|
|
||||||
<span class="material-symbols-outlined" data-icon="play_circle">play_circle</span>
|
|
||||||
<span class="font-label-md text-label-md">Media</span>
|
|
||||||
</a>
|
|
||||||
<a class="text-on-surface-variant hover:bg-surface-variant/50 rounded-xl flex items-center gap-3 px-4 py-3 transition-all" href="#">
|
|
||||||
<span class="material-symbols-outlined" data-icon="home_iot_device">home_iot_device</span>
|
|
||||||
<span class="font-label-md text-label-md">Smart Home</span>
|
|
||||||
</a>
|
|
||||||
<a class="text-on-surface-variant hover:bg-surface-variant/50 rounded-xl flex items-center gap-3 px-4 py-3 transition-all" href="#">
|
|
||||||
<span class="material-symbols-outlined" data-icon="memory">memory</span>
|
|
||||||
<span class="font-label-md text-label-md">Systeem</span>
|
|
||||||
</a>
|
|
||||||
<div class="mt-auto pt-4 border-t border-outline-variant/10 flex flex-col gap-2">
|
|
||||||
<a class="text-on-surface-variant hover:bg-surface-variant/50 rounded-xl flex items-center gap-3 px-4 py-2 transition-all" href="#">
|
|
||||||
<span class="material-symbols-outlined" data-icon="help">help</span>
|
|
||||||
<span class="font-label-md text-label-md text-sm">Hulp</span>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</aside>
|
|
||||||
<!-- Main Content Canvas -->
|
|
||||||
<main class="xl:ml-64 p-margin-mobile md:p-margin-desktop min-h-screen">
|
|
||||||
<div class="max-w-container-max mx-auto flex flex-col gap-stack-lg">
|
|
||||||
<!-- Header Section -->
|
|
||||||
<header class="flex flex-col md:flex-row md:items-end justify-between gap-4">
|
|
||||||
<div>
|
|
||||||
<h1 class="font-headline-lg text-headline-lg text-on-surface">Goedenavond, beheerder</h1>
|
|
||||||
<p class="text-on-surface-variant font-body-md mt-1" id="current-date">Donderdag, 24 Augustus 2023</p>
|
|
||||||
</div>
|
|
||||||
<div class="flex items-center gap-3">
|
|
||||||
<button class="bg-primary text-on-primary px-4 py-2 rounded-xl font-label-md flex items-center gap-2 hover:brightness-110 active:scale-95 transition-all">
|
|
||||||
<span class="material-symbols-outlined text-[20px]">add</span>
|
|
||||||
Nieuwe Container
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
<!-- Grid of Categories -->
|
|
||||||
<div class="space-y-stack-lg">
|
|
||||||
<!-- Category: Media -->
|
|
||||||
<section>
|
|
||||||
<div class="flex items-center gap-3 mb-6">
|
|
||||||
<span class="material-symbols-outlined text-primary" data-icon="movie">movie</span>
|
|
||||||
<h2 class="font-headline-md text-headline-md">Media</h2>
|
|
||||||
</div>
|
|
||||||
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-gutter">
|
|
||||||
<!-- App Tile: Plex -->
|
|
||||||
<div class="container-card glass-panel p-4 rounded-xl transition-all flex flex-col gap-3 group cursor-pointer">
|
|
||||||
<div class="flex justify-between items-start">
|
|
||||||
<div class="w-12 h-12 rounded-xl bg-surface-container-highest flex items-center justify-center">
|
|
||||||
<span class="material-symbols-outlined text-tertiary text-3xl">play_arrow</span>
|
|
||||||
</div>
|
|
||||||
<div class="flex items-center gap-1.5 bg-secondary-container/10 px-2 py-0.5 rounded-full border border-secondary/20">
|
|
||||||
<div class="w-2 h-2 rounded-full active-dot status-pulse"></div>
|
|
||||||
<span class="text-[10px] uppercase font-bold text-secondary tracking-wider">Online</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<h3 class="font-label-md text-on-surface group-hover:text-primary transition-colors">Plex</h3>
|
|
||||||
<p class="text-[12px] text-on-surface-variant">Media Server</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- App Tile: Jellyfin -->
|
|
||||||
<div class="container-card glass-panel p-4 rounded-xl transition-all flex flex-col gap-3 group cursor-pointer">
|
|
||||||
<div class="flex justify-between items-start">
|
|
||||||
<div class="w-12 h-12 rounded-xl bg-surface-container-highest flex items-center justify-center">
|
|
||||||
<span class="material-symbols-outlined text-primary text-3xl">filter_vintage</span>
|
|
||||||
</div>
|
|
||||||
<div class="flex items-center gap-1.5 bg-secondary-container/10 px-2 py-0.5 rounded-full border border-secondary/20">
|
|
||||||
<div class="w-2 h-2 rounded-full active-dot status-pulse"></div>
|
|
||||||
<span class="text-[10px] uppercase font-bold text-secondary tracking-wider">Online</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<h3 class="font-label-md text-on-surface group-hover:text-primary transition-colors">Jellyfin</h3>
|
|
||||||
<p class="text-[12px] text-on-surface-variant">Open Source Media</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- App Tile: Sonarr -->
|
|
||||||
<div class="container-card glass-panel p-4 rounded-xl transition-all flex flex-col gap-3 group cursor-pointer opacity-80 border-dashed border-outline-variant/50">
|
|
||||||
<div class="flex justify-between items-start">
|
|
||||||
<div class="w-12 h-12 rounded-xl bg-surface-container-highest/50 flex items-center justify-center">
|
|
||||||
<span class="material-symbols-outlined text-on-surface-variant text-3xl">tv</span>
|
|
||||||
</div>
|
|
||||||
<div class="flex items-center gap-1.5 bg-error-container/10 px-2 py-0.5 rounded-full border border-error/20">
|
|
||||||
<div class="w-2 h-2 rounded-full offline-dot"></div>
|
|
||||||
<span class="text-[10px] uppercase font-bold text-error tracking-wider">Offline</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<h3 class="font-label-md text-on-surface-variant">Sonarr</h3>
|
|
||||||
<p class="text-[12px] text-on-surface-variant">TV Series Manager</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
<!-- Category: Smart Home -->
|
|
||||||
<section>
|
|
||||||
<div class="flex items-center gap-3 mb-6">
|
|
||||||
<span class="material-symbols-outlined text-primary" data-icon="bolt">bolt</span>
|
|
||||||
<h2 class="font-headline-md text-headline-md">Smart Home</h2>
|
|
||||||
</div>
|
|
||||||
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-gutter">
|
|
||||||
<div class="container-card glass-panel p-4 rounded-xl transition-all flex flex-col gap-3 group cursor-pointer">
|
|
||||||
<div class="flex justify-between items-start">
|
|
||||||
<div class="w-12 h-12 rounded-xl bg-surface-container-highest flex items-center justify-center">
|
|
||||||
<span class="material-symbols-outlined text-secondary text-3xl">house</span>
|
|
||||||
</div>
|
|
||||||
<div class="flex items-center gap-1.5 bg-tertiary-container/10 px-2 py-0.5 rounded-full border border-tertiary/20">
|
|
||||||
<div class="w-2 h-2 rounded-full degraded-dot status-pulse"></div>
|
|
||||||
<span class="text-[10px] uppercase font-bold text-tertiary tracking-wider">Degraded</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<h3 class="font-label-md text-on-surface group-hover:text-primary transition-colors">Home Assistant</h3>
|
|
||||||
<p class="text-[12px] text-on-surface-variant">Automatisering</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="container-card glass-panel p-4 rounded-xl transition-all flex flex-col gap-3 group cursor-pointer">
|
|
||||||
<div class="flex justify-between items-start">
|
|
||||||
<div class="w-12 h-12 rounded-xl bg-surface-container-highest flex items-center justify-center">
|
|
||||||
<span class="material-symbols-outlined text-on-primary-container text-3xl">shield</span>
|
|
||||||
</div>
|
|
||||||
<div class="flex items-center gap-1.5 bg-secondary-container/10 px-2 py-0.5 rounded-full border border-secondary/20">
|
|
||||||
<div class="w-2 h-2 rounded-full active-dot status-pulse"></div>
|
|
||||||
<span class="text-[10px] uppercase font-bold text-secondary tracking-wider">Online</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<h3 class="font-label-md text-on-surface group-hover:text-primary transition-colors">AdGuard Home</h3>
|
|
||||||
<p class="text-[12px] text-on-surface-variant">DNS Filtering</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
<!-- Category: Downloads & Netwerk (Compact Row) -->
|
|
||||||
<div class="grid grid-cols-1 lg:grid-cols-2 gap-stack-lg">
|
|
||||||
<section>
|
|
||||||
<div class="flex items-center gap-3 mb-6">
|
|
||||||
<span class="material-symbols-outlined text-primary" data-icon="download">download</span>
|
|
||||||
<h2 class="font-headline-md text-headline-md">Downloads</h2>
|
|
||||||
</div>
|
|
||||||
<div class="grid grid-cols-1 sm:grid-cols-2 gap-gutter">
|
|
||||||
<div class="container-card glass-panel p-4 rounded-xl flex items-center gap-4 group cursor-pointer">
|
|
||||||
<div class="w-10 h-10 rounded-lg bg-surface-container-highest flex items-center justify-center">
|
|
||||||
<span class="material-symbols-outlined text-on-surface text-xl">download_done</span>
|
|
||||||
</div>
|
|
||||||
<div class="flex-1">
|
|
||||||
<h3 class="font-label-md">qBittorrent</h3>
|
|
||||||
<div class="flex items-center gap-2 mt-0.5">
|
|
||||||
<div class="w-1.5 h-1.5 rounded-full active-dot"></div>
|
|
||||||
<span class="text-[11px] text-on-surface-variant">Online</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="container-card glass-panel p-4 rounded-xl flex items-center gap-4 group cursor-pointer">
|
|
||||||
<div class="w-10 h-10 rounded-lg bg-surface-container-highest flex items-center justify-center">
|
|
||||||
<span class="material-symbols-outlined text-on-surface text-xl">movie_filter</span>
|
|
||||||
</div>
|
|
||||||
<div class="flex-1">
|
|
||||||
<h3 class="font-label-md">Radarr</h3>
|
|
||||||
<div class="flex items-center gap-2 mt-0.5">
|
|
||||||
<div class="w-1.5 h-1.5 rounded-full active-dot"></div>
|
|
||||||
<span class="text-[11px] text-on-surface-variant">Online</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
<section>
|
|
||||||
<div class="flex items-center gap-3 mb-6">
|
|
||||||
<span class="material-symbols-outlined text-primary" data-icon="lan">lan</span>
|
|
||||||
<h2 class="font-headline-md text-headline-md">Netwerk</h2>
|
|
||||||
</div>
|
|
||||||
<div class="grid grid-cols-1 sm:grid-cols-2 gap-gutter">
|
|
||||||
<div class="container-card glass-panel p-4 rounded-xl flex items-center gap-4 group cursor-pointer">
|
|
||||||
<div class="w-10 h-10 rounded-lg bg-surface-container-highest flex items-center justify-center">
|
|
||||||
<span class="material-symbols-outlined text-on-surface text-xl">settings_ethernet</span>
|
|
||||||
</div>
|
|
||||||
<div class="flex-1">
|
|
||||||
<h3 class="font-label-md text-sm">Nginx Proxy</h3>
|
|
||||||
<div class="flex items-center gap-2 mt-0.5">
|
|
||||||
<div class="w-1.5 h-1.5 rounded-full active-dot"></div>
|
|
||||||
<span class="text-[11px] text-on-surface-variant">Online</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="container-card glass-panel p-4 rounded-xl flex items-center gap-4 group cursor-pointer">
|
|
||||||
<div class="w-10 h-10 rounded-lg bg-surface-container-highest flex items-center justify-center">
|
|
||||||
<span class="material-symbols-outlined text-on-surface text-xl">key</span>
|
|
||||||
</div>
|
|
||||||
<div class="flex-1">
|
|
||||||
<h3 class="font-label-md text-sm">Vaultwarden</h3>
|
|
||||||
<div class="flex items-center gap-2 mt-0.5">
|
|
||||||
<div class="w-1.5 h-1.5 rounded-full active-dot"></div>
|
|
||||||
<span class="text-[11px] text-on-surface-variant">Online</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
<!-- Favorieten Sectie -->
|
|
||||||
<section>
|
|
||||||
<div class="flex items-center gap-3 mb-6">
|
|
||||||
<span class="material-symbols-outlined text-tertiary" data-icon="star" style="font-variation-settings: 'FILL' 1;">star</span>
|
|
||||||
<h2 class="font-headline-md text-headline-md">Favorieten</h2>
|
|
||||||
</div>
|
|
||||||
<div class="flex flex-wrap gap-4">
|
|
||||||
<a class="glass-panel px-6 py-3 rounded-full flex items-center gap-3 hover:bg-surface-variant/40 transition-all border-none" href="https://google.com" target="_blank">
|
|
||||||
<div class="w-5 h-5 bg-contain bg-center bg-no-repeat" data-alt="A clean, minimalist logo of Google with vibrant multi-colored letters set against a dark, tech-oriented professional background. High-key lighting effects create a sophisticated brand presentation for a modern software environment. Core modernist aesthetic with deep shadows and sharp edges." style="background-image: url('https://lh3.googleusercontent.com/aida-public/AB6AXuAvnfEv8LirHPPHWSL7UbBuOQNfFxqmX1dy21n_-I7pTPYnkR1I1B8p2k2Mx45dVm9xXP1d8lKMvDy6ALV6yXHfd4EXPbe18y0auqvan6K67z_iC7ESgzSK9bfdUCtACA63Fp-UPA0Svz9luoHIKDsxGsHBhieMS9gKidGIpqTrrf7ZvXOkRISyVcvrvm5sSUpMIldf6pYrsUBf-EMhHhZhz_6WPW2OupTpE2x5utvkjbRZDup8GNzlos06BtuSy2kihhq_UYZ8XAFO')"></div>
|
|
||||||
<span class="font-label-md">Google</span>
|
|
||||||
</a>
|
|
||||||
<a class="glass-panel px-6 py-3 rounded-full flex items-center gap-3 hover:bg-surface-variant/40 transition-all border-none" href="https://youtube.com" target="_blank">
|
|
||||||
<div class="w-5 h-5 bg-contain bg-center bg-no-repeat" data-alt="A premium 3D render of the YouTube logo with a subtle gloss finish. The iconic red play button is centered perfectly, glowing slightly under cinematic studio lighting. Minimalist workspace background with indigo accents. High quality technical workspace visual style." style="background-image: url('https://lh3.googleusercontent.com/aida-public/AB6AXuD4LdXsZqQ29onlikF3ZJF8WAIkh2G5CSz4VXhFbC37cMd_DO3tLjc-cJFrCJy_raANqYkABPj-PqrWemDkCAVEq6idvxt10c36Aqm5brfNfdKbtHNRVzpTd6wBwTPD5RasyVYk8cc4Ty7CYvZ8U6So7sT1v2g0u9CY3vE0_X9o-x_81VHn1gr0by6bn9rVM67eTBj2JWePjSuHOCUbfFH0wmCzIpSxyp_Z5jeT2bn5qLgT6bx2x3Gr9fBBAc7oUEn9HZqq_r-TNA8P')"></div>
|
|
||||||
<span class="font-label-md">YouTube</span>
|
|
||||||
</a>
|
|
||||||
<a class="glass-panel px-6 py-3 rounded-full flex items-center gap-3 hover:bg-surface-variant/40 transition-all border-none" href="https://github.com" target="_blank">
|
|
||||||
<div class="w-5 h-5 bg-contain bg-center bg-no-repeat" data-alt="A sleek GitHub Octocat logo rendered in a polished matte white finish. The silhouette stands out against a deep navy blue background, illuminated by soft rim lighting. The style is modernist and professional, fitting for a high-end developer dashboard ecosystem." style="background-image: url('https://lh3.googleusercontent.com/aida-public/AB6AXuC20FnftZ7bz06us4GnUdiw_eMWGZKiywRzpxIN5q2hFsA6mJueKMC-q125Ds6BXMgE5yRu72qIY4NsMYbn8afbN7IBwIskPKU4ZAfrsO0KdoTvvH4lrZ140aX5zKAlT1_7Vr9W5xOKIWqyCIZzx281YompDTva_61r8COIaoEzvcpMayYsyMH4_wQJNAOxoMPLBIx-4PXt2OLtLQ2VusOsVvVmGBSVgD4rJhXLyQ7frK__ipT0LdOOSOzO_B9Hdpg6r6inYNxOrIXG')"></div>
|
|
||||||
<span class="font-label-md">GitHub</span>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
<!-- Footer Status Bar -->
|
|
||||||
<footer class="mt-auto pt-stack-lg border-t border-outline-variant/10">
|
|
||||||
<div class="flex flex-col md:flex-row justify-between items-center gap-4 text-on-surface-variant">
|
|
||||||
<div class="flex items-center gap-3 font-body-md">
|
|
||||||
<span class="flex items-center gap-1.5">
|
|
||||||
<div class="w-2 h-2 rounded-full active-dot"></div>
|
|
||||||
Docker Verbonden
|
|
||||||
</span>
|
|
||||||
<span class="text-outline-variant">•</span>
|
|
||||||
<span>Laatste sync: 2 min geleden</span>
|
|
||||||
</div>
|
|
||||||
<div class="flex items-center gap-6 text-[12px] uppercase tracking-widest font-bold">
|
|
||||||
<a class="hover:text-primary transition-colors" href="#">API Status</a>
|
|
||||||
<a class="hover:text-primary transition-colors" href="#">Privacy</a>
|
|
||||||
<a class="hover:text-primary transition-colors" href="#">DockDeck v2.4.1</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
<script>
|
|
||||||
// Update current date in Dutch
|
|
||||||
function updateDate() {
|
|
||||||
const dateEl = document.getElementById('current-date');
|
|
||||||
const options = { weekday: 'long', year: 'numeric', month: 'long', day: 'numeric' };
|
|
||||||
const today = new Date();
|
|
||||||
const dateStr = today.toLocaleDateString('nl-NL', options);
|
|
||||||
dateEl.textContent = dateStr.charAt(0).toUpperCase() + dateStr.slice(1);
|
|
||||||
}
|
|
||||||
updateDate();
|
|
||||||
|
|
||||||
// Micro-interaction: Search focus effect
|
|
||||||
const searchInput = document.querySelector('input[type="text"]');
|
|
||||||
searchInput.addEventListener('focus', () => {
|
|
||||||
searchInput.closest('div').classList.add('scale-[1.01]');
|
|
||||||
searchInput.closest('div').classList.add('shadow-lg');
|
|
||||||
});
|
|
||||||
searchInput.addEventListener('blur', () => {
|
|
||||||
searchInput.closest('div').classList.remove('scale-[1.01]');
|
|
||||||
searchInput.closest('div').classList.remove('shadow-lg');
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</body></html>
|
|
||||||
Reference in New Issue
Block a user