228 lines
No EOL
13 KiB
HTML
228 lines
No EOL
13 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 Hardware | Inventory</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">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 active">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">
|
|
<div class="flex justify-between items-center mb-8">
|
|
<h1 class="text-3xl font-display text-white mb-0">Hardware Inventory</h1>
|
|
<button class="btn btn-primary">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none"
|
|
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
|
|
class="mr-2">
|
|
<line x1="12" y1="5" x2="12" y2="19"></line>
|
|
<line x1="5" y1="12" x2="19" y2="12"></line>
|
|
</svg>
|
|
Add Item
|
|
</button>
|
|
</div>
|
|
|
|
<!-- CATEGORIES -->
|
|
<div class="flex gap-4 mb-8">
|
|
<button class="btn btn-sm btn-outline active">All Gear</button>
|
|
<button class="btn btn-sm btn-ghost">Synths</button>
|
|
<button class="btn btn-sm btn-ghost">Audio Interfaces</button>
|
|
<button class="btn btn-sm btn-ghost">Computers</button>
|
|
<button class="btn btn-sm btn-ghost">Cables</button>
|
|
</div>
|
|
|
|
<!-- GRID -->
|
|
<div class="equipment-grid">
|
|
|
|
<!-- Synthesizer -->
|
|
<div class="gear-card">
|
|
<div class="gear-header">
|
|
<img src="https://images.unsplash.com/photo-1598653222004-655171f73343?q=80&w=2000&auto=format&fit=crop"
|
|
class="gear-img">
|
|
<div class="gear-status-dot active"></div>
|
|
<div class="warranty-badge">2 Years Left</div>
|
|
</div>
|
|
<div class="gear-details">
|
|
<h3 class="text-white font-bold text-lg mb-1">Moog Grandmother</h3>
|
|
<p class="text-void-400 text-xs mb-4">Analog Synthesizer • Semi-Modular</p>
|
|
|
|
<div class="gear-meta-row">
|
|
<span>Serial #</span>
|
|
<span class="gear-value">MG-992-X1</span>
|
|
</div>
|
|
<div class="gear-meta-row">
|
|
<span>Purchase Date</span>
|
|
<span class="gear-value">2025-04-12</span>
|
|
</div>
|
|
<div class="gear-meta-row border-none mb-0 pb-0">
|
|
<span>Value</span>
|
|
<span class="gear-value text-cyan-400">$1,249.00</span>
|
|
</div>
|
|
</div>
|
|
<div class="p-4 pt-0 flex gap-2">
|
|
<button class="btn btn-xs btn-outline flex-grow">Edit</button>
|
|
<button class="btn btn-xs btn-ghost btn-icon"><svg xmlns="http://www.w3.org/2000/svg"
|
|
width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path>
|
|
<polyline points="14 2 14 8 20 8"></polyline>
|
|
<line x1="16" y1="13" x2="8" y2="13"></line>
|
|
<line x1="16" y1="17" x2="8" y2="17"></line>
|
|
<polyline points="10 9 9 9 8 9"></polyline>
|
|
</svg></button>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Audio Interface -->
|
|
<div class="gear-card">
|
|
<div class="gear-header">
|
|
<img src="https://images.unsplash.com/photo-1525909287372-9844de797931?q=80&w=2000&auto=format&fit=crop"
|
|
class="gear-img">
|
|
<div class="gear-status-dot active"></div>
|
|
<div class="warranty-badge expired">Expired</div>
|
|
</div>
|
|
<div class="gear-details">
|
|
<h3 class="text-white font-bold text-lg mb-1">Apollo Twin X</h3>
|
|
<p class="text-void-400 text-xs mb-4">Universal Audio • Thunderbird 3</p>
|
|
|
|
<div class="gear-meta-row">
|
|
<span>Serial #</span>
|
|
<span class="gear-value">UA-221-99</span>
|
|
</div>
|
|
<div class="gear-meta-row">
|
|
<span>Purchase Date</span>
|
|
<span class="gear-value">2023-11-20</span>
|
|
</div>
|
|
<div class="gear-meta-row border-none mb-0 pb-0">
|
|
<span>Value</span>
|
|
<span class="gear-value text-cyan-400">$999.00</span>
|
|
</div>
|
|
</div>
|
|
<div class="p-4 pt-0 flex gap-2">
|
|
<button class="btn btn-xs btn-outline flex-grow">Edit</button>
|
|
<button class="btn btn-xs btn-ghost btn-icon"><svg xmlns="http://www.w3.org/2000/svg"
|
|
width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path>
|
|
<polyline points="14 2 14 8 20 8"></polyline>
|
|
<line x1="16" y1="13" x2="8" y2="13"></line>
|
|
<line x1="16" y1="17" x2="8" y2="17"></line>
|
|
<polyline points="10 9 9 9 8 9"></polyline>
|
|
</svg></button>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Laptop -->
|
|
<div class="gear-card">
|
|
<div class="gear-header">
|
|
<div class="text-6xl text-void-700">💻</div>
|
|
<div class="gear-status-dot service"></div>
|
|
<div class="warranty-badge">6 Months</div>
|
|
</div>
|
|
<div class="gear-details">
|
|
<h3 class="text-white font-bold text-lg mb-1">MacBook Pro M3</h3>
|
|
<p class="text-void-400 text-xs mb-4">Apple • 16-inch • 32GB RAM</p>
|
|
|
|
<div class="gear-meta-row">
|
|
<span>Serial #</span>
|
|
<span class="gear-value">C02-X99-L1</span>
|
|
</div>
|
|
<div class="gear-meta-row">
|
|
<span>Purchase Date</span>
|
|
<span class="gear-value">2024-01-15</span>
|
|
</div>
|
|
<div class="gear-meta-row border-none mb-0 pb-0">
|
|
<span>Value</span>
|
|
<span class="gear-value text-cyan-400">$2,499.00</span>
|
|
</div>
|
|
</div>
|
|
<div class="p-4 pt-0 flex gap-2">
|
|
<button class="btn btn-xs btn-outline flex-grow">Edit</button>
|
|
<button class="btn btn-xs btn-ghost btn-icon"><svg xmlns="http://www.w3.org/2000/svg"
|
|
width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path>
|
|
<polyline points="14 2 14 8 20 8"></polyline>
|
|
<line x1="16" y1="13" x2="8" y2="13"></line>
|
|
<line x1="16" y1="17" x2="8" y2="17"></line>
|
|
<polyline points="10 9 9 9 8 9"></polyline>
|
|
</svg></button>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</main>
|
|
</div>
|
|
|
|
<script type="module" src="../js/main.js"></script>
|
|
</body>
|
|
|
|
</html> |