Spaces:
Running
Running
File size: 28,344 Bytes
0cebd44 | 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 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 | <!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> |