Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Hantah-Tech Developers | IT Solutions by Brighton Omondi Umira</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> | |
| .gradient-bg { | |
| background: linear-gradient(135deg, #6B46C1 0%, #3182CE 100%); | |
| } | |
| .tech-card:hover { | |
| transform: translateY(-5px); | |
| box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1); | |
| } | |
| .project-card:hover { | |
| transform: scale(1.02); | |
| } | |
| .nav-link:hover:after { | |
| width: 100%; | |
| left: 0; | |
| } | |
| .nav-link:after { | |
| content: ''; | |
| position: absolute; | |
| width: 0; | |
| height: 2px; | |
| display: block; | |
| right: 0; | |
| background: white; | |
| transition: width .3s ease; | |
| bottom: -2px; | |
| } | |
| </style> | |
| </head> | |
| <body class="font-sans text-gray-800 bg-gray-50"> | |
| <!-- Navigation --> | |
| <nav class="gradient-bg text-white sticky top-0 z-50"> | |
| <div class="container mx-auto px-4 py-3"> | |
| <div class="flex justify-between items-center"> | |
| <div class="flex items-center"> | |
| <i class="fas fa-laptop-code text-2xl mr-2"></i> | |
| <h1 class="text-xl md:text-2xl font-bold">Hantah-Tech Developers</h1> | |
| </div> | |
| <div class="hidden md:flex space-x-8"> | |
| <a href="#services" class="nav-link relative">Services</a> | |
| <a href="#portfolio" class="nav-link relative">Portfolio</a> | |
| <a href="#about" class="nav-link relative">About Me</a> | |
| <a href="#contact" class="nav-link relative">Contact</a> | |
| </div> | |
| <button class="md:hidden focus:outline-none" id="menu-btn"> | |
| <i class="fas fa-bars text-2xl"></i> | |
| </button> | |
| </div> | |
| <!-- Mobile Menu --> | |
| <div class="md:hidden hidden py-2" id="mobile-menu"> | |
| <a href="#services" class="block py-2">Services</a> | |
| <a href="#portfolio" class="block py-2">Portfolio</a> | |
| <a href="#about" class="block py-2">About Me</a> | |
| <a href="#contact" class="block py-2">Contact</a> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <header class="gradient-bg text-white py-20"> | |
| <div class="container mx-auto px-4 text-center"> | |
| <div class="max-w-3xl mx-auto"> | |
| <h1 class="text-4xl md:text-5xl font-bold mb-4">IT Solutions & Development Services</h1> | |
| <p class="text-xl mb-8">Hi, I'm Brighton Omondi Umira, an IT technician and developer providing top-notch technical solutions for businesses and individuals.</p> | |
| <div class="flex flex-col sm:flex-row justify-center gap-4"> | |
| <a href="#contact" class="bg-white text-purple-700 font-bold px-6 py-3 rounded-lg hover:bg-gray-100 transition duration-300">Get in Touch</a> | |
| <a href="#portfolio" class="bg-transparent border-2 border-white font-bold px-6 py-3 rounded-lg hover:bg-white hover:text-purple-700 transition duration-300">View My Work</a> | |
| </div> | |
| </div> | |
| </div> | |
| </header> | |
| <!-- Services Section --> | |
| <section id="services" class="py-16 bg-white"> | |
| <div class="container mx-auto px-4"> | |
| <h2 class="text-3xl font-bold text-center mb-12">IT Services Offered</h2> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <!-- Service Card 1 --> | |
| <div class="tech-card bg-gray-50 rounded-lg overflow-hidden shadow-md p-6 transition duration-300"> | |
| <div class="text-blue-500 mb-4"> | |
| <i class="fas fa-cogs text-4xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-2">System Diagnostics & Repair</h3> | |
| <p class="text-gray-600">Comprehensive hardware and software troubleshooting to identify and resolve system issues efficiently.</p> | |
| </div> | |
| <!-- Service Card 2 --> | |
| <div class="tech-card bg-gray-50 rounded-lg overflow-hidden shadow-md p-6 transition duration-300"> | |
| <div class="text-purple-500 mb-4"> | |
| <i class="fas fa-code text-4xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-2">Custom Software Development</h3> | |
| <p class="text-gray-600">Tailored application development to meet your specific business needs and requirements.</p> | |
| </div> | |
| <!-- Service Card 3 --> | |
| <div class="tech-card bg-gray-50 rounded-lg overflow-hidden shadow-md p-6 transition duration-300"> | |
| <div class="text-green-500 mb-4"> | |
| <i class="fas fa-shield-alt text-4xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-2">Network Security</h3> | |
| <p class="text-gray-600">Implementation of security protocols to protect your systems from threats and vulnerabilities.</p> | |
| </div> | |
| <!-- Service Card 4 --> | |
| <div class="tech-card bg-gray-50 rounded-lg overflow-hidden shadow-md p-6 transition duration-300"> | |
| <div class="text-red-500 mb-4"> | |
| <i class="fas fa-database text-4xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-2">Data Recovery & Backup</h3> | |
| <p class="text-gray-600">Professional data recovery services and secure backup solutions to prevent data loss.</p> | |
| </div> | |
| <!-- Service Card 5 --> | |
| <div class="tech-card bg-gray-50 rounded-lg overflow-hidden shadow-md p-6 transition duration-300"> | |
| <div class="text-yellow-500 mb-4"> | |
| <i class="fas fa-cloud text-4xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-2">Cloud Solutions</h3> | |
| <p class="text-gray-600">Migration, setup, and management of cloud-based services for businesses of all sizes.</p> | |
| </div> | |
| <!-- Service Card 6 --> | |
| <div class="tech-card bg-gray-50 rounded-lg overflow-hidden shadow-md p-6 transition duration-300"> | |
| <div class="text-indigo-500 mb-4"> | |
| <i class="fas fa-headset text-4xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-2">IT Support & Consultation</h3> | |
| <p class="text-gray-600">Ongoing technical support and expert advice to optimize your IT infrastructure.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Portfolio Section --> | |
| <section id="portfolio" class="py-16 bg-gray-100"> | |
| <div class="container mx-auto px-4"> | |
| <h2 class="text-3xl font-bold text-center mb-12">My Portfolio</h2> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <!-- Project 1 --> | |
| <div class="project-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300"> | |
| <div class="h-48 bg-purple-100 flex items-center justify-center"> | |
| <i class="fas fa-laptop-code text-5xl text-purple-600"></i> | |
| </div> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-bold mb-2">Web Development</h3> | |
| <p class="text-gray-600 mb-4">Responsive web applications built with modern technologies.</p> | |
| <div class="flex flex-wrap gap-2"> | |
| <span class="bg-purple-100 text-purple-800 text-xs px-3 py-1 rounded-full">HTML/CSS</span> | |
| <span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">JavaScript</span> | |
| <span class="bg-green-100 text-green-800 text-xs px-3 py-1 rounded-full">TailwindCSS</span> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Project 2 --> | |
| <div class="project-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300"> | |
| <div class="h-48 bg-blue-100 flex items-center justify-center"> | |
| <i class="fas fa-mobile-alt text-5xl text-blue-600"></i> | |
| </div> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-bold mb-2">Mobile Applications</h3> | |
| <p class="text-gray-600 mb-4">Cross-platform mobile apps with native performance.</p> | |
| <div class="flex flex-wrap gap-2"> | |
| <span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">React Native</span> | |
| <span class="bg-yellow-100 text-yellow-800 text-xs px-3 py-1 rounded-full">Flutter</span> | |
| <span class="bg-gray-100 text-gray-800 text-xs px-3 py-1 rounded-full">iOS/Android</span> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Project 3 --> | |
| <div class="project-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300"> | |
| <div class="h-48 bg-green-100 flex items-center justify-center"> | |
| <i class="fas fa-server text-5xl text-green-600"></i> | |
| </div> | |
| <div class="p-6"> | |
| <h3 class="text-xl font-bold mb-2">IT Infrastructure</h3> | |
| <p class="text-gray-600 mb-4">Network setup, maintenance and security solutions.</p> | |
| <div class="flex flex-wrap gap-2"> | |
| <span class="bg-green-100 text-green-800 text-xs px-3 py-1 rounded-full">Network Security</span> | |
| <span class="bg-red-100 text-red-800 text-xs px-3 py-1 rounded-full">Cisco</span> | |
| <span class="bg-indigo-100 text-indigo-800 text-xs px-3 py-1 rounded-full">Firewall</span> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- View more projects button --> | |
| <div class="bg-white rounded-lg overflow-hidden shadow-md flex items-center justify-center p-8"> | |
| <a href="https://github.com/Hantah-f" target="_blank" class="text-center"> | |
| <div class="text-indigo-500 mb-4"> | |
| <i class="fab fa-github text-5xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-2">View More Projects</h3> | |
| <p class="text-gray-600 mb-4">Check out my GitHub profile for more work samples.</p> | |
| <span class="inline-block bg-indigo-100 text-indigo-800 text-sm px-3 py-1 rounded-full hover:bg-indigo-200">View GitHub</span> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- About Section --> | |
| <section id="about" class="py-16 bg-white"> | |
| <div class="container mx-auto px-4"> | |
| <div class="flex flex-col md:flex-row items-center"> | |
| <div class="md:w-1/3 mb-8 md:mb-0 flex justify-center"> | |
| <div class="h-64 w-64 rounded-full overflow-hidden border-4 border-purple-300 shadow-lg"> | |
| <div class="h-full w-full bg-purple-200 flex items-center justify-center"> | |
| <i class="fas fa-user-tie text-8xl text-purple-500"></i> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="md:w-2/3 md:pl-12"> | |
| <h2 class="text-3xl font-bold mb-6">About Me</h2> | |
| <p class="text-gray-600 mb-4">Hello! I'm Brighton Omondi Umira, a passionate IT professional with expertise in both technical support and software development. My journey in technology began at a young age with a curiosity about how things work, which has evolved into a career dedicated to solving technical challenges.</p> | |
| <p class="text-gray-600 mb-6">With my IT service brand <span class="font-bold text-purple-600">Hantah-Tech Developers</span>, I aim to provide comprehensive technical solutions that bridge the gap between hardware and software needs for individuals and businesses alike.</p> | |
| <h3 class="text-xl font-bold mb-3">Technical Skills</h3> | |
| <div class="flex flex-wrap mb-6 gap-2"> | |
| <span class="bg-purple-100 text-purple-800 px-3 py-1 rounded-full">IT Troubleshooting</span> | |
| <span class="bg-blue-100 text-blue-800 px-3 py-1 rounded-full">Web Development</span> | |
| <span class="bg-green-100 text-green-800 px-3 py-1 rounded-full">Network Security</span> | |
| <span class="bg-yellow-100 text-yellow-800 px-3 py-1 rounded-full">System Administration</span> | |
| <span class="bg-red-100 text-red-800 px-3 py-1 rounded-full">Database Management</span> | |
| <span class="bg-indigo-100 text-indigo-800 px-3 py-1 rounded-full">Cloud Computing</span> | |
| </div> | |
| <div class="flex flex-col sm:flex-row gap-4"> | |
| <a href="#contact" class="bg-purple-600 hover:bg-purple-700 text-white font-bold px-6 py-3 rounded-lg text-center transition duration-300"> | |
| Hire Me | |
| </a> | |
| <a href="https://github.com/Hantah-f" target="_blank" class="bg-gray-800 hover:bg-gray-900 text-white font-bold px-6 py-3 rounded-lg text-center transition duration-300"> | |
| <i class="fab fa-github mr-2"></i> GitHub Profile | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Testimonials Section --> | |
| <section class="py-16 bg-gray-100"> | |
| <div class="container mx-auto px-4"> | |
| <h2 class="text-3xl font-bold text-center mb-12">Client Testimonials</h2> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <!-- Testimonial 1 --> | |
| <div class="bg-white p-6 rounded-lg shadow-md"> | |
| <div class="flex items-center mb-4"> | |
| <div class="h-12 w-12 rounded-full bg-purple-200 flex items-center justify-center mr-4"> | |
| <i class="fas fa-user text-purple-600"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold">Sarah Johnson</h4> | |
| <p class="text-sm text-gray-500">Small Business Owner</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-600 italic">"Brighton completely transformed our outdated IT infrastructure. His expertise in both hardware and software solutions saved us countless hours of downtime and significantly improved our productivity."</p> | |
| <div class="flex mt-4 text-yellow-400"> | |
| <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> | |
| <!-- Testimonial 2 --> | |
| <div class="bg-white p-6 rounded-lg shadow-md"> | |
| <div class="flex items-center mb-4"> | |
| <div class="h-12 w-12 rounded-full bg-blue-200 flex items-center justify-center mr-4"> | |
| <i class="fas fa-user text-blue-600"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold">Michael Chen</h4> | |
| <p class="text-sm text-gray-500">Startup Founder</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-600 italic">"The custom web application developed by Hantah-Tech has been instrumental in our business operations. Brighton understood our requirements perfectly and delivered beyond our expectations."</p> | |
| <div class="flex mt-4 text-yellow-400"> | |
| <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> | |
| <!-- Testimonial 3 --> | |
| <div class="bg-white p-6 rounded-lg shadow-md"> | |
| <div class="flex items-center mb-4"> | |
| <div class="h-12 w-12 rounded-full bg-green-200 flex items-center justify-center mr-4"> | |
| <i class="fas fa-user text-green-600"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold">Grace Mwangi</h4> | |
| <p class="text-sm text-gray-500">IT Manager</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-600 italic">"Working with Brighton on our network security project was a pleasure. His professionalism and technical knowledge are impressive. We've already contracted him for ongoing maintenance."</p> | |
| <div class="flex mt-4 text-yellow-400"> | |
| <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> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Contact Section --> | |
| <section id="contact" class="py-16 gradient-bg text-white"> | |
| <div class="container mx-auto px-4"> | |
| <h2 class="text-3xl font-bold text-center mb-12">Get In Touch</h2> | |
| <div class="max-w-4xl mx-auto"> | |
| <div class="flex flex-col md:flex-row gap-8"> | |
| <div class="md:w-1/2"> | |
| <h3 class="text-xl font-bold mb-4">Contact Information</h3> | |
| <div class="space-y-4"> | |
| <div class="flex items-start"> | |
| <i class="fas fa-envelope text-xl mr-4 mt-1"></i> | |
| <div> | |
| <h4 class="font-bold">Email</h4> | |
| <p class="text-gray-200">brightonomondiumira@gmail.com</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <i class="fab fa-github text-xl mr-4 mt-1"></i> | |
| <div> | |
| <h4 class="font-bold">GitHub</h4> | |
| <p class="text-gray-200">github.com/Hantah-f</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <i class="fas fa-map-marker-alt text-xl mr-4 mt-1"></i> | |
| <div> | |
| <h4 class="font-bold">Location</h4> | |
| <p class="text-gray-200">Nairobi, Kenya</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="mt-8"> | |
| <h3 class="text-xl font-bold mb-4">Connect With Me</h3> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="bg-white hover:bg-gray-200 text-purple-600 p-3 rounded-full transition duration-300"> | |
| <i class="fab fa-twitter"></i> | |
| </a> | |
| <a href="#" class="bg-white hover:bg-gray-200 text-purple-600 p-3 rounded-full transition duration-300"> | |
| <i class="fab fa-linkedin-in"></i> | |
| </a> | |
| <a href="#" class="bg-white hover:bg-gray-200 text-purple-600 p-3 rounded-full transition duration-300"> | |
| <i class="fab fa-instagram"></i> | |
| </a> | |
| <a href="https://github.com/Hantah-f" target="_blank" class="bg-white hover:bg-gray-200 text-purple-600 p-3 rounded-full transition duration-300"> | |
| <i class="fab fa-github"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="md:w-1/2"> | |
| <form id="contact-form" action="/api/contact" method="POST" class="bg-white rounded-lg shadow-lg p-6 text-gray-800"> | |
| <div class="mb-4"> | |
| <label for="name" class="block text-gray-700 font-bold mb-2">Name</label> | |
| <input type="text" id="name" name="name" required class="w-full px-3 py-2 border rounded-lg focus:outline-none focus:ring-2 focus:ring-purple-500"> | |
| </div> | |
| <div class="mb-4"> | |
| <label for="email" class="block text-gray-700 font-bold mb-2">Email</label> | |
| <input type="email" id="email" name="email" required class="w-full px-3 py-2 border rounded-lg focus:outline-none focus:ring-2 focus:ring-purple-500"> | |
| </div> | |
| <div class="mb-4"> | |
| <label for="subject" class="block text-gray-700 font-bold mb-2">Subject</label> | |
| <input type="text" id="subject" name="subject" required class="w-full px-3 py-2 border rounded-lg focus:outline-none focus:ring-2 focus:ring-purple-500"> | |
| </div> | |
| <div class="mb-4"> | |
| <label for="message" class="block text-gray-700 font-bold mb-2">Message</label> | |
| <textarea id="message" name="message" rows="4" required class="w-full px-3 py-2 border rounded-lg focus:outline-none focus:ring-2 focus:ring-purple-500"></textarea> | |
| </div> | |
| <button type="submit" class="w-full bg-purple-600 hover:bg-purple-700 text-white font-bold py-3 px-4 rounded-lg transition duration-300 flex items-center justify-center"> | |
| <span id="submit-text">Send Message</span> | |
| <span id="spinner" class="ml-2 hidden"> | |
| <i class="fas fa-spinner fa-spin"></i> | |
| </span> | |
| </button> | |
| </form> | |
| <div id="form-success" class="hidden mt-4 p-4 bg-green-100 text-green-700 rounded-lg text-center"></div> | |
| <div id="form-error" class="hidden mt-4 p-4 bg-red-100 text-red-700 rounded-lg text-center"></div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-gray-900 text-white py-8"> | |
| <div class="container mx-auto px-4"> | |
| <div class="flex flex-col md:flex-row justify-between items-center"> | |
| <div class="mb-4 md:mb-0"> | |
| <div class="flex items-center"> | |
| <i class="fas fa-laptop-code text-2xl mr-2 text-purple-400"></i> | |
| <h3 class="text-xl font-bold">Hantah-Tech Developers</h3> | |
| </div> | |
| <p class="mt-2 text-gray-400">IT Solutions & Development Services</p> | |
| </div> | |
| <div class="text-center md:text-right"> | |
| <p class="text-gray-400">© 2023 Brighton Omondi Umira. All rights reserved.</p> | |
| <p class="text-gray-400">GitHub: <a href="https://github.com/Hantah-f" target="_blank" class="text-purple-300 hover:underline">Hantah-f</a></p> | |
| </div> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| // Mobile menu toggle | |
| document.getElementById('menu-btn').addEventListener('click', function() { | |
| const menu = document.getElementById('mobile-menu'); | |
| menu.classList.toggle('hidden'); | |
| }); | |
| // Form submission handling | |
| document.getElementById('contact-form').addEventListener('submit', async function(e) { | |
| e.preventDefault(); | |
| const form = e.target; | |
| const submitBtn = form.querySelector('button[type="submit"]'); | |
| const submitText = document.getElementById('submit-text'); | |
| const spinner = document.getElementById('spinner'); | |
| const formData = new FormData(form); | |
| // Show loading state | |
| submitBtn.disabled = true; | |
| submitText.textContent = 'Sending...'; | |
| spinner.classList.remove('hidden'); | |
| // Hide any previous messages | |
| document.getElementById('form-success').classList.add('hidden'); | |
| document.getElementById('form-error').classList.add('hidden'); | |
| try { | |
| const response = await fetch(form.action, { | |
| method: 'POST', | |
| headers: { | |
| 'Accept': 'application/json' | |
| }, | |
| body: formData | |
| }); | |
| if (response.ok) { | |
| document.getElementById('form-success').textContent = 'Thank you for your message! I will get back to you soon.'; | |
| document.getElementById('form-success').classList.remove('hidden'); | |
| form.reset(); | |
| } else { | |
| throw new Error('Server error'); | |
| } | |
| } catch (error) { | |
| console.error('Error:', error); | |
| document.getElementById('form-error').textContent = 'There was an error sending your message. Please try again later.'; | |
| document.getElementById('form-error').classList.remove('hidden'); | |
| } finally { | |
| // Reset button state | |
| submitBtn.disabled = false; | |
| submitText.textContent = 'Send Message'; | |
| spinner.classList.add('hidden'); | |
| } | |
| }); | |
| // Smooth scrolling for navigation links | |
| document.querySelectorAll('a[href^="#"]').forEach(anchor => { | |
| anchor.addEventListener('click', function (e) { | |
| e.preventDefault(); | |
| const target = document.querySelector(this.getAttribute('href')); | |
| if (target) { | |
| target.scrollIntoView({ | |
| behavior: 'smooth' | |
| }); | |
| // Close mobile menu if open | |
| const menu = document.getElementById('mobile-menu'); | |
| menu.classList.add('hidden'); | |
| } | |
| }); | |
| }); | |
| </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=Ue12112/hantah-tech-developers" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
| </html> |