Spaces:
Running
Running
File size: 13,126 Bytes
6d5d976 08e08d5 6d5d976 08e08d5 6d5d976 08e08d5 6d5d976 08e08d5 6d5d976 08e08d5 6d5d976 08e08d5 6d5d976 08e08d5 6d5d976 08e08d5 6d5d976 08e08d5 6d5d976 08e08d5 6d5d976 08e08d5 6d5d976 08e08d5 6d5d976 08e08d5 6d5d976 08e08d5 6d5d976 08e08d5 6d5d976 08e08d5 6d5d976 08e08d5 6d5d976 08e08d5 6d5d976 08e08d5 6d5d976 08e08d5 6d5d976 08e08d5 6d5d976 08e08d5 6d5d976 08e08d5 6d5d976 08e08d5 6d5d976 08e08d5 6d5d976 08e08d5 6d5d976 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Our Vision | QuantumVault</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r134/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.net.min.js"></script>
<style>
.glow-text {
text-shadow: 0 0 10px rgba(100, 215, 255, 0.8);
}
.gradient-border {
border: 3px solid transparent;
border-image: linear-gradient(45deg, #00dbde, #fc00ff) 1;
}
.quote-card {
background: linear-gradient(135deg, rgba(15,23,42,0.7), rgba(30,41,59,0.9));
backdrop-filter: blur(10px);
}
</style>
</head>
<body class="bg-black text-white font-mono" id="vanta-bg">
<div class="container mx-auto px-4">
<!-- Navigation -->
<nav class="flex justify-between items-center py-6">
<div class="text-2xl font-bold glow-text">
<a href="index.html">QuantumVault <span class="text-purple-400">⚡</span></a>
</div>
<div class="hidden md:flex space-x-8">
<a href="protocol.html" class="hover:text-purple-400 transition">Protocol</a>
<a href="about.html" class="text-purple-400 font-bold">Vision</a>
<a href="#" class="hover:text-purple-400 transition">Research</a>
<a href="#" class="hover:text-purple-400 transition">Team</a>
</div>
<button class="md:hidden">
<i data-feather="menu"></i>
</button>
</nav>
<!-- Hero Section -->
<section class="py-20">
<div class="max-w-4xl mx-auto text-center">
<h1 class="text-5xl md:text-6xl font-extrabold mb-6">
<span class="bg-clip-text text-transparent bg-gradient-to-r from-blue-400 to-purple-600">
A New Foundation for Trust
</span>
</h1>
<p class="text-xl text-gray-300">
Eliminating digital vulnerabilities at their quantum core
</p>
</div>
</section>
<!-- Vision Statement -->
<section class="py-12">
<div class="max-w-6xl mx-auto grid md:grid-cols-2 gap-12 items-center">
<div>
<h2 class="text-4xl font-bold mb-6 glow-text">The Universal Trust Layer</h2>
<p class="text-lg mb-6 text-gray-300">
In the 21st century, we're still fighting digital threats that should be obsolete - fraud, identity theft, malware, and surveillance.
QuantumVault provides the missing infrastructure layer that makes these attacks fundamentally impossible.
</p>
<p class="text-lg mb-6 text-gray-300">
Our vision is a universal system that works alongside existing technologies as the backbone of all trust and security networks.
A world where every digital interaction is inherently secure by design.
</p>
<div class="gradient-border p-1 rounded-lg inline-block">
<div class="bg-black p-6 rounded-lg">
<p class="text-purple-400 italic">
"Security shouldn't be a feature - it should be the foundation"
</p>
</div>
</div>
</div>
<div class="relative">
<img src="http://static.photos/technology/640x360/1" alt="Quantum Network" class="rounded-xl shadow-2xl">
<div class="absolute -bottom-6 -right-6 w-32 h-32 bg-purple-600 rounded-full mix-blend-screen opacity-20 blur-xl"></div>
</div>
</div>
</section>
<!-- Problem/Solution -->
<section class="py-16">
<div class="max-w-6xl mx-auto grid md:grid-cols-2 gap-8">
<div class="bg-gray-900/70 p-8 rounded-xl">
<h3 class="text-2xl font-bold mb-4 text-red-400">The Problems We Solve</h3>
<ul class="space-y-4">
<li class="flex items-start">
<i data-feather="alert-octagon" class="w-5 h-5 mt-1 mr-3 text-red-400"></i>
<span>Financial fraud costing $5.8 trillion annually</span>
</li>
<li class="flex items-start">
<i data-feather="user-x" class="w-5 h-5 mt-1 mr-3 text-red-400"></i>
<span>Identity theft affecting 1 in 4 Americans</span>
</li>
<li class="flex items-start">
<i data-feather="shield-off" class="w-5 h-5 mt-1 mr-3 text-red-400"></i>
<span>Malware and phishing attacks growing 350% yearly</span>
</li>
<li class="flex items-start">
<i data-feather="eye" class="w-5 h-5 mt-1 mr-3 text-red-400"></i>
<span>Mass surveillance eroding digital privacy</span>
</li>
</ul>
</div>
<div class="bg-gray-900/70 p-8 rounded-xl">
<h3 class="text-2xl font-bold mb-4 text-green-400">Our Quantum Solution</h3>
<ul class="space-y-4">
<li class="flex items-start">
<i data-feather="lock" class="w-5 h-5 mt-1 mr-3 text-green-400"></i>
<span>Biometric-tied quantum encryption makes fraud impossible</span>
</li>
<li class="flex items-start">
<i data-feather="fingerprint" class="w-5 h-5 mt-1 mr-3 text-green-400"></i>
<span>True digital identity that can't be stolen or replicated</span>
</li>
<li class="flex items-start">
<i data-feather="cpu" class="w-5 h-5 mt-1 mr-3 text-green-400"></i>
<span>Malware-resistant architecture by design</span>
</li>
<li class="flex items-start">
<i data-feather="eye-off" class="w-5 h-5 mt-1 mr-3 text-green-400"></i>
<span>Quantum privacy protocols that prevent surveillance</span>
</li>
</ul>
</div>
</div>
</section>
<!-- Integration -->
<section class="py-16">
<div class="max-w-4xl mx-auto text-center">
<h2 class="text-4xl font-bold mb-6 glow-text">Seamless Integration</h2>
<p class="text-xl mb-10 text-gray-300">
QuantumVault isn't a replacement - it's the missing layer that makes existing systems fundamentally secure
</p>
<div class="grid md:grid-cols-3 gap-8">
<div class="bg-black/50 p-6 rounded-xl border border-gray-800">
<i data-feather="credit-card" class="w-10 h-10 mb-4 text-blue-400 mx-auto"></i>
<h3 class="text-xl font-bold mb-2">Financial Systems</h3>
<p class="text-gray-400">Eliminate payment fraud and unauthorized transactions</p>
</div>
<div class="bg-black/50 p-6 rounded-xl border border-gray-800">
<i data-feather="key" class="w-10 h-10 mb-4 text-purple-400 mx-auto"></i>
<h3 class="text-xl font-bold mb-2">Identity Platforms</h3>
<p class="text-gray-400">Unforgeable digital identity with quantum biometrics</p>
</div>
<div class="bg-black/50 p-6 rounded-xl border border-gray-800">
<i data-feather="shield" class="w-10 h-10 mb-4 text-green-400 mx-auto"></i>
<h3 class="text-xl font-bold mb-2">Enterprise Security</h3>
<p class="text-gray-400">Malware-proof authentication and access control</p>
</div>
</div>
</div>
</section>
<!-- Call to Action -->
<section class="py-20 text-center">
<div class="max-w-3xl mx-auto">
<div class="quote-card p-8 rounded-xl mb-10">
<p class="text-2xl italic mb-4">
"In five years, QuantumVault will be as fundamental to digital security as TCP/IP is to the internet"
</p>
<p class="text-purple-400">- Project Lead</p>
</div>
<h2 class="text-4xl font-bold mb-6 glow-text">Join the Security Revolution</h2>
<p class="text-xl mb-10 text-gray-300">
Help build the infrastructure that makes digital threats obsolete
</p>
<div class="flex flex-col sm:flex-row justify-center gap-4">
<button class="bg-gradient-to-r from-blue-500 to-purple-600 px-8 py-4 text-lg font-bold hover:from-blue-600 hover:to-purple-700 transition">
Read Whitepaper
</button>
<button class="border-2 border-purple-600 px-8 py-4 text-lg font-bold hover:bg-purple-900/30 transition">
Contact Team
</button>
</div>
</div>
</section>
<!-- Footer -->
<footer class="py-12 border-t border-gray-800">
<div class="grid md:grid-cols-4 gap-8">
<div>
<h3 class="text-xl font-bold mb-4">QuantumVault</h3>
<p class="text-gray-400">
The future of unbreakable encryption powered by quantum entanglement and biometrics.
</p>
</div>
<div>
<h4 class="font-bold mb-4">Protocol</h4>
<ul class="space-y-2">
<li><a href="protocol.html" class="text-gray-400 hover:text-purple-400">Technology</a></li>
<li><a href="#" class="text-gray-400 hover:text-purple-400">Implementation</a></li>
<li><a href="#" class="text-gray-400 hover:text-purple-400">Roadmap</a></li>
</ul>
</div>
<div>
<h4 class="font-bold mb-4">Vision</h4>
<ul class="space-y-2">
<li><a href="about.html" class="text-gray-400 hover:text-purple-400">Our Mission</a></li>
<li><a href="#" class="text-gray-400 hover:text-purple-400">Use Cases</a></li>
<li><a href="#" class="text-gray-400 hover:text-purple-400">Partners</a></li>
</ul>
</div>
<div>
<h4 class="font-bold mb-4">Connect</h4>
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-purple-400">
<i data-feather="github"></i>
</a>
<a href="#" class="text-gray-400 hover:text-purple-400">
<i data-feather="twitter"></i>
</a>
<a href="#" class="text-gray-400 hover:text-purple-400">
<i data-feather="linkedin"></i>
</a>
</div>
</div>
</div>
<div class="mt-12 pt-8 border-t border-gray-800 text-center text-gray-500">
<p>© 2023 QuantumVault Protocol. All research open-sourced under MIT License.</p>
</div>
</footer>
</div>
<script>
// Initialize Vanta.js background
VANTA.NET({
el: "#vanta-bg",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x7f3dff,
backgroundColor: 0x0,
points: 12.00,
maxDistance: 22.00,
spacing: 16.00
});
// Initialize feather icons
feather.replace();
</script>
</body>
</html> |