Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>About FaceFlip Detective - Our Reverse Face Search Technology</title> | |
| <meta name="description" content="Learn about our advanced face recognition technology and how FaceFlip Detective helps you find people across the web using reverse image search."> | |
| <link rel="stylesheet" href="style.css"> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| <script src="components/navbar.js"></script> | |
| <script src="components/footer.js"></script> | |
| </head> | |
| <body class="bg-gray-50 min-h-screen flex flex-col"> | |
| <custom-navbar></custom-navbar> | |
| <main class="flex-grow container mx-auto px-4 py-12"> | |
| <div class="max-w-4xl mx-auto"> | |
| <h1 class="text-4xl md:text-5xl font-bold text-gray-800 mb-6">About FaceFlip Detective</h1> | |
| <div class="bg-white rounded-xl shadow-lg p-6 md:p-8 mb-8"> | |
| <h2 class="text-2xl font-bold text-gray-800 mb-4">Our Technology</h2> | |
| <p class="text-gray-600 mb-4">FaceFlip Detective uses advanced facial recognition algorithms and machine learning to analyze uploaded photos and find matching faces across millions of web sources.</p> | |
| <p class="text-gray-600 mb-4">Our proprietary technology can detect faces even in low quality images and match them against our extensive database of public images from social media, news sites, public records and more.</p> | |
| <div class="grid md:grid-cols-2 gap-8 mt-8"> | |
| <div> | |
| <h3 class="text-xl font-semibold text-gray-800 mb-3">Key Features</h3> | |
| <ul class="space-y-3"> | |
| <li class="flex items-start"> | |
| <i data-feather="check-circle" class="text-green-500 mr-2 mt-1"></i> | |
| <span class="text-gray-700">Advanced facial recognition technology</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i data-feather="check-circle" class="text-green-500 mr-2 mt-1"></i> | |
| <span class="text-gray-700">Privacy-focused search results</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i data-feather="check-circle" class="text-green-500 mr-2 mt-1"></i> | |
| <span class="text-gray-700">Fast, accurate matching system</span> | |
| </li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-xl font-semibold text-gray-800 mb-3">How It Works</h3> | |
| <ol class="space-y-3 list-decimal list-inside"> | |
| <li class="text-gray-700">Upload a clear photo of a face</li> | |
| <li class="text-gray-700">Our system analyzes facial features</li> | |
| <li class="text-gray-700">Get matches from across the web</li> | |
| </ol> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="bg-white rounded-xl shadow-lg p-6 md:p-8"> | |
| <h2 class="text-2xl font-bold text-gray-800 mb-4">Our Mission</h2> | |
| <p class="text-gray-600 mb-4">At FaceFlip Detective, we believe in helping people reconnect with lost contacts, verify identities, and find information through ethical use of facial recognition technology.</p> | |
| <p class="text-gray-600">We adhere to strict privacy policies and only search publicly available information to provide you with the most accurate results while respecting individual privacy rights.</p> | |
| </div> | |
| </div> | |
| </main> | |
| <custom-footer></custom-footer> | |
| <script src="script.js"></script> | |
| <script> | |
| feather.replace(); | |
| </script> | |
| </body> | |
| </html> |