File size: 29,726 Bytes
027233a |
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 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 |
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Agência Raio-X - Especialistas em Representação IPTV e Internet Ilimitada para Revendedores. Transforme seu negócio digital conosco.">
<title>Agência Raio-X - Negócios Digitais</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>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
body {
font-family: 'Inter', sans-serif;
scroll-behavior: smooth;
background-color: #0a0a0a;
color: #e5e5e5;
}
.hero-video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: -1;
}
.hero-overlay {
background: rgba(0, 0, 0, 0.7);
}
.feature-card {
transition: all 0.3s ease;
border: 1px solid #1f1f1f;
}
.feature-card:hover {
transform: translateY(-5px);
border-color: #22c55e;
}
.btn-primary {
background-color: #22c55e;
transition: all 0.3s ease;
}
.btn-primary:hover {
background-color: #16a34a;
}
.section-title {
position: relative;
display: inline-block;
}
.section-title:after {
content: '';
position: absolute;
bottom: -8px;
left: 0;
width: 100%;
height: 2px;
background-color: #22c55e;
}
.service-icon {
background-color: #22c55e;
color: #0a0a0a;
}
.testimonial-card {
border: 1px solid #1f1f1f;
}
.form-input {
background-color: #1f1f1f;
border: 1px solid #1f1f1f;
transition: all 0.3s ease;
}
.form-input:focus {
border-color: #22c55e;
outline: none;
}
.social-icon {
background-color: #1f1f1f;
transition: all 0.3s ease;
}
.social-icon:hover {
background-color: #22c55e;
color: #0a0a0a;
}
.nav-link {
position: relative;
}
.nav-link:after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 1px;
background-color: #22c55e;
transition: width 0.3s ease;
}
.nav-link:hover:after {
width: 100%;
}
.active-nav:after {
width: 100%;
}
.image-overlay {
background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
}
</style>
</head>
<body class="bg-black text-white">
<!-- Header -->
<header class="fixed w-full z-50 bg-black bg-opacity-95 transition-all duration-300 border-b border-gray-900">
<div class="container mx-auto px-4 py-4 flex justify-between items-center">
<div class="flex items-center">
<div class="w-10 h-10 rounded-md bg-green-500 flex items-center justify-center">
<i class="fas fa-bolt text-lg text-black"></i>
</div>
<span class="ml-3 text-xl font-semibold">Agência <span class="text-green-500">Raio-X</span></span>
</div>
<nav class="hidden md:block">
<ul class="flex space-x-8">
<li><a href="#sobre" class="nav-link active-nav">Sobre</a></li>
<li><a href="#servicos" class="nav-link">Serviços</a></li>
<li><a href="#destaques" class="nav-link">Destaques</a></li>
<li><a href="#contato" class="nav-link">Contato</a></li>
</ul>
</nav>
<button class="md:hidden text-2xl" id="menu-toggle">
<i class="fas fa-bars"></i>
</button>
</div>
<!-- Mobile Menu -->
<div class="md:hidden hidden bg-black bg-opacity-95 w-full" id="mobile-menu">
<div class="container mx-auto px-4 py-3">
<ul class="flex flex-col space-y-4">
<li><a href="#sobre" class="block py-2 nav-link active-nav">Sobre</a></li>
<li><a href="#servicos" class="block py-2 nav-link">Serviços</a></li>
<li><a href="#destaques" class="block py-2 nav-link">Destaques</a></li>
<li><a href="#contato" class="block py-2 nav-link">Contato</a></li>
</ul>
</div>
</div>
</header>
<!-- Hero Section -->
<section class="relative h-screen flex items-center justify-center overflow-hidden">
<video autoplay muted loop class="hero-video">
<source src="https://assets.mixkit.co/videos/preview/mixkit-businessman-using-digital-tablet-17345-large.mp4" type="video/mp4">
</video>
<div class="hero-overlay absolute inset-0"></div>
<div class="container mx-auto px-4 z-10 text-center">
<h1 class="text-4xl md:text-5xl font-bold mb-6">
Transforme seu Negócio Digital com a <span class="text-green-500">Agência Raio-X</span>
</h1>
<p class="text-lg md:text-xl mb-8 max-w-3xl mx-auto text-gray-300">
Especialistas em Representação IPTV e Internet Ilimitada para Revendedores.
</p>
<a href="https://wa.me/5519997404688" target="_blank" rel="noopener noreferrer" class="btn-primary inline-block text-black font-semibold py-3 px-8 rounded-md text-lg">
Fale Conosco no WhatsApp
</a>
</div>
</section>
<!-- Destaques Section -->
<section id="destaques" class="py-20 bg-black">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold mb-16 text-center section-title">
Nossos <span class="text-green-500">Destaques</span>
</h2>
<div class="grid md:grid-cols-2 gap-8">
<!-- Feature 1 -->
<div class="feature-card bg-gray-900 rounded-lg p-6 overflow-hidden">
<div class="relative h-64 mb-6 rounded-lg overflow-hidden">
<img src="https://www.canva.com/design/DAGly_dJXjk/w8iJejb4lYKR9cl8WCEuew/watch?utm_content=DAGly_dJXjk&utm_campaign=share_your_design&utm_medium=link2&utm_source=shareyourdesignpanel"
alt="Representação IPTV"
class="w-full h-full object-cover">
<div class="image-overlay absolute inset-0 flex items-end p-6">
<h3 class="text-2xl font-bold text-white">Representação IPTV</h3>
</div>
</div>
<h3 class="text-xl font-bold mb-4 text-green-500">Representação IPTV para Revendedores</h3>
<p class="text-gray-400">
Oferecemos as melhores soluções de IPTV para revendedores, com tecnologia de ponta, estabilidade e suporte especializado. Tenha acesso aos melhores pacotes e condições do mercado.
</p>
<div class="mt-6">
<a href="https://wa.me/5519997404688" target="_blank" rel="noopener noreferrer" class="inline-block border border-green-500 text-green-500 font-medium py-2 px-6 rounded-md hover:bg-green-500 hover:text-black transition duration-300">
Saiba mais
</a>
</div>
</div>
<!-- Feature 2 -->
<div class="feature-card bg-gray-900 rounded-lg p-6 overflow-hidden">
<div class="relative h-64 mb-6 rounded-lg overflow-hidden">
<img src="https://images.unsplash.com/photo-1508514177221-188e1e464088?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
alt="Internet Ilimitada"
class="w-full h-full object-cover">
<div class="image-overlay absolute inset-0 flex items-end p-6">
<h3 class="text-2xl font-bold text-white">Internet Ilimitada</h3>
</div>
</div>
<h3 class="text-xl font-bold mb-4 text-green-500">Internet Ilimitada para Revendedores</h3>
<p class="text-gray-400">
Soluções completas de internet ilimitada para revenda, com alta velocidade e estabilidade. Oferecemos suporte técnico e treinamento para que você possa vender com confiança.
</p>
<div class="mt-6">
<a href="https://wa.me/5519997404688" target="_blank" rel="noopener noreferrer" class="inline-block border border-green-500 text-green-500 font-medium py-2 px-6 rounded-md hover:bg-green-500 hover:text-black transition duration-300">
Saiba mais
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Serviços Section -->
<section id="servicos" class="py-20 bg-gray-900">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold mb-16 text-center section-title">
Outros <span class="text-green-500">Serviços</span>
</h2>
<div class="grid md:grid-cols-3 gap-6">
<!-- Service 1 -->
<div class="bg-gray-800 rounded-lg p-8">
<div class="w-14 h-14 service-icon rounded-full flex items-center justify-center mb-6 mx-auto">
<i class="fas fa-graduation-cap text-xl"></i>
</div>
<h3 class="text-xl font-bold mb-4 text-center text-green-500">Treinamento de Equipe de Vendas</h3>
<p class="text-gray-400 text-center">
Capacitação completa para revendedores digitais, com técnicas comprovadas de vendas e atendimento ao cliente.
</p>
</div>
<!-- Service 2 -->
<div class="bg-gray-800 rounded-lg p-8">
<div class="w-14 h-14 service-icon rounded-full flex items-center justify-center mb-6 mx-auto">
<i class="fas fa-chart-line text-xl"></i>
</div>
<h3 class="text-xl font-bold mb-4 text-center text-green-500">Consultoria de Marketing Digital</h3>
<p class="text-gray-400 text-center">
Estratégias personalizadas para alavancar seu negócio digital, com foco em resultados e crescimento sustentável.
</p>
</div>
<!-- Service 3 -->
<div class="bg-gray-800 rounded-lg p-8">
<div class="w-14 h-14 service-icon rounded-full flex items-center justify-center mb-6 mx-auto">
<i class="fas fa-robot text-xl"></i>
</div>
<h3 class="text-xl font-bold mb-4 text-center text-green-500">Consultoria de IA para Negócios</h3>
<p class="text-gray-400 text-center">
Implementação de soluções de Inteligência Artificial para automatizar processos e aumentar a eficiência do seu negócio.
</p>
</div>
</div>
</div>
</section>
<!-- Sobre Section -->
<section id="sobre" class="py-20 bg-black">
<div class="container mx-auto px-4">
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-10 md:mb-0 md:pr-10">
<div class="relative">
<img src="https://images.unsplash.com/photo-1580927752452-89d86da3fa0a?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=880&q=80"
alt="Tavinho Falkenback"
class="rounded-lg shadow-lg w-full max-w-md mx-auto">
</div>
</div>
<div class="md:w-1/2">
<h2 class="text-3xl font-bold mb-6 section-title">
Sobre <span class="text-green-500">Nós</span>
</h2>
<div class="mb-8">
<p class="text-gray-400 mb-4">
"Sou Tavinho Falkenback, empreendedor especialista em Marketing Digital e Estratégias de Negócios. Trabalho no mercado online desde 2013 com experiência em Hotmart, Braip, Mercado Livre e Consultorias Estratégicas para Cassinos Online."
</p>
<p class="text-gray-400">
Com a Agência Raio-X, reuni uma equipe de especialistas para oferecer as melhores soluções digitais para revendedores e empreendedores que desejam escalar seus negócios.
</p>
</div>
<div class="flex flex-wrap gap-3">
<div class="flex items-center bg-gray-800 rounded-md px-4 py-2">
<div class="w-8 h-8 bg-green-500 rounded-full flex items-center justify-center mr-2">
<i class="fas fa-calendar-check text-xs"></i>
</div>
<span>10+ anos de experiência</span>
</div>
<div class="flex items-center bg-gray-800 rounded-md px-4 py-2">
<div class="w-8 h-8 bg-green-500 rounded-full flex items-center justify-center mr-2">
<i class="fas fa-users text-xs"></i>
</div>
<span>500+ clientes atendidos</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials -->
<section class="py-20 bg-gray-900">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold mb-16 text-center section-title">
Depoimentos
</h2>
<div class="grid md:grid-cols-3 gap-8">
<!-- Testimonial 1 -->
<div class="testimonial-card bg-gray-800 rounded-lg p-6">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-green-500 flex items-center justify-center text-xl font-bold">
J
</div>
<div class="ml-4">
<h4 class="font-semibold">João Silva</h4>
<p class="text-sm text-gray-400">Revendedor IPTV</p>
</div>
</div>
<p class="text-gray-300">
"A Agência Raio-X transformou meu negócio. Com a representação IPTV, consegui aumentar minhas vendas em 300% em apenas 3 meses."
</p>
<div class="mt-4 flex">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
</div>
<!-- Testimonial 2 -->
<div class="testimonial-card bg-gray-800 rounded-lg p-6">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-green-500 flex items-center justify-center text-xl font-bold">
M
</div>
<div class="ml-4">
<h4 class="font-semibold">Maria Santos</h4>
<p class="text-sm text-gray-400">Revendedora Internet</p>
</div>
</div>
<p class="text-gray-300">
"A internet ilimitada da Raio-X é a melhor do mercado. Meus clientes estão satisfeitos e minha renda mensal dobrou."
</p>
<div class="mt-4 flex">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
</div>
<!-- Testimonial 3 -->
<div class="testimonial-card bg-gray-800 rounded-lg p-6">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-green-500 flex items-center justify-center text-xl font-bold">
C
</div>
<div class="ml-4">
<h4 class="font-semibold">Carlos Oliveira</h4>
<p class="text-sm text-gray-400">Consultor</p>
</div>
</div>
<p class="text-gray-300">
"A consultoria estratégica da Agência Raio-X me ajudou a estruturar meu negócio digital de forma profissional e lucrativa."
</p>
<div class="mt-4 flex">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
</div>
</div>
</div>
</section>
<!-- Inspirational Quote -->
<section class="py-20 bg-black">
<div class="container mx-auto px-4 text-center">
<div class="max-w-3xl mx-auto bg-gray-900 rounded-lg p-8">
<i class="fas fa-quote-left text-3xl text-green-500 mb-4"></i>
<h3 class="text-2xl font-bold mb-4">
"Nada adianta você alcançar o sucesso financeiro se não for capaz de ajudar aqueles que só querem um pão."
</h3>
<p class="text-gray-400">- Tavinho Falkenback</p>
</div>
</div>
</section>
<!-- Contato Section -->
<section id="contato" class="py-20 bg-gray-900">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold mb-16 text-center section-title">
Entre em <span class="text-green-500">Contato</span>
</h2>
<div class="flex flex-col md:flex-row gap-10">
<div class="md:w-1/2">
<h3 class="text-2xl font-bold mb-6 text-green-500">Informações de Contato</h3>
<div class="space-y-6">
<div class="flex items-start">
<div class="w-12 h-12 bg-green-500 rounded-full flex items-center justify-center mr-4 flex-shrink-0">
<i class="fas fa-phone text-xl text-black"></i>
</div>
<div>
<h4 class="font-bold">Telefone/WhatsApp</h4>
<a href="https://wa.me/5519997404688" class="text-gray-300 hover:text-green-500 transition duration-300" target="_blank" rel="noopener noreferrer">
(19) 99740-4688
</a>
</div>
</div>
<div class="flex items-start">
<div class="w-12 h-12 bg-green-500 rounded-full flex items-center justify-center mr-4 flex-shrink-0">
<i class="fas fa-envelope text-xl text-black"></i>
</div>
<div>
<h4 class="font-bold">E-mail</h4>
<a href="mailto:[email protected]" class="text-gray-300 hover:text-green-500 transition duration-300">
[email protected]
</a>
</div>
</div>
<div class="flex items-start">
<div class="w-12 h-12 bg-green-500 rounded-full flex items-center justify-center mr-4 flex-shrink-0">
<i class="fas fa-map-marker-alt text-xl text-black"></i>
</div>
<div>
<h4 class="font-bold">Localização</h4>
<p class="text-gray-300">Campinas, São Paulo - Brasil</p>
</div>
</div>
</div>
<h3 class="text-2xl font-bold mt-10 mb-6 text-green-500">Redes Sociais</h3>
<div class="flex space-x-4">
<a href="#" class="w-12 h-12 social-icon rounded-full flex items-center justify-center" target="_blank" rel="noopener noreferrer">
<i class="fab fa-instagram text-xl"></i>
</a>
<a href="#" class="w-12 h-12 social-icon rounded-full flex items-center justify-center" target="_blank" rel="noopener noreferrer">
<i class="fab fa-facebook-f text-xl"></i>
</a>
<a href="#" class="w-12 h-12 social-icon rounded-full flex items-center justify-center" target="_blank" rel="noopener noreferrer">
<i class="fab fa-linkedin-in text-xl"></i>
</a>
<a href="#" class="w-12 h-12 social-icon rounded-full flex items-center justify-center" target="_blank" rel="noopener noreferrer">
<i class="fab fa-youtube text-xl"></i>
</a>
</div>
</div>
<div class="md:w-1/2">
<form id="contact-form" class="bg-gray-800 rounded-lg p-8">
<h3 class="text-2xl font-bold mb-6 text-green-500">Envie sua Mensagem</h3>
<div class="mb-6">
<label for="name" class="block mb-2 font-medium">Seu Nome</label>
<input type="text" id="name" class="w-full form-input rounded-md px-4 py-3" required>
</div>
<div class="mb-6">
<label for="email" class="block mb-2 font-medium">Seu E-mail</label>
<input type="email" id="email" class="w-full form-input rounded-md px-4 py-3" required>
</div>
<div class="mb-6">
<label for="message" class="block mb-2 font-medium">Sua Mensagem</label>
<textarea id="message" rows="5" class="w-full form-input rounded-md px-4 py-3" required></textarea>
</div>
<button type="submit" class="w-full btn-primary font-semibold py-3 px-6 rounded-md">
Enviar Mensagem
</button>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="py-10 bg-black border-t border-gray-800">
<div class="container mx-auto px-4">
<div class="flex flex-col md:flex-row justify-between items-center">
<div class="flex items-center mb-6 md:mb-0">
<div class="w-10 h-10 rounded-md bg-green-500 flex items-center justify-center">
<i class="fas fa-bolt text-lg text-black"></i>
</div>
<span class="ml-3 text-lg font-semibold">Agência <span class="text-green-500">Raio-X</span></span>
</div>
<div class="text-center md:text-right">
<p class="text-gray-400 mb-2">© 2023 Agência Raio-X. Todos os direitos reservados.</p>
<p class="text-gray-500 text-sm">Desenvolvido com <i class="fas fa-heart text-red-500"></i> para o sucesso do seu negócio</p>
</div>
</div>
</div>
</footer>
<!-- WhatsApp Float Button -->
<a href="https://wa.me/5519997404688" target="_blank" rel="noopener noreferrer" class="fixed bottom-6 right-6 w-14 h-14 bg-green-500 rounded-full flex items-center justify-center text-2xl shadow-lg hover:bg-green-600 transition duration-300">
<i class="fab fa-whatsapp text-black"></i>
</a>
<script>
// Mobile menu toggle
document.getElementById('menu-toggle').addEventListener('click', function() {
const menu = document.getElementById('mobile-menu');
menu.classList.toggle('hidden');
});
// Close mobile menu when clicking on a link
document.querySelectorAll('#mobile-menu a').forEach(link => {
link.addEventListener('click', () => {
document.getElementById('mobile-menu').classList.add('hidden');
});
});
// Form submission
document.getElementById('contact-form').addEventListener('submit', function(e) {
e.preventDefault();
// Get form values
const name = document.getElementById('name').value;
const email = document.getElementById('email').value;
const message = document.getElementById('message').value;
// Here you would typically send the data to a server
// For this example, we'll just show an alert
alert(`Obrigado, ${name}! Sua mensagem foi enviada com sucesso. Entraremos em contato em breve.`);
// Reset form
this.reset();
});
// Header scroll effect
window.addEventListener('scroll', function() {
const header = document.querySelector('header');
if (window.scrollY > 100) {
header.classList.add('shadow-lg');
} else {
header.classList.remove('shadow-lg');
}
});
// Active nav link on scroll
const sections = document.querySelectorAll('section');
const navLinks = document.querySelectorAll('.nav-link');
window.addEventListener('scroll', () => {
let current = '';
sections.forEach(section => {
const sectionTop = section.offsetTop;
const sectionHeight = section.clientHeight;
if (pageYOffset >= (sectionTop - 300)) {
current = section.getAttribute('id');
}
});
navLinks.forEach(link => {
link.classList.remove('active-nav');
if (link.getAttribute('href').includes(current)) {
link.classList.add('active-nav');
}
});
});
</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=xlorfx/agencia" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |