fuenfvoracht: Tool-Switcher in allen Nav-Leisten (→ Redakteur)

Made-with: Cursor
This commit is contained in:
root 2026-02-27 06:47:18 +07:00
parent 930613bca7
commit 2fa27fc701
5 changed files with 35 additions and 15 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>