Spaces:
Running
Running
ukazes mi něco na vrchholu tvych schopnosti
Browse files- index.html +8 -2
- quantum.html +180 -0
index.html
CHANGED
|
@@ -39,7 +39,6 @@
|
|
| 39 |
</head>
|
| 40 |
<body class="min-h-screen text-white overflow-x-hidden" id="vanta-bg">
|
| 41 |
<div class="absolute inset-0 z-0"></div>
|
| 42 |
-
|
| 43 |
<!-- Navigation -->
|
| 44 |
<nav class="relative z-10 py-6 px-6 md:px-12 flex justify-between items-center">
|
| 45 |
<div class="flex items-center space-x-2">
|
|
@@ -52,15 +51,22 @@
|
|
| 52 |
<a href="#" class="hover:text-purple-300 transition">Agents</a>
|
| 53 |
<a href="#" class="hover:text-purple-300 transition">Deploy</a>
|
| 54 |
<a href="#" class="hover:text-purple-300 transition">Contact</a>
|
|
|
|
| 55 |
</div>
|
| 56 |
<button class="md:hidden">
|
| 57 |
<i data-feather="menu"></i>
|
| 58 |
</button>
|
| 59 |
</nav>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
|
| 61 |
<!-- Hero Section -->
|
| 62 |
<main class="relative z-10 container mx-auto px-6 md:px-12 py-24">
|
| 63 |
-
|
| 64 |
<h1 class="text-4xl md:text-6xl font-bold mb-6 leading-tight">
|
| 65 |
<span class="bg-clip-text text-transparent bg-gradient-to-r from-purple-400 to-blue-500">Multi-Agent</span> Code Orchestration
|
| 66 |
</h1>
|
|
|
|
| 39 |
</head>
|
| 40 |
<body class="min-h-screen text-white overflow-x-hidden" id="vanta-bg">
|
| 41 |
<div class="absolute inset-0 z-0"></div>
|
|
|
|
| 42 |
<!-- Navigation -->
|
| 43 |
<nav class="relative z-10 py-6 px-6 md:px-12 flex justify-between items-center">
|
| 44 |
<div class="flex items-center space-x-2">
|
|
|
|
| 51 |
<a href="#" class="hover:text-purple-300 transition">Agents</a>
|
| 52 |
<a href="#" class="hover:text-purple-300 transition">Deploy</a>
|
| 53 |
<a href="#" class="hover:text-purple-300 transition">Contact</a>
|
| 54 |
+
<a href="quantum.html" class="hover:text-purple-300 transition">Quantum Lab</a>
|
| 55 |
</div>
|
| 56 |
<button class="md:hidden">
|
| 57 |
<i data-feather="menu"></i>
|
| 58 |
</button>
|
| 59 |
</nav>
|
| 60 |
+
<!-- Quantum Portal Button -->
|
| 61 |
+
<div class="fixed bottom-8 right-8 z-50">
|
| 62 |
+
<a href="quantum.html" class="flex items-center justify-center w-16 h-16 rounded-full bg-gradient-to-br from-purple-600 to-blue-500 shadow-xl hover:shadow-2xl transition-all duration-300 animate-pulse">
|
| 63 |
+
<i data-feather="atom" class="w-6 h-6 text-white"></i>
|
| 64 |
+
</a>
|
| 65 |
+
</div>
|
| 66 |
|
| 67 |
<!-- Hero Section -->
|
| 68 |
<main class="relative z-10 container mx-auto px-6 md:px-12 py-24">
|
| 69 |
+
<div class="max-w-4xl mx-auto text-center">
|
| 70 |
<h1 class="text-4xl md:text-6xl font-bold mb-6 leading-tight">
|
| 71 |
<span class="bg-clip-text text-transparent bg-gradient-to-r from-purple-400 to-blue-500">Multi-Agent</span> Code Orchestration
|
| 72 |
</h1>
|
quantum.html
ADDED
|
@@ -0,0 +1,180 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Quantum Lab | CodeWizard</title>
|
| 7 |
+
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
| 8 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
+
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 10 |
+
<script src="https://unpkg.com/feather-icons"></script>
|
| 11 |
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
|
| 12 |
+
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.net.min.js"></script>
|
| 13 |
+
<style>
|
| 14 |
+
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap');
|
| 15 |
+
body {
|
| 16 |
+
font-family: 'Fira Code', monospace;
|
| 17 |
+
color: white;
|
| 18 |
+
overflow-x: hidden;
|
| 19 |
+
}
|
| 20 |
+
.quantum-card {
|
| 21 |
+
background: rgba(15, 23, 42, 0.8);
|
| 22 |
+
backdrop-filter: blur(16px);
|
| 23 |
+
border: 1px solid rgba(124, 58, 237, 0.3);
|
| 24 |
+
transition: all 0.3s ease;
|
| 25 |
+
}
|
| 26 |
+
.quantum-card:hover {
|
| 27 |
+
border-color: rgba(124, 58, 237, 0.6);
|
| 28 |
+
transform: translateY(-5px);
|
| 29 |
+
box-shadow: 0 20px 25px -5px rgba(124, 58, 237, 0.2);
|
| 30 |
+
}
|
| 31 |
+
.quantum-pulse {
|
| 32 |
+
animation: pulse 4s infinite;
|
| 33 |
+
}
|
| 34 |
+
@keyframes pulse {
|
| 35 |
+
0%, 100% { box-shadow: 0 0 0 0 rgba(124, 58, 237, 0.7); }
|
| 36 |
+
50% { box-shadow: 0 0 0 20px rgba(124, 58, 237, 0); }
|
| 37 |
+
}
|
| 38 |
+
.quantum-spin {
|
| 39 |
+
animation: spin 10s linear infinite;
|
| 40 |
+
}
|
| 41 |
+
@keyframes spin {
|
| 42 |
+
100% { transform: rotate(360deg); }
|
| 43 |
+
}
|
| 44 |
+
</style>
|
| 45 |
+
</head>
|
| 46 |
+
<body id="quantum-bg">
|
| 47 |
+
<!-- Navigation -->
|
| 48 |
+
<nav class="relative z-10 py-6 px-6 md:px-12 flex justify-between items-center">
|
| 49 |
+
<div class="flex items-center space-x-2">
|
| 50 |
+
<i data-feather="atom" class="text-purple-400"></i>
|
| 51 |
+
<span class="text-xl font-bold bg-clip-text text-transparent bg-gradient-to-r from-purple-400 to-blue-500">Quantum Lab</span>
|
| 52 |
+
</div>
|
| 53 |
+
<div class="hidden md:flex space-x-8">
|
| 54 |
+
<a href="index.html" class="hover:text-purple-300 transition">Back to Main</a>
|
| 55 |
+
</div>
|
| 56 |
+
</nav>
|
| 57 |
+
|
| 58 |
+
<!-- Main Content -->
|
| 59 |
+
<main class="relative z-10 container mx-auto px-6 md:px-12 py-16">
|
| 60 |
+
<div class="text-center mb-20">
|
| 61 |
+
<h1 class="text-5xl md:text-7xl font-bold mb-6">
|
| 62 |
+
<span class="bg-clip-text text-transparent bg-gradient-to-r from-purple-400 to-blue-500">Quantum</span> Computing Lab
|
| 63 |
+
</h1>
|
| 64 |
+
<p class="text-xl text-gray-300 max-w-3xl mx-auto">
|
| 65 |
+
Experimental quantum computing interface with real-time qubit visualization and quantum circuit simulation.
|
| 66 |
+
</p>
|
| 67 |
+
</div>
|
| 68 |
+
|
| 69 |
+
<div class="grid grid-cols-1 lg:grid-cols-3 gap-8 mb-16">
|
| 70 |
+
<!-- Qubit Visualizer -->
|
| 71 |
+
<div class="quantum-card rounded-xl p-8">
|
| 72 |
+
<div class="flex justify-center mb-6">
|
| 73 |
+
<div class="w-24 h-24 rounded-full quantum-pulse flex items-center justify-center bg-gradient-to-br from-purple-900 to-blue-900">
|
| 74 |
+
<div class="w-16 h-16 rounded-full bg-white/10 flex items-center justify-center quantum-spin">
|
| 75 |
+
<div class="w-8 h-8 rounded-full bg-gradient-to-br from-purple-400 to-blue-400"></div>
|
| 76 |
+
</div>
|
| 77 |
+
</div>
|
| 78 |
+
</div>
|
| 79 |
+
<h3 class="text-2xl font-bold text-center mb-4">Qubit Visualizer</h3>
|
| 80 |
+
<p class="text-gray-300 mb-6">Real-time visualization of qubit superposition and entanglement states.</p>
|
| 81 |
+
<button class="w-full py-3 rounded-lg bg-gradient-to-r from-purple-500 to-blue-500 hover:from-purple-600 hover:to-blue-600 transition font-medium">
|
| 82 |
+
Initialize Qubits
|
| 83 |
+
</button>
|
| 84 |
+
</div>
|
| 85 |
+
|
| 86 |
+
<!-- Quantum Circuit -->
|
| 87 |
+
<div class="quantum-card rounded-xl p-8">
|
| 88 |
+
<div class="flex justify-center mb-6">
|
| 89 |
+
<div class="relative w-24 h-24">
|
| 90 |
+
<div class="absolute inset-0 bg-gradient-to-br from-purple-900 to-blue-900 rounded-lg opacity-80"></div>
|
| 91 |
+
<div class="absolute inset-2 grid grid-cols-3 grid-rows-3 gap-1">
|
| 92 |
+
<div class="bg-purple-400 rounded-sm"></div>
|
| 93 |
+
<div class="bg-blue-400 rounded-sm"></div>
|
| 94 |
+
<div class="bg-purple-400 rounded-sm"></div>
|
| 95 |
+
<div class="bg-blue-400 rounded-sm"></div>
|
| 96 |
+
<div class="bg-purple-400 rounded-sm"></div>
|
| 97 |
+
<div class="bg-blue-400 rounded-sm"></div>
|
| 98 |
+
<div class="bg-purple-400 rounded-sm"></div>
|
| 99 |
+
<div class="bg-blue-400 rounded-sm"></div>
|
| 100 |
+
<div class="bg-purple-400 rounded-sm"></div>
|
| 101 |
+
</div>
|
| 102 |
+
</div>
|
| 103 |
+
</div>
|
| 104 |
+
<h3 class="text-2xl font-bold text-center mb-4">Circuit Designer</h3>
|
| 105 |
+
<p class="text-gray-300 mb-6">Drag-and-drop interface for building quantum circuits with gates and measurements.</p>
|
| 106 |
+
<button class="w-full py-3 rounded-lg bg-gradient-to-r from-purple-500 to-blue-500 hover:from-purple-600 hover:to-blue-600 transition font-medium">
|
| 107 |
+
Design Circuit
|
| 108 |
+
</button>
|
| 109 |
+
</div>
|
| 110 |
+
|
| 111 |
+
<!-- Quantum API -->
|
| 112 |
+
<div class="quantum-card rounded-xl p-8">
|
| 113 |
+
<div class="flex justify-center mb-6">
|
| 114 |
+
<div class="w-24 h-24 rounded-lg bg-gradient-to-br from-purple-900 to-blue-900 flex items-center justify-center">
|
| 115 |
+
<div class="text-4xl font-mono">{ }</div>
|
| 116 |
+
</div>
|
| 117 |
+
</div>
|
| 118 |
+
<h3 class="text-2xl font-bold text-center mb-4">Quantum API</h3>
|
| 119 |
+
<p class="text-gray-300 mb-6">Connect to real quantum computers via our API and run experiments remotely.</p>
|
| 120 |
+
<button class="w-full py-3 rounded-lg bg-gradient-to-r from-purple-500 to-blue-500 hover:from-purple-600 hover:to-blue-600 transition font-medium">
|
| 121 |
+
API Documentation
|
| 122 |
+
</button>
|
| 123 |
+
</div>
|
| 124 |
+
</div>
|
| 125 |
+
|
| 126 |
+
<!-- Quantum Terminal -->
|
| 127 |
+
<div class="quantum-card rounded-xl p-8 max-w-4xl mx-auto">
|
| 128 |
+
<div class="flex mb-6">
|
| 129 |
+
<div class="w-3 h-3 rounded-full bg-purple-500 mr-2"></div>
|
| 130 |
+
<div class="w-3 h-3 rounded-full bg-blue-500 mr-2"></div>
|
| 131 |
+
<div class="w-3 h-3 rounded-full bg-pink-500"></div>
|
| 132 |
+
</div>
|
| 133 |
+
<div class="font-mono">
|
| 134 |
+
<div class="flex items-center mb-4">
|
| 135 |
+
<span class="text-purple-400 mr-2">quantum></span>
|
| 136 |
+
<span class="text-white">initialize --qubits=5 --entanglement=full</span>
|
| 137 |
+
</div>
|
| 138 |
+
<div class="text-blue-300 mb-2">> Initializing 5-qubit quantum register</div>
|
| 139 |
+
<div class="text-blue-300 mb-2">> Creating full entanglement network</div>
|
| 140 |
+
<div class="text-purple-300 mb-2">> Quantum state: |ψ⟩ = (|00000⟩ + |11111⟩)/√2</div>
|
| 141 |
+
<div class="text-green-300 mb-4">> Ready for quantum operations</div>
|
| 142 |
+
<div class="flex items-center">
|
| 143 |
+
<span class="text-purple-400 mr-2">quantum></span>
|
| 144 |
+
<span class="text-white flex-1 border-b border-purple-400">_</span>
|
| 145 |
+
</div>
|
| 146 |
+
</div>
|
| 147 |
+
</div>
|
| 148 |
+
</main>
|
| 149 |
+
|
| 150 |
+
<footer class="relative z-10 py-12 px-6 md:px-12 bg-gray-900/50 mt-20">
|
| 151 |
+
<div class="container mx-auto text-center">
|
| 152 |
+
<p class="text-gray-400">© 2023 CodeWizard Quantum Lab. All quantum states are probabilistic.</p>
|
| 153 |
+
</div>
|
| 154 |
+
</footer>
|
| 155 |
+
|
| 156 |
+
<script>
|
| 157 |
+
// Initialize Vanta.js quantum network background
|
| 158 |
+
VANTA.NET({
|
| 159 |
+
el: "#quantum-bg",
|
| 160 |
+
mouseControls: true,
|
| 161 |
+
touchControls: true,
|
| 162 |
+
gyroControls: false,
|
| 163 |
+
minHeight: 200.00,
|
| 164 |
+
minWidth: 200.00,
|
| 165 |
+
scale: 1.00,
|
| 166 |
+
scaleMobile: 1.00,
|
| 167 |
+
color: 0x7b5bfb,
|
| 168 |
+
backgroundColor: 0x0,
|
| 169 |
+
points: 12.00,
|
| 170 |
+
maxDistance: 22.00,
|
| 171 |
+
spacing: 18.00
|
| 172 |
+
});
|
| 173 |
+
|
| 174 |
+
// Initialize feather icons
|
| 175 |
+
document.addEventListener('DOMContentLoaded', () => {
|
| 176 |
+
feather.replace();
|
| 177 |
+
});
|
| 178 |
+
</script>
|
| 179 |
+
</body>
|
| 180 |
+
</html>
|