| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>SyncMyCareer - AI Avatar Lip Sync</title> |
| <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> |
| <script src="https://cdn.tailwindcss.com"></script> |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> |
| <script src="https://unpkg.com/feather-icons"></script> |
| <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.net.min.js"></script> |
| <style> |
| @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap'); |
| body { |
| font-family: 'Poppins', sans-serif; |
| } |
| .gradient-text { |
| background: linear-gradient(90deg, #6366F1 0%, #EC4899 100%); |
| -webkit-background-clip: text; |
| background-clip: text; |
| color: transparent; |
| } |
| .hero-gradient { |
| background: linear-gradient(135deg, rgba(99,102,241,0.1) 0%, rgba(236,72,153,0.1) 100%); |
| } |
| </style> |
| </head> |
| <body class="bg-gray-50"> |
| |
| <div id="vanta-bg" class="fixed inset-0 -z-10"></div> |
| |
| |
| <nav class="bg-white/80 backdrop-blur-md border-b border-gray-200 fixed w-full z-50"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="flex justify-between h-16"> |
| <div class="flex items-center"> |
| <div class="flex-shrink-0 flex items-center"> |
| <i data-feather="video" class="text-indigo-600 h-6 w-6"></i> |
| <span class="ml-2 text-xl font-bold gradient-text">LipSyncCareerBoost Pro</span> |
| </div> |
| </div> |
| <div class="hidden md:ml-6 md:flex md:items-center md:space-x-8"> |
| <a href="index.html" class="text-gray-900 hover:text-indigo-600 px-3 py-2 rounded-md text-sm font-medium">Home</a> |
| <a href="index.html#features" class="text-gray-900 hover:text-indigo-600 px-3 py-2 rounded-md text-sm font-medium">Features</a> |
| <a href="index.html#how-it-works" class="text-gray-900 hover:text-indigo-600 px-3 py-2 rounded-md text-sm font-medium">How It Works</a> |
| <a href="demo.html" class="text-gray-900 hover:text-indigo-600 px-3 py-2 rounded-md text-sm font-medium">Demo</a> |
| <a href="index.html#pricing" class="text-gray-900 hover:text-indigo-600 px-3 py-2 rounded-md text-sm font-medium">Pricing</a> |
| </div> |
| <div class="flex items-center"> |
| <a href="#contact" class="bg-indigo-600 hover:bg-indigo-700 text-white px-4 py-2 rounded-md text-sm font-medium">Get Started</a> |
| </div> |
| </div> |
| </div> |
| </nav> |
|
|
| |
| <section class="pt-32 pb-20 hero-gradient"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="lg:grid lg:grid-cols-12 lg:gap-8"> |
| <div class="sm:text-center md:max-w-2xl md:mx-auto lg:col-span-6 lg:text-left"> |
| <h1 class="text-4xl tracking-tight font-extrabold text-gray-900 sm:text-5xl md:text-6xl"> |
| <span class="block">AI-Powered</span> |
| <span class="block gradient-text">Lip Sync Avatars</span> |
| </h1> |
| <p class="mt-3 text-base text-gray-500 sm:mt-5 sm:text-lg sm:max-w-xl sm:mx-auto md:mt-5 md:text-xl lg:mx-0"> |
| Transform your job search with personalized AI avatar videos that speak for you. Perfect resumes and cover letters come to life! |
| </p> |
| <div class="mt-8 sm:max-w-lg sm:mx-auto sm:text-center lg:text-left lg:mx-0"> |
| <div class="flex flex-col sm:flex-row gap-4"> |
| <a href="#demo" class="px-6 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 md:py-4 md:text-lg md:px-8"> |
| Watch Demo |
| </a> |
| <a href="#pricing" class="px-6 py-3 border border-transparent text-base font-medium rounded-md text-indigo-700 bg-indigo-100 hover:bg-indigo-200 md:py-4 md:text-lg md:px-8"> |
| Pricing Plans |
| </a> |
| </div> |
| </div> |
| </div> |
| <div class="mt-12 relative sm:max-w-lg sm:mx-auto lg:mt-0 lg:max-w-none lg:mx-0 lg:col-span-6 lg:flex lg:items-center"> |
| <div class="relative mx-auto w-full rounded-lg shadow-lg lg:max-w-md overflow-hidden"> |
| <div class="aspect-w-16 aspect-h-9 bg-indigo-50 rounded-lg overflow-hidden"> |
| <img src="http://static.photos/technology/1024x576/42" alt="AI Avatar Demo" class="object-cover w-full h-full"> |
| <div class="absolute inset-0 bg-indigo-600 opacity-20"></div> |
| <div class="absolute inset-0 flex items-center justify-center"> |
| <button class="bg-white rounded-full p-4 shadow-lg transform hover:scale-110 transition duration-300"> |
| <i data-feather="play" class="text-indigo-600 h-8 w-8"></i> |
| </button> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="features" class="py-20 bg-white"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="text-center"> |
| <h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl"> |
| Stand Out From The Crowd |
| </h2> |
| <p class="mt-4 max-w-2xl text-xl text-gray-500 mx-auto"> |
| Our AI-powered lip sync technology brings your professional persona to life |
| </p> |
| </div> |
|
|
| <div class="mt-16 grid grid-cols-1 gap-8 md:grid-cols-2 lg:grid-cols-3"> |
| |
| <div class="pt-6"> |
| <div class="flow-root bg-gray-50 rounded-lg px-6 pb-8 h-full"> |
| <div class="-mt-6"> |
| <div> |
| <span class="inline-flex items-center justify-center p-3 bg-indigo-500 rounded-md shadow-lg"> |
| <i data-feather="user" class="h-6 w-6 text-white"></i> |
| </span> |
| </div> |
| <h3 class="mt-8 text-lg font-medium text-gray-900 tracking-tight">Custom Avatars</h3> |
| <p class="mt-5 text-base text-gray-500"> |
| Choose from dozens of professional avatars or upload your own photo for a personalized touch. |
| </p> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="pt-6"> |
| <div class="flow-root bg-gray-50 rounded-lg px-6 pb-8 h-full"> |
| <div class="-mt-6"> |
| <div> |
| <span class="inline-flex items-center justify-center p-3 bg-indigo-500 rounded-md shadow-lg"> |
| <i data-feather="mic" class="h-6 w-6 text-white"></i> |
| </span> |
| </div> |
| <h3 class="mt-8 text-lg font-medium text-gray-900 tracking-tight">Voice Synthesis</h3> |
| <p class="mt-5 text-base text-gray-500"> |
| Use our AI voices or record your own - we'll sync it perfectly with your avatar's lips. |
| </p> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="pt-6"> |
| <div class="flow-root bg-gray-50 rounded-lg px-6 pb-8 h-full"> |
| <div class="-mt-6"> |
| <div> |
| <span class="inline-flex items-center justify-center p-3 bg-indigo-500 rounded-md shadow-lg"> |
| <i data-feather="eye" class="h-6 w-6 text-white"></i> |
| </span> |
| </div> |
| <h3 class="mt-8 text-lg font-medium text-gray-900 tracking-tight">Expressive Faces</h3> |
| <p class="mt-5 text-base text-gray-500"> |
| Our avatars show natural expressions and emotions to convey your professionalism. |
| </p> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="how-it-works" class="py-20 bg-gray-50"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="lg:text-center"> |
| <h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl"> |
| Create Your AI Avatar in Minutes |
| </h2> |
| <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto"> |
| Easy 3-step process to make your perfect job application video |
| </p> |
| </div> |
|
|
| <div class="mt-16"> |
| <div class="relative"> |
| <div class="hidden md:block absolute top-0 left-1/2 transform -translate-x-1/2 h-full w-0.5 bg-indigo-200"></div> |
| |
| |
| <div class="relative mb-16 md:flex md:items-center md:group"> |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white md:mr-6 md:ml-0 md:absolute md:left-1/2 md:-translate-x-1/2"> |
| <span class="text-xl font-bold">1</span> |
| </div> |
| <div class="mt-6 md:mt-0 md:w-5/12 md:pr-10 md:mr-auto"> |
| <h3 class="text-xl font-semibold text-gray-900">Upload Your Script</h3> |
| <p class="mt-3 text-base text-gray-500"> |
| Paste your cover letter or resume text, or type a custom message for your avatar to deliver. |
| </p> |
| </div> |
| <div class="hidden md:block md:w-5/12"></div> |
| </div> |
|
|
| |
| <div class="relative mb-16 md:flex md:items-center md:flex-row-reverse md:group"> |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white md:ml-6 md:mr-0 md:absolute md:left-1/2 md:-translate-x-1/2"> |
| <span class="text-xl font-bold">2</span> |
| </div> |
| <div class="mt-6 md:mt-0 md:w-5/12 md:pl-10 md:ml-auto"> |
| <h3 class="text-xl font-semibold text-gray-900">Customize Your Avatar</h3> |
| <p class="mt-3 text-base text-gray-500"> |
| Select from professional avatars or upload your photo. Choose voice, language, and style. |
| </p> |
| </div> |
| <div class="hidden md:block md:w-5/12"></div> |
| </div> |
|
|
| |
| <div class="relative md:flex md:items-center md:group"> |
| <div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white md:mr-6 md:ml-0 md:absolute md:left-1/2 md:-translate-x-1/2"> |
| <span class="text-xl font-bold">3</span> |
| </div> |
| <div class="mt-6 md:mt-0 md:w-5/12 md:pr-10 md:mr-auto"> |
| <h3 class="text-xl font-semibold text-gray-900">Download & Share</h3> |
| <p class="mt-3 text-base text-gray-500"> |
| Get your HD video file instantly. Share via link or download to include in applications. |
| </p> |
| </div> |
| <div class="hidden md:block md:w-5/12"></div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="demo" class="py-20 bg-indigo-600 text-white"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="lg:flex lg:items-center lg:justify-between"> |
| <div class="lg:w-1/2"> |
| <h2 class="text-3xl font-extrabold sm:text-4xl"> |
| See It In Action |
| </h2> |
| <p class="mt-4 text-lg"> |
| Watch how our AI avatar delivers a professional self-introduction for a job application. |
| </p> |
| <div class="mt-8"> |
| <a href="#pricing" class="px-6 py-3 border border-transparent text-base font-medium rounded-md text-indigo-600 bg-white hover:bg-gray-50 md:py-4 md:text-lg md:px-8"> |
| Get Your Own Avatar |
| </a> |
| </div> |
| </div> |
| <div class="mt-12 lg:mt-0 lg:w-1/2"> |
| <div class="aspect-w-16 aspect-h-9 bg-indigo-700 rounded-lg overflow-hidden shadow-xl"> |
| <img src="http://static.photos/office/1024x576/73" alt="AI Avatar Demo" class="object-cover w-full h-full"> |
| <div class="absolute inset-0 flex items-center justify-center"> |
| <button class="bg-white rounded-full p-4 shadow-lg transform hover:scale-110 transition duration-300"> |
| <i data-feather="play" class="text-indigo-600 h-8 w-8"></i> |
| </button> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="pricing" class="py-20 bg-white"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="text-center"> |
| <h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl"> |
| Simple, Transparent Pricing |
| </h2> |
| <p class="mt-4 max-w-2xl text-xl text-gray-500 mx-auto"> |
| Choose the plan that fits your job search needs |
| </p> |
| </div> |
|
|
| <div class="mt-16 space-y-12 lg:space-y-0 lg:grid lg:grid-cols-3 lg:gap-x-8"> |
| |
| <div class="relative p-8 bg-white border border-gray-200 rounded-2xl shadow-sm flex flex-col"> |
| <div class="flex-1"> |
| <h3 class="text-xl font-semibold text-gray-900">Starter</h3> |
| <p class="mt-4 flex items-baseline text-gray-900"> |
| <span class="text-5xl font-extrabold tracking-tight">$9</span> |
| <span class="ml-1 text-xl font-semibold">/month</span> |
| </p> |
| <p class="mt-6 text-gray-500">Perfect for light job searching</p> |
|
|
| <ul class="mt-8 space-y-5"> |
| <li class="flex items-start"> |
| <div class="flex-shrink-0"> |
| <i data-feather="check" class="h-5 w-5 text-indigo-500"></i> |
| </div> |
| <p class="ml-3 text-base text-gray-500">5 avatar videos per month</p> |
| </li> |
| <li class="flex items-start"> |
| <div class="flex-shrink-0"> |
| <i data-feather="check" class="h-5 w-5 text-indigo-500"></i> |
| </div> |
| <p class="ml-3 text-base text-gray-500">Basic avatar selection</p> |
| </li> |
| <li class="flex items-start"> |
| <div class="flex-shrink-0"> |
| <i data-feather="check" class="h-5 w-5 text-indigo-500"></i> |
| </div> |
| <p class="ml-3 text-base text-gray-500">AI voice synthesis</p> |
| </li> |
| <li class="flex items-start"> |
| <div class="flex-shrink-0"> |
| <i data-feather="check" class="h-5 w-5 text-indigo-500"></i> |
| </div> |
| <p class="ml-3 text-base text-gray-500">720p video quality</p> |
| </li> |
| </ul> |
| </div> |
| <a href="#" class="mt-8 block w-full py-3 px-6 border border-transparent rounded-md text-center font-medium text-indigo-700 bg-indigo-50 hover:bg-indigo-100"> |
| Start Free Trial |
| </a> |
| </div> |
|
|
| |
| <div class="relative p-8 bg-white border-2 border-indigo-500 rounded-2xl shadow-sm flex flex-col"> |
| <div class="absolute top-0 left-1/2 transform -translate-x-1/2 -translate-y-1/2 bg-indigo-500 text-white px-4 py-1 rounded-full text-sm font-semibold"> |
| Most Popular |
| </div> |
| <div class="flex-1"> |
| <h3 class="text-xl font-semibold text-gray-900">Professional</h3> |
| <p class="mt-4 flex items-baseline text-gray-900"> |
| <span class="text-5xl font-extrabold tracking-tight">$29</span> |
| <span class="ml-1 text-xl font-semibold">/month</span> |
| </p> |
| <p class="mt-6 text-gray-500">For serious job seekers</p> |
|
|
| <ul class="mt-8 space-y-5"> |
| <li class="flex items-start"> |
| <div class="flex-shrink-0"> |
| <i data-feather="check" class="h-5 w-5 text-indigo-500"></i> |
| </div> |
| <p class="ml-3 text-base text-gray-500">20 avatar videos per month</p> |
| </li> |
| <li class="flex items-start"> |
| <div class="flex-shrink-0"> |
| <i data-feather="check" class="h-5 w-5 text-indigo-500"></i> |
| </div> |
| <p class="ml-3 text-base text-gray-500">Premium avatar selection</p> |
| </li> |
| <li class="flex items-start"> |
| <div class="flex-shrink-0"> |
| <i data-feather="check" class="h-5 w-5 text-indigo-500"></i> |
| </div> |
| <p class="ml-3 text-base text-gray-500">Custom photo upload</p> |
| </li> |
| <li class="flex items-start"> |
| <div class="flex-shrink-0"> |
| <i data-feather="check" class="h-5 w-5 text-indigo-500"></i> |
| </div> |
| <p class="ml-3 text-base text-gray-500">Record your own voice</p> |
| </li> |
| <li class="flex items-start"> |
| <div class="flex-shrink-0"> |
| <i data-feather="check" class="h-5 w-5 text-indigo-500"></i> |
| </div> |
| <p class="ml-3 text-base text-gray-500">1080p HD video quality</p> |
| </li> |
| </ul> |
| </div> |
| <a href="#" class="mt-8 block w-full py-3 px-6 border border-transparent rounded-md text-center font-medium text-white bg-indigo-600 hover:bg-indigo-700"> |
| Start Free Trial |
| </a> |
| </div> |
|
|
| |
| <div class="relative p-8 bg-white border border-gray-200 rounded-2xl shadow-sm flex flex-col"> |
| <div class="flex-1"> |
| <h3 class="text-xl font-semibold text-gray-900">Enterprise</h3> |
| <p class="mt-4 flex items-baseline text-gray-900"> |
| <span class="text-5xl font-extrabold tracking-tight">$99</span> |
| <span class="ml-1 text-xl font-semibold">/month</span> |
| </p> |
| <p class="mt-6 text-gray-500">For recruiters & agencies</p> |
|
|
| <ul class="mt-8 space-y-5"> |
| <li class="flex items-start"> |
| <div class="flex-shrink-0"> |
| <i data-feather="check" class="h-5 w-5 text-indigo-500"></i> |
| </div> |
| <p class="ml-3 text-base text-gray-500">Unlimited avatar videos</p> |
| </li> |
| <li class="flex items-start"> |
| <div class="flex-shrink-0"> |
| <i data-feather="check" class="h-5 w-5 text-indigo-500"></i> |
| </div> |
| <p class="ml-3 text-base text-gray-500">All premium features</p> |
| </li> |
| <li class="flex items-start"> |
| <div class="flex-shrink-0"> |
| <i data-feather="check" class="h-5 w-5 text-indigo-500"></i> |
| </div> |
| <p class="ml-3 text-base text-gray-500">Custom branding</p> |
| </li> |
| <li class="flex items-start"> |
| <div class="flex-shrink-0"> |
| <i data-feather="check" class="h-5 w-5 text-indigo-500"></i> |
| </div> |
| <p class="ml-3 text-base text-gray-500">Team collaboration</p> |
| </li> |
| <li class="flex items-start"> |
| <div class="flex-shrink-0"> |
| <i data-feather="check" class="h-5 w-5 text-indigo-500"></i> |
| </div> |
| <p class="ml-3 text-base text-gray-500">Priority support</p> |
| </li> |
| </ul> |
| </div> |
| <a href="#" class="mt-8 block w-full py-3 px-6 border border-transparent rounded-md text-center font-medium text-indigo-700 bg-indigo-50 hover:bg-indigo-100"> |
| Contact Sales |
| </a> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="py-20 bg-gray-50"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="text-center"> |
| <h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl"> |
| Success Stories |
| </h2> |
| <p class="mt-4 max-w-2xl text-xl text-gray-500 mx-auto"> |
| Hear from professionals who landed jobs with our AI avatars |
| </p> |
| </div> |
|
|
| <div class="mt-16 grid grid-cols-1 gap-8 md:grid-cols-3"> |
| |
| <div class="bg-white p-8 rounded-xl shadow-md"> |
| <div class="flex items-center"> |
| <img class="h-12 w-12 rounded-full" src="http://static.photos/people/200x200/1" alt="Sarah J."> |
| <div class="ml-4"> |
| <h4 class="text-lg font-medium text-gray-900">Sarah J.</h4> |
| <p class="text-indigo-600">UX Designer</p> |
| </div> |
| </div> |
| <div class="mt-6"> |
| <p class="text-gray-500 italic"> |
| "I got 3x more interview requests after adding an AI avatar video to my applications. Recruiters loved the personal touch!" |
| </p> |
| </div> |
| </div> |
|
|
| |
| <div class="bg-white p-8 rounded-xl shadow-md"> |
| <div class="flex items-center"> |
| <img class="h-12 w-12 rounded-full" src="http://static.photos/people/200x200/2" alt="Michael T."> |
| <div class="ml-4"> |
| <h4 class="text-lg font-medium text-gray-900">Michael T.</h4> |
| <p class="text-indigo-600">Marketing Manager</p> |
| </div> |
| </div> |
| <div class="mt-6"> |
| <p class="text-gray-500 italic"> |
| "The hiring manager told me my avatar video was the most creative application they'd ever seen. Got the job offer the same week!" |
| </p> |
| </div> |
| </div> |
|
|
| |
| <div class="bg-white p-8 rounded-xl shadow-md"> |
| <div class="flex items-center"> |
| <img class="h-12 w-12 rounded-full" src="http://static.photos/people/200x200/3" alt="Priya K."> |
| <div class="ml-4"> |
| <h4 class="text-lg font-medium text-gray-900">Priya K.</h4> |
| <p class="text-indigo-600">Software Engineer</p> |
| </div> |
| </div> |
| <div class="mt-6"> |
| <p class="text-gray-500 italic"> |
| "As an introvert, I struggle with interviews. The avatar helped showcase my skills confidently before meeting in person." |
| </p> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="contact" class="py-20 bg-indigo-700 text-white"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center"> |
| <h2 class="text-3xl font-extrabold sm:text-4xl"> |
| Ready to Transform Your Job Search? |
| </h2> |
| <p class="mt-4 max-w-2xl text-xl mx-auto"> |
| Start your free 7-day trial today. No credit card required. |
| </p> |
| <div class="mt-8"> |
| <form class="max-w-md mx-auto"> |
| <div class="flex flex-col sm:flex-row gap-4"> |
| <input type="email" placeholder="Enter your email" class="flex-grow px-4 py-3 rounded-md text-gray-900 focus:outline-none focus:ring-2 focus:ring-indigo-500"> |
| <button type="submit" class="px-6 py-3 border border-transparent text-base font-medium rounded-md text-indigo-700 bg-white hover:bg-gray-50"> |
| Get Started |
| </button> |
| </div> |
| </form> |
| </div> |
| <p class="mt-4 text-sm"> |
| By signing up, you agree to our <a href="#" class="font-medium text-white underline">Terms of Service</a> and <a href="#" class="font-medium text-white underline">Privacy Policy</a>. |
| </p> |
| </div> |
| </section> |
|
|
| |
| <footer class="bg-gray-900 text-white pt-16 pb-12"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="grid grid-cols-2 md:grid-cols-4 gap-8"> |
| <div> |
| <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Product</h3> |
| <ul class="mt-4 space-y-4"> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Features</a></li> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Pricing</a></li> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">API</a></li> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Integrations</a></li> |
| </ul> |
| </div> |
| <div> |
| <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Company</h3> |
| <ul class="mt-4 space-y-4"> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">About</a></li> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Blog</a></li> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Careers</a></li> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Press</a></li> |
| </ul> |
| </div> |
| <div> |
| <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Resources</h3> |
| <ul class="mt-4 space-y-4"> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Documentation</a></li> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Guides</a></li> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Help Center</a></li> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Community</a></li> |
| </ul> |
| </div> |
| <div> |
| <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Legal</h3> |
| <ul class="mt-4 space-y-4"> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Privacy</a></li> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Terms</a></li> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Cookie Policy</a></li> |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">GDPR</a></li> |
| </ul> |
| </div> |
| </div> |
| <div class="mt-12 border-t border-gray-800 pt-8 flex flex-col md:flex-row justify-between items-center"> |
| <div class="flex items-center"> |
| <i data-feather="video" class="text-indigo-400 h-6 w-6"></i> |
| <span class="ml-2 text-xl font-bold gradient-text">SyncMyCareer</span> |
| </div> |
| <p class="mt-4 md:mt-0 text-base text-gray-400"> |
| © 2023 SyncMyCareer. All rights reserved. |
| </p> |
| <div class="mt-4 md:mt-0 flex space-x-6"> |
| <a href="#" class="text-gray-400 hover:text-white"> |
| <i data-feather="twitter" class="h-6 w-6"></i> |
| </a> |
| <a href="#" class="text-gray-400 hover:text-white"> |
| <i data-feather="linkedin" class="h-6 w-6"></i> |
| </a> |
| <a href="#" class="text-gray-400 hover:text-white"> |
| <i data-feather="facebook" class="h-6 w-6"></i> |
| </a> |
| <a href="#" class="text-gray-400 hover:text-white"> |
| <i data-feather="instagram" class="h-6 w-6"></i> |
| </a> |
| </div> |
| </div> |
| </div> |
| </footer> |
|
|
| |
| <script> |
| |
| VANTA.NET({ |
| el: "#vanta-bg", |
| mouseControls: true, |
| touchControls: true, |
| gyroControls: false, |
| minHeight: 200.00, |
| minWidth: 200.00, |
| scale: 1.00, |
| scaleMobile: 1.00, |
| color: 0x6366f1, |
| backgroundColor: 0xf8fafc, |
| points: 12.00, |
| maxDistance: 22.00, |
| spacing: 16.00 |
| }); |
| </script> |
| <script> |
| feather.replace(); |
| </script> |
| </body> |
| </html> |
|
|