veza/apps/web/desy/legacy/templates/education.html

176 lines
9.7 KiB
HTML
Raw Normal View History

2026-01-22 16:23:11 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Veza Education | The Dojo</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 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">Creator Studio</a>
<a href="productivity.html" class="nav-item">Productivity</a>
<a href="education.html" class="nav-item active">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-6xl mx-auto space-y-12">
<h1 class="text-4xl font-display text-white">The Dojo</h1>
<!-- SKILL TREE -->
<section>
<h2 class="text-2xl font-display text-white mb-6 border-b border-void-200 pb-2">Skill Progression
</h2>
<div class="skill-tree bg-void-950 rounded-xl border border-void-800 h-64 items-center">
<!-- Connector Lines (Absolute) -->
<div class="skill-connector active" style="width: 100px; height: 2px; top: 50%; left: 35%;">
</div>
<div class="skill-connector" style="width: 100px; height: 2px; top: 50%; right: 35%;"></div>
<!-- Nodes -->
<div class="flex gap-24 relative z-10">
<div class="skill-node unlocked">
<span class="font-bold text-xs">HTML</span>
<div class="absolute -bottom-8 text-[10px] text-lime-500 w-20 text-center">COMPLETED
</div>
</div>
<div class="skill-node unlocked">
<span class="font-bold text-xs">CSS</span>
<div class="absolute -bottom-8 text-[10px] text-lime-500 w-20 text-center">MASTERY</div>
</div>
<div class="skill-node locked">
<span class="font-bold text-xs">JS</span>
<div class="absolute -bottom-8 text-[10px] text-void-500 w-20 text-center">LOCKED</div>
</div>
</div>
</div>
</section>
<!-- CURRICULUM -->
<section>
<h2 class="text-2xl font-display text-white mb-6 border-b border-void-200 pb-2">Curriculum</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div class="space-y-2">
<div class="curriculum-item active group">
<div
class="w-10 h-10 rounded bg-void-200 flex items-center justify-center mr-4 text-cyan-500 group-hover:bg-cyan-900 group-hover:text-cyan-300 transition-colors">
01
</div>
<div>
<h3 class="text-white font-bold text-sm">Fundamentals of Grid</h3>
<p class="text-xs text-void-500">2h 15m • 4 Lessons</p>
</div>
<span class="ml-auto text-lime-500 text-xs">DONE</span>
</div>
<div class="curriculum-item group">
<div
class="w-10 h-10 rounded bg-void-200 flex items-center justify-center mr-4 text-void-400 group-hover:bg-void-100 transition-colors">
02
</div>
<div>
<h3 class="text-white font-bold text-sm">Advanced Flexbox</h3>
<p class="text-xs text-void-500">1h 45m • 3 Lessons</p>
</div>
<button class="ml-auto btn btn-sm btn-outline btn-icon"></button>
</div>
<div class="curriculum-item group">
<div
class="w-10 h-10 rounded bg-void-200 flex items-center justify-center mr-4 text-void-400 group-hover:bg-void-100 transition-colors">
03
</div>
<div>
<h3 class="text-white font-bold text-sm">Responsive Images</h3>
<p class="text-xs text-void-500">45m • 1 Lesson</p>
</div>
<span class="ml-auto text-void-600 text-[10px] uppercase tracking-wider">Locked</span>
</div>
</div>
<!-- Details Panel -->
<div class="card p-6 border-l-4 border-l-cyan-500">
<div class="text-[10px] uppercase font-mono text-cyan-500 mb-2">Current Module</div>
<h3 class="text-2xl font-display text-white mb-4">Fundamentals of Grid</h3>
<p class="text-sm text-void-400 mb-6 leading-relaxed">
Learn how to build complex 2D layouts using CSS Grid. We will cover tracks, areas,
holes, and alignment.
</p>
<button class="btn btn-primary w-full">Continue Learning</button>
</div>
</div>
</section>
</div>
</main>
</div>
<script type="module" src="../js/main.js"></script>
</body>
</html>