Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Nexus | Innovative Startup</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> | |
| /* Custom CSS for animations */ | |
| @keyframes fadeIn { | |
| from { opacity: 0; transform: translateY(20px); } | |
| to { opacity: 1; transform: translateY(0); } | |
| } | |
| .fade-in { | |
| animation: fadeIn 0.8s ease-out forwards; | |
| } | |
| .delay-1 { animation-delay: 0.2s; } | |
| .delay-2 { animation-delay: 0.4s; } | |
| .delay-3 { animation-delay: 0.6s; } | |
| /* Custom gradient background */ | |
| .gradient-bg { | |
| background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); | |
| } | |
| </style> | |
| </head> | |
| <body class="font-sans antialiased text-gray-800"> | |
| <!-- Navigation --> | |
| <nav class="bg-white shadow-sm sticky top-0 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 class="fas fa-atom text-indigo-600 text-2xl mr-2"></i> | |
| <span class="text-xl font-bold text-gray-900">Nexus</span> | |
| </div> | |
| </div> | |
| <div class="hidden md:ml-6 md:flex md:items-center md:space-x-8"> | |
| <a href="#home" class="text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 border-indigo-500 text-sm font-medium">Home</a> | |
| <a href="#projects" class="text-gray-500 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 border-transparent hover:border-gray-300 text-sm font-medium">Projects</a> | |
| <a href="#team" class="text-gray-500 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 border-transparent hover:border-gray-300 text-sm font-medium">Team</a> | |
| <a href="#careers" class="text-gray-500 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 border-transparent hover:border-gray-300 text-sm font-medium">Careers</a> | |
| </div> | |
| <div class="-mr-2 flex items-center md:hidden"> | |
| <button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-indigo-500" aria-controls="mobile-menu" aria-expanded="false"> | |
| <span class="sr-only">Open main menu</span> | |
| <i class="fas fa-bars"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <section id="home" class="gradient-bg py-20"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="lg:text-center"> | |
| <h1 class="text-4xl tracking-tight font-extrabold text-gray-900 sm:text-5xl md:text-6xl fade-in"> | |
| <span class="block">Building the future</span> | |
| <span class="block text-indigo-600">today</span> | |
| </h1> | |
| <p class="mt-3 max-w-md mx-auto text-base text-gray-500 sm:text-lg md:mt-5 md:text-xl md:max-w-3xl fade-in delay-1"> | |
| We're a passionate team creating innovative solutions to complex problems. | |
| </p> | |
| <div class="mt-5 sm:mt-8 sm:flex sm:justify-center fade-in delay-2"> | |
| <div class="rounded-md shadow"> | |
| <a href="#projects" class="w-full flex items-center justify-center px-8 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-10"> | |
| Our Projects | |
| </a> | |
| </div> | |
| <div class="mt-3 sm:mt-0 sm:ml-3"> | |
| <a href="#careers" class="w-full flex items-center justify-center px-8 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-10"> | |
| Join Us | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Projects Section --> | |
| <section id="projects" class="py-20 bg-white"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="lg:text-center mb-12"> | |
| <h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Projects</h2> | |
| <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> | |
| What we're working on | |
| </p> | |
| <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto"> | |
| Our current initiatives and ongoing projects. | |
| </p> | |
| </div> | |
| <!-- PROJECTS GRID - ADD YOUR PROJECTS HERE --> | |
| <div class="mt-10"> | |
| <div class="grid gap-10 lg:grid-cols-3 md:grid-cols-2"> | |
| <!-- Project 1 --> | |
| <div class="flex flex-col rounded-lg shadow-lg overflow-hidden transform transition hover:scale-105 duration-300"> | |
| <div class="flex-shrink-0"> | |
| <img class="h-48 w-full object-cover" src="https://images.unsplash.com/photo-1499750310107-5fef28a66643?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80" alt="Project image"> | |
| </div> | |
| <div class="flex-1 bg-white p-6 flex flex-col justify-between"> | |
| <div class="flex-1"> | |
| <p class="text-sm font-medium text-indigo-600"> | |
| Development | |
| </p> | |
| <div class="block mt-2"> | |
| <p class="text-xl font-semibold text-gray-900">Project Aurora</p> | |
| <p class="mt-3 text-base text-gray-500"> | |
| A revolutionary platform for decentralized applications. Currently in beta testing phase. | |
| </p> | |
| </div> | |
| </div> | |
| <div class="mt-6 flex items-center"> | |
| <div class="flex-shrink-0"> | |
| <span class="inline-flex items-center justify-center h-10 w-10 rounded-full bg-indigo-100"> | |
| <i class="fas fa-code text-indigo-600"></i> | |
| </span> | |
| </div> | |
| <div class="ml-3"> | |
| <p class="text-sm font-medium text-gray-900"> | |
| Engineering Team | |
| </p> | |
| <div class="flex space-x-1 text-sm text-gray-500"> | |
| <time datetime="2023-01-01">Launched: Jan 2023</time> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Project 2 --> | |
| <div class="flex flex-col rounded-lg shadow-lg overflow-hidden transform transition hover:scale-105 duration-300"> | |
| <div class="flex-shrink-0"> | |
| <img class="h-48 w-full object-cover" src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80" alt="Project image"> | |
| </div> | |
| <div class="flex-1 bg-white p-6 flex flex-col justify-between"> | |
| <div class="flex-1"> | |
| <p class="text-sm font-medium text-indigo-600"> | |
| Research | |
| </p> | |
| <div class="block mt-2"> | |
| <p class="text-xl font-semibold text-gray-900">Quantum AI</p> | |
| <p class="mt-3 text-base text-gray-500"> | |
| Exploring the intersection of quantum computing and artificial intelligence. Early research phase. | |
| </p> | |
| </div> | |
| </div> | |
| <div class="mt-6 flex items-center"> | |
| <div class="flex-shrink-0"> | |
| <span class="inline-flex items-center justify-center h-10 w-10 rounded-full bg-indigo-100"> | |
| <i class="fas fa-brain text-indigo-600"></i> | |
| </span> | |
| </div> | |
| <div class="ml-3"> | |
| <p class="text-sm font-medium text-gray-900"> | |
| Research Team | |
| </p> | |
| <div class="flex space-x-1 text-sm text-gray-500"> | |
| <time datetime="2023-03-15">Started: Mar 2023</time> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Project 3 - ADD MORE PROJECTS AS NEEDED --> | |
| <div class="flex flex-col rounded-lg shadow-lg overflow-hidden transform transition hover:scale-105 duration-300"> | |
| <div class="flex-shrink-0"> | |
| <img class="h-48 w-full object-cover" src="https://images.unsplash.com/photo-1516321318423-f06f85e504b3?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80" alt="Project image"> | |
| </div> | |
| <div class="flex-1 bg-white p-6 flex flex-col justify-between"> | |
| <div class="flex-1"> | |
| <p class="text-sm font-medium text-indigo-600"> | |
| Product | |
| </p> | |
| <div class="block mt-2"> | |
| <p class="text-xl font-semibold text-gray-900">Nexus Connect</p> | |
| <p class="mt-3 text-base text-gray-500"> | |
| A seamless integration platform for enterprise systems. Currently in private preview. | |
| </p> | |
| </div> | |
| </div> | |
| <div class="mt-6 flex items-center"> | |
| <div class="flex-shrink-0"> | |
| <span class="inline-flex items-center justify-center h-10 w-10 rounded-full bg-indigo-100"> | |
| <i class="fas fa-plug text-indigo-600"></i> | |
| </span> | |
| </div> | |
| <div class="ml-3"> | |
| <p class="text-sm font-medium text-gray-900"> | |
| Product Team | |
| </p> | |
| <div class="flex space-x-1 text-sm text-gray-500"> | |
| <time datetime="2022-11-01">Started: Nov 2022</time> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Team Section --> | |
| <section id="team" 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 mb-12"> | |
| <h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Team</h2> | |
| <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> | |
| Meet our team | |
| </p> | |
| <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto"> | |
| The brilliant minds behind our success. | |
| </p> | |
| </div> | |
| <!-- TEAM MEMBERS - ADD YOUR TEAM HERE --> | |
| <div class="grid gap-10 lg:grid-cols-3 md:grid-cols-2"> | |
| <!-- Team Member 1 --> | |
| <div class="flex flex-col items-center text-center bg-white p-8 rounded-lg shadow-md transform transition hover:scale-105 duration-300"> | |
| <img class="h-32 w-32 rounded-full object-cover mb-4" src="https://images.unsplash.com/photo-1560250097-0b93528c311a?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80" alt="Team member"> | |
| <h3 class="text-xl font-bold text-gray-900">Alex Johnson</h3> | |
| <p class="text-indigo-600">CEO & Founder</p> | |
| <p class="mt-3 text-gray-500"> | |
| Visionary leader with 15+ years in tech entrepreneurship. | |
| </p> | |
| <div class="mt-4 flex space-x-3"> | |
| <a href="#" class="text-gray-400 hover:text-gray-500"> | |
| <i class="fab fa-linkedin-in"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-gray-500"> | |
| <i class="fab fa-twitter"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <!-- Team Member 2 --> | |
| <div class="flex flex-col items-center text-center bg-white p-8 rounded-lg shadow-md transform transition hover:scale-105 duration-300"> | |
| <img class="h-32 w-32 rounded-full object-cover mb-4" src="https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=688&q=80" alt="Team member"> | |
| <h3 class="text-xl font-bold text-gray-900">Sarah Chen</h3> | |
| <p class="text-indigo-600">CTO</p> | |
| <p class="mt-3 text-gray-500"> | |
| Engineering leader with expertise in scalable systems. | |
| </p> | |
| <div class="mt-4 flex space-x-3"> | |
| <a href="#" class="text-gray-400 hover:text-gray-500"> | |
| <i class="fab fa-linkedin-in"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-gray-500"> | |
| <i class="fab fa-github"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <!-- Team Member 3 --> | |
| <div class="flex flex-col items-center text-center bg-white p-8 rounded-lg shadow-md transform transition hover:scale-105 duration-300"> | |
| <img class="h-32 w-32 rounded-full object-cover mb-4" src="https://images.unsplash.com/photo-1568602471122-7832951cc4c5?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80" alt="Team member"> | |
| <h3 class="text-xl font-bold text-gray-900">Michael Rodriguez</h3> | |
| <p class="text-indigo-600">Head of Product</p> | |
| <p class="mt-3 text-gray-500"> | |
| Product strategist focused on user-centered design. | |
| </p> | |
| <div class="mt-4 flex space-x-3"> | |
| <a href="#" class="text-gray-400 hover:text-gray-500"> | |
| <i class="fab fa-linkedin-in"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-gray-500"> | |
| <i class="fab fa-twitter"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <!-- ADD MORE TEAM MEMBERS AS NEEDED --> | |
| </div> | |
| <div class="mt-12 text-center"> | |
| <p class="text-gray-500"> | |
| And 15+ other talented professionals across engineering, design, and operations. | |
| </p> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Careers Section --> | |
| <section id="careers" class="py-20 bg-white"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="lg:text-center mb-12"> | |
| <h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Careers</h2> | |
| <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl"> | |
| Join our team | |
| </p> | |
| <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto"> | |
| Help us build the future. | |
| </p> | |
| </div> | |
| <div class="mt-10"> | |
| <div class="bg-indigo-50 rounded-lg p-8 md:p-12"> | |
| <div class="md:flex"> | |
| <div class="md:flex-shrink-0"> | |
| <img class="h-32 w-32 rounded-full object-cover" src="https://images.unsplash.com/photo-1522071820081-009f0129c71c?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80" alt="Team working"> | |
| </div> | |
| <div class="mt-4 md:mt-0 md:ml-6"> | |
| <h3 class="text-2xl font-bold text-gray-900">Why work with us?</h3> | |
| <p class="mt-3 text-gray-600"> | |
| We offer competitive salaries, equity, comprehensive benefits, and a flexible work environment. | |
| Most importantly, you'll work on challenging problems with smart, passionate people. | |
| </p> | |
| <div class="mt-6"> | |
| <a href="#open-positions" class="inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500"> | |
| View open positions | |
| <i class="fas fa-arrow-right ml-2"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- OPEN POSITIONS - ADD YOUR JOB LISTINGS HERE --> | |
| <div id="open-positions" class="mt-16"> | |
| <h3 class="text-xl font-bold text-gray-900 mb-6">Current Openings</h3> | |
| <div class="space-y-4"> | |
| <!-- Job 1 --> | |
| <div class="bg-white shadow overflow-hidden sm:rounded-lg transform transition hover:scale-[1.01] duration-300"> | |
| <div class="px-4 py-5 sm:px-6 flex justify-between items-center"> | |
| <div> | |
| <h3 class="text-lg leading-6 font-medium text-gray-900">Senior Frontend Engineer</h3> | |
| <p class="mt-1 max-w-2xl text-sm text-gray-500">Engineering • Full-time • Remote</p> | |
| </div> | |
| <div> | |
| <button class="inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-indigo-600 hover:bg-indigo-700"> | |
| Apply now | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Job 2 --> | |
| <div class="bg-white shadow overflow-hidden sm:rounded-lg transform transition hover:scale-[1.01] duration-300"> | |
| <div class="px-4 py-5 sm:px-6 flex justify-between items-center"> | |
| <div> | |
| <h3 class="text-lg leading-6 font-medium text-gray-900">Product Designer</h3> | |
| <p class="mt-1 max-w-2xl text-sm text-gray-500">Design • Full-time • Hybrid</p> | |
| </div> | |
| <div> | |
| <button class="inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-indigo-600 hover:bg-indigo-700"> | |
| Apply now | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Job 3 --> | |
| <div class="bg-white shadow overflow-hidden sm:rounded-lg transform transition hover:scale-[1.01] duration-300"> | |
| <div class="px-4 py-5 sm:px-6 flex justify-between items-center"> | |
| <div> | |
| <h3 class="text-lg leading-6 font-medium text-gray-900">DevOps Engineer</h3> | |
| <p class="mt-1 max-w-2xl text-sm text-gray-500">Engineering • Full-time • Remote</p> | |
| </div> | |
| <div> | |
| <button class="inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-indigo-600 hover:bg-indigo-700"> | |
| Apply now | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- ADD MORE JOB LISTINGS AS NEEDED --> | |
| </div> | |
| <div class="mt-12 text-center"> | |
| <p class="text-gray-500"> | |
| Don't see the perfect role? We're always looking for exceptional talent. | |
| </p> | |
| <div class="mt-4"> | |
| <a href="#" class="inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-indigo-700 bg-indigo-100 hover:bg-indigo-200"> | |
| Send us your resume | |
| <i class="fas fa-paper-plane ml-2"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-gray-800"> | |
| <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8"> | |
| <div class="grid grid-cols-2 md:grid-cols-4 gap-8"> | |
| <div> | |
| <h3 class="text-white text-sm font-semibold tracking-wider uppercase">Company</h3> | |
| <ul class="mt-4 space-y-2"> | |
| <li><a href="#home" class="text-gray-300 hover:text-white">About</a></li> | |
| <li><a href="#projects" class="text-gray-300 hover:text-white">Projects</a></li> | |
| <li><a href="#team" class="text-gray-300 hover:text-white">Team</a></li> | |
| <li><a href="#careers" class="text-gray-300 hover:text-white">Careers</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-white text-sm font-semibold tracking-wider uppercase">Legal</h3> | |
| <ul class="mt-4 space-y-2"> | |
| <li><a href="#" class="text-gray-300 hover:text-white">Privacy</a></li> | |
| <li><a href="#" class="text-gray-300 hover:text-white">Terms</a></li> | |
| <li><a href="#" class="text-gray-300 hover:text-white">Cookie Policy</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-white text-sm font-semibold tracking-wider uppercase">Connect</h3> | |
| <ul class="mt-4 space-y-2"> | |
| <li><a href="#" class="text-gray-300 hover:text-white">Twitter</a></li> | |
| <li><a href="#" class="text-gray-300 hover:text-white">LinkedIn</a></li> | |
| <li><a href="#" class="text-gray-300 hover:text-white">GitHub</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-white text-sm font-semibold tracking-wider uppercase">Contact</h3> | |
| <ul class="mt-4 space-y-2"> | |
| <li class="text-gray-300">hello@nexus.example</li> | |
| <li class="text-gray-300">+1 (555) 123-4567</li> | |
| <li class="text-gray-300">123 Startup St, San Francisco, CA</li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="mt-8 border-t border-gray-700 pt-8 md:flex md:items-center md:justify-between"> | |
| <div class="flex space-x-6 md:order-2"> | |
| <a href="#" class="text-gray-400 hover:text-gray-300"> | |
| <i class="fab fa-twitter"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-gray-300"> | |
| <i class="fab fa-linkedin-in"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-gray-300"> | |
| <i class="fab fa-github"></i> | |
| </a> | |
| </div> | |
| <p class="mt-8 text-base text-gray-400 md:mt-0 md:order-1"> | |
| © 2023 Nexus. All rights reserved. | |
| </p> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| // Simple JavaScript for mobile menu toggle | |
| document.addEventListener('DOMContentLoaded', function() { | |
| const mobileMenuButton = document.querySelector('button[aria-controls="mobile-menu"]'); | |
| // Add click event for mobile menu toggle | |
| // Note: You would need to add the mobile menu HTML and more JS for full functionality | |
| mobileMenuButton.addEventListener('click', function() { | |
| alert('Mobile menu would open here. Add your menu structure and JavaScript to toggle it.'); | |
| }); | |
| // Smooth scrolling for anchor links | |
| document.querySelectorAll('a[href^="#"]').forEach(anchor => { | |
| anchor.addEventListener('click', function (e) { | |
| e.preventDefault(); | |
| const targetId = this.getAttribute('href'); | |
| const targetElement = document.querySelector(targetId); | |
| if (targetElement) { | |
| window.scrollTo({ | |
| top: targetElement.offsetTop - 70, | |
| behavior: 'smooth' | |
| }); | |
| } | |
| }); | |
| }); | |
| // Add fade-in animation to elements as they come into view | |
| const fadeElements = document.querySelectorAll('.fade-in'); | |
| const fadeObserver = new IntersectionObserver((entries) => { | |
| entries.forEach(entry => { | |
| if (entry.isIntersecting) { | |
| entry.target.style.opacity = 1; | |
| entry.target.style.transform = 'translateY(0)'; | |
| } | |
| }); | |
| }, { threshold: 0.1 }); | |
| fadeElements.forEach(element => { | |
| element.style.opacity = 0; | |
| element.style.transform = 'translateY(20px)'; | |
| fadeObserver.observe(element); | |
| }); | |
| }); | |
| </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=Han0101/ad-software-dev-website" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
| </html> |