veza/apps/web/desy/legacy/templates/studio.html
2026-01-22 17:23:11 +01:00

417 lines
No EOL
25 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Veza Studio | Creator</title>
<link
href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;700&family=Space+Grotesk:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="../css/style.css">
</head>
<body>
<div class="page-bg"></div>
<div class="flex h-screen overflow-hidden">
<!-- SIDEBAR -->
<!-- SIDEBAR NAV -->
<aside class="w-64 bg-void-50/80 backdrop-blur border-r border-void-200 hidden md:flex flex-col p-4 z-50">
<div class="mb-8 flex items-center gap-3 px-2">
<div class="w-8 h-8 rounded bg-gradient-to-tr from-cyan-500 to-magenta-500 animate-pulse-slow"></div>
<div class="flex flex-col">
<span class="font-display text-2xl tracking-widest text-white leading-none">VEZA</span>
<span class="text-[10px] text-void-500 font-mono tracking-widest uppercase">Design System
v5.0</span>
</div>
</div>
<nav class="space-y-1 flex-grow overflow-y-auto no-scrollbar pb-20">
<div class="px-2 mb-2 text-xs font-mono text-void-500 uppercase tracking-widest">Templates</div>
<a href="auth.html" class="nav-item">Authentication</a>
<a href="nexus.html" class="nav-item">Nexus Profile</a>
<a href="social.html" class="nav-item">Social Feed</a>
<a href="market.html" class="nav-item">Marketplace</a>
<a href="studio.html" class="nav-item active">Creator Studio</a>
<a href="productivity.html" class="nav-item">Productivity</a>
<a href="education.html" class="nav-item">Education</a>
<a href="admin.html" class="nav-item">Admin & Moderation</a>
<a href="hardware.html" class="nav-item">Hardware Gear</a>
<a href="developers.html" class="nav-item">Developer API</a>
<a href="gaming.html" class="nav-item">Gaming & XP</a>
<div class="px-2 mt-6 mb-2 text-xs font-mono text-void-500 uppercase tracking-widest">Atom Library</div>
<a href="../index.html#intro" class="nav-item">Introduction</a>
<a href="../index.html#colors" class="nav-item">Color Palette</a>
<a href="../index.html#typography" class="nav-item">Typography</a>
<a href="../index.html#buttons" class="nav-item">Buttons & Actions</a>
<a href="../index.html#badges" class="nav-item">Badges & Status</a>
<a href="../index.html#inputs" class="nav-item">Forms & Inputs</a>
<a href="../index.html#cards" class="nav-item">Cards & Containers</a>
<a href="../index.html#tables" class="nav-item">Tables & Data</a>
<a href="../index.html#feedback" class="nav-item">Feedback & Modals</a>
</nav>
<!-- Theme Toggle Foot -->
<div class="pt-4 border-t border-void-200">
<div class="flex items-center justify-between px-2">
<div class="flex items-center gap-2">
<div class="w-2 h-2 rounded-full bg-lime-500 shadow-glow-green"></div>
<span class="text-xs text-void-400 font-mono">SYSTEM: ONLINE</span>
</div>
<button id="themeToggle"
class="w-8 h-8 rounded-full bg-void-200 text-void-600 hover:text-cyan-500 hover:bg-void-100 flex items-center justify-center transition-all">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="5"></circle>
<path
d="M12 1v2M12 21v2M4.22 4.22l1.42 1.42M18.36 18.36l1.42 1.42M1 12h2M21 12h2M4.22 19.78l1.42-1.42M18.36 5.64l1.42-1.42">
</path>
</svg>
</button>
</div>
</div>
</aside>
<main class="flex-grow overflow-y-auto relative scroll-smooth h-full p-4 md:p-8">
<div class="max-w-7xl mx-auto space-y-8">
<div class="flex justify-between items-end">
<div>
<h1 class="text-4xl font-display text-white mb-1">Creator Studio</h1>
<p class="text-void-500 font-mono text-sm">MANAGE_ASSETS // ANALYZE_DATA</p>
</div>
<div class="flex gap-2">
<button class="btn btn-outline">Export Report</button>
<button class="btn btn-primary">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="mr-2">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="17 8 12 3 7 8"></polyline>
<line x1="12" y1="3" x2="12" y2="15"></line>
</svg>
New Upload
</button>
</div>
</div>
<!-- TOP ROW: UPLOAD & STORAGE -->
<div class="grid grid-cols-1 lg:grid-cols-3 gap-6">
<!-- UPLOAD ZONE (CLOUD MODULE) -->
<div class="lg:col-span-2 drop-zone p-8 flex flex-col items-center justify-center min-h-[300px]">
<div
class="w-20 h-20 rounded-full bg-void-100 flex items-center justify-center mb-6 text-cyan-500 shadow-neon-cyan">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="17 8 12 3 7 8"></polyline>
<line x1="12" y1="3" x2="12" y2="15"></line>
</svg>
</div>
<h3 class="text-2xl font-bold text-white mb-2">Initialize Upload Protocol</h3>
<p class="text-dim text-sm max-w-sm mx-auto mb-8">Drag and drop Neural Link packages (.neu),
Audio streams (.wav), or Holographic assets (.holo)</p>
<div class="flex gap-4">
<button class="btn btn-outline">Select Files</button>
<button class="btn btn-ghost">Import from URL</button>
</div>
</div>
<!-- STORAGE VAULT (CLOUD + ANALYTICS MODULES) -->
<div class="card p-6 flex flex-col items-center gap-6 relative overflow-hidden">
<div
class="absolute top-0 right-0 p-4 opacity-10 text-9xl font-display text-white pointer-events-none">
BOX</div>
<h3 class="text-lg font-bold text-white w-full border-b border-void-300 pb-2">Vault Capacity
</h3>
<div class="radial-progress-container">
<div class="radial-content">
<div class="text-3xl font-display text-white">75%</div>
<div class="text-[10px] text-cyan-500 font-mono tracking-widest">OCCUPIED</div>
</div>
</div>
<div class="w-full space-y-3">
<div class="flex justify-between text-xs">
<span class="text-dim">Neural Data</span>
<span class="text-white font-mono">245 TB</span>
</div>
<div class="w-full h-1 bg-void-300 rounded overflow-hidden">
<div class="h-full bg-cyan-500 w-3/4"></div>
</div>
<div class="flex justify-between text-xs">
<span class="text-dim">Audio Assets</span>
<span class="text-white font-mono">120 TB</span>
</div>
<div class="w-full h-1 bg-void-300 rounded overflow-hidden">
<div class="h-full bg-magenta-500 w-1/2"></div>
</div>
</div>
<button class="btn btn-sm btn-ghost w-full mt-auto">Manage Plan</button>
</div>
</div>
<!-- AUDIO MASTERING SUITE (AUDIO MODULE) -->
<div class="card p-0 overflow-hidden border border-void-200">
<div class="p-4 bg-void-200/50 flex justify-between items-center border-b border-void-200">
<div class="flex items-center gap-3">
<div class="w-2 h-2 rounded-full bg-red-500 animate-pulse"></div>
<span class="font-bold text-white tracking-wide">AUDIO MASTERING SUITE</span>
</div>
<div class="flex gap-2">
<div class="h-4 w-1 bg-cyan-500 animate-pulse"></div>
<div class="h-4 w-1 bg-magenta-500 animate-pulse delay-75"></div>
<div class="h-4 w-1 bg-lime-500 animate-pulse delay-150"></div>
</div>
</div>
<div class="p-8 bg-void-50/50 backdrop-blur-md relative">
<!-- BACKGROUND WAVES -->
<div
class="absolute inset-x-0 bottom-0 h-32 flex items-end justify-center gap-1 opacity-20 pointer-events-none px-4">
<div class="waveform-bar h-1/2"></div>
<div class="waveform-bar h-3/4"></div>
<div class="waveform-bar h-full"></div>
<div class="waveform-bar h-2/3"></div>
<div class="waveform-bar h-1/3"></div>
<div class="waveform-bar h-1/2"></div>
<div class="waveform-bar h-3/4"></div>
<div class="waveform-bar h-full"></div>
<div class="waveform-bar h-2/3"></div>
<div class="waveform-bar h-1/3"></div>
</div>
<!-- PLAYER BAR COMPONENT -->
<div class="player-bar rounded-xl border border-void-200 shadow-2xl relative z-10">
<div class="track-info">
<div
class="track-art bg-gradient-to-br from-indigo-500 to-purple-600 flex items-center justify-center">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="none" stroke="white" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<path d="M9 18V5l12-2v13"></path>
<circle cx="6" cy="18" r="3"></circle>
<circle cx="18" cy="16" r="3"></circle>
</svg>
</div>
<div>
<div class="text-white font-bold leading-tight">Neon Highway</div>
<div class="text-xs text-cyan-500 font-mono">Synthwave Vol. 4</div>
</div>
</div>
<div class="player-controls px-4">
<div class="control-buttons justify-center mb-2">
<button class="text-void-500 hover:text-white transition-colors"><svg
xmlns="http://www.w3.org/2000/svg" width="20" height="20"
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<polygon points="19 20 9 12 19 4 19 20"></polygon>
<line x1="5" y1="19" x2="5" y2="5"></line>
</svg></button>
<div class="btn-play">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="black" stroke="none">
<polygon points="5 3 19 12 5 21 5 3"></polygon>
</svg>
</div>
<button class="text-void-500 hover:text-white transition-colors"><svg
xmlns="http://www.w3.org/2000/svg" width="20" height="20"
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<polygon points="5 4 15 12 5 20 5 4"></polygon>
<line x1="19" y1="5" x2="19" y2="19"></line>
</svg></button>
</div>
<div class="progress-container">
<span>2:14</span>
<div class="progress-bar">
<div class="progress-fill" style="width: 45%"></div>
</div>
<span>4:20</span>
</div>
</div>
<div class="eq-visualizer hidden md:flex">
<div class="eq-bar h-2"></div>
<div class="eq-bar h-4"></div>
<div class="eq-bar h-3"></div>
<div class="eq-bar h-5"></div>
<div class="eq-bar h-2"></div>
</div>
</div>
</div>
</div>
<!-- ANALYTICS ROW (ANALYTICS MODULE) -->
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
<div class="card p-6 flex flex-col justify-between">
<div class="flex justify-between items-start mb-4">
<div>
<div class="text-sm text-dim">Total Views</div>
<div class="text-3xl font-bold text-white">2.4M</div>
</div>
<span class="badge badge-lime">+12%</span>
</div>
<svg class="sparkline up w-full" height="40">
<path d="M0 30 L20 25 L40 28 L60 10 L80 15 L100 5" />
</svg>
</div>
<div class="card p-6 flex items-center gap-6">
<div class="pie-chart shrink-0">
<div class="pie-chart-content">
<span class="font-bold text-white">XP</span>
</div>
</div>
<div>
<div class="text-sm text-dim mb-1">Revenue Split</div>
<div class="text-2xl font-bold text-white">45.2k</div>
<div class="flex gap-2 mt-2 text-xs">
<div class="flex items-center gap-1 text-dim">
<div class="w-2 h-2 rounded-full bg-cyan-500"></div> Ads
</div>
<div class="flex items-center gap-1 text-dim">
<div class="w-2 h-2 rounded-full bg-magenta-500"></div> Subs
</div>
</div>
</div>
</div>
<div class="card p-6 flex flex-col justify-between">
<div class="flex justify-between items-start mb-4">
<div>
<div class="text-sm text-dim">Retention</div>
<div class="text-3xl font-bold text-white">78%</div>
</div>
<span class="badge badge-magenta">-2%</span>
</div>
<svg class="sparkline down w-full" height="40">
<path d="M0 10 L20 15 L40 12 L60 25 L80 20 L100 30" />
</svg>
</div>
</div>
<!-- ASSET LIBRARY (CLOUD MODULE) -->
<div>
<div class="flex items-center justify-between mb-4">
<h3 class="text-xl font-bold text-white">Asset Library</h3>
<div class="flex gap-2">
<button class="btn btn-sm btn-ghost">Filter</button>
<button class="btn btn-sm btn-ghost">Sort</button>
</div>
</div>
<div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-5 gap-4">
<!-- File Card 1 -->
<div class="file-card group">
<div class="absolute top-2 right-2 opacity-0 group-hover:opacity-100 transition-opacity">
<button class="text-void-400 hover:text-white"></button>
</div>
<div class="file-icon text-cyan-500 my-4">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z">
</path>
<polyline points="14 2 14 8 20 8"></polyline>
</svg>
</div>
<div class="text-center w-full px-2 pb-2">
<div class="text-white font-medium text-sm truncate">Project_Alpha.neu</div>
<div class="text-[10px] text-void-500 uppercase tracking-wider mt-1">2.4 GB • Synced
</div>
</div>
</div>
<!-- File Card 2 -->
<div class="file-card group">
<div class="absolute top-2 right-2 opacity-0 group-hover:opacity-100 transition-opacity">
<button class="text-void-400 hover:text-white"></button>
</div>
<div class="file-icon text-magenta-500 my-4">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<path d="M9 18V5l12-2v13"></path>
<circle cx="6" cy="18" r="3"></circle>
<circle cx="18" cy="16" r="3"></circle>
</svg>
</div>
<div class="text-center w-full px-2 pb-2">
<div class="text-white font-medium text-sm truncate">Cyber_Beat.wav</div>
<div class="text-[10px] text-void-500 uppercase tracking-wider mt-1">45 MB • Ready</div>
</div>
</div>
<!-- File Card 3 -->
<div class="file-card group">
<div class="absolute top-2 right-2 opacity-0 group-hover:opacity-100 transition-opacity">
<button class="text-void-400 hover:text-white"></button>
</div>
<div class="file-icon text-lime-500 my-4">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<polyline points="16 18 22 12 16 6"></polyline>
<polyline points="8 6 2 12 8 18"></polyline>
</svg>
</div>
<div class="text-center w-full px-2 pb-2">
<div class="text-white font-medium text-sm truncate">Script_v9.js</div>
<div class="text-[10px] text-void-500 uppercase tracking-wider mt-1">12 KB • Synced
</div>
</div>
</div>
<!-- File Card 4 -->
<div class="file-card group">
<div class="absolute top-2 right-2 opacity-0 group-hover:opacity-100 transition-opacity">
<button class="text-void-400 hover:text-white"></button>
</div>
<div class="file-icon text-violet-500 my-4">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>
<circle cx="8.5" cy="8.5" r="1.5"></circle>
<polyline points="21 15 16 10 5 21"></polyline>
</svg>
</div>
<div class="text-center w-full px-2 pb-2">
<div class="text-white font-medium text-sm truncate">Cover_Art.png</div>
<div class="text-[10px] text-void-500 uppercase tracking-wider mt-1">4 MB • Synced</div>
</div>
</div>
<!-- Add New Card -->
<div
class="file-card border-dashed border-void-300 hover:border-cyan-500 flex items-center justify-center opacity-50 hover:opacity-100">
<div class="flex flex-col items-center gap-2">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<line x1="12" y1="5" x2="12" y2="19"></line>
<line x1="5" y1="12" x2="19" y2="12"></line>
</svg>
<span class="text-xs font-mono">NEW_FILE</span>
</div>
</div>
</div>
</div>
</div>
</main>
</div>
<script type="module" src="../js/main.js"></script>
</body>
</html>