CINXE.COM
Alkitab GPT
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <meta name="description" content="" /> <meta name="author" content="" /> <title>Alkitab GPT</title> <!-- Favicon--> <link rel="icon" type="image/x-icon" href="assets/favicon.ico" /> <!-- Vendor CSS Files --> <link href="https://gpt.sabda.org/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <link href="https://gpt.sabda.org/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet"> <link href="https://gpt.sabda.org/vendor/boxicons/css/boxicons.min.css" rel="stylesheet"> <link href="https://gpt.sabda.org/vendor/glightbox/css/glightbox.min.css" rel="stylesheet"> <link href="https://gpt.sabda.org/vendor/remixicon/remixicon.css" rel="stylesheet"> <link href="https://gpt.sabda.org/vendor/swiper/swiper-bundle.min.css" rel="stylesheet"> <!-- Google Fonts --> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet"> <!-- Core theme CSS (includes Bootstrap)--> <link href="https://gpt.sabda.org/styles/style.css" rel="stylesheet" /> </head> <body> <main id="main"> <!-- ======= Portfolio Details ======= --> <div id="portfolio-details" class="portfolio-details"> <div class="container"> <div class="row"> <div class="col-md-8"> <h2 class="portfolio-title">Metode AI Squared</h2> <div class="ratio ratio-16x9"> <iframe id="content-frame" src="https://www.youtube.com/embed/qHPwPjuAEs4?start=783" title="Metode AI Squared" allowfullscreen></iframe> </div> <div class="switch-button-container"> <button id="switch-content" class="btn switch-button" style="margin-top: 10px;background-color: #28a745;color: white;border: none;padding: 10px 20px;font-size: 16px;cursor: pointer;border-radius: 5px;">Switch to PPT</button> </div> </div> <div class="col-md-4 portfolio-info"> <h3>Information</h3> <ul> <li><strong>Title</strong>: Metode AI Squared</li> <li><strong>Description</strong>: Tahun baru 2024 akan lanjut membawa perubahan, terkhusus dengan penetrasi teknologi AI yang semakin meluas di semua bidang kehidupan. Bagaimana dengan cara kita mempelajari Alkitab? SABDA mengajak Sahabat SABDA untuk belajar cara baru yang fun dan menarik dalam melakukan PA. Untuk itu, mari bergabung dalam acara seri go-AI! yang berjudul "PA dengan AI: Cara AI2 (AI Squared)".</li> <li><strong>URL</strong>: <a href="https://ai.sabda.org/pa-dengan-ai-cara-ai-squared/" target="_blank">https://ai.sabda.org/pa-dengan-ai-cara-ai-squared/</a></li> </ul> <h5>Download Data</h5> <a target="_blank" href="https://static.sabda.org/live/Biblical_Habits/20240110_MLC_GoAI_AI_Squared.mp3"><i class='bx bx-headphone'></i> Audio</a> <a target="_blank" href="https://static.sabda.org/live/Biblical_Habits/20240110_MLC_GoAI_AI_Squared.mp4"><i class='bx bxs-videos'></i> Video</a> <a target="_blank" href="https://static.sabda.org/live/Biblical_Habits/20240110_MLC_GoAI_AI_Squared.pdf"><i class='bx bxs-file-pdf'></i> PPT</a> <div class="interests pt-3"> <div class="section-title"> <h5>Prompt Gallery</h5> </div> <ul> <li> <a href="https://gpt.sabda.org/files/AI_Squared.mhtml" target="_blank" rel="noopener noreferrer"> AI Squared </a> </li> </ul> </div><!-- End Interests --> </div> </div> </div> </div><!-- End Portfolio Details --> <script> var isYouTube = true; document.getElementById('switch-content').addEventListener('click', function() { var iframe = document.getElementById('content-frame'); if (isYouTube) { iframe.src = 'https://www.slideshare.net/slideshow/embed_code/key/MufsoIHKBIlR6V'; this.textContent = 'Switch to YouTube'; } else { iframe.src = 'https://www.youtube.com/embed/qHPwPjuAEs4?start=783'; this.textContent = 'Switch to PPT'; } isYouTube = !isYouTube; }); </script> </main><!-- End #main --> <!-- ======= Footer ======= --> <!-- <footer id="footer" class="footer"> <div class="footer-legal"> <div class="container"> <div class="copyright text-center"> <h5 style="color: white"> <a href="https://kontak.sabda.org" style="text-decoration:none; color:white" target="_blank" title="Kontak YLSA">KONTAK</a> | <a href="https://ylsa.org/partisipasi" style="text-decoration:none; color:white" target="_blank" title="Partisipasi">PARTISIPASI</a> | <a style="background:#df750f; color:white; text-decoration:none; padding: 5px 10px; border-radius:50px" href="https://ylsa.org/donasi" target="_blank" title="Donasi">DONASI</a> </h5> <p style="color:white"> <a href="https://copyright.sabda.org" style="text-decoration: none; color:white" target="_blank">Copyright</a> © 2022- <script> document.write(new Date().getFullYear()) </script> <a href="https://ylsa.org" target="_blank" style="text-decoration: none; color:white">Yayasan Lembaga SABDA (YLSA).</a> All Rights Reserved. <br /> Bank BCA Cabang Pasar Legi Solo - No. Rekening: 0790266579 - a.n. Yulia Oeniyati <br /> WA: <a href="https://wa.me/628812979100" style="text-decoration: none; color:white" target="_blank">0881-2979-100</a> | Email: <a href="mailto:ylsa@sabda.org" style="text-decoration: none; color:white" target="_blank">ylsa@sabda.org</a> | Situs: <a href="https://ylsa.org" style="text-decoration: none; color:white" target="_blank">ylsa.org</a> - <a href="https://sabda.org" style="text-decoration: none; color:white" target="_blank">sabda.org</a> </p> </div> </div> </div> </footer> --> <!-- Bootstrap core JS--> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script> <!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *--> <!-- * * SB Forms JS * *--> <!-- * * Activate your form at https://startbootstrap.com/solution/contact-forms * *--> <!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *--> <!-- Vendor JS Files --> <script src="https://gpt.sabda.org/vendor/purecounter/purecounter_vanilla.js"></script> <script src="https://gpt.sabda.org/vendor/bootstrap/js/bootstrap.bundle.min.js"></script> <script src="https://gpt.sabda.org/vendor/glightbox/js/glightbox.min.js"></script> <script src="https://gpt.sabda.org/vendor/isotope-layout/isotope.pkgd.min.js"></script> <script src="https://gpt.sabda.org/vendor/swiper/swiper-bundle.min.js"></script> <script src="https://gpt.sabda.org/vendor/waypoints/noframework.waypoints.js"></script> <script src="https://gpt.sabda.org/vendor/php-email-form/validate.js"></script> <!-- Core theme JS--> <script src="https://gpt.sabda.org/scripts/main.js"></script> </body> </html>