<% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Sneak Peek</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Sure! Here’s a sneak peek of what’s in store for you:<br/><br/>
<strong>The Beginning of Everything:</strong> We’ll explore the origins of the universe and how everything came to be.<br/>
<strong>Belief in One Creator:</strong> Understand why the belief in a single, all-powerful Creator is so central to many people’s lives.<br/>
<strong>Sacred Texts:</strong> Discover what makes a holy book stand out as genuinely divine and unique.<br/>
<strong>Revelation:</strong> Delve into the concept of revelation and its significance throughout history.<br/>
<strong>Finding Truth:</strong> We’ll discuss how different sources of knowledge can lead us to the truth about our existence and purpose.<br/><br/>
This journey is interactive and to make the best of it, explore the different pathways. You can always reach out to us for anything you need!</p>
</li>
<li class="message right">
<p>[[Let’s get started!]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container" onclick="speak()">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Bienvenue!</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Bien sûr ! Voici un aperçu de ce qui vous attend :<br/><br/>
<strong>Le début de tout :</strong> nous explorerons les origines de l'Univers et comment tout est apparu.<br/>
<strong>La croyance en un créateur unique:</strong> Comprenez pourquoi la croyance en un Créateur unique et tout-puissant est si importante dans la vie de nombreuses personnes.<br/>
<strong>Textes sacrés:</strong> Découvrez ce qui fait qu'un livre sacré se distingue par son caractère authentiquement divin et unique.<br/>
<strong>Révélation:</strong> Découvrez le concept de révélation et son importance à travers l'histoire.<br/>
<strong>Trouver la vérité: </strong> nous discuterons de la manière dont les différentes sources de connaissance peuvent nous conduire à la vérité sur notre existence et notre but.<br/><br/>
Ce voyage est interactif et pour en tirer le meilleur parti, il convient d'explorer les différents chemins. Vous pouvez toujours nous contacter pour tout ce dont vous avez besoin !
</p>
</li>
<li class="message right">
<p>[[C’est parti!]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Application des critères</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Maintenant que nous avons exploré les quatre critères d'un message divin, vous pouvez appliquer ces normes aux principales écritures des différentes religions. Vous constaterez qu'une seule écriture répond de manière exhaustive aux quatre critères.<br/><br/>
Prenez un moment pour réfléchir : laquelle de ces écritures pourrait satisfaire aux quatre critères ?
</p>
</li>
<li class="message right">
<p>[[Explorer la Bible - Christianisme.->Mauvaise réponse]]</p>
</li>
<li class="message right">
<p>[[Explorer les Védas - Hindouisme.->Mauvaise réponse]]</p>
</li>
<li class="message right">
<p>[[Explorer le Coran - Islam.->Réponse juste]]</p>
</li>
<li class="message right">
<p>[[Explorer la Torah - judaïsme.->Mauvaise réponse]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Authenticity</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Authenticity is crucial for a divine message—it must come from a genuinely reliable source. To ensure this, we look at how the message has been transmitted over time. A truly divine scripture should be preserved accurately without alterations.<br/><br/>
If a scripture has been touched by many hands and undergone numerous changes or interpretations, its reliability can be compromised. Authenticity depends on clear, unbroken transmission from the original source, preserving the message as intended without human distortion.</p>
</li>
<li class="message right">
<p>[[Back to Criteria.->Divine Criteria]]</p>
</li>
<li class="message right">
<p>[[Learn about Inimitability.->Inimitability]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Authenticité</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>L'authenticité est cruciale pour un message divin : il doit provenir d'une source véritablement fiable. Pour s'en assurer, nous examinons la manière dont le message a été transmis au fil du temps. Une écriture vraiment divine doit être préservée avec exactitude et sans altération.<br/><br/>
Si une écriture a été touchée par de nombreuses mains et a subi de nombreux changements ou interprétations, sa fiabilité peut être compromise. L'authenticité dépend d'une transmission claire et ininterrompue de la source originale, préservant le message tel qu'il était prévu, sans distorsion humaine.
</p>
</li>
<li class="message right">
<p>[[Retourner à Critères.->Critères divins]]</p>
</li>
<li class="message right">
<p>[[En savoir plus sur l'inimitabilité.->Inimitabilité]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Authenticité du Coran</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>L'authenticité du Coran est renforcée par sa préservation méticuleuse au fil des siècles. Il a été transmis tel quel depuis sa révélation, avec une documentation historique importante et a été mémorisé par des millions de musulmans. Contrairement à d'autres textes, le texte original du Coran est resté intact et n'a pas été modifié, ce qui en fait une source fiable et authentique qui répond aux normes d'authenticité les plus strictes.
</p>
</li>
<li class="message right">
<p>[[Retour à l'application des critères du Coran->Réponse juste]]</p>
</li>
<li class="message right">
<p>[[En savoir plus sur l'inimitabilité du Coran.->Inimitabilité du Coran]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>The Ultimate Guide</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>We've seen that the Qur'an uniquely satisfies all four criteria for a divine message—authenticity, inimitability, consistency, and miracles. Unlike other scriptures that might only meet some of these criteria, the Qur'an fulfills them all, pointing to its divine origin.<br/><br/>
But there's something even more astonishing! What if i told you that the entire journey we’ve taken, from exploring the origin of the universe to the criteria for assessing divine truth, every argument and proof discussed, is actually what the Creator has revealed in the Quran to guide mankind</p>
</li>
<li class="message right">
<p>[[Show me how->Connect the Dots]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>L'Cohérence</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>La cohérence est essentielle pour vérifier la nature divine d'un message. Une écriture vraiment divine doit être cohérente et harmonieuse dans son ensemble, sans contradictions ni incohérences.<br/><br/>
Cela signifie que chaque partie du message doit s'aligner sur l'ensemble et que ses enseignements doivent rester uniformes dans différents contextes et à différentes époques. Un message qui reste cohérent dans le temps et dans les différents aspects de la vie renforce sa revendication d'origine divine, car il témoigne d'un objectif profond et unifié.
</p>
</li>
<li class="message right">
<p>[[Retourner à Critères.->Critères divins]]</p>
</li>
<li class="message right">
<p>[[En savoir plus sur les miracles.->MiraclesFR]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Cohérence du Coran</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Le Coran est remarquable pour sa cohérence, avec un message clair et sans ambiguïté de monothéisme qui est maintenu tout au long de ses versets. Ses enseignements sur l'unicité de Dieu et les conseils moraux sont cohérents et harmonisés entre les différents chapitres et contextes. Cette cohérence garantit que son message principal reste intact et unifié, affirmant son origine divine en évitant les contradictions et en maintenant une narration stable.
</p>
</li>
<li class="message right">
<p>[[Retour à l'application des critères du Coran->Réponse juste]]</p>
</li>
<li class="message right">
<p>[[En savoir plus sur les miracles du Coran.->Miracles du Coran]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Comment tout cela a-t-il commencé ?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Puisque l'univers est fini, dépendant et qu'il a eu un commencement, nous avons trois possibilités pour expliquer son existence :
</p>
</li>
<li class="message right">
<p>[[Il a été créé par rien.]]</p>
</li>
<li class="message right">
<p>[[Il s'est créé lui-même.]]</p>
</li>
<li class="message right">
<p>[[Il a été créé par quelque chose d'autre.]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Connect the dots!</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Let's connect our journey back to the Qur'an. We all started with the concept of scientific theories like the Big Bang. One reason why these theories point towards a beginning is because it can be observed that the universe is expanding, therefore can be traced back to a single dense point at the beginning of time itself.<br/><br/>
And the Quran tells us in <a href="https://quran.com/en/adh-dhariyat/47">Chapter 51 Verse 47 </a> <strong>: "We built the universe with ˹great˺ might, and We are certainly expanding ˹it˺" </strong><br/><br/>
The Quran mentions with astounding precision how the universe began in <a href="https://quran.com/en/21:30"> Chapter 21 Verse 30</a> <strong>: "Do the disbelievers not realize that the heavens and earth were ˹once˺ one mass then We split them apart? And We created from water every living thing. Will they not then believe?" </strong><br/><br/>
The Quran even challenges one to reflect on their belief after providing proof of it's truthfullness.
</p>
</li>
<li class="message right">
<p>[[Show me more!]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Consistency</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Consistency is key to verifying the divine nature of a message. A truly divine scripture must be coherent and harmonious throughout, without contradictions or inconsistencies.<br/><br/>
This means that every part of the message should align with the whole, and its teachings should remain uniform across different contexts and times. A message that remains consistent over time and across different aspects of life strengthens its claim to divine origin, as it shows a profound and unified purpose.</p>
</li>
<li class="message right">
<p>[[Back to Criteria.->Divine Criteria]]</p>
</li>
<li class="message right">
<p>[[Learn about Miracles.->Miracles]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Multiplicity?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>If the uncreated cause were multiple, it could lead to conflicts and complications, as these causes would need to work together perfectly to create the universe. This introduces issues like potential disagreements among the causes and the need for an explanation of how they coexist. Additionally, having multiple causes can complicate the explanation and doesn't resolve the issue of an infinite regress of causes. Therefore, it's more logical to consider a singular uncreated cause.</p>
</li>
<li class="message right">
<p>[[Explore more on this possibility]]</p>
</li>
<li class="message right">
<p>[[Then a singular entity is more plausible->Is the uncreated cause singular?]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Created By Something Created?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>If the universe was created by something created, we would have an infinite regress of causes. Imagine a chain of created beings stretching back infinitely. This concept is problematic because it implies that we would never reach the initial cause, and without an initial cause, the chain itself couldn’t start. Therefore, an infinite regress of created things is logically impossible. Thus, the universe must be created by something uncreated.</p>
</li>
<li class="message right">
<p>[[Give me an example]]</p>
</li>
<li class="message right">
<p>[[Then the universe must be from an uncreated creator->Created by something uncreated.]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Created By Something UnCreated?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>The only remaining possibility is that the universe was created by something uncreated, which means this cause must be eternal and not dependent on anything else. This uncreated cause is the starting point for everything else that exists, providing a logical and coherent explanation for the universe’s existence.<br/><br/>
But another question arises:<br/>
Is it singular, meaning one unique entity, or could it be multiple causes working together?<br/><br/>
Understanding whether the uncreated cause is singular or multiple helps us better comprehend the nature of this cause and its relationship to the universe.</p>
</li>
<li class="message right">
<p>[[Could the uncreated cause be multiple?]]</p>
</li>
<li class="message right">
<p>[[Is the uncreated cause singular?]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Last Scripture Standing?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Now that we’ve explored the four criteria for a divine message, you can apply these standards to the major scriptures of various religions. You’ll find that only one scripture meets all four criteria comprehensively.<br/><br/>
Take a moment to think: which of these scriptures might satisfy all four criteria?</p>
</li>
<li class="message right">
<p>[[Explore the Bible - Christianity.->Wrong Answer]]</p>
</li>
<li class="message right">
<p>[[Explore the Vedas - Hinduism.->Wrong Answer]]</p>
</li>
<li class="message right">
<p>[[Explore the Qur'an - Islam.->Right Answer]]</p>
</li>
<li class="message right">
<p>[[Explore the Torah - Jewdaism.->Wrong Answer]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Critères divins</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Pour identifier un message véritablement divin, nous utilisons quatre critères essentiels. Ces critères sont infaillibles et exhaustifs, garantissant que tout message qui y répond est véritablement divin. Il est essentiel de comprendre que les quatre critères doivent être satisfaits - les satisfaire partiellement n'est pas suffisant. Voici pourquoi :<br/><br/>
<strong>Authenticité:</strong> Le message doit provenir d'une source authentique et fiable. Cela garantit qu'il n'est pas fabriqué ou erroné.<br/>
<strong>Inimitabilité:</strong> Le message doit être unique et ne peut être reproduit par l'homme, ce qui confirme son origine divine.<br/>
<strong>Cohérence:</strong> Le message doit être cohérent et homogène, ce qui prouve qu'il n'est ni imparfait ni contradictoire.<br/>
<strong>Miracles:</strong> Des éléments extraordinaires doivent étayer sa nature divine et la distinguer des créations humaines ordinaires.<br/><br/>
Lequel voulez-vous explorer en premier ?
</p>
</li>
<li class="message right">
<p>[[Authenticité]]</p>
</li>
<li class="message right">
<p>[[Inimitabilité]]</p>
</li>
<li class="message right">
<p>[[Cohérence]]</p>
</li>
<li class="message right">
<p>[[Miracles->MiraclesFR]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Comment l’univers a-t-il été créé ?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Commençons par une question essentielle : Comment l’univers a-t-il été créé ?<br/><br/>
L’Univers n’est pas infini ; il a un commencement et une fin. Des théories scientifiques telles que le Big Bang suggèrent qu’il a commencé à s'étendre à partir d'un état petit et dense il y a environ 13,8 milliards d'années. De plus, la deuxième loi de la thermodynamique indique que l'énergie utilisable de l'univers s'épuise, ce qui signifie qu'il ne peut être éternel. Donc l’univers est défini : ce qui veut dire qu’il est dépendant et a eu un commencement et aura une fin. <br/><br/>
Souhaitez-vous approfondir cet argument ou devrions-nous passer à l'étape suivante ?
</p>
</li>
<li class="message right">
<p>[[En savoir plus->En Savoir Plus Placeholder]]</p>
</li>
<li class="message right">
<p>[[Comment tout cela a-t-il commencé?]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Des créateurs multiples?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Aussi irrationnelle que soit la régression infinie des causes, il est facile de conclure que la cause de l'univers doit être éternelle et incréée. Le Coran soutient ce concept en soulignant la nécessité d'un Créateur unique et éternel :
<br/><br/>
<a href="https://quran.com/fr/21:22">Chapitre 21 Verset 22</a> : <strong>"S’il y avait dans le ciel et la Terre des divinités autre qu’Allah, tous deux seraient certes dans le désordre. Gloire donc à Allah, Seigneur du Trône ! Il est au- dessus de ce qu’ils Lui attribuent !"</strong>
Le Coran nous invite à réfléchir rationnellement de la manière dont tout cela a commencé.
</p>
</li>
<li class="message right">
<p>[[Il est le createur unique->Le coran décrit ce Créateur]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Truly Divine?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>To identify a truly divine message, we use four essential criteria. These criteria are foolproof and comprehensive, ensuring that any message meeting them is genuinely divine. It’s crucial to understand that all four criteria must be satisfied—partially meeting them is not enough. Here’s why:<br/><br/>
<strong>Authenticity:</strong> The message must come from a genuine and reliable source. This ensures it's not fabricated or mistaken.<br/>
<strong>Inimitability:</strong> It must be unique and beyond human ability to replicate, confirming its divine origin.<br/>
<strong>Consistency:</strong> The message should be coherent and consistent throughout, proving it is not flawed or contradictory.<br/>
<strong>Miracles:</strong> There should be extraordinary elements supporting its divine nature, distinguishing it from ordinary human creations.<br/><br/>
Which one do you want to explore first?</p>
</li>
<li class="message right">
<p>[[Authenticity]]</p>
</li>
<li class="message right">
<p>[[Inimitability]]</p>
</li>
<li class="message right">
<p>[[Consistency]]</p>
</li>
<li class="message right">
<p>[[Miracles]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Divine Relationship</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>With the understanding that the universe was created by a singular uncreated cause, we can now consider how this cause might interact with us. If this cause is indeed powerful and purposeful, it would naturally extend its influence to guide its creation—especially us, humans.</p>
</li>
<li class="message right">
<p>[[Explore Claims of Divine Revelation]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Une attente infini?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Imaginez un tireur d'élite qui attend l'ordre de son supérieur avant de tirer sur sa cible. Si ce supérieur doit également demander l'autorisation à un échelon supérieur, et que cette procédure se poursuit à l'infini, le tireur d'élite ne tirera jamais sur sa cible.<br/><br/>
Cependant, le fait que le tireur d’élite tire effectivement signifie qu’il devait y avoir quelqu’un au sommet de la chaîne qui n’avait pas besoin d’autorisation – quelqu’un qui avait le dernier mot. Cette personne est l'autorité ultime, et sans elle, le coup de feu n'aurait jamais été tiré.<br/><br/>
De la même manière, le fait que l’univers existe à l’heure actuelle suggère l’idée qu’il doit y avoir une cause ultime, quelque chose qui n’a pas besoin d’être créé par autre chose. Si chaque cause était elle-même créée par une autre cause, nous aurions une chaîne sans fin sans commencement et rien n’existerait. Mais puisque l’univers existe, cela indique qu’il doit y avoir un créateur incréé, une cause ultime qui a tout déclenché sans avoir été créée elle-même.
</p>
</li>
<li class="message right">
<p>[[Un autre exemple->En Savoir Plus Placeholder]]</p>
</li>
<li class="message right">
<p>[[Alors l'univers doit provenir d'un créateur incréé->L’Univers a été créé par quelque chose qui n’a pas été créé.]].</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>En Savoir Plus?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Nous vous remercions d'avoir manifesté votre intérêt pour en savoir plus. Cette section est en cours de construction et nous nous excusons pour cette fin de flux abrupte. <br/><br/>
Toutefois, veuillez remplir le formulaire avec vos quesitons et les détails pertinents et nous vous répondrons dès que possible. Nous espérons que vous en bénéficierez comme des millions d'autres l'ont fait !
</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>La cause incréée pourrait-elle être multiple - Plus expliquation?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Explorons l'idée que la cause incréée soit multiple. Si les causes incréées étaient multiples, elles devraient travailler ensemble pour créer l'Univers. Toutefois, ce concept pose plusieurs problèmes :<br/><br/>
Conflit et incompatibilité : Les causes multiples pourraient potentiellement entrer en conflit les unes avec les autres ou avoir des objectifs différents, ce qui rendrait difficile leur collaboration harmonieuse. Cela entre en conflit avec l'ordre et l'unité que nous observons dans l'univers.<br/><br/>
Régression infinie des causes : Si de multiples causes incréées étaient responsables, nous aurions besoin d'une explication pour leur existence et la manière dont elles sont apparues. Cela pourrait conduire à une régression infinie des causes, ce qui est logiquement problématique et ne résout pas la question initiale de la création de l'univers.<br/><br/>
Complexité et simplicité : Le principe de simplicité (rasoir d'Occam) suggère que l'explication la plus simple, avec le moins d'hypothèses possibles, est généralement la meilleure. Une cause unique est plus simple et plus cohérente que des causes multiples.<br/><br/>
Ainsi, l'idée de multiples causes incréées est moins plausible qu'une cause unique incréée.
</p>
</li>
<li class="message right">
<p>[[La cause incréée est-elle singulière ?]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Truly Divine?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Many religions claim to have divine revelation and inspired scriptures. These claims are found in various cultures and faiths, each presenting its own texts as divinely guided. With so many different messages, how can we determine which ones are truly divine?</p>
</li>
<li class="message right">
<p>[[We need some criteria to distinguish->Divine Criteria]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Quran Explains Purpose of Revelation</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Having established the need for an eternal and singular Creator, the next question is how we receive guidance from this Creator. The Qur'an explains that Allah sends guidance through revelation to lead humanity:<br/><br/>
<a href="https://quran.com/16:36">Chapter 16 Verse 36</a><strong>:"And We have certainly sent into every nation a messenger, [saying], ‘Worship Allah and avoid Taghut [false gods]..."</strong><br/><br/>
These verses show that Allah provides divine guidance through revelation to help us understand our purpose and follow the right path.
</p>
</li>
<li class="message right">
<p>[[Explore Criteria for Divine Revelavion According to Quran->Quran 4 Criteria]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Multiplicity and it's implications?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Let’s explore the idea of the uncreated cause being multiple. If there were multiple uncreated causes, they would need to work together to create the universe. However, this concept introduces several issues:<br/><br/>
<strong>Conflict and Incompatibility:</strong> Multiple causes could potentially conflict with each other or have differing purposes, making it difficult for them to work together harmoniously. This conflicts with the order and unity we observe in the universe.<br/><br/>
<strong>Infinite Regress of Causes:</strong> If multiple uncreated causes were responsible, we would need an explanation for their existence and how they came to be. This could lead to an infinite regress of causes, which is logically problematic and doesn’t solve the original question of the universe's creation.<br/><br/>
<strong>Complexity and Simplicity:</strong> The principle of simplicity (Occam’s Razor) suggests that the simplest explanation, with the fewest assumptions, is usually the best. A singular cause is simpler and more coherent than multiple causes.<br/><br/>
Thus, the idea of multiple uncreated causes is less plausible than a singular uncreated cause.</p>
</li>
<li class="message right">
<p>[[Is the uncreated cause singular?]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Les prétentions à la révélation divine</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>De nombreuses religions se réclament d'une révélation divine et d'écritures inspirées. Ces affirmations se retrouvent dans diverses cultures et confessions, chacune présentant ses propres textes comme divinement guidés. Avec autant de messages différents, comment pouvons-nous déterminer lesquels sont vraiment divins ?
</p>
</li>
<li class="message right">
<p>[[Nous avons besoin de critères pour faire la distinction->Critères divins]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Bienvenue!</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Bienvenue dans cette unique expérience où le sens de la vie et l'existence elle-même, seront remis en question. Je serai votre guide pour vous accompagner tout au long de cet extraordinaire cheminement à travers la science, l'histoire et la religion. Vous aurez la possibilité de choisir votre propre chemin et d'approfondir les sujets qui vous intriguent le plus. Prêt pour l’expédition ?
</p>
</li>
<li class="message right">
<p>[[C’est parti!]]</p>
</li>
<li class="message right">
<p>[[Parlez-moi un peu plus de ce voyage ->AgendaFR]] </p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Infinte Regress Analogy</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Imagine a sniper waiting for his superior's command before shooting his target. Now if this superior also has to ask permission from higher up the chain, and this goes on Ad Infinitum(forever/to inifinity), then the sniper will never shoot his target.
However, the fact that the sniper does take the shot means there must have been someone at the top of the chain who didn’t need permission—someone who had the final say. This person is the ultimate authority, and without them, the shot would never have been fired.<br/><br/>
Similarly, the fact that the universe exists right now points to the idea that there must be an ultimate cause—something that didn’t need to be created by anything else. If every cause was itself created by another cause, we would have an endless chain with no beginning, and nothing would exist. But since the universe does exist, it indicates that there must be an uncreated creator, an ultimate cause that started everything without being created itself.</p>
</li>
<li class="message right">
<p>[[Another example->Know More Placeholder]]</p>
</li>
<li class="message right">
<p>[[Then the universe must be from an uncreated creator->Created by something uncreated.]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>How did the universe begin?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Since the universe is finite, dependent, and had a beginning, we have three possibilities for its existence:</p>
</li>
<li class="message right">
<p>[[It was created by nothing.]]</p>
</li>
<li class="message right">
<p>[[It created itself.]]</p>
</li>
<li class="message right">
<p>[[It was created by something else.]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Il a été créer par quelque chose d’autre?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Étant donné que l'Univers ne peut avoir été créé par rien ou s'être créé lui-même, la seule conclusion logique est qu'il a été créé par quelque chose d'autre. <br/><br/>
Or, cette "autre chose" peut avoir été une chose créee ou incréee.
Cette cause extérieure doit être donc tres puissante, intelligente et ne pas être limitée par l'Univers.<br/><br/>
Quelle est la possibilité que vous aimeriez explorer ensuite ?
</p>
</li>
<li class="message right">
<p>[[L’Univers a été créé par quelque chose de créé.]]</p>
</li>
<li class="message right">
<p>[[L’Univers a été créé par quelque chose qui n’a pas été créé.]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Il a été créer par rien?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>L'idée que l'Univers a été créé par rien n'est pas plausible, car tout vient de quelque chose. S'il n'y avait vraiment rien, alors rien ne pourrait en découler. Il est donc impossible que l'Univers soit né du néant par lui-même.
</p>
</li>
<li class="message right">
<p>[[Il s'est créé lui-même.]]</p>
</li>
<li class="message right">
<p>[[Il a été créé par quelque chose d'autre.]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Il s’est créé lui-même?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>L'idée que l'univers se crée lui-même est logiquement absurde. Pour qu'une chose se crée elle-même, il faudrait qu'elle existe avant d'exister, ce qui est une contradiction. Une chose ne peut pas exister et ne pas exister en même temps. De ce fait, l’Univers n'a pas pu se créer lui-même.
</p>
</li>
<li class="message right">
<p>[[Il a été créé par rien.]]</p>
</li>
<li class="message right">
<p>[[Il a été créé par quelque chose d'autre.]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Inimitability</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Inimitability refers to the unique quality of a divine message that makes it impossible to replicate. A truly divine scripture exhibits a complexity and depth in its language and content that stands the test of time.<br/><br/>
This means the message should be so profound and intricate that the best of human skill and artistry cannot replicate it. It should possess a timeless quality that continues to be relevant and unmatched, proving its divine origin by its resistance to imitation.</p>
</li>
<li class="message right">
<p>[[Back to Criteria.->Divine Criteria]]</p>
</li>
<li class="message right">
<p>[[Learn about Consistency.->Consistency]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>L'inimitabilité</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>L'inimitabilité fait référence à la qualité unique d'un message divin qui le rend impossible à reproduire. Une écriture vraiment divine présente une complexité et une profondeur dans son langage et son contenu qui résistent à l'épreuve du temps.<br/><br/>
Cela signifie que le message doit être si profond et si complexe que le meilleur de la compétence humaine et de l'art ne peut le reproduire. Il doit posséder une qualité intemporelle qui reste pertinente et inégalée, prouvant son origine divine par sa résistance à l'imitation.
</p>
</li>
<li class="message right">
<p>[[Retourner à Critères.->Critères divins]]</p>
</li>
<li class="message right">
<p>[[En savoir plus sur la cohérence.->Cohérence]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Inimitabilité du Coran</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Le caractère inimitable du Coran est évident dans son excellence linguistique et littéraire inégalée. Même les poètes arabes les plus habiles de l'histoire ont tenté de reproduire son style unique, sa profondeur et son éloquence, mais n'ont pas réussi à s'en approcher. La langue du Coran est si distincte et sophistiquée qu'elle se démarque, démontrant un niveau d'art divin qu'aucun effort humain n'a réussi à imiter.
</p>
</li>
<li class="message right">
<p>[[Retour à l'application des critères du Coran->Réponse juste]]</p>
</li>
<li class="message right">
<p>[[En savoir plus sur la cohérence du Coran ->Cohérence du Coran]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Welcome!</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Welcome to this unique experience where the most enigmatic questions about life and existence itself will be challenged. I will be your guide through this journey of discovery, so put on your seat belt for this amazing ride through science, history, and religion. You’ll have the chance to choose your own path and delve into the topics that intrigue you the most. Ready to start this adventure?</p>
</li>
<li class="message right">
<p>[[Let’s get started!]]</p>
</li>
<li class="message right">
<p>[[Tell me more about this journey.->Agenda]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Unique</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Given the issues with multiple uncreated causes, the more reasonable conclusion is that the uncreated cause is singular. This means there is one unique, eternal cause that is responsible for the universe. A singular cause aligns with the observed order and unity in the universe and avoids the complications of multiple interacting causes.</p>
</li>
<li class="message right">
<p>[[Explore the precision and design of the universe->Know More Placeholder]]</p>
</li>
<li class="message right">
<p>[[Does it interact with us?->Divine Relationship]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Created Itself?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>The concept of the universe creating itself is logically absurd. For something to create itself, it would need to exist before it existed, which is a contradiction. Something cannot be in existance and not in existance at the same time. Therefore, the universe could not have created itself.</p>
</li>
<li class="message right">
<p>[[It was created by nothing.]]</p>
</li>
<li class="message right">
<p>[[It was created by something else.]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Created by Nothing?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>The idea that the universe was created by nothing is implausible because from nothing, nothing comes. If there was truly nothing, then nothing could arise from it. Hence, it's impossible for the universe to have come from nothing.</p>
</li>
<li class="message right">
<p>[[It created itself.]]</p>
</li>
<li class="message right">
<p>[[It was created by something else.]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Created by something else?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Given that the universe couldn't have been created by nothing or have created itself, the only logical conclusion is that it was created by something else.<br/><br/>
Now, this "something else" could either be something created or something uncreated.
This external cause must be powerful, intelligent, and not bound by the limitations of the universe.<br/><br/>
Which possibility would you like to explore next?</p>
</li>
<li class="message right">
<p>[[Created by something created.]]</p>
</li>
<li class="message right">
<p>[[Created by something uncreated.]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Explore Further</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Thank you for expressing your interest in exploring this aspect further. This section is under construction and we appologies for this abrubt end of flow.
However if you still wish to know more, please fill the form by clicking on the contact form below and we will get back to you as soon as possible. Hope this benefits you as it did for millions!</p>
</li>
<li class="message right">
<p><a href="javascript: window.history.back();">Back</a></p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>La cause incréée est-elle singulière?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Compte tenu des problèmes posés par la multiplicité des causes incréées, la conclusion la plus raisonnable est que la cause incréée soit singulière. Cela signifie qu'il existe une cause unique et éternelle responsable de l'Univers. Une cause singulière s'aligne sur l'ordre et l'unité observés dans l’Univers et évite les complications de causes multiples en interaction.
</p>
</li>
<li class="message right">
<p>[[Explorer la précision et la conception de l'univers->En Savoir Plus Placeholder]].</p>
</li>
<li class="message right">
<p>[[Interagit-il avec nous ? ->Relation divine]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>La cause incréée pourrait-elle être multiple?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Si la cause incréée était multiple, cela pourrait entraîner des conflits et des complications, car ces causes devraient fonctionner parfaitement ensemble pour créer l'univers. Cela pose des problèmes tels que des désaccords potentiels entre les causes et la nécessité d'expliquer comment elles coexistent. En outre, l'existence de causes multiples peut compliquer l'explication et ne résout pas le problème de la régression infinie des causes. Il est donc plus logique d'envisager une cause unique et incréée.
</p>
</li>
<li class="message right">
<p>[[En savoir plus sur cette possibilité]]</p>
</li>
<li class="message right">
<p>[[Alors une entité singulière est plus plausible->La cause incréée est-elle singulière ?]].</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><%function getPassageFromUrl() {
const urlParams = new URLSearchParams(window.location.search);
return urlParams.get('passage');
}
// Function to simulate the data-passage link click
function jumpToPassage(passageName) {
try {
window.story.show(passageName);
} catch (error) {
console.error(`Error showing passage "${passageName}": ${error.message}`);
// Redirect to the main page without parameters
window.location.href = '/index.html';
}
}
$(document).ready(function() {
const passage = getPassageFromUrl();
if (passage) {
jumpToPassage(passage);
}
});%>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<div class="banner">
<img src="/Assets/Banners/GDD2024.png" alt="Banner Image">
</div>
<h2>Please Select Language</h2>
<div class="chat-container">
<ul class="chat">
<li class="message right">
<p>[[English->Introduction]]</p>
</li>
<li class="message right">
<p>[[French]]</p>
</li>
<li class="message right">
<p style="line-height:10px;">[[Mauritian Creole]]*<br/><span style="font-size:10px; margin-top:10px;">This section may contain gramatical mistakes and does not reflect the official Mauritian Creole</span></p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
window.addEventListener('scroll', function() {
var navbar = document.querySelector('.navbar');
if (window.scrollY > 50) { // Adjust this value to control when the background appears
navbar.classList.add('scrolled');
} else {
navbar.classList.remove('scrolled');
}
});
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Le coran décrit ce Créateur</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Qui peut mieux décrire le créateur si ce n'est le créateur lui-même ?<br/><br/>
<a href="https://quran.com/fr/112">Chapitre 112 </a>:
<strong><br/>"1. Dis : "Il est Dieu, Unique.<br/>
2. Dieu, Le Seul à être imploré pour ce que nous désirons.<br/>
3. Il n’a jamais engendré, n’a pas été engendré non plus.<br/>
4. Et nul n’est égal à Lui."</strong><br/><br/>
Le Coran nous invite à réfléchir rationnellement à la manière dont tout cela a commencé.
</p>
</li>
<li class="message right">
<p>[[La Revelation]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Le guide ultime</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Nous avons vu que le Coran répond de manière unique aux quatre critères d'un message divin : authenticité, inimitabilité, cohérence et miracles. Contrairement à d'autres écritures qui ne répondent qu'à certains de ces critères, le Coran les remplit entièrement, ce qui témoigne de son origine divine.<br/><br/>
Mais il y a plus étonnant encore ! Et si je vous disais que tout le chemin que nous avons parcouru, depuis l'exploration de l'origine de l'univers jusqu'aux critères d'évaluation de la vérité divine, en passant par tous les arguments et toutes les preuves discutés, est en fait ce que le Créateur a révélé dans le Coran pour guider l'humanité ?
</p>
</li>
<li class="message right">
<p>[[Montrez-moi comment->Reliez les points!]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>How did the universe begin?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Let’s start with a big question: How did the universe begin?<br/><br/>
The universe isn't infinite; it had a beginning. Scientific theories like the Big Bang suggest it started expanding from a small, dense state about 13.8 billion years ago. Additionally, the second law of thermodynamics indicates that the universe’s usable energy is running down, which means it can't be eternal. So, the universe is finite, dependent, and had a beginning.<br/><br/>
Would you like to explore this argument in more detail, or should we move on to the next step?</p>
</li>
<li class="message right">
<p>[[Tell me more about this->Know More Placeholder]]</p>
</li>
<li class="message right">
<p>[[How did it all begin?]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>L’Univers a été créé par quelque chose de créé?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Si l'Univers a été créé par quelque chose de créé, nous aurions une régression infinie des causes. Imaginez une chaîne d'êtres créés s'étendant à l'infini. Ce concept est problématique, car il implique que nous n'atteindrions jamais la cause initiale, et sans cause initiale, la chaîne elle-même ne pourrait pas commencer. Par conséquent, une régression infinie de choses créées est logiquement impossible. Ainsi, l'Univers doit être créé par quelque chose qui n’a pas été créé.</p>
</li>
<li class="message right">
<p>[[Donnez-moi un exemple]]</p>
</li>
<li class="message right">
<p>[[Alors l'univers doit provenir d'un créateur incréé->L’Univers a été créé par quelque chose qui n’a pas été créé.]].</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>L’Univers a été créé par quelque chose qui n’a pas été crée?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>La seule possibilité restante est que l’Univers a été créé par quelque chose d'incréé, ce qui signifie que cette cause doit être éternelle et ne dépendre de rien d'autre. Cette cause incréée est le point de départ de tout ce qui existe, fournissant une explication logique et cohérente de l'existence de l'Univers.<br/><br/>
Mais une autre question se pose :
S'agit-il d'une cause singulière, c'est-à-dire d'une entité unique, ou pourrait-il s'agir de causes multiples agissant ensemble ?<br/><br/>
Le fait de savoir si la cause incréée est singulière ou multiple nous aide à mieux comprendre la nature de cette cause et sa relation avec l'Univers.
</p>
</li>
<li class="message right">
<p>[[La cause incréée pourrait-elle être multiple ?]]</p>
</li>
<li class="message right">
<p>[[La cause incréée est-elle singulière ?]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Mauvaise réponse</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Bien que cette écriture soit importante, elle ne satisfait pas pleinement aux quatre critères d'un message divin.
</p>
</li>
<li class="message right">
<p>[[Réessayer->Application des critères]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Miracles</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Miracles are a powerful indicator of a divine message. A truly divine scripture often contains information that was beyond the knowledge of humanity at the time it was revealed.<br/><br/>
If a scripture provides insights or knowledge that were impossible for anyone to know at that time—such as scientific facts, historical events, or detailed prophecies—it suggests that the message comes from a Creator who possesses complete knowledge of creation. This divine insight, which would be unattainable through human means alone, supports the claim of a divine origin for the scripture.</p>
</li>
<li class="message right">
<p>[[Back to Criteria.->Divine Criteria]]</p>
</li>
<li class="message right">
<p>[[Let's apply this on the World's Greatest Religions->Criteria Application]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Miracles du Coran</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Le Coran contient des détails complexes sur la vie, les êtres humains et la nature qui dépassent les connaissances scientifiques et historiques de l'époque. Il décrit le développement embryonnaire, les phénomènes cosmiques et les processus naturels avec une précision remarquable. En outre, il contient des prophéties qui se sont réalisées au fil du temps. Des informations aussi détaillées et des prédictions aussi précises ne peuvent provenir que du Créateur, qui a une connaissance complète de sa création. L'ensemble de ces facteurs indique que le Coran est d'origine divine.
</p>
</li>
<li class="message right">
<p>[[Retour à l'application des critères du Coran->Réponse juste]]</p>
</li>
<li class="message right">
<p>[[Je suis prêt(e)->Le guide ultime]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Miracles</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Les miracles sont un indicateur puissant d'un message divin. Une écriture véritablement divine contient souvent des informations qui dépassaient les connaissances de l'humanité à l'époque où elle a été révélée.<br/><br/>
Si une écriture fournit des informations ou des connaissances qui étaient impossibles à connaître à l'époque, comme des faits scientifiques, des événements historiques ou des prophéties détaillées, cela suggère que le message provient d'un Créateur qui possède une connaissance complète de la Création. Cette vision divine, qui serait inaccessible par des moyens humains uniquement, soutient l'affirmation d'une origine divine de l'Écriture.
</p>
</li>
<li class="message right">
<p>[[Retourner à Critères.->Critères divins]]</p>
</li>
<li class="message right">
<p>[[Appliquons ceci aux plus grandes religions du monde->Application des critères]].</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Quran Explains Criteria for Divine Revelation</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>The four criteria for determining a divine message are all directly derived from the Quran as God himself tells us how to discern between truth and falsehood:<br/><br/>
<strong>Authenticity:</strong><a href="https://quran.com/15:9">Chapter 15 Verse 9</a><strong>:"It is certainly We Who have revealed the Reminder, and it is certainly We Who will preserve it."</strong><br/><br/>
<strong>Inimitability:</strong><a href="https://quran.com/17:88">Chapter 17 Verse 88</a><strong>:"Say, 'If mankind and the jinn were gathered to produce the like of this Qur'an, they could not produce the like of it, even if they were to assist one another.'"</strong><br/><br/>
<strong>Consistency:</strong><a href="https://quran.com/4:82">Chapter 4 Verse 82</a><strong>:"Do they not then reflect on the Quran? Had it been from anyone other than Allah, they would have certainly found in it many inconsistencies."</strong><br/><br/>
<strong>Miracles:</strong><a href="https://quran.com/10:101">Chapter 10 Verse 101</a><strong>:"Say, 'Examine what is in the heavens and the earth.' But signs and warnings benefit not a people who do not believe."</strong><br/><br/>
These verses illustrate that the Quran not just meets all four criteria, but displays without a doubt that the criteria itself is derived from it, proving the Quran to be exceptional and thus Divine.
</p>
</li>
<li class="message right">
<p>[[How did the Quran come about?->Quran Revelation]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Authenticity of the Quran</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>The Qur'an's authenticity is solidified by its meticulous preservation through centuries. It has been transmitted unchanged from its revelation, with extensive historical documentation and memorization by millions of Muslims. Unlike other texts, the Qur'an's original text has remained intact and unaltered, providing a reliable and genuine source that meets the highest standards of authenticity.</p>
</li>
<li class="message right">
<p>[[Back to Quran Criteria Application->Right Answer]]</p>
</li>
<li class="message right">
<p>[[Learn about the Inimitability of the Qur'an.->Quran Inimitability]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Consistency of the Quran</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>The Qur'an is remarkable for its consistency, with a clear and unambiguous message of monotheism that is maintained throughout its verses. Its teachings on the oneness of God and moral guidance are coherent and harmonized across different chapters and contexts. This consistency ensures that its core message remains intact and unified, affirming its divine origin by avoiding contradictions and maintaining a steady narrative.</p>
</li>
<li class="message right">
<p>[[Back to Quran Criteria Application->Right Answer]]</p>
</li>
<li class="message right">
<p>[[Learn about the Miracles of the Qur'an.->Quran Miracles]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Inimitability of the Quran</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>The Qur'an's inimitability is evident in its unmatched linguistic and literary excellence. Even the most skilled Arabic poets throughout history have attempted to replicate its unique style, depth, and eloquence but have failed to come even close. The Qur'an's language is so distinct and sophisticated that it stands apart, demonstrating a level of divine artistry that no human effort has managed to imitate.</p>
</li>
<li class="message right">
<p>[[Back to Quran Criteria Application->Right Answer]]</p>
</li>
<li class="message right">
<p>[[Learn about the Consistency of the Qur'an.->Quran Consistency]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Miracles of the Quran</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>The Qur'an contains intricate details about life, humans, and nature that were beyond the scientific and historical knowledge of its time. It describes embryonic development, cosmic phenomena, and natural processes with remarkable accuracy. Additionally, it includes prophecies that have come true over time. Such detailed information and accurate predictions could only come from the Creator, who has complete knowledge of His creation. These factors collectively point to the Qur'an's divine origin. <br/><br/>
Now after coming this far, there is something mind blowing to share with you!</p>
</li>
<li class="message right">
<p>[[Back to Quran Criteria Application->Right Answer]]</p>
</li>
<li class="message right">
<p>[[Am Ready!->Big Reveal]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Prophets & Messengers</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>As mentioned previously, God manifests it's will through revelation to chosen Prophets and Messengers(Peace Be Upon Them All), tasking then to Guide their People. <br/><br/>
The Quran was revelead to the Prophet Muhammad(Peace and Blessings Be Upon Him) and is considered the <strong>Seal of the Prophets</strong>, meaning he is the final prophet & messenger in a long line since the first man: Adam(Peace be Upon Him). This also includes many figures revered in other Abrahamic faiths, such as <strong>Noah, Abraham, Moses, and Jesus (peace be upon them all)</strong>.<br/><br/>
These prophets were sent to guide humanity and were given scriptures like the Torah, Psalms, and Gospel. However, over time, these scriptures were altered by human hands, losing their original messages. The Qur'an, revealed to Muhammad, remains unaltered and preserves the true guidance from God.
</p>
</li>
<li class="message right">
<p>[[Explore Prophet Muhammad's(PBUH) Claim to Prophethood->Know More Placeholder]]</p>
</li>
<li class="message right">
<p>[[Explore The Teachings and there Implications->What it means to be a muslim?]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Multiple Creators?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>As irrational as something such as the infinite regress of causes, it is easy to conclude that the cause of the universe must be eternal and uncreated. The Qur'an supports this concept by emphasizing the necessity of a singular, eternal Creator:<br/><br/>
<a href="https://quran.com/21:22">Chapter 21 Verse 22 </a> <strong>:"If there were other gods in either [Heaven or Earth] besides God [Alone], they would both[Heaven and Earth] dissolve in chaos...."</strong><br/><br/>
The Quran urges us to think rationally about how it all began.
</p>
</li>
<li class="message right">
<p>[[He is surely One! What more?->Quran on Tawheed]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Quran Describes This Creator</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Who best to describe the creator but the creator himself?:<br/><br/>
<a href="https://quran.com/112">Chapter 112 </a> <strong>:<br/>{1. Say, “He is God, the One.<br/> 2. God, the Absolute(Eternal Refuge).<br/>3. He begets not, nor was He begotten.<br/>4. And there is none comparable to Him.”}</strong><br/><br/>
The Quran urges us to think rationally about how it all began.
</p>
</li>
<li class="message right">
<p>[[Explore Revelation]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Meet with us!</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>This is completely natural. Let us reassure you with the opportunity to meet over some food and discuss. We would be honored to be in your company and help you through your thought process and any other questions related. You are not the first one going through this and you are surronded with amazing people ready to help.
</p>
</li>
<li class="message right">
<p><a href="https://forms.gle/3j7MBi6dfD9HDcT6A">I Accept<a></p>
</li>
<li class="message right">
<p>[[Maybe another time->Warning]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Relation Divine avec l'humain?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Sachant que l’Univers a été créé par une cause unique et indépendante, nous pouvons maintenant nous demander comment cette cause peut interagir avec nous. Si cette cause est effectivement puissante et déterminée, elle étendrait naturellement son influence pour guider sa création, en particulier nous, les humains.
</p>
</li>
<li class="message right">
<p>[[Explorer les prétentions à la révélation divine]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Reliez les points!</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Reprenons notre voyage jusqu'au Coran. Nous avons tous commencé avec le concept de théories scientifiques telles que le Big Bang. L'une des raisons pour lesquelles ces théories indiquent un commencement est que l'on peut observer que l'univers est en expansion et qu'il peut donc être ramené à un point unique et dense au début du temps lui-même.<br/><br/>
Le Coran nous dit au <a href="https://quran.com/fr/51:47">chapitre 51, verset 47</a> : <strong>"Le ciel(le cosmos), Nous l’avons construit par Notre puissance : et Nous l’étendons [constamment] : dans l’immensité."</strong><br/><br/>
Le Coran mentionne avec une précision stupéfiante comment l'univers a commencé au <a href="https://quran.com/fr/21:30">chapitre 21, verset 30</a> : <strong>"Ceux qui ont mécru, n’ont-ils pas vu que les cieux et la Terre formaient une masse compacte ? Ensuite Nous les avons séparés et fait de l’eau toute chose vivante. Ne croiront-ils donc pas ?"</strong><br/><br/>
Le Coran invite même les gens à réfléchir à leur croyance après avoir fourni des preuves de sa véracité.
</p>
</li>
<li class="message right">
<p>[[Je veux en savoir plus!->Réflexion sur l’origine]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Truly Divine</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Right! For a comprehensive understanding, let’s explore how the Qur'an meets each criterion.</p>
</li>
<li class="message right">
<p>[[Learn about the Qur'an’s Authenticity.->Quran Authenticity]]</p>
</li>
<li class="message right">
<p>[[Learn about the Qur'an’s Inimitability.->Quran Inimitability]]</p>
</li>
<li class="message right">
<p>[[Learn about the Qur'an’s Consistency.->Quran Consistency]]</p>
</li>
<li class="message right">
<p>[[Learn about the Qur'an’s Miracles.->Quran Miracles]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Réflexion sur l’origine</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Nous avons exploré les possibilités d'origine de l'univers - qu'il soit né du néant, qu'il se soit créé lui-même ou qu'il ait été créé par quelque chose d'autre. Le Coran aborde directement cette question :<br/><br/>
<a href="https://quran.com/fr/52:35">Chapitre 52 Verset 35</a> : <strong>"Ont-ils été créés à partir de rien ou sont-ils eux les créateurs ?"</strong>
Ce verset utilise une adresse sous forme de question rhétorique pour souligner qu'il est absurde de penser ainsi. Il doit y avoir un créateur incréé, éternel et vivant.
</p>
</li>
<li class="message right">
<p>[[Intéressant ! Qu’est-ce qu’il y a ensuite?->Des créateurs multiples]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Bonne réponse</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>C'est vrai ! Pour une meilleure compréhension, examinons comment le Coran répond à chacun de ces critères.
</p>
</li>
<li class="message right">
<p>[[En savoir plus sur l'authenticité du Coran.->Authenticité du Coran]]</p>
</li>
<li class="message right">
<p>[[En savoir plus sur l'inimitabilité du Coran.->Inimitabilité du Coran]]</p>
</li>
<li class="message right">
<p>[[En savoir plus sur la cohérence du Coran.->Cohérence du Coran]] </p>
</li>
<li class="message right">
<p>[[En savoir plus sur les miracles du Coran.->Miracles du Coran]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Shahaadah</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>This simple yet profound statement encapsulates the essence of Islam and signifies one's acceptance of the faith.<br/><br/>
By accepting the Shahadah, a person acknowledges the oneness of God and the prophethood of Muhammad, committing to follow the guidance provided in the Qur'an.
</p>
</li>
<li class="message right">
<p><a href="https://forms.gle/BexqCZNpdgbzT5VA9">I am ready to officially declare my faith<a></p>
</li>
<li class="message right">
<p>[[I am hesitating->Reassure Shahaadah]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Reflect on the Origin</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>We've explored the possibilities for the universe's origin—whether it came from nothing, created itself, or was created by something else. The Qur'an addresses this directly:<br/><br/>
<a href="https://quran.com/en/52:35">Chapter 52 Verse 35 </a> <strong>:"Or were they created by nothing, or were they the creators [of themselves]?"</strong><br/><br/>
This verse uses an address in the form of a rhetorical question to alude to the fact that it is absurd to think in this way. There must be an uncreated creator, eternal and ever-living.
</p>
</li>
<li class="message right">
<p>[[Interesting! What's next?->Quran on Multiplicity]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>What it means to be a Muslim</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>The word Muslim comes from the root word istaslama in the Arabic Language which means to Submit. Applied to the religious context, it means to Someone who Submits willingly and completely to the Will of God, achieving inner peace and happiness<br/><br/>
This submission involves following the guidance provided through the Qur'an, which was revealed to the last prophet, Muhammad (peace be upon him).<br/><br/>
The core declaration of faith for a Muslim is the Shahadah, which states:
<strong>"There is no god but Allah, and Muhammad is His messenger."</strong>
Anyone who agrees with the statement is at core a Muslim by definition. This is nothing but the purpose of the whole conversation since the beginning. To show that this statement is firmly rooted in common sense and stongly proven through divine revelation.
</p>
</li>
<li class="message right">
<p>[[I agree with the Statement->Shahaadah]]</p>
</li>
<li class="message right">
<p>[[I still have reserves->Warning]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Pleasure having you! Share for others to benefit!</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>We only hope you have benefitted from completing this journey of discovery! We’ve explored profound questions about existence, the universe, and divine revelation, leading to the recognition of the Qur'an and the prophethood of Muhammad (peace be upon him). <br/><br/>
If you have any questions or would like to delve deeper into any topic, feel free to reach out. If you’re interested in learning more, volunteering, or supporting our mission, please fill out the form provided.<br/><br/>
<strong>Share this conversation, Like our page!</strong>
</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Think Again!</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>While this scripture is significant, it does not fully satisfy all four criteria of a divine message. </p>
</li>
<li class="message right">
<p>[[Try Again->Criteria Application]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>The Reality of Time and Our Condition</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Imagine a person lost at sea, surrounded by endless waves, struggling to find their way back to shore. This is the condition of humanity—lost in the vast ocean of time, struggling to find meaning and purpose. But there is a way out.<br/><br/>
<a href="https://quran.com/103">Surah Al-Asr (Chapter 103)</a> beautifully captures this reality:<br/>
<strong>"By time, Indeed, mankind is in loss, Except for those who have believed and done righteous deeds and advised each other to truth and advised each other to patience."</strong><br/><br/>
This profound message reminds us that everyone is at risk of losing themselves—wasting their lives in pursuits that don’t bring true fulfillment or peace. The only way to avoid this loss is by believing in the truth, doing good deeds, encouraging each other towards the truth, and being patient through life’s challenges.<br/><br/>
In essence, it’s not enough to just exist. To truly thrive, we must anchor our lives in belief, righteous actions, truth, and patience. Only then can we navigate the stormy seas of life and find our way to safety.
</p>
</li>
<li class="message right">
<p>[[I have more questions->Know More Placeholder]]</p>
</li>
<li class="message right">
<p>[[Done->Wrap Up]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Any further questions, please reach out to us</a></button>
</div>
<div class="footer-container">
<p>Our Mobile App Coming Soon(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donate</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volunteer</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speak(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>La Revelation</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Ayant établi la nécessité d'un Créateur éternel et unique, la question suivante est de savoir comment nous recevons des directives de ce Créateur. Le Coran explique qu'Allah envoie des directives par révélation pour guider l'humanité :<br/><br/>
<a href="https://quran.com/fr/16:36">Chapitre 16 Verset 36</a><strong>:"Et Nous avons certes envoyé dans chaque communauté un messager [disant] : ‘Adorez Allah et évitez le Taghut [les faux dieux]..."</strong><br/><br/>
Ces versets montrent qu'Allah fournit une guidance divine par la révélation pour nous aider à comprendre notre but et à suivre le bon chemin.
</p>
</li>
<li class="message right">
<p>[[Explorer les Critères de la Révélation Divine selon le Coran->Coran 4 Criteria]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Le coran et les 4 critères</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Les quatre critères pour déterminer un message divin sont tous directement dérivés du Coran, car Dieu lui-même nous dit comment discerner entre la vérité et le mensonge :<br/><br/>
<strong>Authenticité :</strong><a href="https://quran.com/fr/15:9">Chapitre 15 Verset 9</a><strong>:"C'est Nous qui avons fait descendre le Rappel, et c'est Nous qui en sommes gardiens."</strong><br/><br/>
<strong>Inimitabilité :</strong><a href="https://quran.com/fr/17:88">Chapitre 17 Verset 88</a><strong>:"Dis : 'Même si les hommes et les djinns s'unissaient pour produire quelque chose de semblable à ce Coran, ils ne produiraient rien de semblable, même s'ils se soutenaient les uns les autres.'"</strong><br/><br/>
<strong>Consistance :</strong><a href="https://quran.com/fr/4:82">Chapitre 4 Verset 82</a><strong>:"Ne méditent-ils donc pas sur le Coran ? S'il provenait d'un autre qu'Allah, ils y trouveraient certes de nombreuses contradictions."</strong><br/><br/>
<strong>Miracles :</strong><a href="https://quran.com/fr/10:101">Chapitre 10 Verset 101</a><strong>:"Dis : 'Observez ce qui est dans les cieux et sur la terre.' Mais ni les signes ni les avertissements ne peuvent profiter à un peuple qui ne croit pas."</strong><br/><br/>
Ces versets illustrent que le Coran non seulement répond à tous les quatre critères, mais montre sans aucun doute que ces critères eux-mêmes sont dérivés du Coran, prouvant ainsi que le Coran est exceptionnel et donc divin.
</p>
</li>
<li class="message right">
<p>[[Comment le Coran a-t-il été révélé ?->Coran Revelation]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Le coran et les 4 critères</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Comme mentionné précédemment, Dieu manifeste Sa volonté à travers des révélations aux Prophètes et Messagers choisis (Que la Paix soit sur eux tous), les chargeant de guider leur peuple. <br/><br/>
Le Coran a été révélé au Prophète Muhammad (Que la Paix et les Bénédictions soient sur lui) et est considéré comme le <strong>Sceau des Prophètes</strong>, ce qui signifie qu'il est le dernier prophète et messager dans une longue lignée depuis le premier homme : Adam (Que la Paix soit sur lui). Cela inclut également de nombreuses figures connues dans d'autres religions abrahamiques, telles que <strong>Noé, Abraham, Moïse et Jésus (Que la Paix soit sur eux tous)</strong>.<br/><br/>
Ces prophètes ont été envoyés pour guider l'humanité et ont reçu des Écritures comme la Torah, les Psaumes et l'Évangile. Cependant, avec le temps, ces Écritures ont été altérées par les mains humaines, perdant ainsi leurs messages originaux. Le Coran, révélé à Muhammad, reste inchangé et préserve la véritable guidance de Dieu.
</p>
</li>
<li class="message right">
<p>[[Explorer la revendication du Prophète Muhammad (PSSL) à la Prophétie->En Savoir Plus Placeholder]]</p>
</li>
<li class="message right">
<p>[[Explorer les enseignements et leurs implications->Qu'est-ce que cela signifie d'être musulman?]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Qu'est-ce que cela signifie d'être musulman?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Le mot Musulman(Muslim en Arabe) vient du mot racine « istaslama » en langue arabe, qui signifie « se soumettre ». Appliqué au contexte religieux, cela désigne une personne qui se soumet volontairement et complètement à la Volonté de Dieu, atteignant ainsi la paix intérieure et le bonheur.<br/><br/>
Cette soumission implique de suivre les directives fournies à travers le Coran, qui a été révélé au dernier prophète, Muhammad (que la paix soit sur lui).<br/><br/>
La déclaration fondamentale de foi pour un Musulman est la Shahada, qui affirme :
<strong>« Il n'y a de dieu qu'Allah, et Muhammad est Son messager. »</strong>
Quiconque accepte cette déclaration est, par définition, un Musulman. C'est précisément le but de toute cette conversation depuis le début : montrer que cette affirmation est fermement ancrée dans le bon sens et solidement prouvée par la révélation divine.
</p>
</li>
<li class="message right">
<p>[[Je suis d'accord avec la déclaration->ShahaadahFR]]</p>
</li>
<li class="message right">
<p>[[J'ai encore des réserves->Avertissement]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>La Réalité du Temps et Notre Condition</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Imaginez une personne perdue en mer, entourée de vagues infinies, luttant pour retrouver le chemin du rivage. C'est la condition de l'humanité—perdue dans l'immense océan du temps, cherchant désespérément à trouver un sens et un but. Mais il existe une voie de sortie.<br/><br/>
<a href="https://quran.com/fr/103">La Sourate Al-Asr (Chapitre 103)</a> capture magnifiquement cette réalité :<br/>
<strong>"Par le Temps ! L'homme est certes, en perdition, sauf ceux qui croient et accomplissent les bonnes œuvres, s'enjoignent mutuellement la vérité et s'enjoignent mutuellement l'endurance."</strong><br/><br/>
Ce message profond nous rappelle que chacun court le risque de se perdre—de gaspiller sa vie dans des poursuites qui n'apportent ni véritable épanouissement ni paix. La seule façon d'éviter cette perte est de croire en la vérité, d'accomplir de bonnes actions, de s'encourager mutuellement à suivre la vérité et d'être patient face aux épreuves de la vie.<br/><br/>
En essence, il ne suffit pas simplement d'exister. Pour véritablement s'épanouir, nous devons ancrer nos vies dans la croyance, les actions justes, la vérité et la patience. Ce n'est qu'alors que nous pourrons naviguer sur les mers orageuses de la vie et trouver notre chemin vers la sécurité.
</p>
</li>
<li class="message right">
<p>[[J'ai plus de questions->En Savoir Plus Placeholder]]</p>
</li>
<li class="message right">
<p>[[Terminé->Conclusion]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Shahaadah</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Cette déclaration simple mais profonde encapsule l'essence de l'Islam et signifie l'acceptation de la foi.<br/><br/>
En acceptant la Shahadah, une personne reconnaît l'unicité de Dieu et la prophétie de Muhammad, s'engageant à suivre les conseils fournis dans le Qur'an.
</p>
</li>
<li class="message right">
<p><a href="https://forms.gle/BexqCZNpdgbzT5VA9">Je suis prêt à déclarer officiellement ma foi<a></p>
</li>
<li class="message right">
<p>[[J'hésite->Réassurer Shahadah]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2><p>Ce fut un plaisir de vous avoir avec nous ! Partagez pour que d'autres puissent en bénéficier !</p>
</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Nous espérons que vous avez tiré des bénéfices de ce voyage de découverte ! Nous avons exploré des questions profondes sur l'existence, l'univers et la révélation divine, menant à la reconnaissance du Coran et du prophétat de Muhammad (paix soit sur lui).<br/><br/>
Si vous avez des questions ou souhaitez approfondir un sujet, n'hésitez pas à nous contacter. Si vous êtes intéressé à en savoir plus, à vous engager ou à soutenir notre mission, veuillez remplir le formulaire fourni.<br/><br/>
<strong>Partagez cette conversation, aimez notre page !</strong>
</p>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Rejoignez-nous pour en parler!</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left" onclick="speakText()">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>C'est tout à fait naturel. Laissez-nous vous rassurer en vous offrant l'opportunité de nous rencontrer autour d'un repas et d'en discuter. Nous serions honorés d'être en votre compagnie et de vous aider dans votre réflexion et à répondre à toutes vos questions. Vous n'êtes pas le premier à traverser cela et vous êtes entouré de personnes formidables prêtes à aider.
</p>
</li>
<li class="message right">
<p><a href="https://forms.gle/3j7MBi6dfD9HDcT6A">J'accepte<a></p>
</li>
<li class="message right">
<p>[[Peut-être une autre fois->Avertissement]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Plus de questions? Contacter Nous!</a></button>
</div>
<div class="footer-container">
<p>Notre Application Mobile Arrive Bientot(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Contribution</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoignez le conseil des Savants</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
<script>
function speakText() {
const messages = document.querySelectorAll('.message.left');
console.log(messages);
messages.forEach(message => {
const text = message.querySelector('p').textContent;
setup.speakFR(text);
});
}
</script>
</body>
</html><% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Bienvenue!</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Bienvenue dan sa lexperyans unik kot bann kestion pli misterye lor lavi ek existans mem pou gagn bann repons. Mo pou ou guide dan sa vwayaz dekouverte la, alor met ou ceinture pou sa dekouverte fantastik atravers la syans, listwar, ek relizion. Ou pou ena lokazion pou chwazir ou prop chemen ek fouy dan bann sujet ki interes ou plis. Pare pou komans sa avantir la?</p>
</li>
<li class="message right">
<p>[[Komanser!]]</p>
</li>
<li class="message right">
<p>[[Dir mwa plis lor sa vwayaz la.->AgendaCreole]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Si ou ena plis kestion, tann nou</a></button>
</div>
<div class="footer-container">
<p>Nou Mobile App Pou Vini Biento(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontarya</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Nou Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Ki manier linivers inn koumanse?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Nou koumans ar enn gran kestion: Ki manier linivers inn koumanse?<br/><br/>
Linivers pa infini; li ena enn koumansman. Theori syantifik kouma Big Bang dir ki linivers inn koumans expand depi enn ti leta extra dence ena apepre 13.8 bilyon lane. Deplis, deziem lwa termodinamik montre ki lenerzi utilisab dan linivers pe epwize, ki vedir li pa kapav eternel. Alor, linivers li pas infini, li aussi depandan, ek li finn ena enn koumansman.<br/><br/>
Eski ou anvi eksplor sa an plis detay, ouswa nou kontinie ver prosin etap?</p>
</li>
<li class="message right">
<p>[[Dir mwa plis lor sa->Plis Detay Placeholder]]</p>
</li>
<li class="message right">
<p>[[Ki manier tou inn koumanse?]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Si zot ena kestion, demann nou</a></button>
</div>
<div class="footer-container">
<p>Nou Mobile App Pou Vini Biento(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontarya</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Nou Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>En Avant-Première</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Bien sûr! Voici enn aperçu de se ki pe atan zot:<br/><br/>
<strong>Debut tou:</strong> Nou pou explore orijin linivers ek kouma tou ti komanser.<br/>
<strong>Croyance dan enn Sel Kreater:</strong> Koman lafwa dan enn Kreater unique ek tou-puissant li si central dan lavi boukou dimoun.<br/>
<strong>Liv Sakre:</strong> Dekouver kuma nu coner enn liv sakre vrai, divin(vinn depi Kreater) ek unik.<br/>
<strong>Revelasyon:</strong> Plonge dan konsep revelasyon ek so linportans atraver l’histoire.<br/>
<strong>Kuma Trouve la Verite:</strong> Nou pou diskite kouma fer diferance entre la veriter ek fauseter et ki nou existans ek nou but lor laterre.<br/><br/>
Sa vwayaz la li interactif ek pou profite plis bien, explore diferan chemen. Zot kapav toultan kontakter nou pou nimport ki zot bizin!</p>
</li>
<li class="message right">
<p>[[Komanser!]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container" >
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Si zot ena plis kestion, demann nou</a></button>
</div>
<div class="footer-container">
<p>Nou Mobile App Pou Vini Biento(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontarya</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Nou Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Explore Plis</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Mersi ki ou finn exprim ou lintere pou explore sa sektion la plis. Sa sektion la penkor finaliser, nou exkiz nou pou sa stop la ek sa lafin bruske la.<br/><br/>
Selman si ou anvi konn plis, silvouple ranpli form kontak anba la, ek nou pou rant an kontak avek ou o pli vit posib. Nou espere ki sa pe benefisye ou kouma li finn benefisye plizier lezot dimoun!</p>
</li>
<li class="message right">
<p><a href="javascript: window.history.back();">Retourn</a></p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Si ou ena lot kestion anplis, pa ezite kontakte nou</a></button>
</div>
<div class="footer-container">
<p>Nou Mobile App pe vini biento(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donner</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Kouma linivers inn koumanse?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Etan donne ki linivers li finie, li depandan, ek linn ena enn komansman, nou ena trwa posibilite pou so lexistans:</p>
</li>
<li class="message right">
<p>[[Linn kree par narien.]]</p>
</li>
<li class="message right">
<p>[[Linn kree limem.]]</p>
</li>
<li class="message right">
<p>[[Linn kree par kiksoz d’autre.]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Si ou ena okenn kestion anplis, pa ezite kontakte nou</a></button>
</div>
<div class="footer-container">
<p>Nou Mobile App pe vini biento(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donner</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Kree par narien?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Lide ki linivers inn kree par narien li pa kapav valid, parski depi narien, narien pa kapav vini. Si ti vreman ena narien, alor narien pa ti kapav sorti depi la. Alor, li enposib ki linivers inn sorti depi narien par liem kumsaem.</p>
</li>
<li class="message right">
<p>[[Linn kree limem.]]</p>
</li>
<li class="message right">
<p>[[Linn kree par kiksoz d’autre.]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Si ou ena okenn kestion anplis, pa ezite kontakte nou</a></button>
</div>
<div class="footer-container">
<p>Nou Mobile App pe vini biento(IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Donner</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontaire</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Join Our Scholar Council</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Proze Naseehah</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Li kree limem?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Konsep liniver kree limem li absird lozikman. Pou kiksoz kree limem, li bizin existe avan li existe, ki enn kontradiksion. Kiksoz pa kapav dan lexistans ek pa dan lexistans dan mem tan. Alor, liniver pa ti kapav kree limem.</p>
</li>
<li class="message right">
<p>[[Linn kree par narien.]]</p>
</li>
<li class="message right">
<p>[[Linn kree par kiksoz d’autre.]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Sakenn lezot kestion, kontakte nou svp</a></button>
</div>
<div class="footer-container">
<p>Nou aplikasyon mobil pe vini biento (InshaAllah)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Fer enn don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Devenir volonter</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rezwenn nou konsil scholar</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Proze Naseehah</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Linn kree par kiksoz dotre?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box"></div>
<p>Etan done ki liniver pa ti kapav kree limem ouswa kree par nanye, sel konklizion lozik se ki li ti kree par kiksoz dotre.<br/><br/>
Aster, sa "kiksoz dotre-la" kapav enn kiksoz kree ouswa enn kiksoz ki pa kree.
Sa koz eksterier-la bizin fort, intelizan, ek pa limite par bann limitasion liniver.<br/><br/>
Ki posibilite to ti envi explore?</p>
</li>
<li class="message right">
<p>[[Linn kree par kiksoz kree.]]</p>
</li>
<li class="message right">
<p>[[Linn kree par kiksoz pa kree.]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button">
<a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Sakenn lezot kestion, kontakte nou svp</a>
</button>
</div>
<div class="footer-container">
<p>Nou aplikasyon mobil pe vini biento (InshaAllah)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Fer enn don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Devenir volonter</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rezwenn nou konsil scholar</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Proze Naseehah</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Kree par kiksoz kree?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box"></div>
<p>Si liniver ti kree par enn kiksoz kree, nou ti pou ena enn regre infini de koz. Imagine enn chaine de Kreation ale ziska infini. Sa konsep-la problimatik paski li implicque ki nou ti pou nepli trouv premye koz, ek san enn premye koz, chaine-la mem pa ti kapav komanse. Donk, enn regre infini de kiksoz kree li lozikman imposib. Aster par conclusion, liniver bizin kree par enn kiksoz ki pa kree.</p>
</li>
<li class="message right">
<p>[[Donne mwa enn lexanp]]</p>
</li>
<li class="message right">
<p>[[Donk liniver bizin vini depi enn kikchose ki pa kree->Linn kree par kiksoz pa kree.]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button">
<a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Sakenn lezot kestion, kontakte nou svp</a>
</button>
</div>
<div class="footer-container">
<p>Nou aplikasyon mobil pe vini biento (InshaAllah)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Fer enn don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Devenir volonter</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rezwenn nou konsil scholar</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Proze Naseehah</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Kree par enn Kiksoz Pa Kree?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box"></div>
<p>Possibiliter ki reste se ki liniver ti kree par enn kiksoz ki pa kree, sa veu dir sa koz-la bizin ete eternel ek pa depann lo nimport kiksoz lezot. Sa koz ki pa kree se pwin de depart pou tou lezot ki egziste, donn enn lexplikasyon lojik ek koherent pou ekzistans liniver.<br/><br/>
Me enn lot kestyon leve:<br/>
Es ki li se enn sel, sa vedir enn entite unik, ou bien li kapav ena plizier koz ki travay ansam?<br/><br/>
Konn si sa koz ki pa kree se sel(Unique) ou plizier(Plis ki 1), aide nou meyer konpran natir sa koz-la ek so relasyon avek liniver.</p>
</li>
<li class="message right">
<p>[[Koz ki pa kree kapav enn plizier?]]</p>
</li>
<li class="message right">
<p>[[Es ki sa koz ki pa kree se sel?]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button">
<a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Sakenn lezot kestion, kontakte nou svp</a>
</button>
</div>
<div class="footer-container">
<p>Nou aplikasyon mobil pe vini biento (IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Fer enn don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Devenir volonter</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rezwenn nou konsil scholar</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Proze Naseehah</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Analogi Regre Infini</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box"></div>
<p>Imagine enn sniper pe atann komand so superior avan li tire so target. Si sa superior-la osi bizin demann permision depi plis lahoo dan lanchain, ek sa kontinie Ad Infinitum (pour touzour/vers infini), alor sa sniper-la pa pou jamais tire so target.<br/><br/>
Me, le fet ki sa sniper-la tire montre ki ti ena enn dimoun o top de lanchain ki pa ti bizin permision—enn dimoun ki ti ena dernie mo. Sa dimoun-la se l’autorite ultime, ek san li, sa tire-la pa ti pou jama arive.<br/><br/>
Parey, le fet ki liniver egziste aster montre ki ti bizin ena enn koz ultime—enn kiksoz ki pa ti bizin kree par lezot kiksoz. Si tou bann koz ti kree par enn lezot koz, nou ti pou ena enn chaine san komancement, ek narnier pas ti pu egziter. Mais, acoz liniver egziste, li montre ki ti bizin ena enn kikchose ki pa kree, enn koz ultime ki komans tou san li mem li etre kree.</p>
</li>
<li class="message right">
<p>[[Lot lexanp->Plis Detay Placeholder]]</p>
</li>
<li class="message right">
<p>[[Donk liniver bizin vini depi enn kikchose ki pa kree->Linn kree par kiksoz pa kree.]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button">
<a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Sakenn lezot kestion, kontakte nou svp</a>
</button>
</div>
<div class="footer-container">
<p>Nou aplikasyon mobil pe vini biento (InshaAllah)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Fer enn don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Devenir volonter</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rezwenn nou konsil scholar</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Proze Naseehah</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Multiplikite?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box"></div>
<p>Si sa koz ki pa kree ti kapav plizier, sa kapav amene konfli ek komplikasyon, akoz sa bann koz-la bizin travay ansam parfet pou kree liniver. Sa introdui kestyon kouma sa bann koz-la kapav koexiste san konfli ek kouma zot kapav travay ansam san problem. An plis, ena plizier koz kapav konplik proces ek pa resoude problem enn regres infini de koz. Li plis lojik pou konsider enn sel koz ki pa kree.</p>
</li>
<li class="message right">
<p>[[Eksplore plis lor sa posibilite]]</p>
</li>
<li class="message right">
<p>[[Alor enn sel entite pli plauzib ->Es ki sa koz ki pa kree se sel?]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button">
<a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Sakenn lezot kestion, kontakte nou svp</a>
</button>
</div>
<div class="footer-container">
<p>Nou aplikasyon mobil pe vini biento (InshaAllah)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Fer enn don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Devenir volonter</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rezwenn nou konsil scholar</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Proze Naseehah</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Unik</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box"></div>
<p>Acoz probleme avek plizier koz ki pa kree, konklizyon pli rezonab se ki sa koz ki pa kree la li tousel. Sa vedir ki ena enn sel koz unik, eternel ki reponab pou liniver. Enn sel koz aligne avek lorder ek linitie ki observ dan liniver ek evit bann komplikasyon plizier koz ki interaksyon ansam.</p>
</li>
<li class="message right">
<p>[[Eksplore presizyon ek design liniver->Plis Detay Placeholder]]</p>
</li>
<li class="message right">
<p>[[Es li interag avek nou?->Relasyon Divin]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button">
<a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Sakenn lezot kestion, kontakte nou svp</a>
</button>
</div>
<div class="footer-container">
<p>Nou aplikasyon mobil pe vini biento (IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Fer enn don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Devenir volonter</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rezwenn nou konsil scholar</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Proze Naseehah</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Multiplicité ek so bann konsekans?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box"></div>
<p>Nou explore sa comcept la et so implikation:<br/><br/>
<strong>Konflik ek Incompatibilité:</strong> Plizier koz kapav entre an konflikt avek sakenn lezot ou kapav ena diferan ziska, fer li difisil pou zot travay ansam harmonieusement. Mais nou observ lordre et precision dans liniver, alors nu comprend par sa ki li pas possib ena plizier.<br/><br/>
<strong>Regres Infini de Koz:</strong> Si plizier koz ki pa kree ti reponab, nou ti pou bizin enn eksplikasyon pou zot existans ek kouma zot ti vinn la. Sa kapav mennen a enn regres infini de koz, ki dan lògik problèm ek pa résoud kestyon orijinal lo kreasion liniver.<br/><br/>
<strong>Complexité ek Simplicité:</strong> Principe de simplicité (Occam’s Razor) sugère ki meyer explikasyon se sa ki pli senp, avek meyer mwayin. Enn sel koz pli senp ek koerent ki plizier koz.<br/><br/>
Alor, lide de plizier koz ki pa kree moins plausible ki enn sel koz ki pa kree.</p>
</li>
<li class="message right">
<p>[[Es ki sa koz ki pa kree se sel?]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button">
<a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Sakenn lezot kestion, kontakte nou svp</a>
</button>
</div>
<div class="footer-container">
<p>Nou aplikasyon mobil pe vini biento (IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Fer enn don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Devenir volonter</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rezwenn nou konsil scholar</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Proze Naseehah</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Relasyon Divin</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box"></div>
<p>Avec konpran ki liniver ti kree par enn sel koz ki pa kree, nou kapav konsider kouma sa koz la kapav interagir avek nou. Si sa koz la vréman puissans ek purposeful, li pou natirèlman étend so influans pou gid so kreasion—sirtou nou, humain.</p>
</li>
<li class="message right">
<p>[[Explorer bann revendikasion de révélation divine]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button">
<a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Sakenn lezot kestion, kontakte nou svp</a>
</button>
</div>
<div class="footer-container">
<p>Nou aplikasyon mobil pe vini biento (IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Fer enn don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Devenir volonter</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rezwenn nou konsil scholar</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Proze Naseehah</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Vraiment Divin?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box"></div>
<p>Plizir religions prétann avoir révélation divine ek texte inspiré. Bann prétansion sa trouv dan divers kultur ek kwayans, sak enn prezant so prop texte kouma guidé par enn divinite. Avec sa kantite mesaj diferan, kouma nou kapav détermine ki bann veritab text divin?</p>
</li>
<li class="message right">
<p>[[Nou bizin kriter pou distinge->Kriter Divin]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button">
<a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Sakenn lezot kestion, kontakte nou svp</a>
</button>
</div>
<div class="footer-container">
<p>Nou aplikasyon mobil pe vini biento (InshaAllah)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Fer enn don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Devenir volonter</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rezwenn nou konsil scholar</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Proze Naseehah</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Vraiment Divin?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box"></div>
<p>Pou idantifye enn mesaj vré divin, nou servi kat kriter esansyel. Bann kriter sa enn garanti, ek asire ki okenn mesaj ki remplir sa bann kriter la, vraiment divin. Li esansyel konpran ki tou kat kriter bizin rempli—pa ase zis partiellement. Voilà kouman:<br/><br/>
<strong>Authenticité:</strong> Mesaj la bizin sorti depi enn source vré ek fiable. Sa asire ki li pa fabriqué ouswa mal corrupter par humain et so lenvi.<br/>
<strong>Inimitabilité:</strong> Li bizin etre unique ek depas kapasité humain pou reproduire, kuma nu asir so orijin divin.<br/>
<strong>Consistence:</strong> Mesaj la bizin etre cohérent ek consistan dan tou so parti, prouvant ki li pa ena faute ouswa contradictoire.<br/>
<strong>Miracles:</strong> Bizin ena bann élément extraordinaire ki prouve so natir divin, distinguant li depi bann créations humaines ordinaires.<br/><br/>
Ki enn oule explore premié?</p>
</li>
<li class="message right">
<p>[[Authenticiter]]</p>
</li>
<li class="message right">
<p>[[Inimitabiliter]]</p>
</li>
<li class="message right">
<p>[[Consistence]]</p>
</li>
<li class="message right">
<p>[[Miracles->MiracleCreole]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button">
<a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Sakenn lezot kestion, kontakte nou svp</a>
</button>
</div>
<div class="footer-container">
<p>Nou aplikasyon mobil pe vini biento (IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Fer enn don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Devenir volonter</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rezwenn nou konsil scholar</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Proze Naseehah</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Konsistans</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box"></div>
<p>Konsistans li kle pou verifie natir divin enn mesaj. Enn scripture vraiment divin bizin coherant ek armonieux partou, san okenn contradiction ou inconsistans.<br/><br/>
Sa vedir ki sak parti du mesaj bizin aligne ar tou, ek so bann leçon bizin reste uniform dan diferan kontext ek letan. Enn mesaj ki reste konsistant lor letan ek dan diferan aspect lavi renforsi so claim pou origine divin, parski li montre enn but profond ek unifié.</p>
</li>
<li class="message right">
<p>[[Retourne a bann kriter.->Kriter Divin]]</p>
</li>
<li class="message right">
<p>[[Aprann lor Miracles.->MiracleCreole]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button">
<a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Sakenn lezot kestion, kontakte nou svp</a>
</button>
</div>
<div class="footer-container">
<p>Nou aplikasyon mobil pe vini biento (InshaAllah)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Fer enn don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Devenir volonter</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rezwenn nou konsil scholar</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Proze Naseehah</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Authenticité</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box"></div>
<p>Authenticité li crucial pou enn mesaj divin—li bizin sorti depi enn source vré ek fiable. Pou asire sa, nou regard kouma mesaj la été transmis a travers letan. Enn text sakre vraiment divin bizin etre préservé correctement san okenn altération.<br/><br/>
Si enn scripture été touché par la main dimoune et so dezir ek subi chanjman ouswa interprétations, so fiabilité kapav etre compromet. Authenticité dépend de enn transmission claire ek pas interrompue depi l’original, préservant mesaj la tel ki li été san okenn distortion humain.</p>
</li>
<li class="message right">
<p>[[Retourne a bann kriter.->Kriter Divin]]</p>
</li>
<li class="message right">
<p>[[Aprann lor Inimitabilité.->Inimitabiliter]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button">
<a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Sakenn lezot kestion, kontakte nou svp</a>
</button>
</div>
<div class="footer-container">
<p>Nou aplikasyon mobil pe vini biento (IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Fer enn don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Devenir volonter</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rezwenn nou konsil scholar</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Proze Naseehah</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Inimitabilité</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box"></div>
<p>Inimitabilité refer a kalite unik enn mesaj divin ki fer li imposib pou reproduire. Enn scripture vraiment divin montre enn complexité ek profondeur dan so langaz ek konteni ki res relevant tou letan a travers letan.<br/><br/>
Sa vedir ki mesaj la bizin tellement profond ek don ban detail precis ki mem pli bon kapasiter humain pa kapav reproduire li. Li bizin posséder enn kalite intemporal ki kontinie reste relevant ek inégalé, prouvant so origine divin par so résistans ar imitation.</p>
</li>
<li class="message right">
<p>[[Retourne a bann kriter.->Kriter Divin]]</p>
</li>
<li class="message right">
<p>[[Aprann lor Konsistans.->Consistence]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button">
<a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Sakenn lezot kestion, kontakte nou svp</a>
</button>
</div>
<div class="footer-container">
<p>Nou aplikasyon mobil pe vini biento (IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Fer enn don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Devenir volonter</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rezwenn nou konsil scholar</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Proze Naseehah</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Miracles</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box"></div>
<p>Miracle li enn indikater pwisan pou enn mesaj divin. Enn scripture vraiment divin souvan kontenir information ki ti depas Konaisance limanite kan li ti revele.<br/><br/>
Si enn text sakre donn ban information ti imposib pou ki okenn dimoun ti kapav kone dan sa letan-la—comme bann fait scientifique, evennman istorik, ou prophecies detaye—li sugere ki mesaj-la vini depi enn Kreater ki ena Konaisance complet lor kreasion. Sa vue divin-la, li inaccessib a traver moyen humain selman, alors li prouve origine divin pou scripture-la.</p>
</li>
<li class="message right">
<p>[[Retourne a bann kriter.->Kriter Divin]]</p>
</li>
<li class="message right">
<p>[[Applik sa lor bann plus gran religion dan lemond->Applik kriter]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button">
<a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Sakenn lezot kestion, kontakte nou svp</a>
</button>
</div>
<div class="footer-container">
<p>Nou aplikasyon mobil pe vini biento (InshaAllah)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Fer enn don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Devenir volonter</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rezwenn nou konsil scholar</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Proze Naseehah</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Ki Text sakre Ressi passer?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box"></div>
<p>Maintenant ki nou ti explore bann 4 kriter pou enn mesaj divin, ou kapav aplike sa bann standard-la lor bann scripture principal dan diferan religion. Ou pou trouv ki zis enn scripture ki reponn a tou kat kriter-la de fason complet.<br/><br/>
Pren enn moman pou panse: ki bann text sakre kapav satisfè tou les 4 kriter-la ensam?</p>
</li>
<li class="message right">
<p>[[Explore la Bible - Christianity.->Mauvais Raiponce]]</p>
</li>
<li class="message right">
<p>[[Explore Vedas - Hinduism.->Mauvais Raiponce]]</p>
</li>
<li class="message right">
<p>[[Explore Koran - Islam.->Bon Raiponce]]</p>
</li>
<li class="message right">
<p>[[Explore Torah - Judaism.->Mauvais Raiponce]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button">
<a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Sakenn lezot kestion, kontakte nou svp</a>
</button>
</div>
<div class="footer-container">
<p>Nou aplikasyon mobil pe vini biento (InshaAllah)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Fer enn don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Devenir volonter</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rezwenn nou konsil scholar</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Proze Naseehah</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Vrément Divin</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box"></div>
<p>Bien penser! Pou nou konpran plis bien, anou eksplore kouman le Koran reponn tou 4 kritèr.</p>
</li>
<li class="message right">
<p>[[Aprann lor l’Authenticité du Qur'an.->Coran Authenticiter]]</p>
</li>
<li class="message right">
<p>[[Aprann lor l’Inimitabilité du Qur'an.->Coran Inimitabiliter]]</p>
</li>
<li class="message right">
<p>[[Aprann lor l’Consistency du Qur'an.->Coran Consistence]]</p>
</li>
<li class="message right">
<p>[[Aprann lor l’Miracles du Qur'an.->Coran MiraclesCreole]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button">
<a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Sakenn lezot kestion, kontakte nou svp</a>
</button>
</div>
<div class="footer-container">
<p>Nou aplikasyon mobil pe vini biento (InshaAllah)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Fer enn don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Devenir volonter</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rezwenn nou konsil scholar</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<% story.checkpoint(); %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Proze Naseehah</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Panse Enkor!</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box"></div>
<p>Malgre ki sa scripture-la ena li ena so poid, li pa reponn completman tou 4 kriter pou enn mesaj divin.</p>
</li>
<li class="message right">
<p>[[Esaye ankor->Applik kriter]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button">
<a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Sakenn lezot kestion, kontakte nou svp</a>
</button>
</div>
<div class="footer-container">
<p>Nou aplikasyon mobil pe vini biento (InshaAllah)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Fer enn don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Devenir volonter</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rezwenn nou konsil scholar</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Otantisite de Koran</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Otantisite Koran solidifie par so prezervasyon metikulez pandan bann siek. Li finn transmèt san chanjman depi so revelasyon, avek dokimantasyon istorik ek memorizasyon par milyon Musulman. Contrairement ar lezot text sakre, text orizinal Koran finn reste intact ek san okenn modifikasyon, donn enn source fiab ek zeneral ki reponn parfaitement a standard otantisite.</p>
</li>
<li class="message right">
<p>[[Retour ar Kriter Koran->Bon Raiponce]]</p>
</li>
<li class="message right">
<p>[[Aprann lor Inimitabilite Koran.->Coran Inimitabiliter]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Si ou ena okenn kestyon, silvouple kontakte nou</a></button>
</div>
<div class="footer-container">
<p>Nou Mobile App Bien Vinn (IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontariat</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoins Nou Conseil de Scholar</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Inimitabilite Koran</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Inimitabilite Koran evi li lingwistique ek literer excellans ki inegal. Mem bann poet arab ki pli ena talent ki egziste depi letan, finn esey reprodui Koran so stil unik, profon, ek eloquence, me zot finn fail pou arrive mem proche ar kikchose pareille. Lang Koran telman distinct ek sofistike ki li desideman apart, demontre enn nivo d'art divin ki okenn effort humain pa kapav imitate.</p>
</li>
<li class="message right">
<p>[[Retour ar Kriter Koran->Bon Raiponce]]</p>
</li>
<li class="message right">
<p>[[Aprann lor Konsistans Koran.->Coran Consistence]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Si ou ena okenn kestyon, silvouple kontakte nou</a></button>
</div>
<div class="footer-container">
<p>Nou Mobile App Bien Vinn (IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontariat</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoins Nou Conseil de Scholar</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Konsistans Koran</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Koran remarkable pou so konsistans, avek enn mesaj klar ek san ambigwite lor monoteism ki reste konstant dan tou so verset. So mesaz ek guide lor moraliter et lor inite Bondie bien koeran ek armonize atraver diferan chapit ek konteks. Sa konsistans-la asire ki mesaj fondamantal li reste intact ek unifie, konfirme so orijin divin par evite kontradiksyon ek mentenir enn naratif stab.</p>
</li>
<li class="message right">
<p>[[Retour ar Kriter Koran->Bon Raiponce]]</p>
</li>
<li class="message right">
<p>[[Aprann lor Mirak Koran.->Coran MiraclesCreole]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Si ou ena okenn kestyon, silvouple kontakte nou</a></button>
</div>
<div class="footer-container">
<p>Nou Mobile App Bien Vinn (IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontariat</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoins Nou Conseil de Scholar</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Mirak Koran</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Koran kontenir detay ki precis lor lavi, lor anatomy humain, ek lanatir ki ti en dehors konaissance syantifik ek istorik dans sa letan la. Li dekrir devlopman embryonik, fenomen kozmik, ek proses natirel avek presizyon remarkab. An plis, li inclus prophecis ki finn realizer lor letan. Sa detay ek previzion parfait ki nou trouve dan Koran kapav vini zis depi Bondie, ki ena konnaissance total lor so kreyasyon. Sa fakter-la kolektivman montre orijin divin Koran. <br/><br/>
Aster, apre ki noun vin ziska sa pwin-la, nou ena un plis gros surprize!</p>
</li>
<li class="message right">
<p>[[Retour ar Kriter Koran->Bon Raiponce]]</p>
</li>
<li class="message right">
<p>[[Mo Pare!->Surprize]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Si ou ena okenn kestyon, silvouple kontakte nou</a></button>
</div>
<div class="footer-container">
<p>Nou Mobile App Bien Vinn (IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontariat</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoins Nou Conseil de Scholar</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Gid Ultim</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Nou finn vwar ki Koran unikman reponn tou kat kriter pou enn mesaj divin—otentisite, inimitabilite, konsistans, ek mirak. Diferamman ar lezot skriptir ki kapav reponn zis certain sa kriter-la, Koran realiz tou, ki montre so orijin divin.<br/><br/>
Me ena kitsoz mem pli surprenant! Ki ou dir si mo dir ou: tous sa nun traverser la, depi explore orijin linivser ziska kriter pou evalie verite divin, B TOUS argiman ek preuve ki finn diskite, Koran mem don nu sa guidance la direck</p>
</li>
<li class="message right">
<p>[[Montre mwa kouma->Zouen ban points!]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Si ou ena okenn kestyon, silvouple kontakte nou</a></button>
</div>
<div class="footer-container">
<p>Nou Mobile App Bien Vinn (IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontariat</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoins Nou Conseil de Scholar</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Konekte Bann Pwin!</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Annou konekte nou vwayaz ar Koran. Nou tou finn koumans avek konsep theori syantifik parey kouma Big Bang. Enn rezon kifr ban theori dir ki liniver ena en coumancement c parceki nou kapav obzerv ki linivser pe expand, alor li nou capav retrace en aryer pou dir ki nu retourn ar enn pwin bien tipti et dense depi konmansman letan mem.<br/><br/>
E Koran dir nou dan <a href="https://quran.com/en/adh-dhariyat/47">Chapitre 51 Verset 47</a> <strong>: "Nou batir linivser avek gran puissance, ek nou meme pe expand li" </strong><br/><br/>
Koran mansione avek presizyon kumen linivser finn koumans dan <a href="https://quran.com/en/21:30">Chapitre 21 Verset 30</a> <strong>: "Eski bann ki perna kroiyans pa realiz ki lesiel ek later ti enn sel masse, apre nou separe zot? E nou kree tou kikchose vivan depi delo. Eski zot touzour pas pu krwar?" </strong><br/><br/>
Koran mem defie enn dimoun pou reflechi lor so lafwa apre ki li finn donn preuve ki li veridik.</p>
</li>
<li class="message right">
<p>[[Montre mwa plis!]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Si ou ena okenn kestyon, silvouple kontakte nou</a></button>
</div>
<div class="footer-container">
<p>Nou Mobile App Bien Vinn (IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontariat</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoins Nou Conseil de Scholar</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Reflechi lor Orijin</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Nou finn explore bann posibilite pou orijin linivser—ki li finn sorti depi narnier, ki li ti kree par limem, ou ki li ti kree par enn lot kikchose. Koran adres sa direkt:<br/><br/>
<a href="https://quran.com/en/52:35">Chapitre 52 Verset 35 </a> <strong>:"Ou bien zot in kree par narnier, ou bien zotmem ti kree zot [zot kree zotmem]?"</strong><br/><br/>
Sa verset-la p poz 1 kestion retorik pou montre ki li absud pou panse koumsa. Bizin ena enn kikchose ki pa kree, eternel ek toultan vivan.</p>
</li>
<li class="message right">
<p>[[Interesan! Ki proze?->Quran lor Multiplicité]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Si ou ena okenn kestyon, silvouple kontakte nou</a></button>
</div>
<div class="footer-container">
<p>Nou Mobile App Bien Vinn (IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontariat</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoins Nou Conseil de Scholar</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Plizir Krenn?</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Kouma li irasyonel pou ena enn regre infini, li fasil pou konklir ki kikchose kin kree linivser bizin eternel ek ki pa kree. Koran soutien sa konsep-la par soulinye nesesite enn Kreater eternel et unique:<br/><br/>
<a href="https://quran.com/21:22">Chapitre 21 Verset 22 </a> <strong>:"Si ti ena lezot bondie dan [leciel ou laterre], tous [leciel ek laterre] ti pou vin an dezord...."</strong><br/><br/>
Koran demann nou pou reflechi rationalman lor kouma tou sa finn komans.</p>
</li>
<li class="message right">
<p>[[Li asire ki Li Seul! Ki pli enn?->Quran lor Tawheed]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Si ou ena okenn kestyon, silvouple kontakte nou</a></button>
</div>
<div class="footer-container">
<p>Nou Mobile App Bien Vinn (IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontariat</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoins Nou Conseil de Scholar</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Koran Dekri Sa Krenn-la</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Kisanla meillier pour dekrir Kreater si pas Kreater la liem?:<br/><br/>
<a href="https://quran.com/112">Chapitre 112 </a> <strong>:<br/>{1. Dir, “Li Se Bondie, Seul(Unique).<br/> 2. Bondie, L’Absolute (Refuge Eternel).<br/>3. Li pa enzendre personne , ni Li finne enzendré par kikène <br/>4. Ek narnier pa komparab avek Li.”}</strong><br/><br/>
Koran decrire saki nun trouver lozikman. Koran montrer preuve ki li guide ultime depi kreater</p>
</li>
<li class="message right">
<p>[[Eksplore Revelation]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Si ou ena okenn kestyon, silvouple kontakte nou</a></button>
</div>
<div class="footer-container">
<p>Nou Mobile App Bien Vinn (IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontariat</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoins Nou Conseil de Scholar</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Koran Eksplik Purpose Revelation</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Apres ki nou finn etablir bezwen pou enn Kreater Eternal ek Unique, prosen kestyon se kouma nou recevoir gidans depi sa Kreater-la. Koran explike ki Allah[Bondie so nom dans Koran] envoie gidans atravers revelation pou limanite:<br/><br/>
<a href="https://quran.com/16:36">Chapitre 16 Verset 36</a><strong>:"E nou finn ennvoie dan tou nasyon enn messager, [ki dir], ‘Ador Allah ek evite Taghut [fausse Bondie(s)]..."</strong><br/><br/>
Sa verset-la montre ki Allah donn gidans divine atravers revelation pou aide nou konpran nou purpose ek swiv bon chemin.</p>
</li>
<li class="message right">
<p>[[Eksplore Kritère pou Divine Revelation Selon Koran->Koran 4 Criteria]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Si ou ena okenn kestyon, silvouple kontakte nou</a></button>
</div>
<div class="footer-container">
<p>Nou Mobile App Bien Vinn (IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontariat</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoins Nou Conseil de Scholar</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Koran Eksplik Kritère pou Divine Revelation</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Sa 4 kritère pou detemine enn mesaj divine li directement deriver depi Koran, c'est Bondie mem ki dir nou kouma pou faire difference ant verite ek fauceter:<br/><br/>
<strong>Authenticity:</strong><a href="https://quran.com/15:9">Chapitre 15 Verset 9</a><strong>:"C'est nou ki finn revele sa Rappel-la, ek c'est nou ki pou proteze li."</strong><br/><br/>
<strong>Inimitability:</strong><a href="https://quran.com/17:88">Chapitre 17 Verset 88</a><strong>:"Dir, ‘Si dimoun ek jin ti reini pou produir parey sa Koran-la, zot pa pou kapav produir li, mem si zot ti aide zot enn zotmem.’"</strong><br/><br/>
<strong>Consistency:</strong><a href="https://quran.com/4:82">Chapitre 4 Verset 82</a><strong>:"Eski zot pa reflechi lor Koran? Si ti etre depi kitchose lezot ki Allah, zot ti pou trouve plizir contradictions ladan."</strong><br/><br/>
<strong>Miracles:</strong><a href="https://quran.com/10:101">Chapitre 10 Verset 101</a><strong>:"Dir, ‘Examine ki dan leciel ek laterre.’ Mais bann signs ek avertissement pa pou beneficier enn pep ki pa rod krwar."</strong><br/><br/>
Sa verset-la montre ki Koran pa zis repon a tou kat kritère-la, mais li montre osi ki kritère la limem derive depi Koran, encore un foi preuve ki Koran li mem exceptional ek donc Divine.</p>
</li>
<li class="message right">
<p>[[Kouma Koran finn vini?->Koran Revelation]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Si ou ena okenn kestyon, silvouple kontakte nou</a></button>
</div>
<div class="footer-container">
<p>Nou Mobile App Bien Vinn (IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontariat</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoins Nou Conseil de Scholar</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Prophètes & Messagers</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Comme mentionné précédemment, Bondie manifeste so volonter à travers révélation à des Prophètes et Messagers choisis (Paix et Bénédiction sur Eux Tous), pou guide leur peuple.<br/><br/>
Koran finn revele lor Prophète Muhammad (Paix et Bénédictions sur Lui) ek li konsidere kom <strong>Seal des Prophètes</strong>, sa vedir ki li se dernie prophète ek messager dan enn long line depi premie dimoun: Adam (Paix soit sur Lui). Sa inklir osi boukou nom respekte dan lezot foi Abrahamique, parey kuma <strong>Noé, Abraham, Moïse, ek Jésus (paix soit sur zot tou)</strong>.<br/><br/>
Bann prophètes-la ti envoi pou guide zot pep ek ti gagne bann skriptur parey kuma Torah, Psaumes, ek Évangile. Cependant, avek letan, sa bann skriptur-la finn etre alterer par bann lamains humain ek zot dezir, perdant zot mesaz orizinal. Koran, revele lor Muhammad, reste inchangé ek proteze veritab guidance depi Bondie.
</p>
</li>
<li class="message right">
<p>[[Explore Kouman Nu Coner Prophète Muhammad (PBUH) un vrai Prophète->Plis Detay Placeholder]]</p>
</li>
<li class="message right">
<p>[[Explore Bann Enseignements ek Zot Implications->Kouma li pou fer pou enn musulman?]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Si ou ena okenn kestyon, silvouple kontakte nou</a></button>
</div>
<div class="footer-container">
<p>Nou Mobile App Bien Vinn (IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontariat</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoins Nou Conseil de Scholar</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Ki li vedir enn musulman</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>En arabe so rasine mot la deriver, ki vedir pou soumettre. Dan konteks relijye, sa vedir enn dimoun ki soumet volontèrman ek konpletman a Volonté Bondie, gagn lapé anndan ek boner ultime.<br/><br/>
Sa soumission-la implik ki bizin swiv gidans ki Koran donn, ki ti revele ar dernie prophète, Muhammad (paix soit sur lui).<br/><br/>
Deklarasyon fondamantal pou enn musulman se Shahadah, ki dir:
<strong>"Nena okenn Bondie Ki Merite Adoration Excepter Allah ek Muhammad se so messager."</strong>
N'importe kisanla dakor avek sa deklarasyon-la se enn musulman par definition. Sa se pa narnier autre ki objektif nous konversasion depi depar. Pou montre ki sa deklarasyon-la bien fonde dan lozik ek fortemen prouve atravé révélation divine.
</p>
</li>
<li class="message right">
<p>[[Mo dakor avek sa deklarasyon-la->ShahaadahCreole]]</p>
</li>
<li class="message right">
<p>[[Mo ena ankor kek dout->Attenzion]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Si ou ena okenn kestyon, silvouple kontakte nou</a></button>
</div>
<div class="footer-container">
<p>Nou Mobile App Bien Vinn (IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontariat</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoins Nou Conseil de Scholar</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Shahaadah</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Sa deklarasyon simple mais profond la rezime l’essans Islam ek montre akseptasyon enn dimoun pou sa lafwa-la.<br/><br/>
Apre akseptasyon Shahadah, enn dimoun rekonet l'uniciter Bondie ek prophecie Muhammad, ek pran angazman pou swiv gidans ki Koran donn.</p>
</li>
<li class="message right">
<p><a href="https://forms.gle/BexqCZNpdgbzT5VA9">Mo pare pou ofisyelman deklar mo lafwa</a></p>
</li>
<li class="message right">
<p>[[Mo pe hesite->Reassire Shahaadah]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Si ou ena okenn kestyon, silvouple kontakte nou</a></button>
</div>
<div class="footer-container">
<p>Nou Mobile App Bien Vinn (IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontariat</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoins Nou Conseil de Scholar</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Reyalite Zile ek Nou Kondisyon</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Imagine enn dimoun perdi dan la mer, entouré par vag san fin, pe lite pou trouv son chemen retour kot rivaz. Sa se kondisyon humanité—perdi dan l’ocean vaste de letan, pe lite pou trouv meaning ek but. Me ena enn sorti.<br/><br/>
<a href="https://quran.com/103">Sourate Al-Asr (Chapitre 103)</a> presente sa réyalité la:<br/>
<strong>"Par letan, véritablement, l’humanité dans la perdision, à l’exception de ceux qui kroir, faire bonnes actions, donne conseille saken dans la vérité et donne conseille saken dans la patience."</strong><br/><br/>
Sa message profond la rapel nou ki tou dimoun riske perdi zot-mem—poursuivant lavi dan bann activitée ki pa amenn vre satisfaction ou la paix interyer. Seul maniere pou evité sa perte se par croyans en vérité, faire bon action, encourager bann autres vers vérité, ek etre patient atraver defi lavi.<br/><br/>
En essence, sa pa asser pou juste existé. Pou veritablement prospéré, nou bizin ancr nou lavi dan croyans, actions vertueuses, vérité, ek patience. Seuleman la, nou kapav navigé dan tempête lavi ek trouv nou chemen pou sekirite.</p>
</li>
<li class="message right">
<p>[[Mo ena plis kestyon->Plis Detay Placeholder]]</p>
</li>
<li class="message right">
<p>[[Fini->Concluzion]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Si ou ena okenn kestyon, silvouple kontakte nou</a></button>
</div>
<div class="footer-container">
<p>Nou Mobile App Bien Vinn (IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontariat</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoins Nou Conseil de Scholar</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Rencontre avek nou!</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Sa enn zafr naturel. Laisse nou rassir ou avek l’opportunité pou rencontre autour enn manze ek diskite. Nou ti pou onore pou ansam avek ou ek aide ou dan ou processus de reflexion ek lezot kestyon ki ou kapav ena. Ou pa premie pou pase atraver sa, ek ou entouré par bann dimoun ki la pu aide ou.</p>
</li>
<li class="message right">
<p><a href="https://forms.gle/3j7MBi6dfD9HDcT6A">Mo aksepte</a></p>
</li>
<li class="message right">
<p>[[Capav enn lot lokazion->Attenzion]]</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Si ou ena okenn kestyon, silvouple kontakte nou</a></button>
</div>
<div class="footer-container">
<p>Nou Mobile App Bien Vinn (IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontariat</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoins Nou Conseil de Scholar</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Naseehah Project</title>
</head>
<body>
<div class="wrapper">
<header>
<nav class="navbar">
<ul class="nav-links">
<li><a href="/index.html">Home</a></li>
</ul>
<div class="logo-header">
<img src="/Assets/Naseehah-Logo.png" alt="Naseehah Logo" class="small-logo">
</div>
</nav>
</header>
<main>
<h2>Nou bien kontan in coz avec ou! Partaz sa pou lezot beneficier!</h2>
<div class="chat-container">
<ul class="chat">
<li class="message left">
<img class="logo" src="/Assets/chatbot.gif" alt="">
<div class="logo-box">
</div>
<p>Nou espere ki ou finn profité de sa vwayaz dekouver la! Nou finn eksplor bann kestyon profon lor ekzistans, l’univers, ek révélation divine, ki mené a reconéssans de Qur'an ek prophethood Muhammad (paix soit sur lui).<br/><br/>
Si ou ena nerport ki kestyon ou bien ou anvi alé pli profon lor nerport ki sujet, pa ezité pou kontakter nou. Si ou anvi aprann plis, fer volontariat, ou bien soutenir nou mission, silvouple ranpli form enba la.<br/><br/>
<strong>Partaz sa konversasion la, like nou page!</strong>
</p>
</li>
</ul>
</div>
</main>
</div>
<div class="button-container">
<button class="contact-button"><a href="https://forms.gle/Fcg8KmxJafoUpVqF8" target="_blank">Si ou ena okenn kestyon, silvouple kontakte nou</a></button>
</div>
<div class="footer-container">
<p>Nou Mobile App Bien Vinn (IA)!</p>
<div class="download-links">
<a href="https://forms.gle/KAYCqrM58Rotz1Mm8" target="_blank">Don</a>
<span> | </span>
<a href="https://forms.gle/ZntSByGim4t6aPq3A" target="_blank">Volontariat</a>
<span> | </span>
<a href="https://forms.gle/PXwf8FAoy65x3HYC7" target="_blank">Rejoins Nou Conseil de Scholar</a>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Facebook</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Instagram</a>
<a href="https://www.facebook.com/people/Naseehah/61557889276164/" target="_blank">Twitter</a>
</div>
</div>
</body>
</html>