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://tanjunginspirasi.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>Tanjung Inspirasi</title>
  7.    <meta name="description" content="Tanjung Inspirasi melayani masyarakat melalui program pendidikan, sosial, dan kemanusiaan.">
  8.    <meta name="keywords" content="Tanjung Inspirasi, organisasi, yayasan, dakwah, pendidikan, sosial, kemanusiaan, tanjunginspirasi.or.id">
  9.    <meta property="og:title" content="Tanjung Inspirasi">
  10.    <meta property="og:description" content="Tanjung Inspirasi melayani masyarakat melalui program pendidikan, sosial, dan kemanusiaan.">
  11.    <meta property="og:url" content="http://tanjunginspirasi.or.id/">
  12.    <meta property="og:image" content="http://tanjunginspirasi.or.id/assets/ogimage.jpg">
  13.    <meta property="og:type" content="website">
  14.    <meta property="og:site_name" content="tanjunginspirasi.or.id">
  15.    <meta name="twitter:card" content="summary_large_image">
  16.    <meta name="twitter:title" content="Tanjung Inspirasi">
  17.    <meta name="twitter:description" content="Tanjung Inspirasi melayani masyarakat melalui program pendidikan, sosial, dan kemanusiaan.">
  18.    <meta name="twitter:image" content="http://tanjunginspirasi.or.id/assets/ogimage.jpg">
  19.    <link rel="canonical" href="https://tanjunginspirasi.or.id/">
  20.    <link rel="icon" href="https://tanjunginspirasi.or.id/assets/organisasi.png">
  21.    <!-- Tailwind CSS CDN -->
  22.    <script src="https://cdn.tailwindcss.com" type="9be59e9c10060bead1d2e2bf-text/javascript"></script>
  23. </head>
  24. <body>
  25.  
  26. <!-- Navbar: compact with CTA -->
  27. <nav id="navbar" class="fixed top-0 left-0 right-0 z-50 bg-white/80 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-8">
  32.            <span class="text-purple-700 font-extrabold tracking-tight">
  33.                    Tanjung Inspirasi                </span>
  34.            </a>
  35.            <div class="hidden md:flex items-center space-x-8">
  36.            <a href="#beranda" class="text-gray-700 hover:text-purple-600">Beranda</a>
  37.            <a href="#tentang" class="text-gray-700 hover:text-purple-600">Tentang</a>
  38.            <a href="#fasilitas" class="text-gray-700 hover:text-purple-600">Program</a>
  39.            <a href="#guru" class="text-gray-700 hover:text-purple-600">Pengurus</a>
  40.            <a href="#kontak" class="text-gray-700 hover:text-purple-600">Kontak</a>
  41.            <a href="#kontak" class="px-4 py-2 rounded-lg bg-purple-600 text-white font-semibold hover:bg-purple-700">Daftar</a>
  42.            </div>
  43.            <button id="mobile-menu-btn" class="md:hidden text-gray-700 hover:text-purple-600">
  44.                <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>
  45.            </button>
  46.        </div>
  47.        <div id="mobile-menu" class="md:hidden hidden pb-3">
  48.            <div class="flex flex-col space-y-3">
  49.            <a href="#beranda" class="text-gray-700 hover:text-purple-600">Beranda</a>
  50.            <a href="#tentang" class="text-gray-700 hover:text-purple-600">Tentang</a>
  51.            <a href="#fasilitas" class="text-gray-700 hover:text-purple-600">Program</a>
  52.            <a href="#guru" class="text-gray-700 hover:text-purple-600">Pengurus</a>
  53.            <a href="#kontak" class="text-gray-700 hover:text-purple-600">Kontak</a>
  54.            <a href="#kontak" class="px-4 py-2 rounded-lg bg-purple-600 text-white font-semibold w-max">Daftar</a>
  55.            </div>
  56.        </div>
  57.    </div>
  58. </nav>
  59.  
  60. <!-- Hero: centered with stats ribbon -->
  61. <section id="beranda" class="pt-24 bg-gradient-to-br from-purple-50 via-pink-50 to-indigo-50">
  62.        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
  63.            <div class="grid md:grid-cols-12 gap-10 items-center py-14">
  64.                <div class="md:col-span-7 text-center md:text-left">
  65.                    <h1 class="text-4xl md:text-6xl font-extrabold tracking-tight text-gray-900">
  66.                        Tanjung Inspirasi                    </h1>
  67.                    <p class="mt-6 text-lg md:text-xl text-gray-700 max-w-2xl mx-auto md:mx-0">
  68.                        Tanjung Inspirasi melayani masyarakat melalui program pendidikan, sosial, dan kemanusiaan.                    </p>
  69.                    <div class="mt-8 flex flex-col sm:flex-row gap-4 justify-center md:justify-start">
  70.                        <a href="#tentang" class="px-8 py-4 rounded-xl bg-purple-600 text-white font-semibold shadow hover:bg-purple-700">Pelajari Lebih Lanjut</a>
  71.                        <a href="#kontak" class="px-8 py-4 rounded-xl border-2 border-purple-600 text-purple-700 font-semibold hover:bg-purple-50">Hubungi Kami</a>
  72.                    </div>
  73.                </div>
  74.                <div class="md:col-span-5">
  75.                    <div class="relative">
  76.                                                <img src="assets/hero.jpg" alt="Hero" class="w-full h-auto rounded-3xl shadow-lg">
  77.                        <div class="absolute -top-6 -left-6 w-24 h-24 bg-purple-400/20 rounded-2xl blur-xl"></div>
  78.                        <div class="absolute -bottom-6 -right-6 w-28 h-28 bg-pink-400/20 rounded-full blur-xl"></div>
  79.                    </div>
  80.                </div>
  81.            </div>
  82.        </div>
  83.        <div class="bg-white">
  84.        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
  85.            <div class="grid grid-cols-2 md:grid-cols-4 gap-4 py-6">
  86.                        <div class="p-4 rounded-xl bg-purple-50 text-center">
  87.                            <div class="text-2xl font-bold text-purple-700">5K+</div>
  88.                    <div class="text-gray-700 text-sm">Penerima Manfaat</div>
  89.                </div>
  90.                        <div class="p-4 rounded-xl bg-pink-50 text-center">
  91.                            <div class="text-2xl font-bold text-pink-700">200+</div>
  92.                    <div class="text-gray-700 text-sm">Relawan</div>
  93.                </div>
  94.                        <div class="p-4 rounded-xl bg-indigo-50 text-center">
  95.                            <div class="text-2xl font-bold text-indigo-700">10+</div>
  96.                    <div class="text-gray-700 text-sm">Tahun</div>
  97.                </div>
  98.                        <div class="p-4 rounded-xl bg-purple-50 text-center">
  99.                            <div class="text-2xl font-bold text-purple-700">30+</div>
  100.                    <div class="text-gray-700 text-sm">Program</div>
  101.                </div>
  102.            </div>
  103.        </div>
  104.    </div>
  105. </section>
  106.  
  107. <!-- Tentang: image + vertical features -->
  108. <section id="tentang" class="py-20 bg-white">
  109.    <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
  110.        <div class="grid lg:grid-cols-2 gap-12 items-center">
  111.            <div class="order-2 lg:order-1">
  112.                <h2 class="text-4xl font-bold text-gray-900">Tentang Organisasi</h2>
  113.                <p class="mt-4 text-lg text-gray-600">
  114.                    Tanjung Inspirasi berkomitmen melayani masyarakat melalui program pendidikan, sosial, dakwah, dan kemanusiaan.                </p>
  115.                <div class="mt-8 space-y-4">
  116.                    <div class="flex items-start space-x-4">
  117.                        <div class="w-10 h-10 rounded-xl bg-purple-100 text-purple-700 flex items-center justify-center">
  118.                            <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>
  119.                        </div>
  120.                        <div>
  121.                            <h3 class="font-semibold text-gray-900">Pendidikan Berkualitas</h3>
  122.                            <p class="text-gray-600">Kurikulum modern sesuai kebutuhan zaman.</p>
  123.                        </div>
  124.                    </div>
  125.                    <div class="flex items-start space-x-4">
  126.                        <div class="w-10 h-10 rounded-xl bg-pink-100 text-pink-700 flex items-center justify-center">
  127.                            <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>
  128.                        </div>
  129.                        <div>
  130.                            <h3 class="font-semibold text-gray-900">Pembentukan Karakter</h3>
  131.                            <p class="text-gray-600">Menanamkan nilai moral dan etika.</p>
  132.                        </div>
  133.                    </div>
  134.                    <div class="flex items-start space-x-4">
  135.                        <div class="w-10 h-10 rounded-xl bg-indigo-100 text-indigo-700 flex items-center justify-center">
  136.                            <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>
  137.                        </div>
  138.                        <div>
  139.                            <h3 class="font-semibold text-gray-900">Inovasi Pembelajaran</h3>
  140.                            <p class="text-gray-600">Metode kreatif dan teknologi terkini.</p>
  141.                        </div>
  142.                    </div>
  143.                </div>
  144.            </div>
  145.            <div class="order-1 lg:order-2">
  146.            <div class="relative aspect-[4/3] rounded-3xl overflow-hidden shadow-inner">
  147.                <img src="assets/hero2.jpg" alt="Sekolah - Kegiatan Siswa" class="absolute inset-0 w-full h-full object-cover">
  148.            </div>
  149.            </div>
  150.        </div>
  151.    </div>
  152. </section>
  153.  
  154. <!-- Fasilitas: horizontal scroller -->
  155. <section id="fasilitas" class="py-20 bg-gray-50">
  156.    <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
  157.        <div class="flex items-end justify-between mb-8">
  158.            <div>
  159.                <h2 class="text-4xl font-bold text-gray-900">Program Unggulan</h2>
  160.                <p class="mt-2 text-gray-600">Sarana modern untuk mendukung pembelajaran.</p>
  161.            </div>
  162.        </div>
  163.        <div class="overflow-x-auto -mx-4 px-4">
  164.            <div class="flex gap-6 snap-x snap-mandatory">
  165.                                                <div class="min-w-[280px] max-w-sm snap-start bg-white rounded-2xl p-6 shadow-sm hover:shadow-xl transition">
  166.                                    <div class="w-12 h-12 rounded-xl text-white flex items-center justify-center mb-4 bg-purple-500">
  167.                                                            <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>
  168.                                                    </div>
  169.                        <h3 class="text-lg font-semibold text-gray-900 mb-1">Program Pendidikan Qur&#039;an</h3>
  170.                        <p class="text-gray-600">Kelas tahsin, tahfiz, dan tadabbur untuk berbagai jenjang usia.</p>
  171.                    </div>
  172.                                                <div class="min-w-[280px] max-w-sm snap-start bg-white rounded-2xl p-6 shadow-sm hover:shadow-xl transition">
  173.                                    <div class="w-12 h-12 rounded-xl text-white flex items-center justify-center mb-4 bg-pink-500">
  174.                                                            <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>
  175.                                                    </div>
  176.                        <h3 class="text-lg font-semibold text-gray-900 mb-1">Layanan Sosial &amp; Kemanusiaan</h3>
  177.                        <p class="text-gray-600">Bakti sosial, santunan, dan program pemberdayaan masyarakat.</p>
  178.                    </div>
  179.                                                <div class="min-w-[280px] max-w-sm snap-start bg-white rounded-2xl p-6 shadow-sm hover:shadow-xl transition">
  180.                                    <div class="w-12 h-12 rounded-xl text-white flex items-center justify-center mb-4 bg-indigo-500">
  181.                                                            <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>
  182.                                                    </div>
  183.                        <h3 class="text-lg font-semibold text-gray-900 mb-1">Pembinaan Dakwah &amp; Kepemimpinan</h3>
  184.                        <p class="text-gray-600">Pelatihan dai, mentoring keislaman, dan pengembangan kepemimpinan.</p>
  185.                    </div>
  186.                            </div>
  187.        </div>
  188.    </div>
  189. </section>
  190.  
  191. <!-- Guru: bordered cards -->
  192. <section id="guru" class="py-20 bg-white">
  193.    <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
  194.        <div class="text-center mb-12">
  195.            <h2 class="text-4xl font-bold text-gray-900">Pengurus & Relawan</h2>
  196.            <p class="mt-3 text-gray-600">Berpengalaman dan berdedikasi.</p>
  197.        </div>
  198.        <div class="grid sm:grid-cols-2 lg:grid-cols-4 gap-6">
  199.                            <div class="rounded-2xl border border-gray-100 hover:shadow-lg transition">
  200.                    <div class="p-6 flex flex-col items-center">
  201.                    <div class="w-24 h-24 rounded-full overflow-hidden ring-4 ring-purple-100">
  202.                            <img src="assets/guru1.jpg" alt="Ustazah Nilam Anggarini" class="w-full h-full object-cover">
  203.                        </div>
  204.                        <h3 class="mt-4 text-lg font-semibold text-gray-900 text-center">Ustazah Nilam Anggarini</h3>
  205.                    <p class="text-purple-700 font-medium text-sm text-center">Koordinator Pendidikan</p>
  206.                    </div>
  207.                </div>
  208.                            <div class="rounded-2xl border border-gray-100 hover:shadow-lg transition">
  209.                    <div class="p-6 flex flex-col items-center">
  210.                    <div class="w-24 h-24 rounded-full overflow-hidden ring-4 ring-purple-100">
  211.                            <img src="assets/guru2.jpg" alt="Ustazah Sari Maimunah" class="w-full h-full object-cover">
  212.                        </div>
  213.                        <h3 class="mt-4 text-lg font-semibold text-gray-900 text-center">Ustazah Sari Maimunah</h3>
  214.                    <p class="text-purple-700 font-medium text-sm text-center">Pembina Tilawah</p>
  215.                    </div>
  216.                </div>
  217.                            <div class="rounded-2xl border border-gray-100 hover:shadow-lg transition">
  218.                    <div class="p-6 flex flex-col items-center">
  219.                    <div class="w-24 h-24 rounded-full overflow-hidden ring-4 ring-purple-100">
  220.                            <img src="assets/guru3.jpg" alt="Ustaz Joko Susilo" class="w-full h-full object-cover">
  221.                        </div>
  222.                        <h3 class="mt-4 text-lg font-semibold text-gray-900 text-center">Ustaz Joko Susilo</h3>
  223.                    <p class="text-purple-700 font-medium text-sm text-center">Koordinator Program</p>
  224.                    </div>
  225.                </div>
  226.                            <div class="rounded-2xl border border-gray-100 hover:shadow-lg transition">
  227.                    <div class="p-6 flex flex-col items-center">
  228.                    <div class="w-24 h-24 rounded-full overflow-hidden ring-4 ring-purple-100">
  229.                            <img src="assets/guru4.jpg" alt="Ustazah Rina Maisari" class="w-full h-full object-cover">
  230.                        </div>
  231.                        <h3 class="mt-4 text-lg font-semibold text-gray-900 text-center">Ustazah Rina Maisari</h3>
  232.                    <p class="text-purple-700 font-medium text-sm text-center">Sekretaris &amp; Humas</p>
  233.                    </div>
  234.                </div>
  235.                    </div>
  236.    </div>
  237. </section>
  238.  
  239. <!-- Kontak: map + hours + form (no duplicate footer info) -->
  240. <section id="kontak" class="py-20 bg-gradient-to-br from-purple-700 to-pink-600 text-white">
  241.    <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
  242.        <div class="text-center mb-12">
  243.            <h2 class="text-4xl font-bold">Hubungi Kami</h2>
  244.            <p class="mt-2 text-purple-100">Kami siap membantu kebutuhan informasi Anda.</p>
  245.        </div>
  246.        <div class="grid lg:grid-cols-2 gap-10 items-start">
  247.            <div class="space-y-8">
  248.                                        <div class="bg-white/10 backdrop-blur rounded-2xl p-6">
  249.                    <h3 class="text-2xl font-semibold mb-3">Lokasi</h3>
  250.                    <div class="rounded-xl overflow-hidden shadow" style="position:relative;padding-bottom:56.25%;height:0;">
  251.                        <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>
  252.                    </div>
  253.                            <p class="text-sm text-purple-50 mt-3">Alamat: Jl. Pendidikan No. 02</p>
  254.                </div>
  255.                        <div class="bg-white/10 backdrop-blur rounded-2xl p-6">
  256.                    <h3 class="text-2xl font-semibold mb-4">Jam Operasional</h3>
  257.                            <ul class="space-y-2 text-purple-50">
  258.                                <li class="flex justify-between"><span>Senin – Jumat</span><span class="font-semibold text-white">07.00 – 15.00</span></li>
  259.                        <li class="flex justify-between"><span>Sabtu</span><span class="font-semibold text-white">07.00 – 12.00</span></li>
  260.                        <li class="flex justify-between"><span>Minggu</span><span class="font-semibold text-white">Tutup</span></li>
  261.                    </ul>
  262.                </div>
  263.            </div>
  264.            <div class="bg-white/10 backdrop-blur rounded-2xl p-8">
  265.                <h3 class="text-2xl font-bold mb-6 text-center">Kirim Pesan</h3>
  266.                <form class="space-y-6">
  267.                    <div class="grid md:grid-cols-2 gap-4">
  268.                        <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">
  269.                        <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">
  270.                    </div>
  271.                    <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">
  272.                    <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>
  273.                      <button type="submit" class="w-full bg-white text-purple-700 font-semibold px-6 py-3 rounded-xl hover:bg-gray-100 transition">Kirim Pesan</button>
  274.                </form>
  275.            </div>
  276.        </div>
  277.    </div>
  278. </section>
  279.  
  280. <script type="9be59e9c10060bead1d2e2bf-text/javascript">
  281. document.addEventListener('DOMContentLoaded', function() {
  282.    // Mobile menu toggle
  283.    const mobileBtn = document.getElementById('mobile-menu-btn');
  284.    const mobileMenu = document.getElementById('mobile-menu');
  285.    if (mobileBtn && mobileMenu) mobileBtn.addEventListener('click', () => mobileMenu.classList.toggle('hidden'));
  286.    // Smooth scroll
  287.    document.querySelectorAll('a[href^="#"]').forEach(a => {
  288.        a.addEventListener('click', e => {
  289.            const href = a.getAttribute('href');
  290.            if (href && href.startsWith('#')) {
  291.                e.preventDefault();
  292.                const target = document.querySelector(href);
  293.                if (target) target.scrollIntoView({ behavior: 'smooth', block: 'start' });
  294.                if (mobileMenu && !mobileMenu.classList.contains('hidden')) mobileMenu.classList.add('hidden');
  295.            }
  296.        });
  297.    });
  298.    // Navbar shadow on scroll
  299.    const navbar = document.getElementById('navbar');
  300.    window.addEventListener('scroll', () => {
  301.        if (window.scrollY > 10) navbar.classList.add('shadow'); else navbar.classList.remove('shadow');
  302.    });
  303. });
  304. </script>
  305.  
  306. <!-- Footer -->
  307. <footer id="footer" class="bg-gray-900 text-white relative overflow-hidden">
  308.  
  309.    <div class="relative z-10">
  310.        <!-- Main Footer Content -->
  311.        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16">
  312.            <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
  313.                <!-- Organization Info -->
  314.                <div class="md:col-span-2">
  315.                    <div class="flex items-center space-x-3 mb-6">
  316.                        <img src="assets/organisasi.png" alt="Logo" class="h-10">
  317.                        <h3 class="text-2xl font-bold text-blue-400">
  318.                            Tanjung Inspirasi                        </h3>
  319.                    </div>
  320.                    <p class="text-gray-300 mb-6 leading-relaxed">
  321.                        Tanjung Inspirasi melayani masyarakat melalui program pendidikan, sosial, dan kemanusiaan.                    </p>
  322.                    <div class="flex space-x-4">
  323.                        <a href="#" class="bg-blue-600 hover:bg-blue-700 p-3 rounded-full transition duration-300 transform hover:scale-110">
  324.                            <svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24">
  325.                                <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" />
  326.                            </svg>
  327.                        </a>
  328.                        <a href="#" class="bg-blue-600 hover:bg-blue-700 p-3 rounded-full transition duration-300 transform hover:scale-110">
  329.                            <svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24">
  330.                                <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" />
  331.                            </svg>
  332.                        </a>
  333.                        <a href="#" class="bg-blue-600 hover:bg-blue-700 p-3 rounded-full transition duration-300 transform hover:scale-110">
  334.                            <svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24">
  335.                                <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" />
  336.                            </svg>
  337.                        </a>
  338.                        <a href="#" class="bg-blue-600 hover:bg-blue-700 p-3 rounded-full transition duration-300 transform hover:scale-110">
  339.                            <svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24">
  340.                                <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" />
  341.                            </svg>
  342.                        </a>
  343.                    </div>
  344.                </div>
  345.  
  346.                <!-- Quick Links -->
  347.                <div>
  348.                    <h4 class="text-lg font-semibold mb-6 text-blue-400">Tautan Cepat</h4>
  349.                    <ul class="space-y-3">
  350.                        <li><a href="#beranda" class="text-gray-300 hover:text-white transition duration-300 flex items-center group">
  351.                                <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">
  352.                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
  353.                                </svg>
  354.                                Beranda
  355.                            </a></li>
  356.                        <li><a href="#tentang" class="text-gray-300 hover:text-white transition duration-300 flex items-center group">
  357.                                <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">
  358.                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
  359.                                </svg>
  360.                                Tentang Kami
  361.                            </a></li>
  362.                        <li><a href="#fasilitas" class="text-gray-300 hover:text-white transition duration-300 flex items-center group">
  363.                                <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">
  364.                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
  365.                                </svg>
  366.                                Fasilitas
  367.                            </a></li>
  368.                        <li><a href="#guru" class="text-gray-300 hover:text-white transition duration-300 flex items-center group">
  369.                                <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">
  370.                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
  371.                                </svg>
  372.                                Tim Guru
  373.                            </a></li>
  374.                        <li><a href="#kontak" class="text-gray-300 hover:text-white transition duration-300 flex items-center group">
  375.                                <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">
  376.                                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
  377.                                </svg>
  378.                                Kontak
  379.                            </a></li>
  380.                    </ul>
  381.                </div>
  382.  
  383.                <!-- Contact Info -->
  384.                <div>
  385.                    <h4 class="text-lg font-semibold mb-6 text-blue-400">Informasi Kontak</h4>
  386.                    <div class="space-y-4">
  387.                        <div class="flex items-start space-x-3">
  388.                            <svg class="w-5 h-5 text-blue-400 mt-0.5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
  389.                                <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>
  390.                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 11a3 3 0 11-6 0 3 3 0 016 0z"></path>
  391.                            </svg>
  392.                            <p class="text-gray-300 text-sm">
  393.                                Jl. Pendidikan No. 02, Kampung Rambutan                            </p>
  394.                        </div>
  395.                        <div class="flex items-center space-x-3">
  396.                            <svg class="w-5 h-5 text-blue-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
  397.                                <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>
  398.                            </svg>
  399.                            <p class="text-gray-300 text-sm">
  400.                                021-4058-6790                            </p>
  401.                        </div>
  402.                        <div class="flex items-center space-x-3">
  403.                            <svg class="w-5 h-5 text-blue-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
  404.                                <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>
  405.                            </svg>
  406.                            <p class="text-gray-300 text-sm">
  407.                                <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="82ebece4edc2f6e3ece8f7ece5ebecf1f2ebf0e3f1ebacedf0acebe6">[email&#160;protected]</a>                            </p>
  408.                        </div>
  409.                    </div>
  410.                </div>
  411.            </div>
  412.        </div>
  413.  
  414.        <!-- Bottom Footer -->
  415.        <div class="border-t border-gray-800">
  416.            <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-6">
  417.                <div class="flex flex-col md:flex-row items-center justify-between">
  418.                    <div class="text-gray-400 text-sm mb-4 md:mb-0">
  419.                        &copy; 2025 Tanjung Inspirasi. Seluruh hak cipta dilindungi.
  420.                    </div>
  421.                    <div class="flex items-center space-x-6 text-sm text-gray-400">
  422.                        <a href="#" class="hover:text-white transition duration-300">Kebijakan Privasi</a>
  423.                        <span>•</span>
  424.                        <a href="#" class="hover:text-white transition duration-300">Syarat & Ketentuan</a>
  425.                        <span>•</span>
  426.                        <a href="#" class="hover:text-white transition duration-300">Sitemap</a>
  427.                    </div>
  428.                </div>
  429.            </div>
  430.        </div>
  431.    </div>
  432.  
  433.    <!-- Back to Top Button -->
  434.    <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">
  435.        <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
  436.            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 10l7-7m0 0l7 7m-7-7v18"></path>
  437.        </svg>
  438.    </button>
  439. </footer>
  440.  
  441.  
  442. <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="9be59e9c10060bead1d2e2bf-text/javascript">
  443.    // Back to top button functionality
  444.    const backToTopButton = document.getElementById('backToTop');
  445.  
  446.    window.addEventListener('scroll', function() {
  447.        if (window.scrollY > 300) {
  448.            backToTopButton.style.transform = 'translateY(0)';
  449.        } else {
  450.            backToTopButton.style.transform = 'translateY(4rem)';
  451.        }
  452.    });
  453.  
  454.    backToTopButton.addEventListener('click', function() {
  455.        window.scrollTo({
  456.            top: 0,
  457.            behavior: 'smooth'
  458.        });
  459.    });
  460.  
  461.    // Add loading animation
  462.    window.addEventListener('load', function() {
  463.        document.body.classList.add('loaded');
  464.    });
  465. </script>
  466.  
  467. <script src="/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" data-cf-settings="9be59e9c10060bead1d2e2bf-|49" defer></script></body>
  468.  
  469. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda