Site hosted by Angelfire.com: Build your free website today!

More Lyric Response Top user window generates chord for your word or lyrics

My Link List

Bible Verse Generator

Enter a keyword to get a randomly selected Bible verse that contains the keyword:

Bible Verse Generator

Enter a keyword to get a randomly selected Bible verse that contains the keyword:

CSS: css .verse-generator { font-family: Arial, sans-serif; text-align: center; margin: 50px; } .verse-generator h2 { font-size: 36px; margin-bottom: 20px; } .verse-generator p { font-size: 16px; margin-bottom: 10px; } .verse-generator input[type="text"] { padding: 10px; font-size: 16px; border-radius: 5px; border: none; margin-right: 10px; width: 300px; } .verse-generator button { padding: 10px 20px; font-size: 16px; border-radius: 5px; border: none; background-color: #0071c5; color: white; cursor: pointer; } .verse-generator button:hover { background-color: #005dab; } #verse-display { margin-top: 20px; font-size: 20px; font-style: italic; } JavaScript: javascript // List of Bible verses const verses = [ "For God so loved the world that he gave his one and only Son, that whoever believes in him shall not perish but have eternal life. - John 3:16", "Trust in the Lord with all your heart and lean not on your own understanding. - Proverbs 3:5", "The Lord is my shepherd, I lack nothing. - Psalm 23:1", "Do not be anxious about anything, but in every situation, by prayer and petition, with thanksgiving, present your requests to God. - Philippians 4:6", "I can do all this through him who gives me strength. - Philippians 4:13", "Therefore do not worry about tomorrow, for tomorrow will worry about itself. Each day has enough trouble of its own. - Matthew 6:34", // Add more verses here ]; // Get references to HTML elements const keywordInput = document.getElementById("keyword-input"); const generateButton = document.getElementById("generate-button"); const verseDisplay = document.getElementById("verse-display"); // Add event listener to generate button generateButton.addEventListener("click", function() { const keyword = keywordInput.value.toLowerCase(); // Filter the verses that contain the user's keyword const filteredVerses = verses.filter(function(verse) { return verse.toLowerCase().includes(keyword); }); if (filteredVerses.length === 0) { verseDisplay.textContent = "Sorry, no verses found for your keyword."; } else { // Randomly select a verse and display it const randomVerse = filteredVerses[Math.floor(Math.random() * filteredVerses.length)]; verseDisplay.textContent = randomVerse; } }); MelodyMix - Music Production Made Easy

MelodyMix

Create Epic Music Online

Unleash your creativity and compose amazing tracks with our intuitive online music production studio.

Features