Spaces:
Running
Running
File size: 29,098 Bytes
79f497c 34f96fe 79f497c 9972769 79f497c 9972769 79f497c 9972769 79f497c 9972769 79f497c 9972769 79f497c 9972769 34f96fe 9972769 a736487 9972769 34f96fe 9972769 34f96fe 79f497c 9972769 34f96fe 9972769 34f96fe 79f497c 9972769 79f497c 9972769 79f497c 9972769 79f497c 9972769 79f497c 9972769 79f497c 9972769 79f497c 9972769 79f497c 9972769 79f497c 9972769 79f497c 9972769 79f497c 9972769 79f497c 9972769 79f497c 9972769 79f497c 9972769 79f497c 9972769 79f497c 9972769 79f497c 9972769 79f497c 9972769 79f497c 9972769 79f497c 9972769 79f497c 9972769 34f96fe 9972769 79f497c 9972769 79f497c 9972769 34f96fe 9972769 79f497c 9972769 79f497c 9972769 79f497c 9972769 79f497c 9972769 79f497c 9972769 79f497c 9972769 79f497c 9972769 79f497c 9972769 79f497c 9972769 a736487 34f96fe 9972769 a736487 9972769 a736487 9972769 34f96fe 9972769 34f96fe 9972769 34f96fe 9972769 34f96fe 9972769 34f96fe 9972769 34f96fe 9972769 34f96fe 9972769 34f96fe 9972769 1ba4977 9972769 79f497c 9972769 79f497c 9972769 79f497c | 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 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 | <!DOCTYPE html>
<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> |