fuenfvoracht: Tool-Switcher in allen Nav-Leisten (→ Redakteur)
Made-with: Cursor
This commit is contained in:
parent
930613bca7
commit
2fa27fc701
5 changed files with 35 additions and 15 deletions
|
|
@ -25,9 +25,12 @@
|
||||||
|
|
||||||
<!-- Nav -->
|
<!-- Nav -->
|
||||||
<nav class="bg-slate-900 border-b border-slate-700 px-6 py-3 flex items-center justify-between sticky top-0 z-50">
|
<nav class="bg-slate-900 border-b border-slate-700 px-6 py-3 flex items-center justify-between sticky top-0 z-50">
|
||||||
<div class="flex items-center gap-3">
|
<div class="flex items-center gap-4">
|
||||||
<span class="text-xl">🕗</span>
|
<div class="flex items-center gap-1 bg-slate-800 border border-slate-700 rounded-lg p-1">
|
||||||
<span class="text-lg font-bold text-white">FünfVorAcht</span>
|
<span class="flex items-center gap-1.5 bg-slate-700 text-white text-xs font-semibold px-3 py-1.5 rounded-md">🕗 FünfVorAcht</span>
|
||||||
|
<a href="https://redakteur.orbitalo.net" target="_blank"
|
||||||
|
class="flex items-center gap-1.5 text-slate-500 hover:text-slate-200 hover:bg-slate-700 text-xs font-medium px-3 py-1.5 rounded-md transition">📝 Redakteur</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex gap-5 text-sm">
|
<div class="flex gap-5 text-sm">
|
||||||
<a href="/" class="text-slate-400 hover:text-white">Studio</a>
|
<a href="/" class="text-slate-400 hover:text-white">Studio</a>
|
||||||
|
|
|
||||||
|
|
@ -13,9 +13,12 @@
|
||||||
</head>
|
</head>
|
||||||
<body class="min-h-screen">
|
<body class="min-h-screen">
|
||||||
<nav class="bg-slate-900 border-b border-slate-700 px-6 py-4 flex items-center justify-between">
|
<nav class="bg-slate-900 border-b border-slate-700 px-6 py-4 flex items-center justify-between">
|
||||||
<div class="flex items-center gap-3">
|
<div class="flex items-center gap-4">
|
||||||
<span class="text-2xl">🕗</span>
|
<div class="flex items-center gap-1 bg-slate-800 border border-slate-700 rounded-lg p-1">
|
||||||
<span class="text-xl font-bold text-white">FünfVorAcht</span>
|
<span class="flex items-center gap-1.5 bg-slate-700 text-white text-xs font-semibold px-3 py-1.5 rounded-md">🕗 FünfVorAcht</span>
|
||||||
|
<a href="https://redakteur.orbitalo.net" target="_blank"
|
||||||
|
class="flex items-center gap-1.5 text-slate-500 hover:text-slate-200 hover:bg-slate-700 text-xs font-medium px-3 py-1.5 rounded-md transition">📝 Redakteur</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex gap-4 text-sm">
|
<div class="flex gap-4 text-sm">
|
||||||
<a href="/" class="text-slate-400 hover:text-white">Studio</a>
|
<a href="/" class="text-slate-400 hover:text-white">Studio</a>
|
||||||
|
|
|
||||||
|
|
@ -42,9 +42,17 @@
|
||||||
|
|
||||||
<!-- Nav -->
|
<!-- Nav -->
|
||||||
<nav class="bg-slate-900 border-b border-slate-700 px-6 py-3 flex items-center justify-between sticky top-0 z-50">
|
<nav class="bg-slate-900 border-b border-slate-700 px-6 py-3 flex items-center justify-between sticky top-0 z-50">
|
||||||
<div class="flex items-center gap-3">
|
<div class="flex items-center gap-4">
|
||||||
<span class="text-xl">🕗</span>
|
<!-- Tool-Switcher -->
|
||||||
<span class="text-lg font-bold text-white">FünfVorAcht</span>
|
<div class="flex items-center gap-1 bg-slate-800 border border-slate-700 rounded-lg p-1">
|
||||||
|
<span class="flex items-center gap-1.5 bg-slate-700 text-white text-xs font-semibold px-3 py-1.5 rounded-md">
|
||||||
|
🕗 FünfVorAcht
|
||||||
|
</span>
|
||||||
|
<a href="https://redakteur.orbitalo.net" target="_blank"
|
||||||
|
class="flex items-center gap-1.5 text-slate-500 hover:text-slate-200 hover:bg-slate-700 text-xs font-medium px-3 py-1.5 rounded-md transition">
|
||||||
|
📝 Redakteur
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center gap-5 text-sm">
|
<div class="flex items-center gap-5 text-sm">
|
||||||
<a href="/" class="text-blue-400 font-semibold">Studio</a>
|
<a href="/" class="text-blue-400 font-semibold">Studio</a>
|
||||||
|
|
|
||||||
|
|
@ -18,9 +18,12 @@
|
||||||
<body class="min-h-screen">
|
<body class="min-h-screen">
|
||||||
|
|
||||||
<nav class="bg-slate-900 border-b border-slate-700 px-6 py-4 flex items-center justify-between">
|
<nav class="bg-slate-900 border-b border-slate-700 px-6 py-4 flex items-center justify-between">
|
||||||
<div class="flex items-center gap-3">
|
<div class="flex items-center gap-4">
|
||||||
<span class="text-2xl">🕗</span>
|
<div class="flex items-center gap-1 bg-slate-800 border border-slate-700 rounded-lg p-1">
|
||||||
<span class="text-xl font-bold text-white">FünfVorAcht</span>
|
<span class="flex items-center gap-1.5 bg-slate-700 text-white text-xs font-semibold px-3 py-1.5 rounded-md">🕗 FünfVorAcht</span>
|
||||||
|
<a href="https://redakteur.orbitalo.net" target="_blank"
|
||||||
|
class="flex items-center gap-1.5 text-slate-500 hover:text-slate-200 hover:bg-slate-700 text-xs font-medium px-3 py-1.5 rounded-md transition">📝 Redakteur</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex gap-4 text-sm">
|
<div class="flex gap-4 text-sm">
|
||||||
<a href="/" class="text-slate-400 hover:text-white">Studio</a>
|
<a href="/" class="text-slate-400 hover:text-white">Studio</a>
|
||||||
|
|
|
||||||
|
|
@ -14,9 +14,12 @@
|
||||||
</head>
|
</head>
|
||||||
<body class="min-h-screen">
|
<body class="min-h-screen">
|
||||||
<nav class="bg-slate-900 border-b border-slate-700 px-6 py-4 flex items-center justify-between">
|
<nav class="bg-slate-900 border-b border-slate-700 px-6 py-4 flex items-center justify-between">
|
||||||
<div class="flex items-center gap-3">
|
<div class="flex items-center gap-4">
|
||||||
<span class="text-2xl">🕗</span>
|
<div class="flex items-center gap-1 bg-slate-800 border border-slate-700 rounded-lg p-1">
|
||||||
<span class="text-xl font-bold text-white">FünfVorAcht</span>
|
<span class="flex items-center gap-1.5 bg-slate-700 text-white text-xs font-semibold px-3 py-1.5 rounded-md">🕗 FünfVorAcht</span>
|
||||||
|
<a href="https://redakteur.orbitalo.net" target="_blank"
|
||||||
|
class="flex items-center gap-1.5 text-slate-500 hover:text-slate-200 hover:bg-slate-700 text-xs font-medium px-3 py-1.5 rounded-md transition">📝 Redakteur</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex gap-4 text-sm">
|
<div class="flex gap-4 text-sm">
|
||||||
<a href="/" class="text-slate-400 hover:text-white">Studio</a>
|
<a href="/" class="text-slate-400 hover:text-white">Studio</a>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue