Файловый менеджер - Редактировать - /home/adiggxhn/public_html/contacto.html
Ðазад
<!DOCTYPE html> <html lang="es"> <head> <meta charset="utf-8" /> <meta content="width=device-width, initial-scale=1.0" name="viewport" /> <title>Contacto - ADIG-SN</title> <link href="https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap" rel="stylesheet" /> <link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet" /> <script src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script> <script id="tailwind-config"> tailwind.config = { darkMode: "class", theme: { extend: { colors: { "primary": "#003366", "secondary": "#28a745", "turquoise": "#00CED1", "metallic": "#9ca3af", "background-light": "#f3f4f6", "background-dark": "#111827", }, fontFamily: { "display": ["Manrope", "sans-serif"] }, borderRadius: { "DEFAULT": "0.5rem", "lg": "1rem", "xl": "1.5rem", "2xl": "2rem", "3xl": "3rem", "full": "9999px" }, boxShadow: { 'soft': '0 10px 40px -10px rgba(0,0,0,0.08)', 'glow': '0 0 20px rgba(0, 206, 209, 0.3)', } }, }, } </script> <style type="text/tailwindcss"> @layer utilities { .text-shadow-sm { text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); } .text-shadow-lg { text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } } </style> </head> <body class="bg-background-light dark:bg-background-dark text-slate-800 dark:text-slate-100 font-display antialiased selection:bg-turquoise selection:text-white"> <div class="relative flex h-auto min-h-screen w-full flex-col overflow-x-hidden"> <header class="sticky top-0 z-50 flex items-center justify-between whitespace-nowrap border-b border-slate-200/50 bg-white/90 dark:bg-slate-900/90 backdrop-blur-md dark:border-slate-800 px-6 py-4 lg:px-10 shadow-sm transition-all duration-300"> <div class="flex items-center gap-4"> <a href="index.html" class="flex items-center"> <img src="logo_adig.png" alt="ADIG-SN Logo" class="h-14 w-auto object-contain transition-transform hover:scale-105" /> </a> </div> <div class="hidden lg:flex flex-1 justify-end gap-8 items-center"> <nav class="flex items-center gap-8"> <a class="text-slate-600 dark:text-slate-300 text-sm font-semibold hover:text-turquoise transition-colors relative group" href="index.html"> Inicio <span class="absolute -bottom-1 left-0 w-0 h-0.5 bg-turquoise transition-all group-hover:w-full"></span> </a> <a class="text-slate-600 dark:text-slate-300 text-sm font-semibold hover:text-turquoise transition-colors relative group" href="somos.html"> Nosotros <span class="absolute -bottom-1 left-0 w-0 h-0.5 bg-turquoise transition-all group-hover:w-full"></span> </a> <a class="text-slate-600 dark:text-slate-300 text-sm font-semibold hover:text-turquoise transition-colors relative group" href="esccuelas.html"> Escuela <span class="absolute -bottom-1 left-0 w-0 h-0.5 bg-turquoise transition-all group-hover:w-full"></span> </a> <a class="text-slate-600 dark:text-slate-300 text-sm font-semibold hover:text-turquoise transition-colors relative group" href="programas.html"> Programas <span class="absolute -bottom-1 left-0 w-0 h-0.5 bg-turquoise transition-all group-hover:w-full"></span> </a> <a class="text-slate-600 dark:text-slate-300 text-sm font-semibold hover:text-turquoise transition-colors relative group" href="donaciones.html"> Donaciones <span class="absolute -bottom-1 left-0 w-0 h-0.5 bg-turquoise transition-all group-hover:w-full"></span> </a> <a class="text-slate-600 dark:text-slate-300 text-sm font-semibold hover:text-turquoise transition-colors relative group" href="actividades.html"> Noticias <span class="absolute -bottom-1 left-0 w-0 h-0.5 bg-turquoise transition-all group-hover:w-full"></span> </a> <a class="text-turquoise text-sm font-semibold relative group" href="contacto.html"> Contacto <span class="absolute -bottom-1 left-0 w-full h-0.5 bg-turquoise transition-all"></span> </a> </nav> <a href="https://adig-v2.vercel.app/login" target="_blank" rel="noopener noreferrer" class="flex min-w-[84px] cursor-pointer items-center justify-center overflow-hidden rounded-full h-11 px-8 bg-primary hover:bg-blue-800 transition-all hover:shadow-lg hover:shadow-primary/30 text-white text-sm font-bold tracking-wide transform active:scale-95"> <span class="truncate">Plataforma</span> </a> </div> <button class="lg:hidden text-slate-900 dark:text-white p-2 rounded-lg hover:bg-slate-100 dark:hover:bg-slate-800"> <span class="material-symbols-outlined">menu</span> </button> </header> <main class="flex-grow flex flex-col"> <!-- Hero Section --> <section class="relative py-20 px-6 overflow-hidden bg-primary text-white"> <div class="absolute inset-0 z-0"> <div class="absolute inset-0 bg-gradient-to-br from-turquoise/20 via-primary to-primary/80"></div> </div> <div class="max-w-7xl mx-auto relative z-10"> <div class="max-w-3xl"> <span class="inline-block px-4 py-1.5 mb-6 bg-white/10 text-turquoise font-bold text-xs uppercase tracking-widest rounded-full backdrop-blur-sm border border-white/10">Estamos para servirte</span> <h1 class="text-5xl md:text-7xl font-black leading-[1.1] mb-8"> Contáctanos </h1> <p class="text-xl text-blue-100 leading-relaxed font-medium max-w-2xl"> Únete a nuestra misión o resuelve tus dudas. Estamos aquí para escucharte y trabajar juntos por el desarrollo integral de Guatemala. </p> </div> </div> </section> <!-- Contact Content --> <section class="max-w-7xl mx-auto px-6 pb-24 -mt-10 relative z-20"> <div class="grid lg:grid-cols-12 gap-8"> <!-- Left: Form Column --> <div class="lg:col-span-7"> <div class="bg-white dark:bg-slate-900 p-8 md:p-12 rounded-[2rem] shadow-xl border border-slate-100 dark:border-slate-800"> <div class="mb-10"> <h3 class="text-2xl font-bold mb-2 text-primary dark:text-white">Envíanos un mensaje </h3> <p class="text-slate-500 dark:text-slate-400">Completa los siguientes campos y nos pondremos en contacto a la brevedad.</p> </div> <form class="space-y-6" id="contact-form"> <input type="hidden" name="formName" value="Contacto"> <div class="grid md:grid-cols-2 gap-6"> <div class="space-y-2"> <label class="text-sm font-semibold ml-1 text-slate-700 dark:text-slate-300">Nombre Completo</label> <input class="w-full px-5 py-4 bg-slate-50 dark:bg-slate-800 border-none rounded-2xl focus:ring-2 focus:ring-turquoise text-slate-900 dark:text-white" placeholder="Ej. Juan Pérez" type="text" name="nombre" required /> </div> <div class="space-y-2"> <label class="text-sm font-semibold ml-1 text-slate-700 dark:text-slate-300">Correo Electrónico</label> <input class="w-full px-5 py-4 bg-slate-50 dark:bg-slate-800 border-none rounded-2xl focus:ring-2 focus:ring-turquoise text-slate-900 dark:text-white" placeholder="juan@ejemplo.com" type="email" name="email" required /> </div> </div> <div class="grid md:grid-cols-2 gap-6"> <div class="space-y-2"> <label class="text-sm font-semibold ml-1 text-slate-700 dark:text-slate-300">Teléfono</label> <input class="w-full px-5 py-4 bg-slate-50 dark:bg-slate-800 border-none rounded-2xl focus:ring-2 focus:ring-turquoise text-slate-900 dark:text-white" placeholder="+502 0000 0000" type="tel" name="telefono" /> </div> <div class="space-y-2"> <label class="text-sm font-semibold ml-1 text-slate-700 dark:text-slate-300">Asunto</label> <select class="w-full px-5 py-4 bg-slate-50 dark:bg-slate-800 border-none rounded-2xl focus:ring-2 focus:ring-turquoise text-slate-900 dark:text-white appearance-none" name="asunto"> <option>Información General</option> <option>Voluntariado</option> <option>Donaciones</option> <option>Prensa</option> </select> </div> </div> <div class="space-y-2"> <label class="text-sm font-semibold ml-1 text-slate-700 dark:text-slate-300">Mensaje</label> <textarea class="w-full px-5 py-4 bg-slate-50 dark:bg-slate-800 border-none rounded-2xl focus:ring-2 focus:ring-turquoise text-slate-900 dark:text-white" placeholder="¿En qué podemos ayudarte?" rows="5" name="mensaje" required></textarea> </div> <button class="w-full py-5 bg-primary hover:bg-blue-800 text-white font-bold rounded-2xl transition-all flex items-center justify-center gap-2 shadow-lg shadow-primary/30 transform active:scale-[0.98]" type="submit"> <span>Enviar Mensaje</span> <span class="material-symbols-outlined">send</span> </button> </form> </div> </div> <!-- Right: Contact Info & Map --> <div class="lg:col-span-5 space-y-8"> <!-- Contact Cards --> <div class="bg-white dark:bg-slate-900 p-10 rounded-[2rem] border border-slate-200 dark:border-slate-800 shadow-sm"> <h3 class="text-2xl font-bold mb-8 text-primary dark:text-white">Información de Contacto </h3> <div class="space-y-8"> <div class="flex gap-5"> <div class="size-12 rounded-2xl bg-turquoise/10 flex items-center justify-center text-turquoise shrink-0"> <span class="material-symbols-outlined">location_on</span> </div> <div> <p class="font-bold text-slate-900 dark:text-white mb-1">Ubicación</p> <p class="text-slate-600 dark:text-slate-400">6ta Avenida 12-34, Zona 1, Guatemala</p> </div> </div> <div class="flex gap-5"> <div class="size-12 rounded-2xl bg-turquoise/10 flex items-center justify-center text-turquoise shrink-0"> <span class="material-symbols-outlined">call</span> </div> <div> <p class="font-bold text-slate-900 dark:text-white mb-1">Teléfonos</p> <p class="text-slate-600 dark:text-slate-400">+502 2222-3333</p> </div> </div> <div class="flex gap-5"> <div class="size-12 rounded-2xl bg-turquoise/10 flex items-center justify-center text-turquoise shrink-0"> <span class="material-symbols-outlined">mail</span> </div> <div> <p class="font-bold text-slate-900 dark:text-white mb-1">Email</p> <p class="text-slate-600 dark:text-slate-400">info@adig-sn.org</p> </div> </div> <div class="flex gap-5"> <div class="size-12 rounded-2xl bg-turquoise/10 flex items-center justify-center text-turquoise shrink-0"> <span class="material-symbols-outlined">schedule</span> </div> <div> <p class="font-bold text-slate-900 dark:text-white mb-1">Horario de Atención</p> <p class="text-slate-600 dark:text-slate-400">Lunes a Viernes: 8:00 AM - 5:00 PM </p> </div> </div> </div> <div class="mt-12 pt-10 border-t border-slate-200 dark:border-slate-800"> <p class="font-bold mb-4 text-slate-900 dark:text-white">Síguenos en redes sociales</p> <div class="flex gap-4"> <a class="size-10 rounded-xl bg-primary text-white flex items-center justify-center hover:bg-turquoise transition-colors" href="#"> <svg class="size-5 fill-current" viewbox="0 0 24 24"> <path d="M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12c0 4.84 3.44 8.87 8 9.8V15H8v-3h2V9.5C10 7.57 11.57 6 13.5 6H16v3h-2c-.55 0-1 .45-1 1v2h3v3h-3v6.95c5.05-.5 9-4.76 9-9.95z"> </path> </svg> </a> <a class="size-10 rounded-xl bg-primary text-white flex items-center justify-center hover:bg-turquoise transition-colors" href="#"> <svg class="size-5 fill-current" viewbox="0 0 24 24"> <path d="M22.46 6c-.77.35-1.6.58-2.46.69.88-.53 1.56-1.37 1.88-2.38-.83.5-1.75.85-2.72 1.05C18.37 4.5 17.26 4 16 4c-2.35 0-4.27 1.92-4.27 4.29 0 .34.04.67.11.98C8.28 9.09 5.11 7.38 3 4.79c-.37.63-.58 1.37-.58 2.15 0 1.48.75 2.78 1.89 3.54-.7 0-1.36-.22-1.94-.53v.05c0 2.06 1.47 3.78 3.42 4.17-.36.1-.74.15-1.13.15-.28 0-.55-.03-.81-.08.54 1.69 2.11 2.93 3.97 2.96-1.46 1.14-3.3 1.82-5.3 1.82-.35 0-.68-.02-1.01-.06 1.89 1.2 4.13 1.9 6.54 1.9 7.85 0 12.14-6.5 12.14-12.14 0-.18 0-.37-.01-.55.84-.6 1.56-1.36 2.14-2.23z"> </path> </svg> </a> <a class="size-10 rounded-xl bg-primary text-white flex items-center justify-center hover:bg-turquoise transition-colors" href="#"> <svg class="size-5 fill-current" viewbox="0 0 24 24"> <path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 100 2.881 1.44 1.44 0 000-2.881z"> </path> </svg> </a> </div> </div> </div> <!-- Map Section --> <div class="rounded-[2rem] overflow-hidden h-80 relative shadow-xl border border-slate-100 dark:border-slate-800"> <div class="absolute inset-0 bg-slate-200 animate-pulse flex items-center justify-center bg-cover bg-center" data-alt="Simplified map view of Guatemala City" data-location="Guatemala City" style="background-image: url('https://lh3.googleusercontent.com/aida-public/AB6AXuDXW4BV2CrZ9FurF36x6cGP0GJxppM5QDIsDj7-lmWzTH8zi_hmJaexyU3B_Upmz40dE9a7_nZbQnW0RDFeJdXH69BynN_MCA2RWkcR87yF6ygxU0JgWjxs4OpIfzpTafqEleyq_Hkl-5zwNjMS_G3-nKUSsEVWyf7bjThIBJiEnyMlSd_AS1U5ivFiGAJwhvKIEF4IntCtTt5wyfD4mwcSV5k7q4WECRYlk7-ouEvdW66W9qIEDBEn13NH0y-AOK61MDx2Yr3sUEo');"> <div class="flex flex-col items-center"> <span class="material-symbols-outlined text-4xl text-primary mb-2">location_on</span> <p class="text-sm font-bold text-slate-500 uppercase tracking-widest">Ciudad de Guatemala</p> </div> </div> <div class="absolute bottom-4 left-4 right-4 bg-white/90 dark:bg-slate-900/90 backdrop-blur-sm p-4 rounded-2xl flex items-center justify-between"> <span class="text-sm font-medium text-slate-900 dark:text-white">Oficina Central ADIG-SN</span> <a class="text-primary text-sm font-bold flex items-center gap-1" href="https://maps.google.com/?q=6ta+Avenida+12-34,+Zona+1,+Guatemala" target="_blank">Ver en Maps <span class="material-symbols-outlined text-xs">open_in_new</span></a> </div> </div> </div> </div> </section> <!-- FAQ Section / Reassurance --> <section class="max-w-7xl mx-auto px-6 py-24 border-t border-slate-200 dark:border-slate-800"> <div class="text-center mb-16"> <h2 class="text-3xl font-black mb-4 text-slate-900 dark:text-white">¿Preguntas Frecuentes?</h2> <p class="text-slate-500 dark:text-slate-400">Resolvemos tus dudas rápidamente</p> </div> <div class="grid md:grid-cols-3 gap-8"> <div class="p-8 rounded-[2rem] bg-white dark:bg-slate-900 shadow-sm border border-slate-100 dark:border-slate-800"> <h4 class="font-bold text-lg mb-3 text-turquoise">¿Cómo puedo ser voluntario?</h4> <p class="text-sm text-slate-600 dark:text-slate-400 leading-relaxed">Simplemente llena el formulario indicando tu interés en el área de voluntariado y nuestro equipo te enviará los requisitos.</p> </div> <div class="p-8 rounded-[2rem] bg-white dark:bg-slate-900 shadow-sm border border-slate-100 dark:border-slate-800"> <h4 class="font-bold text-lg mb-3 text-turquoise">¿Mi donación es deducible?</h4> <p class="text-sm text-slate-600 dark:text-slate-400 leading-relaxed">Sí, ADIG-SN emite recibos de donación autorizados que son deducibles de impuestos en toda Guatemala.</p> </div> <div class="p-8 rounded-[2rem] bg-white dark:bg-slate-900 shadow-sm border border-slate-100 dark:border-slate-800"> <h4 class="font-bold text-lg mb-3 text-turquoise">¿En qué regiones trabajan?</h4> <p class="text-sm text-slate-600 dark:text-slate-400 leading-relaxed">Aunque nuestra base está en Ciudad de Guatemala, tenemos proyectos activos en diversas comunidades del interior del país.</p> </div> </div> </section> </main> <footer class="bg-slate-900 text-slate-300 py-16 px-6" id="footer"> <div class="max-w-7xl mx-auto"> <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-12 mb-16"> <div class="flex flex-col gap-6"> <a href="index.html" class="flex items-center"> <img src="logo_adig.png" alt="ADIG-SN Logo" class="h-16 w-auto object-contain brightness-0 invert" /> </a> <p class="text-sm leading-relaxed text-slate-400"> Asociación para el Desarrollo Integral de Guatemala - San Nicolás. Dedicados a mejorar la calidad de vida a través de educación, salud y desarrollo comunitario. </p> <div class="flex gap-4"> <a href="#" class="w-10 h-10 rounded-full bg-slate-800 flex items-center justify-center hover:bg-turquoise transition-colors group"> <svg class="w-5 h-5 fill-slate-400 group-hover:fill-white transition-colors" viewBox="0 0 24 24"> <path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z" /> </svg> </a> <a href="#" class="w-10 h-10 rounded-full bg-slate-800 flex items-center justify-center hover:bg-turquoise transition-colors group"> <svg class="w-5 h-5 fill-slate-400 group-hover:fill-white transition-colors" viewBox="0 0 24 24"> <path d="M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.84 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z" /> </svg> </a> <a href="#" class="w-10 h-10 rounded-full bg-slate-800 flex items-center justify-center hover:bg-turquoise transition-colors group"> <svg class="w-5 h-5 fill-slate-400 group-hover:fill-white transition-colors" viewBox="0 0 24 24"> <path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 100 2.881 1.44 1.44 0 000-2.881z" /> </svg> </a> </div> </div> <div> <h3 class="text-white font-bold text-lg mb-6">Nuestra Organización</h3> <ul class="flex flex-col gap-4 text-sm"> <li><a class="hover:text-turquoise transition-colors flex items-center gap-2 group" href="somos.html"><span class="w-1.5 h-1.5 rounded-full bg-slate-600 group-hover:bg-turquoise transition-colors"></span>Sobre Nosotros</a></li> <li><a class="hover:text-turquoise transition-colors flex items-center gap-2 group" href="esccuelas.html"><span class="w-1.5 h-1.5 rounded-full bg-slate-600 group-hover:bg-turquoise transition-colors"></span>Escuela de Enfermería</a></li> <li><a class="hover:text-turquoise transition-colors flex items-center gap-2 group" href="programas.html"><span class="w-1.5 h-1.5 rounded-full bg-slate-600 group-hover:bg-turquoise transition-colors"></span>Programas Sociales</a></li> <li><a class="hover:text-turquoise transition-colors flex items-center gap-2 group" href="actividades.html"><span class="w-1.5 h-1.5 rounded-full bg-slate-600 group-hover:bg-turquoise transition-colors"></span>Noticias</a> </li> <li><a class="hover:text-turquoise transition-colors flex items-center gap-2 group" href="donaciones.html"><span class="w-1.5 h-1.5 rounded-full bg-slate-600 group-hover:bg-turquoise transition-colors"></span>Donaciones</a> </li> </ul> </div> <div> <h3 class="text-white font-bold text-lg mb-6">Contacto</h3> <ul class="flex flex-col gap-4 text-sm"> <li class="flex items-start gap-4"> <span class="material-symbols-outlined text-turquoise text-xl mt-0.5">location_on</span> <span class="text-slate-400">6ta Avenida 12-34, Zona 1<br />Guatemala</span> </li> <li class="flex items-center gap-4"> <span class="material-symbols-outlined text-turquoise text-xl">call</span> <span class="text-slate-400 hover:text-white transition-colors cursor-pointer">+502 2222-3333</span> </li> <li class="flex items-center gap-4"> <span class="material-symbols-outlined text-turquoise text-xl">mail</span> <span class="text-slate-400 hover:text-white transition-colors cursor-pointer">info@adig-sn.org</span> </li> </ul> </div> <div> <h3 class="text-white font-bold text-lg mb-6">Boletín Informativo</h3> <p class="text-sm text-slate-400 mb-4">Suscríbete para recibir noticias sobre nuestros programas y cursos.</p> <form class="flex flex-col gap-3" id="newsletter-form"> <div class="relative"> <input class="rounded-lg h-12 px-4 bg-slate-800 border-none text-white text-sm placeholder:text-slate-500 focus:ring-2 focus:ring-turquoise w-full" placeholder="Tu correo electrónico" type="email" name="email" required /> </div> <button class="rounded-lg h-12 px-4 bg-primary hover:bg-blue-700 text-white font-bold text-sm transition-colors border border-slate-700 shadow-lg shadow-black/20" type="submit">Suscribirse</button> </form> </div> </div> <div class="border-t border-slate-800 pt-8 flex flex-col md:flex-row justify-between items-center gap-4 text-xs text-slate-500"> <p>© 2024 ADIG-SN. Todos los derechos reservados.</p> <div class="flex gap-8"> <a class="hover:text-turquoise transition-colors" href="#">Política de Privacidad</a> <a class="hover:text-turquoise transition-colors" href="#">Términos de Uso</a> </div> </div> </div> </footer> </div> <script src="files/form-handler.js"></script> </body> </html>
| ver. 1.1 | |
.
| PHP 8.4.20 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0.2 |
proxy
|
phpinfo
|
ÐаÑтройка