It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://azzamummah.or.id

  1. <!DOCTYPE html>
  2. <html lang="id">
  3. <head>
  4.    <meta charset="UTF-8">
  5.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.    <title>Azzam Ummah</title>
  7.    <meta name="description" content="Azzam Ummah melayani masyarakat melalui program pendidikan, sosial, dan kemanusiaan.">
  8.    <meta name="keywords" content="Azzam Ummah, organisasi, yayasan, dakwah, pendidikan, sosial, kemanusiaan, azzamummah.or.id">
  9.    <meta property="og:title" content="Azzam Ummah">
  10.    <meta property="og:description" content="Azzam Ummah melayani masyarakat melalui program pendidikan, sosial, dan kemanusiaan.">
  11.    <meta property="og:url" content="http://azzamummah.or.id/">
  12.    <meta property="og:image" content="http://azzamummah.or.id/assets/ogimage.jpg">
  13.    <meta property="og:type" content="website">
  14.    <meta property="og:site_name" content="azzamummah.or.id">
  15.    <meta name="twitter:card" content="summary_large_image">
  16.    <meta name="twitter:title" content="Azzam Ummah">
  17.    <meta name="twitter:description" content="Azzam Ummah melayani masyarakat melalui program pendidikan, sosial, dan kemanusiaan.">
  18.    <meta name="twitter:image" content="http://azzamummah.or.id/assets/ogimage.jpg">
  19.    <link rel="canonical" href="https://azzamummah.or.id/">
  20.    <link rel="icon" href="https://azzamummah.or.id/assets/organisasi.png">
  21.    <!-- Tailwind CSS CDN -->
  22.    <script src="https://cdn.tailwindcss.com" type="fb83fb0781efe64b2f4c55ce-text/javascript"></script>
  23. </head>
  24. <body>
  25.  
  26. <!-- Navigation (emerald theme, different layout) -->
  27. <nav id="navbar" class="fixed top-0 left-0 right-0 z-50 bg-white/90 backdrop-blur border-b border-gray-100">
  28.    <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
  29.        <div class="h-16 flex items-center justify-between">
  30.            <a href="#beranda" class="flex items-center space-x-3">
  31.                <img src="assets/organisasi.png" alt="Logo" class="h-9">
  32.                <span class="text-lg font-extrabold tracking-tight text-emerald-700">
  33.                    Azzam Ummah                </span>
  34.            </a>
  35.            <div class="hidden md:flex items-center space-x-8">
  36.                <a href="#beranda" class="text-gray-700 hover:text-emerald-600">Beranda</a>
  37.                <a href="#tentang" class="text-gray-700 hover:text-emerald-600">Tentang</a>
  38.                <a href="#fasilitas" class="text-gray-700 hover:text-emerald-600">Program</a>
  39.                <a href="#guru" class="text-gray-700 hover:text-emerald-600">Pengurus</a>
  40.                <a href="#kontak" class="text-gray-700 hover:text-emerald-600">Kontak</a>
  41.            </div>
  42.            <button id="mobile-menu-btn" class="md:hidden text-gray-700 hover:text-emerald-600">
  43.                <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"/></svg>
  44.            </button>
  45.        </div>
  46.        <div id="mobile-menu" class="md:hidden hidden pb-4">
  47.            <div class="flex flex-col space-y-3">
  48.                <a href="#beranda" class="text-gray-700 hover:text-emerald-600">Beranda</a>
  49.                <a href="#tentang" class="text-gray-700 hover:text-emerald-600">Tentang</a>
  50.                <a href="#fasilitas" class="text-gray-700 hover:text-emerald-600">Program</a>
  51.                <a href="#guru" class="text-gray-700 hover:text-emerald-600">Pengurus</a>
  52.                <a href="#kontak" class="text-gray-700 hover:text-emerald-600">Kontak</a>
  53.            </div>
  54.        </div>
  55.    </div>
  56.    </nav>
  57.  
  58. <!-- Hero: split layout with image and text -->
  59. <section id="beranda" class="pt-24 bg-gradient-to-br from-emerald-50 via-teal-50 to-cyan-50">
  60.    <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
  61.        <div class="grid md:grid-cols-2 gap-12 items-center">
  62.            <div>
  63.                <h1 class="text-4xl md:text-6xl font-extrabold leading-tight text-gray-900">
  64.                    Azzam Ummah                </h1>
  65.                <p class="mt-6 text-lg md:text-xl text-gray-700">
  66.                    Azzam Ummah melayani masyarakat melalui program pendidikan, sosial, dan kemanusiaan.                </p>
  67.                <div class="mt-10 flex flex-col sm:flex-row gap-4">
  68.                    <a href="#tentang" class="inline-flex items-center justify-center px-8 py-4 rounded-xl bg-emerald-600 text-white font-semibold shadow hover:bg-emerald-700 transition">
  69.                        Pelajari Lebih Lanjut
  70.                        <svg class="ml-2 w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 7l5 5-5 5M6 12h12"/></svg>
  71.                    </a>
  72.                    <a href="#kontak" class="inline-flex items-center justify-center px-8 py-4 rounded-xl border-2 border-emerald-600 text-emerald-700 font-semibold hover:bg-emerald-50 transition">
  73.                        Hubungi Kami
  74.                    </a>
  75.                </div>
  76.            </div>
  77.            <div class="relative pb-8 md:pb-0">
  78.                <img src="assets/hero.jpg" alt="Hero Image" class="w-full h-auto rounded-2xl shadow-lg mb-8">
  79.                <div class="absolute inset-0 bg-gradient-to-t from-emerald-50 via-transparent to-transparent rounded-2xl mb-8"></div>
  80.            </div>
  81.        </div>
  82.    </div>
  83. </section>
  84.  
  85. <!-- About Section: alternating cards -->
  86. <section id="tentang" class="py-20 bg-white">
  87.    <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
  88.        <div class="text-center mb-14">
  89.            <h2 class="text-4xl font-bold text-gray-900">Tentang Organisasi</h2>
  90.            <p class="mt-4 text-lg text-gray-600 max-w-3xl mx-auto">
  91.                Azzam Ummah berkomitmen melayani masyarakat melalui program pendidikan, sosial, dakwah, dan kemanusiaan.            </p>
  92.        </div>
  93.        <div class="grid md:grid-cols-3 gap-6">
  94.            <div class="p-6 rounded-2xl border border-emerald-100 hover:shadow-lg transition">
  95.                <div class="w-12 h-12 rounded-xl bg-emerald-100 text-emerald-700 flex items-center justify-center mb-4">
  96.                    <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"/></svg>
  97.                </div>
  98.                <h3 class="font-semibold text-lg mb-1">Pendidikan Berkualitas</h3>
  99.                <p class="text-gray-600">Kurikulum modern yang relevan dengan kebutuhan zaman.</p>
  100.            </div>
  101.            <div class="p-6 rounded-2xl border border-emerald-100 hover:shadow-lg transition">
  102.                <div class="w-12 h-12 rounded-xl bg-teal-100 text-teal-700 flex items-center justify-center mb-4">
  103.                    <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z"/></svg>
  104.                </div>
  105.                <h3 class="font-semibold text-lg mb-1">Pembentukan Karakter</h3>
  106.                <p class="text-gray-600">Menanamkan nilai moral, etika, dan kepedulian sosial.</p>
  107.            </div>
  108.            <div class="p-6 rounded-2xl border border-emerald-100 hover:shadow-lg transition">
  109.                <div class="w-12 h-12 rounded-xl bg-cyan-100 text-cyan-700 flex items-center justify-center mb-4">
  110.                    <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z"/></svg>
  111.                </div>
  112.                <h3 class="font-semibold text-lg mb-1">Inovasi Pembelajaran</h3>
  113.                <p class="text-gray-600">Metode kreatif dan penggunaan teknologi terkini.</p>
  114.            </div>
  115.        </div>
  116.    </div>
  117. </section>
  118.  
  119. <!-- Facilities: masonry-like cards -->
  120. <section id="fasilitas" class="py-20 bg-gray-50">
  121.    <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
  122.        <div class="text-center mb-14">
  123.            <h2 class="text-4xl font-bold text-gray-900">Program Unggulan</h2>
  124.            <p class="mt-4 text-lg text-gray-600">Dukungan sarana terbaik untuk proses belajar optimal.</p>
  125.        </div>
  126.        <div class="grid sm:grid-cols-2 lg:grid-cols-3 gap-6">
  127.                            <div class="group relative bg-white rounded-2xl p-6 shadow-sm hover:shadow-xl transition overflow-hidden">
  128.                    <div class="absolute -right-10 -top-10 w-32 h-32 rounded-full opacity-10 bg-emerald-500"></div>
  129.                    <div class="w-12 h-12 rounded-xl flex items-center justify-center mb-4 text-white bg-emerald-500">
  130.                                                    <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.75 17L9 20l-1 1h8l-1-1-.75-3M3 13h18M5 17h14a2 2 0 002-2V5a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"/></svg>
  131.                                            </div>
  132.                    <h3 class="text-lg font-semibold text-gray-900 mb-2">Program Pendidikan Qur&#039;an</h3>
  133.                    <p class="text-gray-600">Kelas tahsin, tahfiz, dan tadabbur untuk berbagai jenjang usia.</p>
  134.                </div>
  135.                            <div class="group relative bg-white rounded-2xl p-6 shadow-sm hover:shadow-xl transition overflow-hidden">
  136.                    <div class="absolute -right-10 -top-10 w-32 h-32 rounded-full opacity-10 bg-teal-500"></div>
  137.                    <div class="w-12 h-12 rounded-xl flex items-center justify-center mb-4 text-white bg-teal-500">
  138.                                                    <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.746 0 3.332.477 4.5 1.253v13C19.832 18.477 18.246 18 16.5 18c-1.746 0-3.332.477-4.5 1.253"/></svg>
  139.                                            </div>
  140.                    <h3 class="text-lg font-semibold text-gray-900 mb-2">Layanan Sosial &amp; Kemanusiaan</h3>
  141.                    <p class="text-gray-600">Bakti sosial, santunan, dan program pemberdayaan masyarakat.</p>
  142.                </div>
  143.                            <div class="group relative bg-white rounded-2xl p-6 shadow-sm hover:shadow-xl transition overflow-hidden">
  144.                    <div class="absolute -right-10 -top-10 w-32 h-32 rounded-full opacity-10 bg-cyan-500"></div>
  145.                    <div class="w-12 h-12 rounded-xl flex items-center justify-center mb-4 text-white bg-cyan-500">
  146.                                                    <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z"/></svg>
  147.                                            </div>
  148.                    <h3 class="text-lg font-semibold text-gray-900 mb-2">Pembinaan Dakwah &amp; Kepemimpinan</h3>
  149.                    <p class="text-gray-600">Pelatihan dai, mentoring keislaman, dan pengembangan kepemimpinan.</p>
  150.                </div>
  151.                    </div>
  152.    </div>
  153. </section>
  154.  
  155. <!-- Teachers: avatar cards -->
  156. <section id="guru" class="py-20 bg-white">
  157.    <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
  158.        <div class="text-center mb-14">
  159.            <h2 class="text-4xl font-bold text-gray-900">Pengurus & Relawan</h2>
  160.            <p class="mt-4 text-lg text-gray-600">Guru profesional dan berdedikasi.</p>
  161.        </div>
  162.        <div class="grid sm:grid-cols-2 lg:grid-cols-4 gap-6">
  163.                            <div class="rounded-2xl border border-gray-100 hover:shadow-lg transition overflow-hidden">
  164.                    <div class="p-6 flex flex-col items-center">
  165.                        <div class="w-28 h-28 rounded-full overflow-hidden ring-4 ring-emerald-100">
  166.                            <img src="assets/guru1.jpg" alt="Ustazah Nilam Anggarini" class="w-full h-full object-cover">
  167.                        </div>
  168.                        <h3 class="mt-4 text-lg font-semibold text-gray-900 text-center">Ustazah Nilam Anggarini</h3>
  169.                        <p class="text-emerald-700 font-medium text-sm text-center">Koordinator Pendidikan</p>
  170.                    </div>
  171.                </div>
  172.                            <div class="rounded-2xl border border-gray-100 hover:shadow-lg transition overflow-hidden">
  173.                    <div class="p-6 flex flex-col items-center">
  174.                        <div class="w-28 h-28 rounded-full overflow-hidden ring-4 ring-emerald-100">
  175.                            <img src="assets/guru2.jpg" alt="Ustazah Sari Maimunah" class="w-full h-full object-cover">
  176.                        </div>
  177.                        <h3 class="mt-4 text-lg font-semibold text-gray-900 text-center">Ustazah Sari Maimunah</h3>
  178.                        <p class="text-emerald-700 font-medium text-sm text-center">Pembina Tilawah</p>
  179.                    </div>
  180.                </div>
  181.                            <div class="rounded-2xl border border-gray-100 hover:shadow-lg transition overflow-hidden">
  182.                    <div class="p-6 flex flex-col items-center">
  183.                        <div class="w-28 h-28 rounded-full overflow-hidden ring-4 ring-emerald-100">
  184.                            <img src="assets/guru3.jpg" alt="Ustaz Joko Susilo" class="w-full h-full object-cover">
  185.                        </div>
  186.                        <h3 class="mt-4 text-lg font-semibold text-gray-900 text-center">Ustaz Joko Susilo</h3>
  187.                        <p class="text-emerald-700 font-medium text-sm text-center">Koordinator Program</p>
  188.                    </div>
  189.                </div>
  190.                            <div class="rounded-2xl border border-gray-100 hover:shadow-lg transition overflow-hidden">
  191.                    <div class="p-6 flex flex-col items-center">
  192.                        <div class="w-28 h-28 rounded-full overflow-hidden ring-4 ring-emerald-100">
  193.                            <img src="assets/guru4.jpg" alt="Ustazah Rina Maisari" class="w-full h-full object-cover">
  194.                        </div>
  195.                        <h3 class="mt-4 text-lg font-semibold text-gray-900 text-center">Ustazah Rina Maisari</h3>
  196.                        <p class="text-emerald-700 font-medium text-sm text-center">Sekretaris &amp; Humas</p>
  197.                    </div>
  198.                </div>
  199.                    </div>
  200.    </div>
  201. </section>
  202.  
  203. <!-- Contact: map + hours + form, no duplicate info -->
  204. <section id="kontak" class="py-20 bg-gradient-to-br from-emerald-600 to-teal-600 text-white">
  205.    <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
  206.        <div class="text-center mb-14">
  207.            <h2 class="text-4xl font-bold">Hubungi Kami</h2>
  208.            <p class="mt-3 text-emerald-100">Kami siap membantu kebutuhan informasi Anda.</p>
  209.        </div>
  210.        <div class="grid lg:grid-cols-2 gap-10 items-start">
  211.            <div class="space-y-8">
  212.                                <div class="bg-white/10 backdrop-blur rounded-2xl p-6">
  213.                    <h3 class="text-2xl font-semibold mb-3">Lokasi</h3>
  214.                    <div class="rounded-xl overflow-hidden shadow" style="position:relative;padding-bottom:56.25%;height:0;">
  215.                        <iframe src="https://www.google.com/maps?q=Jl.+Pendidikan+No.+02&output=embed" style="position:absolute;top:0;left:0;width:100%;height:100%;border:0;" loading="lazy" allowfullscreen referrerpolicy="no-referrer-when-downgrade"></iframe>
  216.                    </div>
  217.                    <p class="text-sm text-emerald-50 mt-3">Alamat: Jl. Pendidikan No. 02</p>
  218.                </div>
  219.                <div class="bg-white/10 backdrop-blur rounded-2xl p-6">
  220.                    <h3 class="text-2xl font-semibold mb-4">Jam Operasional</h3>
  221.                    <ul class="space-y-2 text-emerald-50">
  222.                        <li class="flex justify-between"><span>Senin – Jumat</span><span class="font-semibold text-white">07.00 – 15.00</span></li>
  223.                        <li class="flex justify-between"><span>Sabtu</span><span class="font-semibold text-white">07.00 – 12.00</span></li>
  224.                        <li class="flex justify-between"><span>Minggu</span><span class="font-semibold text-white">Tutup</span></li>
  225.                    </ul>
  226.                </div>
  227.            </div>
  228.            <div class="bg-white/10 backdrop-blur rounded-2xl p-8">
  229.                <h3 class="text-2xl font-bold mb-6 text-center">Kirim Pesan</h3>
  230.                <form class="space-y-6">
  231.                    <div class="grid md:grid-cols-2 gap-4">
  232.                        <input type="text" placeholder="Nama Lengkap" class="w-full px-5 py-3 rounded-xl bg-white/20 border border-white/30 text-white placeholder-white/70 focus:outline-none focus:ring-2 focus:ring-white/50">
  233.                        <input type="email" placeholder="Email" class="w-full px-5 py-3 rounded-xl bg-white/20 border border-white/30 text-white placeholder-white/70 focus:outline-none focus:ring-2 focus:ring-white/50">
  234.                    </div>
  235.                    <input type="text" placeholder="Subjek" class="w-full px-5 py-3 rounded-xl bg-white/20 border border-white/30 text-white placeholder-white/70 focus:outline-none focus:ring-2 focus:ring-white/50">
  236.                    <textarea rows="4" placeholder="Pesan Anda" class="w-full px-5 py-3 rounded-xl bg-white/20 border border-white/30 text-white placeholder-white/70 focus:outline-none focus:ring-2 focus:ring-white/50 resize-none"></textarea>
  237.                    <button type="submit" class="w-full bg-white text-emerald-700 font-semibold px-6 py-3 rounded-xl hover:bg-gray-100 transition">Kirim Pesan</button>
  238.                </form>
  239.            </div>
  240.        </div>
  241.    </div>
  242. </section>
  243.  
  244. <script type="fb83fb0781efe64b2f4c55ce-text/javascript">
  245. document.addEventListener('DOMContentLoaded', function() {
  246.    // Mobile menu toggle
  247.    const mobileBtn = document.getElementById('mobile-menu-btn');
  248.    const mobileMenu = document.getElementById('mobile-menu');
  249.    if (mobileBtn && mobileMenu) {
  250.        mobileBtn.addEventListener('click', () => mobileMenu.classList.toggle('hidden'));
  251.    }
  252.    // Smooth scroll
  253.    document.querySelectorAll('a[href^="#"]').forEach(a => {
  254.        a.addEventListener('click', e => {
  255.            const href = a.getAttribute('href');
  256.            if (href && href.startsWith('#')) {
  257.                e.preventDefault();
  258.                const target = document.querySelector(href);
  259.                if (target) target.scrollIntoView({ behavior: 'smooth', block: 'start' });
  260.                if (mobileMenu && !mobileMenu.classList.contains('hidden')) mobileMenu.classList.add('hidden');
  261.            }
  262.        });
  263.    });
  264.    // Navbar shadow on scroll
  265.    const navbar = document.getElementById('navbar');
  266.    window.addEventListener('scroll', () => {
  267.        if (window.scrollY > 10) navbar.classList.add('shadow'); else navbar.classList.remove('shadow');
  268.    });
  269. });
  270. </script>
  271.  
  272. <!-- Footer -->
  273. <footer id="footer" class="bg-gray-900 text-white relative overflow-hidden">
  274.  
  275.    <div class="relative z-10">
  276.        <!-- Main Footer Content -->
  277.        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16">
  278.            <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
  279.                <!-- Organization Info -->
  280.                <div class="md:col-span-2">
  281.                    <div class="flex items-center space-x-3 mb-6">
  282.                        <img src="assets/organisasi.png" alt="Logo" class="h-10">
  283.                        <h3 class="text-2xl font-bold text-blue-400">
  284.                            Azzam Ummah                        </h3>
  285.                    </div>
  286.                    <p class="text-gray-300 mb-6 leading-relaxed">
  287.                        Azzam Ummah melayani masyarakat melalui program pendidikan, sosial, dan kemanusiaan.                    </p>
  288.                    <div class="flex space-x-4">
  289.                        <a href="#" class="bg-blue-600 hover:bg-blue-700 p-3 rounded-full transition duration-300 transform hover:scale-110">
  290.                            <svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24">
  291.                                <path d="M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z" />
  292.                            </svg>
  293.                        </a>
  294.                        <a href="#" class="bg-blue-600 hover:bg-blue-700 p-3 rounded-full transition duration-300 transform hover:scale-110">
  295.                            <svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24">
  296.                                <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.49.75 2.81 1.91 3.56-.71 0-1.37-.2-1.95-.5v.03c0 2.08 1.48 3.82 3.44 4.21a4.22 4.22 0 0 1-1.93.07 4.28 4.28 0 0 0 4 2.98 8.521 8.521 0 0 1-5.33 1.84c-.34 0-.68-.02-1.02-.06C3.44 20.29 5.7 21 8.12 21 16 21 20.33 14.46 20.33 8.79c0-.19 0-.37-.01-.56.84-.6 1.56-1.36 2.14-2.23z" />
  297.                            </svg>
  298.                        </a>
  299.                        <a href="#" class="bg-blue-600 hover:bg-blue-700 p-3 rounded-full transition duration-300 transform hover:scale-110">
  300.                            <svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24">
  301.                                <path d="M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.174-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.402.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.357-.629-2.748-1.378 0 0-.599 2.282-.744 2.840-.282 1.086-1.03 2.486-1.541 3.318C9.494 23.815 10.717 24.001 12.017 24.001c6.624 0 11.99-5.367 11.99-11.988C24.007 5.367 18.641.001 12.017.001z" />
  302.                            </svg>
  303.                        </a>
  304.                        <a href="#" class="bg-blue-600 hover:bg-blue-700 p-3 rounded-full transition duration-300 transform hover:scale-110">
  305.                            <svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24">
  306.                                <path d="M12.036 6.24c-3.25 0-5.88 2.64-5.88 5.88s2.63 5.88 5.88 5.88c3.25 0 5.88-2.64 5.88-5.88s-2.63-5.88-5.88-5.88zm0 9.71c-2.12 0-3.83-1.71-3.83-3.83s1.71-3.83 3.83-3.83 3.83 1.71 3.83 3.83-1.71 3.83-3.83 3.83zm7.51-9.95c0 .76-.62 1.38-1.38 1.38s-1.38-.62-1.38-1.38.62-1.38 1.38-1.38 1.38.62 1.38 1.38zm3.91 1.4c-.09-1.85-.52-3.49-1.91-4.87-1.38-1.38-3.02-1.82-4.87-1.91-1.92-.11-7.68-.11-9.6 0-1.85.09-3.49.52-4.87 1.91-1.38 1.38-1.82 3.02-1.91 4.87-.11 1.92-.11 7.68 0 9.6.09 1.85.52 3.49 1.91 4.87 1.38 1.38 3.02 1.82 4.87 1.91 1.92.11 7.68.11 9.6 0 1.85-.09 3.49-.52 4.87-1.91 1.38-1.38 1.82-3.02 1.91-4.87.11-1.92.11-7.68 0-9.6zm-2.46 11.64c-.41 1.03-1.21 1.83-2.24 2.24-1.55.61-5.23.47-6.94.47s-5.39.14-6.94-.47c-1.03-.41-1.83-1.21-2.24-2.24-.61-1.55-.47-5.23-.47-6.94s-.14-5.39.47-6.94c.41-1.03 1.21-1.83 2.24-2.24 1.55-.61 5.23-.47 6.94-.47s5.39-.14 6.94.47c1.03.41 1.83 1.21 2.24 2.24.61 1.55.47 5.23.47 6.94s.14 5.39-.47 6.94z" />
  307.                            </svg>
  308.                        </a>
  309.                    </div>
  310.                </div>
  311.  
  312.                <!-- Quick Links -->
  313.                <div>
  314.                    <h4 class="text-lg font-semibold mb-6 text-blue-400">Tautan Cepat</h4>
  315.                    <ul class="space-y-3">
  316.                        <li><a href="#beranda" class="text-gray-300 hover:text-white transition duration-300 flex items-center group">
  317.                                <svg class="w-4 h-4 mr-2 group-hover:translate-x-1 transition-transform duration-300" fill="none" stroke="currentColor" viewBox="0 0 24 24">
  318.                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
  319.                                </svg>
  320.                                Beranda
  321.                            </a></li>
  322.                        <li><a href="#tentang" class="text-gray-300 hover:text-white transition duration-300 flex items-center group">
  323.                                <svg class="w-4 h-4 mr-2 group-hover:translate-x-1 transition-transform duration-300" fill="none" stroke="currentColor" viewBox="0 0 24 24">
  324.                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
  325.                                </svg>
  326.                                Tentang Kami
  327.                            </a></li>
  328.                        <li><a href="#fasilitas" class="text-gray-300 hover:text-white transition duration-300 flex items-center group">
  329.                                <svg class="w-4 h-4 mr-2 group-hover:translate-x-1 transition-transform duration-300" fill="none" stroke="currentColor" viewBox="0 0 24 24">
  330.                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
  331.                                </svg>
  332.                                Fasilitas
  333.                            </a></li>
  334.                        <li><a href="#guru" class="text-gray-300 hover:text-white transition duration-300 flex items-center group">
  335.                                <svg class="w-4 h-4 mr-2 group-hover:translate-x-1 transition-transform duration-300" fill="none" stroke="currentColor" viewBox="0 0 24 24">
  336.                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
  337.                                </svg>
  338.                                Tim Guru
  339.                            </a></li>
  340.                        <li><a href="#kontak" class="text-gray-300 hover:text-white transition duration-300 flex items-center group">
  341.                                <svg class="w-4 h-4 mr-2 group-hover:translate-x-1 transition-transform duration-300" fill="none" stroke="currentColor" viewBox="0 0 24 24">
  342.                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
  343.                                </svg>
  344.                                Kontak
  345.                            </a></li>
  346.                    </ul>
  347.                </div>
  348.  
  349.                <!-- Contact Info -->
  350.                <div>
  351.                    <h4 class="text-lg font-semibold mb-6 text-blue-400">Informasi Kontak</h4>
  352.                    <div class="space-y-4">
  353.                        <div class="flex items-start space-x-3">
  354.                            <svg class="w-5 h-5 text-blue-400 mt-0.5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
  355.                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z"></path>
  356.                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 11a3 3 0 11-6 0 3 3 0 016 0z"></path>
  357.                            </svg>
  358.                            <p class="text-gray-300 text-sm">
  359.                                Jl. Pendidikan No. 02, Kampung Rambutan                            </p>
  360.                        </div>
  361.                        <div class="flex items-center space-x-3">
  362.                            <svg class="w-5 h-5 text-blue-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
  363.                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"></path>
  364.                            </svg>
  365.                            <p class="text-gray-300 text-sm">
  366.                                021-2072-5987                            </p>
  367.                        </div>
  368.                        <div class="flex items-center space-x-3">
  369.                            <svg class="w-5 h-5 text-blue-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
  370.                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 8l7.89 4.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"></path>
  371.                            </svg>
  372.                            <p class="text-gray-300 text-sm">
  373.                                <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="dab3b4bcb59abba0a0bbb7afb7b7bbb2f4b5a8f4b3be">[email&#160;protected]</a>                            </p>
  374.                        </div>
  375.                    </div>
  376.                </div>
  377.            </div>
  378.        </div>
  379.  
  380.        <!-- Bottom Footer -->
  381.        <div class="border-t border-gray-800">
  382.            <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-6">
  383.                <div class="flex flex-col md:flex-row items-center justify-between">
  384.                    <div class="text-gray-400 text-sm mb-4 md:mb-0">
  385.                        &copy; 2025 Azzam Ummah. Seluruh hak cipta dilindungi.
  386.                    </div>
  387.                    <div class="flex items-center space-x-6 text-sm text-gray-400">
  388.                        <a href="#" class="hover:text-white transition duration-300">Kebijakan Privasi</a>
  389.                        <span>•</span>
  390.                        <a href="#" class="hover:text-white transition duration-300">Syarat & Ketentuan</a>
  391.                        <span>•</span>
  392.                        <a href="#" class="hover:text-white transition duration-300">Sitemap</a>
  393.                    </div>
  394.                </div>
  395.            </div>
  396.        </div>
  397.    </div>
  398.  
  399.    <!-- Back to Top Button -->
  400.    <button id="backToTop" class="fixed bottom-8 right-8 bg-blue-600 hover:bg-blue-700 text-white p-3 rounded-full shadow-lg transform translate-y-16 transition-all duration-300 z-50">
  401.        <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
  402.            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 10l7-7m0 0l7 7m-7-7v18"></path>
  403.        </svg>
  404.    </button>
  405. </footer>
  406.  
  407.  
  408. <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="fb83fb0781efe64b2f4c55ce-text/javascript">
  409.    // Back to top button functionality
  410.    const backToTopButton = document.getElementById('backToTop');
  411.  
  412.    window.addEventListener('scroll', function() {
  413.        if (window.scrollY > 300) {
  414.            backToTopButton.style.transform = 'translateY(0)';
  415.        } else {
  416.            backToTopButton.style.transform = 'translateY(4rem)';
  417.        }
  418.    });
  419.  
  420.    backToTopButton.addEventListener('click', function() {
  421.        window.scrollTo({
  422.            top: 0,
  423.            behavior: 'smooth'
  424.        });
  425.    });
  426.  
  427.    // Add loading animation
  428.    window.addEventListener('load', function() {
  429.        document.body.classList.add('loaded');
  430.    });
  431. </script>
  432.  
  433. <script src="/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" data-cf-settings="fb83fb0781efe64b2f4c55ce-|49" defer></script></body>
  434.  
  435. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda