Edit User Data
Index
html > ing cumleleri ekran basacak . masua tiklayinca sonraki cumleye...
Mini-Story Presentation body { font-family: Arial, sans-serif; text-align: center; margin: 50px; font-size: 44px; /* Initial font size */ } .navigation { margin-top: 20px; } button { font-size: 24px; /* Increase button font size */ padding: 10px 20px; /* Increase button padding */ } Geri Ileri Kucult Buyut var sentences = [ "Hello, this is AJ Hoge.", "Welcome to the mini‑story for “Emotional Mastery 2.", "Now, before we start this story, I want you to do something.", "You know what I want you to do.", "Stand up.", "Pull your shoulders back.", "Chest up.", "Chin up.", "Eyes up.", "Stand strong.", "Now breathe deeply.", "Good.", "Now big grin, a big, stupid, crazy smile on your face, come on, you can do it.", "And finally, move your body.", "Walk, you can walk in one place without moving if you want.", "Just lift up your feet.", "If you're outside, then move.", "Move your body.", "Okay, you need to be awake.", "You need to be alive while you're learning.", "You ready?", "Let's start the mini‑story.", "Elvis the spider can't swim.", "But he wants to.", "What does Elvis want to do?", "Swim, Elvis wants to swim.", "What is Elvis?", "Well, of course, Elvis is a spider.", "How many legs does Elvis have?", "Eight, just checking.", "Okay, Elvis has eight legs because?", "Because he's a spider, of course.", "Elvis has eight legs because he's a spider.", "Elvis the spider has a problem.", "What is his problem?", "Well, his problem is he can't swim.", "Poor Elvis, he can't swim.", "He wants to swim.", "In fact he wants to swim a very long way.", "Does he want to swim a short way or a long way?", "A long way, he wants to swim a very long way.", "How far does Elvis the spider want to swim?", "He wants to swim across the Atlantic Ocean.", "So where does Elvis live?", "Elvis lives in London, he's a British spider.", "Which city does he live in?", "New York?", "No, London.", "Elvis the spider lives in London and he has a problem.", "He can't swim.", "Where does he want to swim to?", "He wants to swim to New York City.", "Who wants to swim to New York City?", "Elvis the spider.", "From where?", ]; var currentSentenceIndex = 0; function showSentence(index) { document.getElementById("sentence").innerText = sentences[index]; } function prevSentence() { if (currentSentenceIndex > 0) { currentSentenceIndex--; showSentence(currentSentenceIndex); } } function nextSentence() { if (currentSentenceIndex