Toggle navigation
☰
HTML
CSS
Scripting
Database
<!doctype html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Tailwind CSS SaaS Dashboard</title> <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4.2.1"></script> </head> <body class="bg-gray-50 min-h-screen pt-16 p-6 antialiased"> <div class="max-w-7xl mx-auto grid grid-cols-1 lg:grid-cols-12 gap-8 items-start"> <!-- Profile & Plan Summary (Left Col) --> <div class="lg:col-span-4 space-y-8"> <div class="bg-white p-10 rounded-[3rem] border border-slate-100 shadow-sm space-y-8"> <div class="flex flex-col items-center text-center space-y-4"> <div class="h-24 w-24 rounded-[2rem] bg-indigo-50 border border-indigo-100 p-1"> <img src="https://images.unsplash.com/photo-1544005313-94ddf0286df2?w=200&h=200&fit=crop" class="h-full w-full object-cover rounded-[1.8rem] shadow-sm"> </div> <div> <h3 class="text-xl font-bold text-slate-900 tracking-tight">Sarah Jenkins</h3> <p class="text-sm font-medium text-slate-400">sarah.j@vanguard-sync.com</p> </div> <span class="px-4 py-1 bg-indigo-600 text-white text-[10px] font-black uppercase tracking-widest rounded-full shadow-lg shadow-indigo-100">Pro Architect Plan</span> </div> <div class="space-y-6 pt-6 border-t border-slate-50"> <div class="space-y-2"> <div class="flex justify-between text-[11px] font-bold uppercase tracking-widest"> <span class="text-slate-400">Node Capacity</span> <span class="text-slate-900">842 / 1000</span> </div> <div class="h-2 bg-slate-50 rounded-full overflow-hidden"> <div class="h-full bg-indigo-600 w-[84%] rounded-full shadow-[0_0_10px_rgba(99,102,241,0.4)]"></div> </div> </div> <div class="space-y-2"> <div class="flex justify-between text-[11px] font-bold uppercase tracking-widest"> <span class="text-slate-400">Spectral Bandwidth</span> <span class="text-slate-900">4.2 TB / 10 TB</span> </div> <div class="h-2 bg-slate-50 rounded-full overflow-hidden"> <div class="h-full bg-emerald-500 w-[42%] rounded-full shadow-[0_0_10px_rgba(16,185,129,0.4)]"></div> </div> </div> </div> <button class="w-full py-4 bg-slate-900 text-white rounded-2xl text-[10px] font-black uppercase tracking-widest hover:bg-indigo-600 transition-all shadow-xl shadow-slate-100 cursor-pointer">Upgrade Capacity</button> </div> <div class="bg-indigo-900 p-10 rounded-[3rem] text-white space-y-6 relative overflow-hidden group"> <div class="absolute -top-10 -right-10 h-40 w-40 bg-white/10 rounded-full blur-3xl group-hover:bg-white/20 transition-colors"></div> <h4 class="text-lg font-bold tracking-tight relative">Billing Cycle</h4> <div class="space-y-1 relative"> <p class="text-3xl font-black tracking-tighter">$42.00</p> <p class="text-xs font-bold text-indigo-300 uppercase tracking-widest">Next Sync: April 01, 2026</p> </div> <button class="w-full py-3 bg-white/10 hover:bg-white/20 border border-white/20 rounded-xl text-[10px] font-black uppercase tracking-widest transition-all cursor-pointer relative">Download Invoice</button> </div> </div> <!-- Main Activity & Management (Right Col) --> <div class="lg:col-span-8 space-y-8"> <!-- Active Hubs --> <div class="bg-white p-10 rounded-[3.5rem] border border-slate-100 shadow-sm space-y-8"> <div class="flex justify-between items-center"> <h4 class="text-xl font-bold text-slate-900 tracking-tight">Active Sync Hubs</h4> <button class="text-xs font-black text-indigo-600 uppercase tracking-widest hover:underline cursor-pointer">View All Hubs</button> </div> <div class="grid grid-cols-1 md:grid-cols-2 gap-4"> <!-- Hub 1 --> <div class="p-6 bg-slate-50 rounded-[2rem] border border-slate-100 hover:border-indigo-200 transition-colors group"> <div class="flex justify-between items-start mb-6"> <div class="h-12 w-12 bg-white rounded-xl flex items-center justify-center text-indigo-600 shadow-sm border border-slate-100 group-hover:bg-indigo-600 group-hover:text-white transition-all"> <svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M3 15a4 4 0 004 4h9a5 5 0 10-.1-9.999 5.002 5.002 0 10-9.78 2.096A4.001 4.001 0 003 15z" /></svg> </div> <span class="flex items-center gap-1.5 px-2.5 py-1 bg-emerald-100 text-emerald-700 text-[9px] font-bold rounded-lg uppercase tracking-widest">Primary</span> </div> <h5 class="font-bold text-slate-900 group-hover:text-indigo-600 transition-colors">Sector 01 Alpha Hub</h5> <p class="text-xs text-slate-500 mt-1">Status: Fully Synchronized</p> </div> <!-- Hub 2 --> <div class="p-6 bg-slate-50 rounded-[2rem] border border-slate-100 hover:border-indigo-200 transition-colors group"> <div class="flex justify-between items-start mb-6"> <div class="h-12 w-12 bg-white rounded-xl flex items-center justify-center text-slate-400 shadow-sm border border-slate-100 group-hover:bg-indigo-600 group-hover:text-white transition-all"> <svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10" /></svg> </div> <span class="flex items-center gap-1.5 px-2.5 py-1 bg-slate-200 text-slate-600 text-[9px] font-bold rounded-lg uppercase tracking-widest">Standby</span> </div> <h5 class="font-bold text-slate-900 group-hover:text-indigo-600 transition-colors">Sector 04 Mirror Node</h5> <p class="text-xs text-slate-500 mt-1">Status: Periodic Pulse Sync</p> </div> </div> </div> <!-- Recent Manifests --> <div class="bg-white p-10 rounded-[3.5rem] border border-slate-100 shadow-sm space-y-8"> <h4 class="text-xl font-bold text-slate-900 tracking-tight">Recent Manifest Syncs</h4> <div class="space-y-2"> <div class="flex items-center justify-between p-4 px-6 bg-slate-50/50 rounded-2xl hover:bg-slate-50 transition-colors"> <div class="flex items-center gap-4"> <div class="h-2 w-2 bg-emerald-500 rounded-full"></div> <span class="text-sm font-bold text-slate-800">Manifest #8402-A</span> </div> <span class="text-xs text-slate-400">12 min ago</span> </div> <div class="flex items-center justify-between p-4 px-6 bg-slate-50/50 rounded-2xl hover:bg-slate-50 transition-colors"> <div class="flex items-center gap-4"> <div class="h-2 w-2 bg-emerald-500 rounded-full"></div> <span class="text-sm font-bold text-slate-800">Cluster 4 Handshake</span> </div> <span class="text-xs text-slate-400">1h ago</span> </div> <div class="flex items-center justify-between p-4 px-6 bg-slate-50/50 rounded-2xl hover:bg-slate-50 transition-colors"> <div class="flex items-center gap-4"> <div class="h-2 w-2 bg-indigo-500 rounded-full animate-pulse"></div> <span class="text-sm font-bold text-slate-800 italic">Spectral Alignment In-Progress</span> </div> <span class="text-xs text-slate-400">Syncing...</span> </div> </div> </div> </div> </div> </body> </html>