eyeofsauronos / index.html
dydact's picture
this looks absolutely nothing like palantir.com it is a very lazy implementation. try again from scratch.
e4237ae verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EyeOfSauronOS | Enterprise Intelligence Platform</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://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<style>
* {
box-sizing: border-box;
}
body {
font-family: 'Inter', sans-serif;
}
.hero-bg {
background: linear-gradient(135deg, #0d1421 0%, #1e293b 100%);
}
.nav-gradient {
background: rgba(13, 20, 33, 0.95);
backdrop-filter: blur(20px);
}
.section-padding {
padding: 80px 0;
}
.card-hover {
transition: all 0.3s ease;
}
.card-hover:hover {
transform: translateY(-8px);
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.gradient-text {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.globe-overlay {
background: radial-gradient(ellipse at center, transparent 0%, rgba(13, 20, 33, 0.9) 70%);
}
</style>
</head>
<body class="bg-white text-gray-900 antialiased">
<!-- Navigation -->
<nav class="fixed w-full z-50 nav-gradient border-b border-gray-800">
<div class="container mx-auto px-6 py-4">
<div class="flex items-center justify-between">
<div class="flex items-center space-x-8">
<div class="flex items-center">
<i data-feather="eye" class="w-8 h-8 text-blue-500"></i>
<span class="ml-2 text-xl font-semibold text-white">EyeOfSauronOS</span>
</div>
<div class="hidden lg:flex items-center space-x-8">
<a href="#" class="text-gray-300 hover:text-white text-sm font-medium transition-colors">Products</a>
<a href="#" class="text-gray-300 hover:text-white text-sm font-medium transition-colors">Solutions</a>
<a href="#" class="text-gray-300 hover:text-white text-sm font-medium transition-colors">Developers</a>
<a href="#" class="text-gray-300 hover:text-white text-sm font-medium transition-colors">Resources</a>
<a href="#" class="text-gray-300 hover:text-white text-sm font-medium transition-colors">Company</a>
</div>
</div>
<div class="flex items-center space-x-4">
<a href="#" class="text-gray-300 hover:text-white text-sm font-medium transition-colors hidden md:block">Contact</a>
<button class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded text-sm font-medium transition-colors">
Get Demo
</button>
<button class="lg:hidden text-gray-300">
<i data-feather="menu"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero-bg text-white min-h-screen flex items-center relative overflow-hidden">
<div id="globe-container" class="absolute inset-0"></div>
<div class="globe-overlay absolute inset-0"></div>
<div class="container mx-auto px-6 relative z-10">
<div class="max-w-4xl mx-auto text-center">
<h1 class="text-5xl md:text-7xl font-bold mb-6 leading-tight">
The Operating System for
<span class="gradient-text">Global Intelligence</span>
</h1>
<p class="text-xl md:text-2xl text-gray-300 mb-10 max-w-3xl mx-auto leading-relaxed">
Unlock the power of your data with the world's most advanced intelligence platform.
See what others can't, predict what they won't.
</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center items-center">
<button class="bg-blue-600 hover:bg-blue-700 text-white px-8 py-4 rounded-lg text-lg font-semibold transition-colors">
Request Demo
</button>
<button class="border border-gray-600 hover:border-gray-500 text-gray-300 hover:text-white px-8 py-4 rounded-lg text-lg font-semibold transition-colors">
Explore Platform
</button>
</div>
</div>
</div>
</section>
<!-- Logo Cloud -->
<section class="bg-gray-50 py-16">
<div class="container mx-auto px-6">
<p class="text-center text-gray-500 text-sm font-medium mb-12 tracking-wider">TRUSTED BY LEADING ENTERPRISES</p>
<div class="grid grid-cols-2 md:grid-cols-6 gap-8 items-center opacity-60">
<div class="text-center text-gray-700 font-semibold text-lg">FORTUNE 500</div>
<div class="text-center text-gray-700 font-semibold text-lg">GLOBAL DEFENSE</div>
<div class="text-center text-gray-700 font-semibold text-lg">FINANCIAL INSTITUTIONS</div>
<div class="text-center text-gray-700 font-semibold text-lg">HEALTHCARE</div>
<div class="text-center text-gray-700 font-semibold text-lg">GOVERNMENT</div>
<div class="text-center text-gray-700 font-semibold text-lg">ENERGY</div>
</div>
</div>
</section>
<!-- Platform Capabilities -->
<section class="section-padding bg-white">
<div class="container mx-auto px-6">
<div class="text-center max-w-3xl mx-auto mb-16">
<h2 class="text-4xl md:text-5xl font-bold mb-6">Platform Capabilities</h2>
<p class="text-xl text-gray-600">
Our intelligence platform transforms complex data into actionable insights across your entire enterprise.
</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<div class="card-hover bg-white p-8 rounded-xl border border-gray-200">
<div class="w-16 h-16 bg-blue-50 rounded-lg flex items-center justify-center mb-6">
<i data-feather="layers" class="w-8 h-8 text-blue-600"></i>
</div>
<h3 class="text-2xl font-bold mb-4">Data Integration</h3>
<p class="text-gray-600 mb-6">
Connect to any data source, anywhere. Our platform seamlessly integrates with your existing infrastructure.
</p>
<a href="#" class="text-blue-600 hover:text-blue-700 font-semibold flex items-center">
Learn more
<i data-feather="arrow-right" class="w-4 h-4 ml-2"></i>
</a>
</div>
<div class="card-hover bg-white p-8 rounded-xl border border-gray-200">
<div class="w-16 h-16 bg-purple-50 rounded-lg flex items-center justify-center mb-6">
<i data-feather="bar-chart-2" class="w-8 h-8 text-purple-600"></i>
</div>
<h3 class="text-2xl font-bold mb-4">Advanced Analytics</h3>
<p class="text-gray-600 mb-6">
Leverage machine learning and AI to uncover patterns and insights hidden in your data.
</p>
<a href="#" class="text-blue-600 hover:text-blue-700 font-semibold flex items-center">
Learn more
<i data-feather="arrow-right" class="w-4 h-4 ml-2"></i>
</a>
</div>
<div class="card-hover bg-white p-8 rounded-xl border border-gray-200">
<div class="w-16 h-16 bg-green-50 rounded-lg flex items-center justify-center mb-6">
<i data-feather="shield" class="w-8 h-8 text-green-600"></i>
</div>
<h3 class="text-2xl font-bold mb-4">Security & Governance</h3>
<p class="text-gray-600 mb-6">
Enterprise-grade security with fine-grained access controls and comprehensive audit trails.
</p>
<a href="#" class="text-blue-600 hover:text-blue-700 font-semibold flex items-center">
Learn more
<i data-feather="arrow-right" class="w-4 h-4 ml-2"></i>
</a>
</div>
</div>
</div>
</section>
<!-- Use Cases -->
<section class="section-padding bg-gray-50">
<div class="container mx-auto px-6">
<div class="max-w-3xl mx-auto text-center mb-16">
<h2 class="text-4xl md:text-5xl font-bold mb-6">Transform Your Operations</h2>
<p class="text-xl text-gray-600">
Discover how organizations leverage our platform to drive meaningful outcomes.
</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="bg-white p-8 rounded-xl border border-gray-200">
<h3 class="text-xl font-bold mb-4">Financial Intelligence</h3>
<p class="text-gray-600 mb-4">
Detect fraud, optimize investments, and manage risk with real-time financial analysis.
</p>
<div class="text-sm text-gray-500">Banking • Insurance • Investment</div>
</div>
<div class="bg-white p-8 rounded-xl border border-gray-200">
<h3 class="text-xl font-bold mb-4">National Security</h3>
<p class="text-gray-600 mb-4">
Protect critical infrastructure and ensure public safety with advanced threat detection.
</p>
<div class="text-sm text-gray-500">Defense • Intelligence • Homeland Security</div>
</div>
<div class="bg-white p-8 rounded-xl border border-gray-200">
<h3 class="text-xl font-bold mb-4">Healthcare Analytics</h3>
<p class="text-gray-600 mb-4">
Improve patient outcomes and optimize operations with predictive healthcare insights.
</p>
<div class="text-sm text-gray-500">Hospitals • Pharma • Research</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="section-padding bg-gradient-to-r from-blue-600 to-purple-700 text-white">
<div class="container mx-auto px-6 text-center">
<h2 class="text-4xl md:text-5xl font-bold mb-6">Ready to See What Others Can't?</h2>
<p class="text-xl mb-10 max-w-2xl mx-auto opacity-90">
Join thousands of enterprises using EyeOfSauronOS to transform their operations with intelligence.
</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center">
<button class="bg-white text-blue-600 hover:bg-gray-100 px-8 py-4 rounded-lg text-lg font-semibold transition-colors">
Request Demo
</button>
<button class="border border-white hover:bg-white hover:text-blue-600 text-white px-8 py-4 rounded-lg text-lg font-semibold transition-colors">
Contact Sales
</button>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-16">
<div class="container mx-auto px-6">
<div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-6 gap-8">
<div class="col-span-2">
<div class="flex items-center mb-6">
<i data-feather="eye" class="w-8 h-8 text-blue-500"></i>
<span class="ml-2 text-xl font-semibold">EyeOfSauronOS</span>
</div>
<p class="text-gray-400 text-sm max-w-md">
The world's most advanced intelligence platform for enterprise-scale data analysis and decision making.
</p>
</div>
<div>
<h4 class="font-semibold mb-4">Platform</h4>
<ul class="space-y-2 text-sm text-gray-400">
<li><a href="#" class="hover:text-white transition-colors">Features</a></li>
<li><a href="#" class="hover:text-white transition-colors">Solutions</a></li>
<li><a href="#" class="hover:text-white transition-colors">Pricing</a></li>
<li><a href="#" class="hover:text-white transition-colors">Demo</a></li>
</ul>
</div>
<div>
<h4 class="font-semibold mb-4">Resources</h4>
<ul class="space-y-2 text-sm text-gray-400">
<li><a href="#" class="hover:text-white transition-colors">Documentation</a></li>
<li><a href="#" class="hover:text-white transition-colors">API Reference</a></li>
<li><a href="#" class="hover:text-white transition-colors">Blog</a></li>
<li><a href="#" class="hover:text-white transition-colors">Community</a></li>
</ul>
</div>
<div>
<h4 class="font-semibold mb-4">Company</h4>
<ul class="space-y-2 text-sm text-gray-400">
<li><a href="#" class="hover:text-white transition-colors">About</a></li>
<li><a href="#" class="hover:text-white transition-colors">Careers</a></li>
<li><a href="#" class="hover:text-white transition-colors">Press</a></li>
<li><a href="#" class="hover:text-white transition-colors">Contact</a></li>
</ul>
</div>
<div>
<h4 class="font-semibold mb-4">Legal</h4>
<ul class="space-y-2 text-sm text-gray-400">
<li><a href="#" class="hover:text-white transition-colors">Privacy</a></li>
<li><a href="#" class="hover:text-white transition-colors">Terms</a></li>
<li><a href="#" class="hover:text-white transition-colors">Security</a></li>
<li><a href="#" class="hover:text-white transition-colors">Compliance</a></li>
</ul>
</div>
</div>
<div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
<div class="text-gray-400 text-sm">
© 2023 EyeOfSauronOS. All rights reserved.
</div>
<div class="flex space-x-4 mt-4 md:mt-0">
<a href="#" class="text-gray-400 hover:text-white transition-colors">
<i data-feather="twitter"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition-colors">
<i data-feather="linkedin"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition-colors">
<i data-feather="github"></i>
</a>
</div>
</div>
</div>
</footer>
<script>
// Initialize Vanta.js
VANTA.GLOBE({
el: "#globe-container",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x3b82f6,
backgroundColor: 0x0d1421,
size: 1.00
});
// Initialize Feather Icons
feather.replace();
</script>
</body>
</html>