CINXE.COM
SABDA AI
<!doctype html> <html lang="id"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>SABDA AI</title> <!-- Tailwind CSS --> <script src="https://cdn.tailwindcss.com"></script> <script> tailwind.config = { theme: { extend: { colors: { primary: "#427aa1", dark: "#064789", light: "#ebf2fa" }, }, }, }; </script> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap" rel="stylesheet"> <style type="text/tailwindcss"> .font-Lexend { font-family: "Lexend", serif; } </style> <!-- Custom Styles --> <!-- <link href="https://ai.sabda.org/styles/output.css" rel="stylesheet"> --> <!-- Remix Icons --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.min.css" crossorigin="anonymous"/> <!-- Swiper CSS --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css"/> <!-- GLightbox CSS --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/glightbox/dist/css/glightbox.min.css" /> <!-- jQuery --> <script src="https://code.jquery.com/jquery-3.7.1.min.js" crossorigin="anonymous"></script> <!-- GLightbox JS --> <script src="https://cdn.jsdelivr.net/gh/mcstudios/glightbox/dist/js/glightbox.min.js"></script> </head> <body class="font-Lexend"> <main> <!-- Navigation Bar --> <header class='shadow-md bg-light font-sans tracking-wide z-50 sticky top-0'> <section class="flex items-center justify-center flex-wrap gap-5 relative py-3 sm:px-10 px-4 border-gray-200 border-b lg:min-h-[80px] max-lg:min-h-[60px]"> <a href="javascript:void(0)"> <img src="https://ai.sabda.org/images/logo.png" alt="logo" class="md:w-[170px] w-32" /> </a> </section> <div class='flex flex-wrap py-3.5 px-10 overflow-x-auto'> <div id="collapseMenu" class='w-full max-lg:hidden lg:!block max-lg:before:fixed max-lg:before:bg-black max-lg:before:opacity-50 max-lg:before:inset-0 max-lg:before:z-50'> <button id="toggleClose" class='lg:hidden fixed top-2 right-4 z-[100] rounded-full bg-white w-9 h-9 flex items-center justify-center border'> <svg xmlns="http://www.w3.org/2000/svg" class="w-3.5 h-3.5 fill-black" viewBox="0 0 320.591 320.591"> <path d="M30.391 318.583a30.37 30.37 0 0 1-21.56-7.288c-11.774-11.844-11.774-30.973 0-42.817L266.643 10.665c12.246-11.459 31.462-10.822 42.921 1.424 10.362 11.074 10.966 28.095 1.414 39.875L51.647 311.295a30.366 30.366 0 0 1-21.256 7.288z" data-original="#000000"></path> <path d="M287.9 318.583a30.37 30.37 0 0 1-21.257-8.806L8.83 51.963C-2.078 39.225-.595 20.055 12.143 9.146c11.369-9.736 28.136-9.736 39.504 0l259.331 257.813c12.243 11.462 12.876 30.679 1.414 42.922-.456.487-.927.958-1.414 1.414a30.368 30.368 0 0 1-23.078 7.288z" data-original="#000000"></path> </svg> </button> <ul class='lg:flex lg:justify-center lg:gap-x-10 max-lg:space-y-3 max-lg:fixed max-lg:bg-white max-lg:w-1/2 max-lg:min-w-[300px] max-lg:top-0 max-lg:left-0 max-lg:p-6 max-lg:h-full max-lg:shadow-md max-lg:overflow-auto z-50'> <li class='mb-6 hidden max-lg:block'> <a href="javascript:void(0)"><img src="https://ai.sabda.org/images/logo.png" alt="logo" class='w-36' /> </a> </li> <li class='max-lg:border-b max-lg:py-3'><a href='https://ai.sabda.org/' class='hover:text-[#007bff] text-gray-500 font-bold text-[15px] block'>Home</a></li> <li class='max-lg:border-b max-lg:py-3'><a href='https://ai.sabda.org/event' class='hover:text-[#007bff] text-[#007bff] font-bold text-[15px] block'>Event</a></li> <li class='max-lg:border-b max-lg:py-3'><a href='https://ai.sabda.org/article' class='hover:text-[#007bff] text-gray-500 font-bold text-[15px] block'>Article</a></li> <li class='max-lg:border-b max-lg:py-3'><a href='https://ai.sabda.org/gptstore' class='hover:text-[#007bff] text-gray-500 font-bold text-[15px] block'>GPT Store</a></li> <li class='max-lg:border-b max-lg:py-3'><a href='https://ai.sabda.org/komunitas' class='hover:text-[#007bff] text-gray-500 font-bold text-[15px] block'>Community</a></li> <li class='max-lg:border-b max-lg:py-3'><a href='https://ai.sabda.org/about' class='hover:text-[#007bff] text-gray-500 font-bold text-[15px] block'>About</a></li> </ul> </div> <div class='flex ml-auto lg:hidden'> <button id="toggleOpen"> <svg class="w-7 h-7" fill="#000" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" d="M3 5a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 15a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z" clip-rule="evenodd"></path> </svg> </button> </div> </div> </header> <!-- Blog Content --> <div class="max-w-[85rem] px-4 sm:px-6 lg:px-8 mx-auto"> <div class="grid lg:grid-cols-3 gap-y-8 lg:gap-y-0 lg:gap-x-6"> <!-- Content --> <div class="lg:col-span-2"> <div class="py-8 lg:pe-8"> <div class="space-y-5 lg:space-y-8"> <a class="inline-flex items-center gap-x-1.5 text-sm text-white-600 decoration-2 hover:underline focus:outline-none focus:underline dark:text-blue-500" href="https://ai.sabda.org/event"> <svg class="shrink-0 size-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <path d="m15 18-6-6 6-6" /> </svg> Back to Event </a> <h2 class="text-3xl font-bold lg:text-5xl dark:text-dark">AITalks #3: Bagaimana AI? </h2> <p class="text-xs sm:text-sm text-gray-800 dark:text-primary" style="margin-top: 10px;">31 Agustus 2023</p> <div class="relative" style="padding-top: 56.25%"> <iframe class="absolute inset-0 w-full h-full object-cover rounded-xl sm:max-w-1/2" src="https://www.youtube.com/embed/rEMLNyOPpPk" title="AITalks #3: Bagaimana AI? " frameborder="0" …></iframe> </div> <div class="flex flex-wrap items-center gap-x-2" style="row-gap: 0.5rem;"> <a class="inline-flex items-center gap-1.5 py-1 px-3 sm:py-2 sm:px-4 rounded-full text-xs sm:text-sm bg-gray-100 text-gray-800 hover:bg-gray-200 focus:outline-none focus:bg-gray-200 dark:bg-dark dark:text-white dark:hover:bg-neutral-800 dark:focus:bg-neutral-800" href="#"> AiTalks </a> <a class="inline-flex items-center gap-1.5 py-1 px-3 sm:py-2 sm:px-4 rounded-full text-xs sm:text-sm bg-gray-100 text-gray-800 hover:bg-gray-200 focus:outline-none focus:bg-gray-200 dark:bg-dark dark:text-white dark:hover:bg-neutral-800 dark:focus:bg-neutral-800" href="#"> AI4GOD </a> </div> <div><p>Setelah tahu “Mengapa AI?” dan “Apa AI?” dari AITalks #1 dan #2, pasti Anda semakin penasaran ingin tahu bagaimana cara pakai AI. Namun, saat ini, ada ratusan alat AI yang bisa Anda pakai. Bagaimana cara memilih alat AI yang tepat dan bagaimana memakainya?</p></div> <div class="relative" style="padding-top: 56.25%"> <iframe class="absolute inset-0 w-full h-full object-cover rounded-xl sm:max-w-1/2" src="https://www.slideshare.net/slideshow/embed_code/key/7GNdvGTo9M4Fc9?hostedIn=slideshare&page=upload" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px;max-width: 100%;" allowfullscreen></iframe> </div> </div> </div> </div> <div class="lg:col-span-1 lg:w-full lg:h-full lg:bg-light lg:from-gray-50 lg:via-transparent lg:to-transparent dark:from-neutral-800"> <div class="sticky top-0 start-0 py-8 lg:ps-8"> <!-- Avatar Media --> <div class="items-center gap-x-3 border-b border-gray-200 pb-2 mb-2 dark:border-neutral-700"> <div class="pb-2 "> <h3 class="group-hover:text-gray-600 group-focus:text-gray-600 text-sm font-semibold text-gray-800 dark:group-hover:text-neutral-400 dark:group-focus:text-neutral-400 dark:text-primary"> AITalks #3: Bagaimana AI? </h3> </div> <div class="font-[sans-serif] w-max mx-auto bg-white border-2 border-[#333] flex rounded overflow-hidden"> <a href="https://static.sabda.org/live/Biblical_Habits/20230831_MLC_AITalks_Bagaimana_AI.mp3" target="_blank" type="button" class="px-5 py-2.5 flex items-center text-[#333] text-sm tracking-wider font-semibold border-r-2 border-[#333] outline-none hover:text-white hover:bg-[#333] active:bg-[#111] transition-all"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18" fill="currentColor" class="mr-3"><path d="M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 5V19H20V7H11.5858L9.58579 5H4ZM11 13.05V9H16V11H13V15.5C13 16.8807 11.8807 18 10.5 18C9.11929 18 8 16.8807 8 15.5C8 14.1193 9.11929 13 10.5 13C10.6712 13 10.8384 13.0172 11 13.05Z"></path></svg> Audio </a> <a href="https://static.sabda.org/live/Biblical_Habits/20230831_MLC_AITalks_Bagaimana_AI.pdf" target="_blank" type="button" class="px-5 py-2.5 flex items-center text-[#333] text-sm tracking-wider font-semibold border-r-2 border-[#333] outline-none hover:text-white hover:bg-[#333] active:bg-[#111] transition-all"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18" fill="currentColor" class="mr-3"><path d="M13 18V20H17V22H7V20H11V18H3C2.44772 18 2 17.5523 2 17V4C2 3.44772 2.44772 3 3 3H21C21.5523 3 22 3.44772 22 4V17C22 17.5523 21.5523 18 21 18H13ZM4 5V16H20V5H4ZM10 7.5L15 10.5L10 13.5V7.5Z"></path></svg> PPT </a> <a href="https://static.sabda.org/live/Biblical_Habits/20230831_MLC_AITalks_Bagaimana_AI.mp4" target="_blank" type="button" class="px-5 py-2.5 flex items-center text-[#333] text-sm tracking-wider font-semibold border-none outline-none hover:text-white hover:bg-[#333] active:bg-[#111] transition-all"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18" fill="currentColor" class="mr-3"><path d="M15 4V8H19V20H5V4H15ZM3.9985 2C3.44749 2 3 2.44405 3 2.9918V21.0082C3 21.5447 3.44476 22 3.9934 22H20.0066C20.5551 22 21 21.5489 21 20.9925L20.9997 7L16 2H3.9985ZM15.0008 11.667L10.1219 8.41435C10.0562 8.37054 9.979 8.34717 9.9 8.34717C9.6791 8.34717 9.5 8.52625 9.5 8.74717V15.2524C9.5 15.3314 9.5234 15.4086 9.5672 15.4743C9.6897 15.6581 9.9381 15.7078 10.1219 15.5852L15.0008 12.3326C15.0447 12.3033 15.0824 12.2656 15.1117 12.2217C15.2343 12.0379 15.1846 11.7895 15.0008 11.667Z"></path></svg> Video </a> </div> </div> <!-- End Avatar Media --> <div class="space-y-6"> <!-- Media --> <figure class="relative w-full h-72 sm:h-96"> <a class="group flex items-center gap-x-6 focus:outline-none glightbox" href="http://static.sabda.org/live/brosur/Biblical_Habits/Biblical_Habits_20230821_AI_Talks_Bagaimana_AI.jpg"> <img class="size-full absolute top-0 start-0 object-cover rounded-xl" src="http://static.sabda.org/live/brosur/Biblical_Habits/Biblical_Habits_20230821_AI_Talks_Bagaimana_AI.jpg" alt="AITalks #3: Bagaimana AI? "> </a> </figure> </div> </div> </div> </div> <!-- Footer --> <div class="px-4 pt-16 mx-auto sm:max-w-xl md:max-w-full lg:max-w-screen-xl md:px-24 lg:px-8"> <div class="grid gap-10 row-gap-6 mb-8 sm:grid-cols-2 lg:grid-cols-4"> <div class="sm:col-span-2"> <a href="/" aria-label="Go home" title="Company" class="inline-flex items-center"> <img class="max-w-12" src="https://static.sabda.org/sites/images/footer/logo_YLSA.png" alt="YLSA"> <img class="max-w-14 ml-4" src="https://static.sabda.org/sites/images/footer/logo_SABDA.png" alt="SABDA" srcset=""> </a> <div class="mt-6 lg:max-w-sm"> <p class="text-sm text-gray-800"> Bank BCA Cabang Pasar Legi Solo - No. Rekening: 0790266579 - a.n. Yulia Oeniyati </p> <!-- <p class="mt-4 text-sm text-gray-800"> Eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. </p> --> </div> </div> <div class="space-y-2 text-sm"> <p class="text-base font-bold tracking-wide text-gray-900">Contacts</p> <div class="flex"> <p class="mr-1 text-gray-800">WhatsApp:</p> <a href="https://wa.me/628812979100" aria-label="Our phone" title="Our phone" class="transition-colors duration-300 text-deep-purple-accent-400 hover:text-deep-purple-800">0881-2979-100 </a> </div> <div class="flex"> <p class="mr-1 text-gray-800">Email:</p> <a href="mailto:ylsa@sabda.org" aria-label="Our email" title="Our email" class="transition-colors duration-300 text-deep-purple-accent-400 hover:text-deep-purple-800">ylsa@sabda.org</a> </div> <div class="flex"> <p class="mr-1 text-gray-800">Situs:</p> <a href="https://ylsa.org" target="_blank" rel="noopener noreferrer" aria-label="Our address" title="Our address" class="transition-colors duration-300 text-deep-purple-accent-400 hover:text-deep-purple-800 "> ylsa.org </a> <span class="mr-1 ml-1"> - </span> <a href="https://sabda.org" target="_blank" rel="noopener noreferrer" aria-label="Our address" title="Our address" class="transition-colors duration-300 text-deep-purple-accent-400 hover:text-deep-purple-800"> sabda.org </a> </div> </div> <div> <span class="text-base font-bold tracking-wide text-gray-900">Social</span> <div class="flex items-center mt-1 space-x-3"> <a href="https://instagram.com/sabda_ylsa" class="text-gray-500 transition-colors duration-300 hover:text-deep-purple-accent-400"> <i class="ri-instagram-fill"></i> </a> <a href="https://facebook.com/sabda.org" class="text-gray-500 transition-colors duration-300 hover:text-deep-purple-accent-400"> <i class="ri-facebook-circle-fill"></i> </a> <a href="https://twitter.com/sabda_ylsa" class="text-gray-500 transition-colors duration-300 hover:text-deep-purple-accent-400"> <i class="ri-twitter-fill"></i> </a> <a href="https://s.id/medsosYLSA" class="text-gray-500 transition-colors duration-300 hover:text-deep-purple-accent-400"> <i class="ri-links-line"></i> </a> </div> <div class="flex items-center mt-1 space-x-3"> <a href="https://www.youtube.com/@sabdaalkitab" class="text-gray-500 transition-colors duration-300 hover:text-deep-purple-accent-400 max-w-5"> <i class="ri-youtube-fill"></i> </a> <a href="https://podcast.sabda.org/" class="text-gray-500 transition-colors duration-300 hover:text-deep-purple-accent-400 max-w-5"> <i class="ri-spotify-fill"></i> </a> <a href="https://www.slideshare.net/sabda/" class="text-gray-500 transition-colors duration-300 hover:text-deep-purple-accent-400 max-w-5"> <i class="ri-slideshow-line"></i> </a> </div> <!-- <p class="mt-4 text-sm text-gray-500"> Bacon ipsum dolor amet short ribs pig sausage prosciutto chicken spare ribs salami. </p> --> </div> </div> <div class="flex flex-col-reverse justify-between pt-5 pb-10 border-t lg:flex-row"> <p class="text-sm text-gray-600"> Copyright © 2023 - <script> document.write(new Date().getFullYear()) </script> Yayasan Lembaga SABDA (YLSA). All Rights Reserved </p> <ul class="flex flex-col mb-3 space-y-2 lg:mb-0 sm:space-y-0 sm:space-x-5 sm:flex-row"> <li> <a href="https://kontak.sabda.org/" class="text-sm text-gray-600 transition-colors duration-300 hover:text-deep-purple-accent-400">Kontak</a> </li> <li> <a href="https://ylsa.org/partisipasi" class="text-sm text-gray-600 transition-colors duration-300 hover:text-deep-purple-accent-400">Partisipasi</a> </li> <li> <a href="https://ylsa.org/donasi" class="text-sm text-gray-600 transition-colors duration-300 hover:text-deep-purple-accent-400">Donasi</a> </li> </ul> </div> </div> </main> </body> <script> var baseURL = "https://ai.sabda.org/"; var thisPage = "event_page"; var urlHeadlessSabdaInfo = "https://headless.sabda.info/index.php/api/"; var pageSize = 21; var pageSizeTime = 2; </script> <script> window.kotaData = {"2025":["Roadshow Bandung [Februari]","Roadshow Malang [Januari]","Undangan Online Bogor [Januari]","Roadshow Bali [Januari]","Roadshow Jakarta [Januari]"],"2024":["Roadshow Jakarta [November]","Roadshow Jakarta [Oktober]","Roadshow Solo","Roadshow Salatiga [November]","Roadshow Malang [September]","Roadshow Klaten","Roadshow Bandung [Agustus]","Roadshow Tawangmangu","Roadshow Malang [Agustus]","Roadshow Jakarta [Juli]","Roadshow Surabaya"],"2023":["Roadshow Surakarta"]}; window.lokasiData = {"Roadshow Bandung [Februari]":[{"EventID":"63","location":"STT INTI Bandung"},{"EventID":"64","location":"STT Baptis Bandung"},{"EventID":"65","location":"STT Tiranus Bandung"},{"EventID":"66","location":"GUP Bandung"},{"EventID":"67","location":"Immanuel Baptish Chruch"},{"EventID":"68","location":"GPIB Sejahtera"},{"EventID":"69","location":"GPSDI Bandung"},{"EventID":"70","location":"GKKK Bandung"},{"EventID":"71","location":"GKKI Pengharapan Bandung"}],"Roadshow Malang [Januari]":[{"EventID":"60","location":"IMAKRIS UM Malang"},{"EventID":"61","location":"GKIN Kalvari Malang"},{"EventID":"62","location":"GKT III Malang"}],"Undangan Online Bogor [Januari]":[{"EventID":"54","location":"GSJA Bogor"}],"Roadshow Bali [Januari]":[{"EventID":"53","location":"GKII Bali"},{"EventID":"55","location":"GBI ROCK"},{"EventID":"56","location":"GPT Baithani"},{"EventID":"57","location":"GKA Zion Denpasar"},{"EventID":"58","location":"GPdI El-Uzay Denpasar"},{"EventID":"59","location":"STT Pelita Hati"}],"Roadshow Jakarta [Januari]":[{"EventID":"51","location":"IPEKA"},{"EventID":"52","location":"GBIS Jatibaru Jakarta"}],"Roadshow Jakarta [November]":[{"EventID":"49","location":"Hamba Tuhan dari SAAT Ministry Center"},{"EventID":"50","location":"Pelatihan Guru-guru"}],"Roadshow Jakarta [Oktober]":[{"EventID":"47","location":"Persekutuan Gereja-Gereja Tionghoa Indonesia [PGTI]"},{"EventID":"48","location":"STT SAAT"}],"Roadshow Solo":[{"EventID":"41","location":"GKKK Solo Baru"},{"EventID":"44","location":"GAIS Gideon Nayu"},{"EventID":"45","location":"GBI Bukit Sion - Hamba Tuhan Misi Kasih [HTMK] Surakarta"},{"EventID":"46","location":"RSUD Dr. Moewardi"}],"Roadshow Salatiga [November]":[{"EventID":"42","location":"STT Nusantara Salatiga"},{"EventID":"43","location":"STT Kanaan Nusantara Ungaran"},{"EventID":"29","location":"STT Salatiga"},{"EventID":"30","location":"STT Berea"}],"Roadshow Malang [September]":[{"EventID":"27","location":"STT Imanuel Pacet"},{"EventID":"31","location":"STT Satyabhakti"},{"EventID":"32","location":"STT STTIAA"},{"EventID":"33","location":"GSJA Sola Gracia"},{"EventID":"34","location":"GKKK Araya Malang"},{"EventID":"37","location":"Youth Making Movement [YMM] Malang"},{"EventID":"36","location":"GKKK Malang"},{"EventID":"35","location":"STAK Sabda Holistik"},{"EventID":"38","location":"Institute Injili Indonesia [I3]"},{"EventID":"39","location":"STT Providensia"},{"EventID":"40","location":"GMII Tesalonika [Compassion Remaja]"}],"Roadshow Klaten":[{"EventID":"28","location":"Forum Komunikasi Hamba Tuhan [FKHT] Klaten"}],"Roadshow Bandung [Agustus]":[{"EventID":"24","location":"AI Bootcamp STTB Bandung [DAY 1]"},{"EventID":"25","location":"AI Bootcamp STTB Bandung [DAY 2]"},{"EventID":"26","location":"GII Hok Im Tong Dago"}],"Roadshow Tawangmangu":[{"EventID":"23","location":"STT Tawangmangu"}],"Roadshow Malang [Agustus]":[{"EventID":"22","location":"Roadshow EE Center Indonesia"}],"Roadshow Jakarta [Juli]":[{"EventID":"8","location":"GKY Sunter"},{"EventID":"9","location":"STT Pelita Bangsa"},{"EventID":"10","location":"Gereja Kristen Batu Hidup Muara Karang"},{"EventID":"13","location":"PGLII Tanggerang"},{"EventID":"12","location":"GKOI Petra Pondok Pucung"},{"EventID":"11","location":"STT Setia (Arastamar)"},{"EventID":"14","location":"Mitra SABDA [PIJAR TV]"},{"EventID":"15","location":"GKI Layur"},{"EventID":"16","location":"GSJA Bandengan"},{"EventID":"17","location":"GKI Grand Wisata"},{"EventID":"18","location":"Gereja Isa Almasih Pegangsaan"}],"Roadshow Surabaya":[{"EventID":"1","location":"STT Adhi Wacana"},{"EventID":"2","location":"Gereja Mawar Sharon [Cempaka]"},{"EventID":"3","location":"GBT Imanuel"},{"EventID":"4","location":"GKI Pregolan Bunder [Youth]"},{"EventID":"5","location":"STT Excelsius"},{"EventID":"6","location":"GKI Pregolan Bunder"},{"EventID":"7","location":"BAMAG"}],"Roadshow Surakarta":[{"EventID":"20","location":"SMA Negeri 1 Surakarta"},{"EventID":"19","location":"SMP Negeri 1 Surakarta"},{"EventID":"21","location":"GSJA Pucang Sawit"}]}; console.log("Data Kota dari PHP:", window.kotaData); console.log("Data Lokasi dari PHP:", window.lokasiData); </script> <script src="https://ai.sabda.org/vendor/glightbox/js/glightbox.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/pagedone@1.2.2/src/js/pagedone.js"></script> <script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script> <!-- custom js --> <script src="https://ai.sabda.org/scripts/ui_interaction.js"></script> <script src="https://ai.sabda.org/scripts/scripts.js"></script> <script src="https://ai.sabda.org/scripts/pagination.js"></script> </html>