repo: remove cross-project DockDeck Stitch input
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 4s
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 4s
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:
-399
@@ -1,399 +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 — Instellingen Categorieën</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=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>
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Geist';
|
|
||||||
src: url('https://cdn.jsdelivr.net/npm/geist-font@1.0.1/fonts/geist-sans/Geist-Regular.woff2') format('woff2');
|
|
||||||
font-weight: 400;
|
|
||||||
}
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Geist';
|
|
||||||
src: url('https://cdn.jsdelivr.net/npm/geist-font@1.0.1/fonts/geist-sans/Geist-Medium.woff2') format('woff2');
|
|
||||||
font-weight: 500;
|
|
||||||
}
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Geist';
|
|
||||||
src: url('https://cdn.jsdelivr.net/npm/geist-font@1.0.1/fonts/geist-sans/Geist-SemiBold.woff2') format('woff2');
|
|
||||||
font-weight: 600;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
|
||||||
font-family: 'Geist', sans-serif;
|
|
||||||
background-color: #0b1326;
|
|
||||||
color: #dbe2fd;
|
|
||||||
}
|
|
||||||
|
|
||||||
.material-symbols-outlined {
|
|
||||||
font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Custom Scrollbar */
|
|
||||||
::-webkit-scrollbar {
|
|
||||||
width: 8px;
|
|
||||||
}
|
|
||||||
::-webkit-scrollbar-track {
|
|
||||||
background: #0b1326;
|
|
||||||
}
|
|
||||||
::-webkit-scrollbar-thumb {
|
|
||||||
background: #2d3449;
|
|
||||||
border-radius: 4px;
|
|
||||||
}
|
|
||||||
::-webkit-scrollbar-thumb:hover {
|
|
||||||
background: #454653;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<script id="tailwind-config">
|
|
||||||
tailwind.config = {
|
|
||||||
darkMode: "class",
|
|
||||||
theme: {
|
|
||||||
extend: {
|
|
||||||
"colors": {
|
|
||||||
"background": "#0b1326",
|
|
||||||
"on-tertiary-fixed": "#07006c",
|
|
||||||
"inverse-on-surface": "#283044",
|
|
||||||
"error-container": "#93000a",
|
|
||||||
"on-surface-variant": "#c6c5d5",
|
|
||||||
"secondary-container": "#00a572",
|
|
||||||
"inverse-surface": "#dbe2fd",
|
|
||||||
"on-secondary-container": "#00311f",
|
|
||||||
"on-error-container": "#ffdad6",
|
|
||||||
"secondary-fixed": "#6ffbbe",
|
|
||||||
"primary-fixed": "#e0e0ff",
|
|
||||||
"on-secondary": "#003824",
|
|
||||||
"tertiary-container": "#8689ff",
|
|
||||||
"surface-container-lowest": "#060d20",
|
|
||||||
"surface-container-high": "#222a3e",
|
|
||||||
"tertiary": "#c0c1ff",
|
|
||||||
"primary-fixed-dim": "#bdc2ff",
|
|
||||||
"on-tertiary": "#1000a9",
|
|
||||||
"surface-container": "#171f33",
|
|
||||||
"on-primary-fixed": "#000767",
|
|
||||||
"on-surface": "#dbe2fd",
|
|
||||||
"on-error": "#690005",
|
|
||||||
"surface-container-highest": "#2d3449",
|
|
||||||
"on-tertiary-container": "#0f00a2",
|
|
||||||
"on-background": "#dbe2fd",
|
|
||||||
"secondary-fixed-dim": "#4edea3",
|
|
||||||
"on-primary-container": "#101b8a",
|
|
||||||
"inverse-primary": "#4953bc",
|
|
||||||
"surface": "#0b1326",
|
|
||||||
"on-secondary-fixed": "#002113",
|
|
||||||
"tertiary-fixed-dim": "#c0c1ff",
|
|
||||||
"on-tertiary-fixed-variant": "#2f2ebe",
|
|
||||||
"primary-container": "#818cf8",
|
|
||||||
"outline": "#908f9e",
|
|
||||||
"on-secondary-fixed-variant": "#005236",
|
|
||||||
"surface-dim": "#0b1326",
|
|
||||||
"surface-bright": "#31394e",
|
|
||||||
"outline-variant": "#454653",
|
|
||||||
"surface-container-low": "#131b2e",
|
|
||||||
"surface-variant": "#2d3449",
|
|
||||||
"secondary": "#4edea3",
|
|
||||||
"primary": "#bdc2ff",
|
|
||||||
"on-primary": "#131e8c",
|
|
||||||
"error": "#ffb4ab",
|
|
||||||
"tertiary-fixed": "#e1e0ff",
|
|
||||||
"surface-tint": "#bdc2ff",
|
|
||||||
"on-primary-fixed-variant": "#2f3aa3"
|
|
||||||
},
|
|
||||||
"borderRadius": {
|
|
||||||
"DEFAULT": "0.25rem",
|
|
||||||
"lg": "0.5rem",
|
|
||||||
"xl": "0.75rem",
|
|
||||||
"full": "9999px"
|
|
||||||
},
|
|
||||||
"spacing": {
|
|
||||||
"stack-md": "1rem",
|
|
||||||
"margin-mobile": "1rem",
|
|
||||||
"gutter": "1.5rem",
|
|
||||||
"stack-sm": "0.5rem",
|
|
||||||
"container-max": "1280px",
|
|
||||||
"stack-lg": "2rem"
|
|
||||||
},
|
|
||||||
"fontFamily": {
|
|
||||||
"headline-lg": ["Geist"],
|
|
||||||
"label-caps": ["Geist"],
|
|
||||||
"body-md": ["Geist"],
|
|
||||||
"headline-lg-mobile": ["Geist"],
|
|
||||||
"status-label": ["Geist"],
|
|
||||||
"headline-md": ["Geist"],
|
|
||||||
"body-sm": ["Geist"]
|
|
||||||
},
|
|
||||||
"fontSize": {
|
|
||||||
"headline-lg": ["32px", {"lineHeight": "40px", "letterSpacing": "-0.02em", "fontWeight": "600"}],
|
|
||||||
"label-caps": ["12px", {"lineHeight": "16px", "letterSpacing": "0.05em", "fontWeight": "600"}],
|
|
||||||
"body-md": ["16px", {"lineHeight": "24px", "fontWeight": "400"}],
|
|
||||||
"headline-lg-mobile": ["24px", {"lineHeight": "32px", "letterSpacing": "-0.01em", "fontWeight": "600"}],
|
|
||||||
"status-label": ["13px", {"lineHeight": "18px", "fontWeight": "500"}],
|
|
||||||
"headline-md": ["20px", {"lineHeight": "28px", "fontWeight": "500"}],
|
|
||||||
"body-sm": ["14px", {"lineHeight": "20px", "fontWeight": "400"}]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
<body class="bg-background text-on-background overflow-hidden">
|
|
||||||
<!-- Top Navigation Anchor (Shared Component Mapping) -->
|
|
||||||
<header class="bg-background text-primary docked full-width top-0 border-b border-outline-variant flex justify-between items-center px-gutter w-full h-16 z-50 fixed">
|
|
||||||
<div class="flex items-center gap-4">
|
|
||||||
<span class="material-symbols-outlined text-primary text-3xl" style="font-variation-settings: 'FILL' 1;">dock_to_bottom</span>
|
|
||||||
<h1 class="font-headline-md text-headline-md font-bold text-primary">DockDeck</h1>
|
|
||||||
</div>
|
|
||||||
<div class="flex-1 max-w-md mx-8 hidden md:block">
|
|
||||||
<div class="relative group">
|
|
||||||
<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 rounded-lg py-2 pl-10 pr-4 text-on-surface focus:outline-none focus:ring-2 focus:ring-primary-container/50 transition-all" placeholder="Zoek instellingen..." type="text"/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="flex items-center gap-stack-md">
|
|
||||||
<button class="material-symbols-outlined text-on-surface-variant hover:text-primary transition-colors cursor-pointer">settings</button>
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
<div class="flex h-screen pt-16">
|
|
||||||
<!-- Side Navigation (Shared Component Mapping) -->
|
|
||||||
<aside class="bg-surface-container dark:bg-surface-container docked h-full w-64 left-0 border-r border-outline-variant flex flex-col p-stack-md hidden md:flex">
|
|
||||||
<div class="mb-stack-lg px-2">
|
|
||||||
<h2 class="font-headline-md text-headline-md text-primary">Instellingen</h2>
|
|
||||||
<p class="font-body-sm text-body-sm text-on-surface-variant">Beheer jouw omgeving</p>
|
|
||||||
</div>
|
|
||||||
<nav class="flex-1 space-y-1">
|
|
||||||
<div class="flex items-center gap-stack-md p-stack-sm mb-1 cursor-pointer text-on-surface-variant hover:bg-surface-variant rounded-lg transition-all duration-200">
|
|
||||||
<span class="material-symbols-outlined">settings</span>
|
|
||||||
<span class="font-body-md text-body-md">Algemeen</span>
|
|
||||||
</div>
|
|
||||||
<div class="flex items-center gap-stack-md p-stack-sm mb-1 cursor-pointer text-on-surface-variant hover:bg-surface-variant rounded-lg transition-all duration-200">
|
|
||||||
<span class="material-symbols-outlined">apps</span>
|
|
||||||
<span class="font-body-md text-body-md">Apps</span>
|
|
||||||
</div>
|
|
||||||
<div class="flex items-center gap-stack-md p-stack-sm mb-1 cursor-pointer text-on-surface-variant hover:bg-surface-variant rounded-lg transition-all duration-200">
|
|
||||||
<span class="material-symbols-outlined">star</span>
|
|
||||||
<span class="font-body-md text-body-md">Favorieten</span>
|
|
||||||
</div>
|
|
||||||
<!-- ACTIVE STATE: Categories -->
|
|
||||||
<div class="flex items-center gap-stack-md p-stack-sm mb-1 cursor-pointer bg-primary-container text-on-primary-container font-medium rounded-lg transition-all duration-200">
|
|
||||||
<span class="material-symbols-outlined" style="font-variation-settings: 'FILL' 1;">category</span>
|
|
||||||
<span class="font-body-md text-body-md">Categorieën</span>
|
|
||||||
</div>
|
|
||||||
<div class="flex items-center gap-stack-md p-stack-sm mb-1 cursor-pointer text-on-surface-variant hover:bg-surface-variant rounded-lg transition-all duration-200">
|
|
||||||
<span class="material-symbols-outlined">palette</span>
|
|
||||||
<span class="font-body-md text-body-md">Uiterlijk</span>
|
|
||||||
</div>
|
|
||||||
<div class="flex items-center gap-stack-md p-stack-sm mb-1 cursor-pointer text-on-surface-variant hover:bg-surface-variant rounded-lg transition-all duration-200">
|
|
||||||
<span class="material-symbols-outlined">extension</span>
|
|
||||||
<span class="font-body-md text-body-md">Integraties</span>
|
|
||||||
</div>
|
|
||||||
<div class="flex items-center gap-stack-md p-stack-sm mb-1 cursor-pointer text-on-surface-variant hover:bg-surface-variant rounded-lg transition-all duration-200">
|
|
||||||
<span class="material-symbols-outlined">backup</span>
|
|
||||||
<span class="font-body-md text-body-md">Back-up & Herstel</span>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
<div class="mt-auto pt-stack-md border-t border-outline-variant/30 px-2">
|
|
||||||
<div class="flex items-center gap-3">
|
|
||||||
<div class="w-8 h-8 rounded-full bg-primary-container/20 flex items-center justify-center text-primary">
|
|
||||||
<span class="material-symbols-outlined text-sm">bolt</span>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<p class="font-status-label text-status-label text-on-surface">V1.4.2 stable</p>
|
|
||||||
<p class="text-[10px] text-on-surface-variant uppercase tracking-widest">DockDeck Canon</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</aside>
|
|
||||||
<!-- Main Content Canvas -->
|
|
||||||
<main class="flex-1 overflow-y-auto px-gutter py-stack-lg relative">
|
|
||||||
<div class="max-w-container-max mx-auto">
|
|
||||||
<header class="flex flex-col md:flex-row md:items-center justify-between mb-stack-lg gap-4">
|
|
||||||
<div>
|
|
||||||
<h2 class="font-headline-lg text-headline-lg text-on-surface">Categorieën Beheren</h2>
|
|
||||||
<p class="font-body-md text-body-md text-on-surface-variant">Organiseer je diensten in overzichtelijke groepen.</p>
|
|
||||||
</div>
|
|
||||||
<button class="inline-flex items-center gap-2 px-6 py-2.5 bg-primary-container text-on-primary-container font-medium rounded-lg hover:opacity-90 transition-all active:scale-95">
|
|
||||||
<span class="material-symbols-outlined">add</span>
|
|
||||||
<span class="font-body-md text-body-md">Nieuwe Categorie</span>
|
|
||||||
</button>
|
|
||||||
</header>
|
|
||||||
<!-- Categories Bento Grid -->
|
|
||||||
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-stack-md">
|
|
||||||
<!-- Category Card: Media -->
|
|
||||||
<div class="group relative bg-surface-container border border-outline-variant hover:border-primary-container/50 rounded-xl p-stack-md transition-all duration-300 hover:shadow-[0_8px_30px_rgb(129,140,248,0.08)]">
|
|
||||||
<div class="flex justify-between items-start mb-4">
|
|
||||||
<div class="p-3 bg-surface-variant rounded-lg text-primary group-hover:scale-110 transition-transform duration-300">
|
|
||||||
<span class="material-symbols-outlined text-2xl">movie</span>
|
|
||||||
</div>
|
|
||||||
<span class="px-2.5 py-0.5 bg-secondary/10 border border-secondary/20 text-secondary rounded-full font-status-label text-status-label">
|
|
||||||
8 items
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
<h3 class="font-headline-md text-headline-md text-on-surface mb-1">Media</h3>
|
|
||||||
<p class="font-body-sm text-body-sm text-on-surface-variant mb-6">Streaming diensten en home-server bibliotheken.</p>
|
|
||||||
<div class="flex items-center gap-2 pt-4 border-t border-outline-variant/30">
|
|
||||||
<button class="flex-1 flex items-center justify-center gap-2 py-2 text-on-surface-variant hover:text-primary hover:bg-surface-variant rounded-lg transition-colors group/btn" title="Hernoemen">
|
|
||||||
<span class="material-symbols-outlined text-lg">edit</span>
|
|
||||||
<span class="font-body-sm text-body-sm">Hernoemen</span>
|
|
||||||
</button>
|
|
||||||
<button class="p-2 text-on-surface-variant hover:text-primary hover:bg-surface-variant rounded-lg transition-colors" title="Icoon kiezen">
|
|
||||||
<span class="material-symbols-outlined">palette</span>
|
|
||||||
</button>
|
|
||||||
<button class="p-2 text-on-surface-variant hover:text-error rounded-lg hover:bg-error-container/20 transition-colors" title="Verwijderen">
|
|
||||||
<span class="material-symbols-outlined">delete</span>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- Category Card: Smart Home -->
|
|
||||||
<div class="group relative bg-surface-container border border-outline-variant hover:border-primary-container/50 rounded-xl p-stack-md transition-all duration-300 hover:shadow-[0_8px_30px_rgb(129,140,248,0.08)]">
|
|
||||||
<div class="flex justify-between items-start mb-4">
|
|
||||||
<div class="p-3 bg-surface-variant rounded-lg text-primary group-hover:scale-110 transition-transform duration-300">
|
|
||||||
<span class="material-symbols-outlined text-2xl">home_iot_device</span>
|
|
||||||
</div>
|
|
||||||
<span class="px-2.5 py-0.5 bg-secondary/10 border border-secondary/20 text-secondary rounded-full font-status-label text-status-label">
|
|
||||||
12 items
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
<h3 class="font-headline-md text-headline-md text-on-surface mb-1">Smart Home</h3>
|
|
||||||
<p class="font-body-sm text-body-sm text-on-surface-variant mb-6">Automatisering, verlichting en sensor management.</p>
|
|
||||||
<div class="flex items-center gap-2 pt-4 border-t border-outline-variant/30">
|
|
||||||
<button class="flex-1 flex items-center justify-center gap-2 py-2 text-on-surface-variant hover:text-primary hover:bg-surface-variant rounded-lg transition-colors" title="Hernoemen">
|
|
||||||
<span class="material-symbols-outlined text-lg">edit</span>
|
|
||||||
<span class="font-body-sm text-body-sm">Hernoemen</span>
|
|
||||||
</button>
|
|
||||||
<button class="p-2 text-on-surface-variant hover:text-primary hover:bg-surface-variant rounded-lg transition-colors" title="Icoon kiezen">
|
|
||||||
<span class="material-symbols-outlined">palette</span>
|
|
||||||
</button>
|
|
||||||
<button class="p-2 text-on-surface-variant hover:text-error rounded-lg hover:bg-error-container/20 transition-colors" title="Verwijderen">
|
|
||||||
<span class="material-symbols-outlined">delete</span>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- Category Card: Netwerk -->
|
|
||||||
<div class="group relative bg-surface-container border border-outline-variant hover:border-primary-container/50 rounded-xl p-stack-md transition-all duration-300 hover:shadow-[0_8px_30px_rgb(129,140,248,0.08)]">
|
|
||||||
<div class="flex justify-between items-start mb-4">
|
|
||||||
<div class="p-3 bg-surface-variant rounded-lg text-primary group-hover:scale-110 transition-transform duration-300">
|
|
||||||
<span class="material-symbols-outlined text-2xl">lan</span>
|
|
||||||
</div>
|
|
||||||
<span class="px-2.5 py-0.5 bg-secondary/10 border border-secondary/20 text-secondary rounded-full font-status-label text-status-label">
|
|
||||||
4 items
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
<h3 class="font-headline-md text-headline-md text-on-surface mb-1">Netwerk</h3>
|
|
||||||
<p class="font-body-sm text-body-sm text-on-surface-variant mb-6">Router UI, Pi-hole en netwerk monitoring tools.</p>
|
|
||||||
<div class="flex items-center gap-2 pt-4 border-t border-outline-variant/30">
|
|
||||||
<button class="flex-1 flex items-center justify-center gap-2 py-2 text-on-surface-variant hover:text-primary hover:bg-surface-variant rounded-lg transition-colors" title="Hernoemen">
|
|
||||||
<span class="material-symbols-outlined text-lg">edit</span>
|
|
||||||
<span class="font-body-sm text-body-sm">Hernoemen</span>
|
|
||||||
</button>
|
|
||||||
<button class="p-2 text-on-surface-variant hover:text-primary hover:bg-surface-variant rounded-lg transition-colors" title="Icoon kiezen">
|
|
||||||
<span class="material-symbols-outlined">palette</span>
|
|
||||||
</button>
|
|
||||||
<button class="p-2 text-on-surface-variant hover:text-error rounded-lg hover:bg-error-container/20 transition-colors" title="Verwijderen">
|
|
||||||
<span class="material-symbols-outlined">delete</span>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- Category Card: Werk -->
|
|
||||||
<div class="group relative bg-surface-container border border-outline-variant hover:border-primary-container/50 rounded-xl p-stack-md transition-all duration-300 hover:shadow-[0_8px_30px_rgb(129,140,248,0.08)]">
|
|
||||||
<div class="flex justify-between items-start mb-4">
|
|
||||||
<div class="p-3 bg-surface-variant rounded-lg text-primary group-hover:scale-110 transition-transform duration-300">
|
|
||||||
<span class="material-symbols-outlined text-2xl">work</span>
|
|
||||||
</div>
|
|
||||||
<span class="px-2.5 py-0.5 bg-secondary/10 border border-secondary/20 text-secondary rounded-full font-status-label text-status-label">
|
|
||||||
5 items
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
<h3 class="font-headline-md text-headline-md text-on-surface mb-1">Werk</h3>
|
|
||||||
<p class="font-body-sm text-body-sm text-on-surface-variant mb-6">Productiviteit, Git server en documentbeheer.</p>
|
|
||||||
<div class="flex items-center gap-2 pt-4 border-t border-outline-variant/30">
|
|
||||||
<button class="flex-1 flex items-center justify-center gap-2 py-2 text-on-surface-variant hover:text-primary hover:bg-surface-variant rounded-lg transition-colors" title="Hernoemen">
|
|
||||||
<span class="material-symbols-outlined text-lg">edit</span>
|
|
||||||
<span class="font-body-sm text-body-sm">Hernoemen</span>
|
|
||||||
</button>
|
|
||||||
<button class="p-2 text-on-surface-variant hover:text-primary hover:bg-surface-variant rounded-lg transition-colors" title="Icoon kiezen">
|
|
||||||
<span class="material-symbols-outlined">palette</span>
|
|
||||||
</button>
|
|
||||||
<button class="p-2 text-on-surface-variant hover:text-error rounded-lg hover:bg-error-container/20 transition-colors" title="Verwijderen">
|
|
||||||
<span class="material-symbols-outlined">delete</span>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- Add New Card Skeleton -->
|
|
||||||
<div class="group border-2 border-dashed border-outline-variant hover:border-primary-container hover:bg-primary-container/5 rounded-xl p-stack-md flex flex-col items-center justify-center min-h-[220px] transition-all cursor-pointer">
|
|
||||||
<div class="w-12 h-12 rounded-full bg-surface-variant flex items-center justify-center text-on-surface-variant group-hover:bg-primary-container group-hover:text-on-primary-container transition-all">
|
|
||||||
<span class="material-symbols-outlined text-3xl">add</span>
|
|
||||||
</div>
|
|
||||||
<p class="mt-4 font-headline-md text-headline-md text-on-surface-variant group-hover:text-primary transition-colors">Voeg nieuwe toe</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- Guidance Section -->
|
|
||||||
<section class="mt-12 bg-surface-container-low border border-outline-variant rounded-xl p-gutter flex flex-col md:flex-row items-center gap-stack-lg">
|
|
||||||
<div class="flex-1">
|
|
||||||
<h4 class="font-headline-md text-headline-md text-on-surface mb-2">Tip: Slimme Groepering</h4>
|
|
||||||
<p class="font-body-md text-body-md text-on-surface-variant">Het groeperen van diensten op basis van functie helpt bij het sneller navigeren in een groeiend dashboard. Gebruik herkenbare iconen om visuele rust te creëren.</p>
|
|
||||||
</div>
|
|
||||||
<div class="w-full md:w-auto">
|
|
||||||
<a class="inline-block font-body-md text-body-md text-primary hover:underline underline-offset-4 flex items-center gap-2" href="#">
|
|
||||||
Bekijk documentatie
|
|
||||||
<span class="material-symbols-outlined text-sm">open_in_new</span>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
<!-- Atmospheric micro-interaction script -->
|
|
||||||
<script>
|
|
||||||
document.querySelectorAll('.group').forEach(card => {
|
|
||||||
card.addEventListener('mousemove', e => {
|
|
||||||
const rect = card.getBoundingClientRect();
|
|
||||||
const x = e.clientX - rect.left;
|
|
||||||
const y = e.clientY - rect.top;
|
|
||||||
card.style.setProperty('--mouse-x', `${x}px`);
|
|
||||||
card.style.setProperty('--mouse-y', `${y}px`);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
<style>
|
|
||||||
.group::before {
|
|
||||||
content: "";
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
background: radial-gradient(400px circle at var(--mouse-x) var(--mouse-y), rgba(129, 140, 248, 0.05), transparent 40%);
|
|
||||||
opacity: 0;
|
|
||||||
transition: opacity 0.5s;
|
|
||||||
pointer-events: none;
|
|
||||||
border-radius: inherit;
|
|
||||||
}
|
|
||||||
.group:hover::before {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</main>
|
|
||||||
</div>
|
|
||||||
<!-- Mobile Navigation Bar -->
|
|
||||||
<nav class="md:hidden fixed bottom-0 left-0 right-0 h-16 bg-surface-container border-t border-outline-variant flex justify-around items-center px-4 z-50">
|
|
||||||
<button class="flex flex-col items-center gap-1 text-on-surface-variant">
|
|
||||||
<span class="material-symbols-outlined">settings</span>
|
|
||||||
<span class="text-[10px] font-label-caps uppercase">Algemeen</span>
|
|
||||||
</button>
|
|
||||||
<button class="flex flex-col items-center gap-1 text-primary">
|
|
||||||
<span class="material-symbols-outlined" style="font-variation-settings: 'FILL' 1;">category</span>
|
|
||||||
<span class="text-[10px] font-label-caps uppercase">Categorieën</span>
|
|
||||||
</button>
|
|
||||||
<button class="flex flex-col items-center gap-1 text-on-surface-variant">
|
|
||||||
<span class="material-symbols-outlined">palette</span>
|
|
||||||
<span class="text-[10px] font-label-caps uppercase">Uiterlijk</span>
|
|
||||||
</button>
|
|
||||||
<button class="flex flex-col items-center gap-1 text-on-surface-variant">
|
|
||||||
<span class="material-symbols-outlined">extension</span>
|
|
||||||
<span class="text-[10px] font-label-caps uppercase">Apps</span>
|
|
||||||
</button>
|
|
||||||
</nav>
|
|
||||||
</body></html>
|
|
||||||
Reference in New Issue
Block a user