enfuse-sample1 / index.html
jmfi's picture
Add 3 files
0cebd44 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Enfuse - AI-Powered Data Integration Platform</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
body {
font-family: 'Inter', sans-serif;
overflow-x: hidden;
}
.gradient-bg {
background: linear-gradient(135deg, #6B73FF 0%, #000DFF 100%);
}
.hero-gradient {
background: radial-gradient(50% 50% at 50% 50%, rgba(107, 115, 255, 0.2) 0%, rgba(107, 115, 255, 0) 100%);
}
.feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.nav-link:hover {
color: #6B73FF;
}
.btn-primary {
background: linear-gradient(90deg, #6B73FF 0%, #000DFF 100%);
}
.btn-primary:hover {
background: linear-gradient(90deg, #5a62e6 0%, #000bd6 100%);
}
.animate-float {
animation: float 6s ease-in-out infinite;
}
@keyframes float {
0% { transform: translateY(0px); }
50% { transform: translateY(-20px); }
100% { transform: translateY(0px); }
}
</style>
</head>
<body class="bg-white text-gray-800">
<!-- Navigation -->
<nav class="container mx-auto px-6 py-4 flex justify-between items-center">
<div class="flex items-center">
<a href="#" class="text-2xl font-bold text-indigo-600">enfuse</a>
</div>
<div class="hidden md:flex space-x-10">
<a href="#" class="nav-link font-medium text-gray-600 hover:text-indigo-600 transition">Product</a>
<a href="#" class="nav-link font-medium text-gray-600 hover:text-indigo-600 transition">Solutions</a>
<a href="#" class="nav-link font-medium text-gray-600 hover:text-indigo-600 transition">Pricing</a>
<a href="#" class="nav-link font-medium text-gray-600 hover:text-indigo-600 transition">Resources</a>
<a href="#" class="nav-link font-medium text-gray-600 hover:text-indigo-600 transition">Company</a>
</div>
<div class="hidden md:flex items-center space-x-4">
<a href="#" class="font-medium text-gray-600 hover:text-indigo-600 transition">Login</a>
<a href="#" class="btn-primary px-6 py-2 rounded-md text-white font-medium transition">Get Started</a>
</div>
<button class="md:hidden text-gray-600 focus:outline-none">
<i class="fas fa-bars text-2xl"></i>
</button>
</nav>
<!-- Hero Section -->
<section class="hero-gradient py-20">
<div class="container mx-auto px-6 flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-12 md:mb-0">
<h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6">AI-Powered Data Integration Made Simple</h1>
<p class="text-xl text-gray-600 mb-8">Connect, transform, and automate your data workflows with our intelligent platform designed for modern businesses.</p>
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
<a href="#" class="btn-primary px-8 py-3 rounded-md text-white font-medium text-center transition">Start Free Trial</a>
<a href="#" class="px-8 py-3 rounded-md border border-gray-300 font-medium text-center hover:bg-gray-50 transition">See Demo</a>
</div>
<div class="mt-8 flex items-center">
<div class="flex -space-x-2">
<img src="https://randomuser.me/api/portraits/women/12.jpg" class="w-10 h-10 rounded-full border-2 border-white" alt="User">
<img src="https://randomuser.me/api/portraits/men/32.jpg" class="w-10 h-10 rounded-full border-2 border-white" alt="User">
<img src="https://randomuser.me/api/portraits/women/44.jpg" class="w-10 h-10 rounded-full border-2 border-white" alt="User">
</div>
<p class="ml-4 text-gray-600">Trusted by 10,000+ businesses worldwide</p>
</div>
</div>
<div class="md:w-1/2 flex justify-center">
<div class="relative">
<div class="w-full h-full bg-indigo-100 rounded-2xl shadow-xl overflow-hidden">
<img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Dashboard" class="w-full h-auto rounded-2xl">
</div>
<div class="absolute -bottom-6 -left-6 bg-white p-4 rounded-xl shadow-lg animate-float">
<div class="flex items-center">
<div class="w-10 h-10 gradient-bg rounded-full flex items-center justify-center">
<i class="fas fa-bolt text-white"></i>
</div>
<div class="ml-3">
<p class="font-bold">25% faster</p>
<p class="text-sm text-gray-500">Data processing</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Trusted By -->
<section class="py-12 bg-gray-50">
<div class="container mx-auto px-6">
<p class="text-center text-gray-500 mb-8">TRUSTED BY INNOVATIVE COMPANIES</p>
<div class="flex flex-wrap justify-center items-center gap-8 md:gap-16">
<img src="https://via.placeholder.com/120x40?text=Company+1" alt="Company Logo" class="h-8 opacity-60 hover:opacity-100 transition">
<img src="https://via.placeholder.com/120x40?text=Company+2" alt="Company Logo" class="h-8 opacity-60 hover:opacity-100 transition">
<img src="https://via.placeholder.com/120x40?text=Company+3" alt="Company Logo" class="h-8 opacity-60 hover:opacity-100 transition">
<img src="https://via.placeholder.com/120x40?text=Company+4" alt="Company Logo" class="h-8 opacity-60 hover:opacity-100 transition">
<img src="https://via.placeholder.com/120x40?text=Company+5" alt="Company Logo" class="h-8 opacity-60 hover:opacity-100 transition">
</div>
</div>
</section>
<!-- Features -->
<section class="py-20">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold mb-4">Powerful Features for Your Data Needs</h2>
<p class="text-xl text-gray-600 max-w-2xl mx-auto">Our platform provides everything you need to streamline your data operations and gain valuable insights.</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<div class="feature-card bg-white p-8 rounded-xl shadow-md transition duration-300">
<div class="w-14 h-14 gradient-bg rounded-lg flex items-center justify-center mb-6">
<i class="fas fa-share-alt text-white text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-3">Seamless Integration</h3>
<p class="text-gray-600">Connect to hundreds of data sources with our pre-built connectors and APIs.</p>
</div>
<div class="feature-card bg-white p-8 rounded-xl shadow-md transition duration-300">
<div class="w-14 h-14 gradient-bg rounded-lg flex items-center justify-center mb-6">
<i class="fas fa-brain text-white text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-3">AI-Powered Automation</h3>
<p class="text-gray-600">Let our AI handle complex data transformations and workflow automation.</p>
</div>
<div class="feature-card bg-white p-8 rounded-xl shadow-md transition duration-300">
<div class="w-14 h-14 gradient-bg rounded-lg flex items-center justify-center mb-6">
<i class="fas fa-chart-line text-white text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-3">Real-Time Analytics</h3>
<p class="text-gray-600">Get actionable insights with our powerful visualization and reporting tools.</p>
</div>
<div class="feature-card bg-white p-8 rounded-xl shadow-md transition duration-300">
<div class="w-14 h-14 gradient-bg rounded-lg flex items-center justify-center mb-6">
<i class="fas fa-shield-alt text-white text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-3">Enterprise Security</h3>
<p class="text-gray-600">Bank-level encryption and compliance with industry standards.</p>
</div>
<div class="feature-card bg-white p-8 rounded-xl shadow-md transition duration-300">
<div class="w-14 h-14 gradient-bg rounded-lg flex items-center justify-center mb-6">
<i class="fas fa-expand text-white text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-3">Scalable Infrastructure</h3>
<p class="text-gray-600">Grow without limits with our cloud-native, auto-scaling platform.</p>
</div>
<div class="feature-card bg-white p-8 rounded-xl shadow-md transition duration-300">
<div class="w-14 h-14 gradient-bg rounded-lg flex items-center justify-center mb-6">
<i class="fas fa-users-cog text-white text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-3">Collaboration Tools</h3>
<p class="text-gray-600">Work together with your team on shared data projects and workflows.</p>
</div>
</div>
</div>
</section>
<!-- How It Works -->
<section class="py-20 bg-gray-50">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold mb-4">How Enfuse Works</h2>
<p class="text-xl text-gray-600 max-w-2xl mx-auto">Transform your data workflow in just a few simple steps.</p>
</div>
<div class="flex flex-col md:flex-row items-center mb-12">
<div class="md:w-1/2 mb-8 md:mb-0">
<div class="bg-white p-6 rounded-xl shadow-md inline-block">
<div class="w-12 h-12 gradient-bg rounded-full flex items-center justify-center text-white font-bold text-xl mb-4">1</div>
<h3 class="text-xl font-bold mb-3">Connect Your Data Sources</h3>
<p class="text-gray-600 mb-4">Easily connect to databases, APIs, cloud services, and more with our intuitive interface.</p>
<ul class="space-y-2">
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>Pre-built connectors for popular services</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>Custom API integration options</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>Secure authentication protocols</span>
</li>
</ul>
</div>
</div>
<div class="md:w-1/2 flex justify-center">
<img src="https://images.unsplash.com/photo-1558494949-ef010cbdcc31?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80" alt="Connect Data" class="rounded-xl shadow-lg w-full max-w-md">
</div>
</div>
<div class="flex flex-col md:flex-row-reverse items-center mb-12">
<div class="md:w-1/2 mb-8 md:mb-0">
<div class="bg-white p-6 rounded-xl shadow-md inline-block">
<div class="w-12 h-12 gradient-bg rounded-full flex items-center justify-center text-white font-bold text-xl mb-4">2</div>
<h3 class="text-xl font-bold mb-3">Transform & Automate</h3>
<p class="text-gray-600 mb-4">Use our visual workflow builder or AI assistant to create powerful data transformations.</p>
<ul class="space-y-2">
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>Drag-and-drop interface</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>AI-powered suggestions</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>Schedule automatic updates</span>
</li>
</ul>
</div>
</div>
<div class="md:w-1/2 flex justify-center">
<img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Transform Data" class="rounded-xl shadow-lg w-full max-w-md">
</div>
</div>
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-8 md:mb-0">
<div class="bg-white p-6 rounded-xl shadow-md inline-block">
<div class="w-12 h-12 gradient-bg rounded-full flex items-center justify-center text-white font-bold text-xl mb-4">3</div>
<h3 class="text-xl font-bold mb-3">Analyze & Share Insights</h3>
<p class="text-gray-600 mb-4">Visualize your data and share reports with stakeholders across your organization.</p>
<ul class="space-y-2">
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>Interactive dashboards</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>Custom report generation</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-green-500 mr-2"></i>
<span>Role-based access control</span>
</li>
</ul>
</div>
</div>
<div class="md:w-1/2 flex justify-center">
<img src="https://images.unsplash.com/photo-1460925895917-afdab827c52f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1415&q=80" alt="Analyze Data" class="rounded-xl shadow-lg w-full max-w-md">
</div>
</div>
</div>
</section>
<!-- Testimonials -->
<section class="py-20">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold mb-4">What Our Customers Say</h2>
<p class="text-xl text-gray-600 max-w-2xl mx-auto">Don't just take our word for it - hear from businesses that transformed their data operations with Enfuse.</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<div class="bg-white p-8 rounded-xl shadow-md">
<div class="flex items-center mb-4">
<div class="text-yellow-400 text-xl">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
<p class="text-gray-600 mb-6">"Enfuse has completely transformed how we handle data. What used to take days now happens automatically in minutes. The AI suggestions alone have saved us countless hours of manual work."</p>
<div class="flex items-center">
<img src="https://randomuser.me/api/portraits/women/32.jpg" alt="User" class="w-12 h-12 rounded-full mr-4">
<div>
<p class="font-bold">Sarah Johnson</p>
<p class="text-gray-500">CTO, TechCorp</p>
</div>
</div>
</div>
<div class="bg-white p-8 rounded-xl shadow-md">
<div class="flex items-center mb-4">
<div class="text-yellow-400 text-xl">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
<p class="text-gray-600 mb-6">"The implementation was seamless and the support team was incredibly helpful. We've reduced our data processing costs by 40% while improving accuracy and speed."</p>
<div class="flex items-center">
<img src="https://randomuser.me/api/portraits/men/54.jpg" alt="User" class="w-12 h-12 rounded-full mr-4">
<div>
<p class="font-bold">Michael Chen</p>
<p class="text-gray-500">Data Director, FinServe</p>
</div>
</div>
</div>
<div class="bg-white p-8 rounded-xl shadow-md">
<div class="flex items-center mb-4">
<div class="text-yellow-400 text-xl">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
<p class="text-gray-600 mb-6">"As a growing startup, we needed a solution that could scale with us. Enfuse's flexible pricing and powerful features were exactly what we needed to manage our rapid growth."</p>
<div class="flex items-center">
<img src="https://randomuser.me/api/portraits/women/68.jpg" alt="User" class="w-12 h-12 rounded-full mr-4">
<div>
<p class="font-bold">Emily Rodriguez</p>
<p class="text-gray-500">CEO, GrowthMetrics</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20 gradient-bg text-white">
<div class="container mx-auto px-6 text-center">
<h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Transform Your Data Workflow?</h2>
<p class="text-xl mb-8 max-w-2xl mx-auto">Join thousands of businesses that trust Enfuse for their data integration and automation needs.</p>
<div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-4">
<a href="#" class="bg-white text-indigo-600 px-8 py-3 rounded-md font-medium text-center hover:bg-gray-100 transition">Start Free Trial</a>
<a href="#" class="border border-white px-8 py-3 rounded-md font-medium text-center hover:bg-white hover:bg-opacity-10 transition">Contact Sales</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12">
<div class="container mx-auto px-6">
<div class="grid grid-cols-2 md:grid-cols-5 gap-8 mb-8">
<div>
<h3 class="text-lg font-bold mb-4">Product</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition">Features</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Pricing</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Integrations</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Updates</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-bold mb-4">Solutions</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition">Enterprise</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Small Business</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Startups</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Nonprofits</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-bold mb-4">Resources</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition">Documentation</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Tutorials</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Blog</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Community</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-bold mb-4">Company</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition">About</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Careers</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Press</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Contact</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-bold mb-4">Connect</h3>
<div class="flex space-x-4 mb-4">
<a href="#" class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-gray-700 transition">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-gray-700 transition">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="#" class="w-10 h-10 rounded-full bg-gray-800 flex items-center justify-center hover:bg-gray-700 transition">
<i class="fab fa-facebook-f"></i>
</a>
</div>
<p class="text-gray-400">Subscribe to our newsletter</p>
<div class="mt-2 flex">
<input type="email" placeholder="Your email" class="px-4 py-2 bg-gray-800 text-white rounded-l focus:outline-none focus:ring-1 focus:ring-indigo-500">
<button class="bg-indigo-600 px-4 py-2 rounded-r hover:bg-indigo-700 transition">
<i class="fas fa-paper-plane"></i>
</button>
</div>
</div>
</div>
<div class="pt-8 border-t border-gray-800 flex flex-col md:flex-row justify-between items-center">
<div class="mb-4 md:mb-0">
<a href="#" class="text-2xl font-bold">enfuse</a>
</div>
<div class="text-gray-400 text-sm">
<p>© 2023 Enfuse, Inc. All rights reserved.</p>
</div>
</div>
</div>
</footer>
<script>
// Mobile menu toggle
document.querySelector('nav button').addEventListener('click', function() {
const mobileMenu = document.querySelector('.md\\:hidden + .md\\:flex');
if (mobileMenu) {
mobileMenu.classList.toggle('hidden');
}
});
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
behavior: 'smooth'
});
});
});
// Animation on scroll
const observerOptions = {
threshold: 0.1
};
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.classList.add('animate-fadeIn');
}
});
}, observerOptions);
document.querySelectorAll('.feature-card, .hero-gradient, section').forEach(section => {
observer.observe(section);
});
</script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=jmfi/enfuse-sample1" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>